path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
manager/views/footer.html | panjanek/IotCenter |
<div class="footer">
<div class="legal pure-g">
<div class="pure-u-1 u-sm-1-2">
<p class="legal-license">
Internet of Things personal homeserver
</p>
</div>
<div class="pure-u-1 u-sm-1-2">
<ul class="legal-links">
<li><a href="https://github.com/panjanek/IotCenter">IoT Center</a></li>
</ul>
<p class="legal-copyright">
© 2016 PanJanek
</p>
</div>
</div>
</div>
|
css/custom.css | CodingGabe/512-Goons | .video {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.twitch {
margin-bottom: 5rem;
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.about img {
display: block;
text-align: center;
margin: 0 auto;
vertical-align: middle;
border-radius: 50%;
height: 150px;
width: 150px;
}
.center {
text-align: center;
}
.about-title {
margin-bottom: 0;
margin-top: 30px;
color: #FF6663;
}
.about-p {
color: #babec4;
margin-top: 0;
}
.hero {
background: url('sombra2.jpg') no-repeat center center;
background-size: cover;
margin-top: 60px;
margin-bottom: 60px;
}
|
www/client/templates/common/forgetPass.ng.html | honeyzhaoAliyun/als-wechat | <ion-view title="{{_APP_NAME}}/重置密码">
<div class="bar bar-header bar-light">
<a class="button button-clear button-positive" ng-href="#/login">
<i class="icon-left ion-chevron-left padding" ></i>登录
</a>
<div class="h1 title">重置密码</div>
</div>
<ion-content padding="false" class="has-header">
<form>
<label class="item item-input-inset" name="phoneNum">
<label class="item-input-wrapper">
<input type="text" class="full-image" placeholder="手机号码" ng-model="fpwd.phoneNum" style="height: 35px;">
</label>
</label>
<div class="item item-input-inset">
<!--<span class="input-label">验证码</span>-->
<label class="item-input-wrapper">
<!--<span class="input-label">手机号</span>-->
<input type="text" class="full-image" style="height: 35px;" ng-model="fpwd.vaildCode" placeholder="短信验证码">
</label>
<button class="button button-small button-positive {{buttonFlag}}" style="width:110px;" ng-click="getValidCode()">
{{timer}}
<!--获取验证码(60S)-->
</button>
</div>
<!--<label class="item item-input">-->
<!--<span class="input-label">手机号</span>-->
<!--<input type="text" placeholder="请输入手机号码" ng-model="fpwd.phoneNum">-->
<!--</label>-->
<!--<button class="button button-positive button-block button-full" ng-click="getValidCode()">点击获取验证码</button>-->
<!--<label class="item item-input">-->
<!--<span class="input-label">验证码</span>-->
<!--<input type="text" placeholder="请输入验证码" ng-model="fpwd.vaildCode">-->
<!--</label>-->
<div class="item item-input-inset" >
<label class="item-input-wrapper">
<input type="password" class="full-image" placeholder="新密码 (6-16位数字或字母)" ng-model="fpwd.userPassword" style="height: 35px;width:100%; ">
</label>
</div>
<div class="item item-input-inset" >
<label class="item-input-wrapper">
<input type="password" class="full-image" placeholder="请再次输入新密码" ng-model="fpwd.rePassword" style="height: 35px;width:100%; ">
</label>
</div>
<div class="item item-text-wrap" style=" border-bottom-width: 0px;">
<div class="spacer" style="height:20px;"></div>
<button class="button button-positive button-block button-outline" ng-click="resetPwd()">确定</button>
</div>
</form>
</ion-content>
</ion-view> |
public/Windows 10 x64 (19041.572)/_HEAP_LFH_AFFINITY_SLOT.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (19041.572)</h4><br>
<h2>_HEAP_LFH_AFFINITY_SLOT</h2>
<font face="arial"> +0x000 State : <a href="./_HEAP_LFH_SUBSEGMENT_OWNER.html">_HEAP_LFH_SUBSEGMENT_OWNER</a><br>
+0x038 ActiveSubsegment : <a href="./_HEAP_LFH_FAST_REF.html">_HEAP_LFH_FAST_REF</a><br>
</font></body></html> |
regex/string_test/index.html | kiranhsgithub/js_essential | <!DOCTYPE html>
<html>
<head>
<title>Reg Exp test</title>
</head>
<body>
<div id="name"></div>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="scripts.js"></script>
</body>
</html> |
nivForm/nivForm/MAPphonecomponent/index.html | dimpu/AravindCom | <html>
<head>
<title>Phone Component</title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9">
<!-- DHTMLX Framework -->
<link rel="stylesheet" type="text/css" href="../codebase3.6/dhtmlx.css" />
<link rel="stylesheet" type="text/css" href="../codebase3.6/dhtmlxForm/codebase/skins/dhtmlxform_dhx_skyblue.css">
<script type="text/javascript" src="../codebase3.6/dhtmlx.js"></script>
<script type="text/javascript" src="js/json2.js"></script>
<script type="text/javascript" src="model/phonecomponent_Model.js"></script>
<script type="text/javascript" src="controller/phonecomponent.js"></script>
<script type="text/javascript" src="../MAPPermissions/js/controller.js"></script>
<script type="text/javascript" >
window.onload = function()
{var WWWUrlPath = window.location.protocol + '//' + window.location.host+'/';
var cdn_application_path = WWWUrlPath +'modules/nivyaCom/MAPphonecomponent/';
var dhx_codebase_path = WWWUrlPath + 'modules/nivyaCom/codebase3.6/';
MAPPermissions.loadSettings(WWWUrlPath);
phonecomponent.start( {
uid : "21873"
,application_path : cdn_application_path
,dhtmlx_codebase_path : dhx_codebase_path
,contactid : "21873"
,agencyid: 25
,useWindow : true
,parentDIVId : ''
,window_managerObj:null
} );
}
</script>
</head>
<body>
</body>
</html>
|
archives/guanyutextwrapyanjiu/index.html | dongweiming/blog |
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>关于textwrap研究 - 小明明s à domicile</title>
<meta name="author" content="Dongweiming">
<meta name="baidu-site-verification" content="VklGG0Kd1k" />
<meta name="description" content="douban dongweiming site">
<meta name="keywords" content="python, ipython, emacs, github, dongweiming, django, flask, bottle, jinja2, requests, douban, httpie, jedi, mako, plim, react, develop, lisp, ruby, web development, sed, awk, linux, 运维, 运维开发, sentry, tonrado, scrapy, fabric, celery">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://dongweiming.github.com/blog/archives/guanyutextwrapyanjiu">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/bootstrap/bootstrap.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/stylesheets/bootstrap/responsive.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/stylesheets/syntax/syntax.css" media="screen, projection" rel="stylesheet" type="text/css">
<style type="text/css">
body {
padding-bottom: 40px;
}
h1 {
margin-bottom: 15px;
}
img {
max-width: 100%;
}
.sharing, .meta, .pager {
margin: 20px 0px 20px 0px;
}
.page-footer p {
text-align: center;
}
</style>
<script src="/javascripts/libs/jquery.js"></script>
<script src="/javascripts/libs/modernizr-2.0.js"></script>
<script src="/javascripts/libs/bootstrap.js"></script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<script type="text/javascript" src="/javascripts/api.js"></script>
<script type="text/javascript" src="/javascripts/wordcumulus.js"></script>
<script type="text/javascript" src="/javascripts/swfobject.js"></script>
<script type="text/javascript" src="/javascripts/tagcumulus.js"></script>
<link href="/atom.xml" rel="alternate" title="小明明s à domicile" type="application/atom+xml">
<script type="text/javascript" src="/javascripts/sh_python.min.js"></script>
<script type="text/javascript" src="/javascripts/sh_bash.min.js"></script>
<script type="text/javascript" src="/javascripts/sh_main.min.js"></script>
<link href="/stylesheets/sh_ide-anjuta.css" rel="stylesheet" type="text/css">
<script id="search-results-template" type="text/x-handlebars-template">
{{#entries}}
<article>
<h3>
<small><time datetime="{{date}}" pubdate>{{date}}</time></small>
<a href="{{url}}">{{title}}</a>
<p>tagged: {{ tags }} | category: <a href="/categories/{{category }}">{{category}}</a></p>
</h3>
</article>
{{/entries}}
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20495125-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body onload="sh_highlightDocument('', '.js');">
<a href="http://github.com/dongweiming/">
<img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png" alt="Follower me on GitHub">
</a>
<nav role="navigation"><div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/">小明明s à domicile</a>
<div class="nav-collapse">
<ul class="nav">
<li><a href="/">博客主页</a></li>
<li><a href="/blog/archives">文章列表</a></li>
<li><a href="/aboutsite">关于本站</a></li>
<li><a href="http://dongweiming.github.io/sed_and_awk">sed_and_awk</a></li>
<li><a href="http://dongweiming.github.io/Expert-Python">Expert-Python</a></li>
<li><a href="/aboutme">关于我</a></li>
</ul>
<ul class="nav pull-right" data-subscription="rss">
<li><a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
</ul>
<form action="/search" method="get" class="pull-right navbar-search">
<fieldset role ="search">
<input type="text" id="search-query" name="q" placeholder="Search" autocomplete="off" class="search" />
</fieldset>
</form>
</div>
</div>
</div>
</div>
</nav>
<div class="container">
<div class="row-fluid">
<article class="hentry span9" role="article">
<header class="page-header">
<h1 class="entry-title">关于textwrap研究</h1>
<p class="meta">
<time datetime="2012-06-18T00:00:00+08:00" pubdate data-updated="true">Jun 18<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>前言:textwrap通过调整段落中的换行符位置来格式化文本以美化输出</p>
<p><pre class="sh_python">
import textwrap</p>
<p>sample_text = ''' #一段测试文本</p>
<p> The textwrap module can be used to format text for output in situations
where pretty-printing is desired. It offers programmatic functionality similar
to the paragraph wrapping or filling features found in many text editors.</p>
<p>'''
print 'No dedent:\n'
print textwrap.fill(sample_text) #默认的输出
print
dedented_text = textwrap.dedent(sample_text).strip() #删除样本行中的普通空格前缀
print 'Dedented:\n'
print dedented_text
print
for width in [ 20, 60, 80 ]:
print
print '%d Columns:\n' % width
print textwrap.fill(dedented_text, width=width) #使用不同行宽值进行格式化输出
print
print '\nHanging indent:\n'
print textwrap.fill(dedented_text, initial_indent='', subsequent_indent=' ') #控制首行缩进, 他独立于接下来的行
</pre></p>
<p>执行结果:</p>
<p>dongwm@linux-dongwm:~> python test.py
No dedent: #嵌入的tab符号和多余的空格被混合在输出文本中</p>
<p>The textwrap module can be used to format text for output in
situations where pretty-printing is desired. It offers programmatic
functionality similar to the paragraph wrapping or filling features
found in many text editors.</p>
<p>Dedented: #将每行开始的普通空白符删除了. 如果某行已经比另一行多了个缩进层次, 那么对应的空格不会被去掉.</p>
<p>The textwrap module can be used to format text for output in situations
where pretty-printing is desired. It offers programmatic functionality similar
to the paragraph wrapping or filling features found in many text editors.</p>
<p>20 Columns:</p>
<p>The textwrap module
can be used to
format text for
output in situations
where pretty-
printing is desired.
It offers
programmatic
functionality
similar to the
paragraph wrapping
or filling features
found in many text
editors.</p>
<p>60 Columns:</p>
<p>The textwrap module can be used to format text for output in
situations where pretty-printing is desired. It offers
programmatic functionality similar to the paragraph wrapping
or filling features found in many text editors.</p>
<p>80 Columns:</p>
<p>The textwrap module can be used to format text for output in situations where
pretty-printing is desired. It offers programmatic functionality similar to the
paragraph wrapping or filling features found in many text editors.</p>
<p>Hanging indent:</p>
<p>The textwrap module can be used to format text for output in
situations where pretty-printing is desired. It offers
programmatic functionality similar to the paragraph wrapping or
filling features found in many text editors.</p>
</div>
<footer>
<p class="meta">
<span class="byline author vcard"><span class="fn">Dongweiming 发布于</span></span>
<time datetime="2012-06-18T00:00:00+08:00" pubdate data-updated="true">Jun 18<span>th</span>, 2012</time>
<span class="categories">
<a class='category' href='/blog/categories/pythonmo-kuai-yan-jiu/'>python模块研究</a>
</span>
</p>
<div class="sharing">
<span>
<iframe
width="55"
scrolling="no"
height="66"
frameborder="0"
src=
"http://hits.sinajs.cn/A1/weiboshare.html?url=http://dongweiming.github.com/blog/archives/guanyutextwrapyanjiu/&appkey=site.weiboapp&type=1&ralateUid=1994497175&language=zh_cn" allowtransparency="true">
</iframe>
<iframe
width="55"
scrolling="no"
height="74"
frameborder="0"
src="/douban.html">
</iframe>
</span>
</div>
<hr style="border-bottom:1px dotted #bdbabd;height:1px;border-top:0px;border-left:0px;border-right:0px;" />
<section>
<h1>评论</h1>
<div id="disqus_thread" aria-live="polite"><noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
</section>
<ul class="pager">
<li class="previous"><a class="basic-alignment left"
href="/archives/guanyutempfileyanjiu/" title="Previous Post:
关于tempfile研究">« 关于tempfile研究</a></li>
<li><a href="/blog/archives">博客文章</a></li>
<li class="next"><a class="basic-alignment right" href="/archives/guanyutimeyanjiu/"
title="Next Post: 关于time研究">关于time研究
»</a></li>
</ul>
</footer>
</article>
<aside class="sidebar-nav span3">
<section class='well'>
<ul id='qq' class='nav'>
<li class='nav-header'>我新建了一个QQ群</li>
<li style="padding-left: 15px;">522012167</li>
<li style="padding-left: 15px;">欢迎入伙</li>
</ul>
</section>
<section class="well">
<ul id="recent_posts" class="nav nav-list">
<li class="nav-header">最近发布</li>
<li class="post">
<a href="/archives/%3C%3Cpython-webkai-fa-shi-zhan-%3E%3E-yao-shu-chu-dao-tai-wan-liao/">《Python Web开发实战》要输出到台湾了</a>
</li>
<li class="post">
<a href="/archives/%3C%3Cpython-webkai-fa-shi-zhan-%3E%3E-shang-shi-%5B%3F%5D-ge-yue-liao/">《Python-Web开发实战》上市一个月了</a>
</li>
<li class="post">
<a href="/archives/python-webkai-fa-shi-zhan-yu-shou-lou/">《Python Web开发实战》预售喽</a>
</li>
<li class="post">
<a href="/archives/shi-yong-stridershi-xian-chi-xu-ji-cheng/">使用Strider实现持续集成</a>
</li>
<li class="post">
<a href="/archives/fang-djangobookde-markdownwen-zhang-ping-zhu-xi-tong/">仿Djangobook的Markdown文章评注系统</a>
</li>
<li class="post">
<a href="/archives/shi-yong-github-webhookfu-wu-shi-xian-ti-przi-dong-jian-cha-flake8bing-zai-dui-ying-wei-zhi-fa-ping-lun/">使用Github webhook服务实现提PR自动检查Flake8并在对应位置发评论</a>
</li>
<li class="post">
<a href="/archives/zui-jin-zai-xie-ben-webkai-fa-zhu-ti-de-shu/">最近在写一本Python Web开发的书</a>
</li>
<li class="post">
<a href="/archives/codekai-yuan-liao/">CODE开源了</a>
</li>
<li class="post">
<a href="/archives/12ge-pythonnao-jin-ji-zhuan-wan/">12个python填空题</a>
</li>
<li class="post">
<a href="/archives/wo-li-jie-de-pythonzui-jia-shi-jian/">我理解的python最佳实践</a>
</li>
</ul>
</section>
<section class="well">
<ul id="recent_posts" class="nav nav-list">
<li class="nav-header">个人网站</li>
<li class="post"><a href="http://salogs.com">带我入行的boss</a></li>
<li class="post"><a href="http://dongweiming.github.com/">小明明s Github Blog</a></li>
<li class="post"><a href="http://youhouer.appspot.com/">Love story(GAE)</a></li>
<li class="post"><a href="http://www.unixhot.com">unixhot运维社区</a></li>
<li class="post"><a href="http://www.vpsee.com">Vpsee</a></li>
<li class="post"><a href="http://dongweiming.github.io/sed_and_awk/">sed_and_awk</a></li>
<li class="post"><a href="http://dongweiming.github.io/Expert-Python">Expert-Python</a></li>
</ul>
</section>
<section class="well">
<ul id="gh_repos" class="nav">
<li class="nav-header">GitHub帐号</li>
<li class="loading">Status updating...</li>
</ul>
<a href="https://github.com/dongweiming">@dongweiming</a> on GitHub
<script type="text/javascript">
$(document).ready(function(){
github.showRepos({
user: 'dongweiming',
count: 3,
skip_forks: true,
target: '#gh_repos'
});
});
</script>
<script src="/javascripts/asides/github.js" type="text/javascript"> </script>
</section>
<section class="well">
<ul id="gh_repos" class="nav">
<li class="nav-header">标签Cloud</li>
</ul>
<div id="tag-cloud"></div>
</section>
<section class="well">
<ul id="gh_repos" class="nav">
<li class="nav-header">豆瓣阅读</li>
</ul>
<script type="text/javascript" src="http://www.douban.com/service/badge/62943420/?select=random&n=10&columns=2&picsize=medium&hidelogo=true&hideself=true&cat=book|music" ></script>
<a href="https://www.douban.com/people/62943420">@小明明</a> on Douban
</section>
<section class='well'>
<ul id='gh_repos' class='nav'>
<li class='nav-header'>文章统计</li>
<li>本站共有 271 篇文章</li>
</ul>
</section>
</aside>
</div>
</div>
<footer role="contentinfo" class="page-footer"><hr>
<p>
Copyright © 2016 - Dongweiming -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>
</footer>
<script type="text/javascript">
var disqus_shortname = 'dongwm';
// var disqus_developer = 1;
var disqus_identifier = 'http://dongweiming.github.com/blog/archives/guanyutextwrapyanjiu/';
var disqus_url = 'http://dongweiming.github.com/blog/archives/guanyutextwrapyanjiu/';
var disqus_script = 'embed.js';
(function () {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/' + disqus_script;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
</body>
</html>
|
apidocs/trashday/ui/responses/package-use.html | jtbaldwin/Alexa-Trash-Day | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Wed Feb 22 13:30:04 EST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package trashday.ui.responses (Alexa Trash Day 1.0 API)</title>
<meta name="date" content="2017-02-22">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package trashday.ui.responses (Alexa Trash Day 1.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</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>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?trashday/ui/responses/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Uses of Package trashday.ui.responses" class="title">Uses of Package<br>trashday.ui.responses</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../trashday/ui/responses/package-summary.html">trashday.ui.responses</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="#trashday.ui.responses">trashday.ui.responses</a></td>
<td class="colLast">
<div class="block">Organizes all the functions that provide voice responses to
the user.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="trashday.ui.responses">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../trashday/ui/responses/package-summary.html">trashday.ui.responses</a> used by <a href="../../../trashday/ui/responses/package-summary.html">trashday.ui.responses</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../trashday/ui/responses/class-use/Phrase.html#trashday.ui.responses">Phrase</a>
<div class="block">Organizes the phrases used by the application.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../trashday/ui/responses/class-use/ResponseHelpers.html#trashday.ui.responses">ResponseHelpers</a>
<div class="block">Provides some "helper" functions that make the code more readable for
all child classes.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</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>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?trashday/ui/responses/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.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 © 2017. All rights reserved.</small></p>
</body>
</html>
|
nysdoh_dw_interstitial_eng.html | ruizadrian/ruizadrian.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" /> -->
<meta name="description" content="">
<meta name="author" content="">
<title>H Code Test Page</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="http://hcodemedia.com/wp-content/uploads/2015/08/fav.png">
<link rel="apple-touch-icon" href="http://hcodemedia.com/wp-content/uploads/2015/08/fav.png"/>
<!-- Custom CSS -->
<link href="css/blog-post.css" rel="stylesheet">
<script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script>
<script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
</script>
<script>
googletag.cmd.push(function() {
googletag.defineSlot('/138871148/nysdoh.dw.1x1.interstitial', [1, 1], 'div-gpt-ad-1519335281526-0').addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.pubads().setTargeting('HLang', 'en-US');
googletag.enableServices();
});
</script>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">H Code Media</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a href="#">About</a>
</li>
<li>
<a href="#">Services</a>
</li>
<li>
<a href="#">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="container">
<div class="row">
<!-- Blog Post Content Column -->
<div class="col-lg-8">
<!-- Blog Post -->
<!-- Title -->
<img class="img-responsive" src="mobile-logo.png" alt="">
<h1>nysdoh - desktop - interstitial</h1>
<hr>
<!-- Date/Time -->
<p><span class="glyphicon glyphicon-time"></span> Created by H Code Media</p>
<hr>
<!-- Preview Image -->
<img class="img-responsive" src="http://placehold.it/900x300" alt="">
<hr>
<!-- /138871148/nysdoh.dw.1x1.interstitial -->
<div id='div-gpt-ad-1519335281526-0' style='height:1px; width:1px;'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1519335281526-0'); });
</script>
</div>
<hr>
<!-- Blog Comments -->
<!-- Comments Form -->
<div class="well">
<h4>Leave a Comment:</h4>
<form role="form">
<div class="form-group">
<textarea class="form-control" rows="3"></textarea>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
<hr>
<!-- Posted Comments -->
<!-- Comment -->
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<!-- Comment -->
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
<!-- Nested Comment -->
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<!-- End Nested Comment -->
</div>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
<!-- Nested Comment -->
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<!-- End Nested Comment -->
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<!-- Comment -->
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
<!-- Nested Comment -->
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<!-- End Nested Comment -->
</div>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
<!-- Nested Comment -->
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placehold.it/64x64" alt="">
</a>
<div class="media-body">
<h4 class="media-heading">H Code Media
<small>August 25, 2014 at 9:30 PM</small>
</h4>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
</div>
</div>
<!-- End Nested Comment -->
</div>
</div>
</div>
<!-- Blog Sidebar Widgets Column -->
<div class="col-md-4">
<!-- Blog Search Well -->
<div class="well">
<h4>Blog Search</h4>
<div class="input-group">
<input type="text" class="form-control">
<span class="input-group-btn">
<button class="btn btn-default" type="button">
<span class="glyphicon glyphicon-search"></span>
</button>
</span>
</div>
<!-- /.input-group -->
</div>
<!-- Blog Categories Well -->
<div class="well">
<h4>Blog Categories</h4>
<div class="row">
<div class="col-lg-6">
<ul class="list-unstyled">
<li><a href="#">Category Name</a>
</li>
<li><a href="#">Category Name</a>
</li>
<li><a href="#">Category Name</a>
</li>
<li><a href="#">Category Name</a>
</li>
</ul>
</div>
</div>
<!-- /.row -->
</div>
<div class="well">
</div>
<!-- Side Widget Well -->
<div class="well">
<h4>Side Widget Well</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore, perspiciatis adipisci accusamus laudantium odit aliquam repellat tempore quos aspernatur vero.</p>
</div>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Footer -->
<footer>
<div class="row">
<div class="col-lg-12">
<p>Copyright © Your Website 2016</p>
</div>
</div>
<!-- /.row -->
</footer>
</div>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>
|
feder/parcels/templates/parcels/_incomingparcelpost_content_item.html | watchdogpolska/feder | {% load humanize %}
<tr>
<td>
<i class="fa fa fa-envelope-square"></i>
<a href="{{ object.get_absolute_url }}">{{ object }}</a>
</td>
<td>
<i class="fa fa fa-home"></i>
<a href="{{ object.sender.get_absolute_url }}">{{ object.sender }}</a>
<time datetime="{{ object.created }}" title="{{ object.created | naturaltime }}">{{ object.created }}</time>
</td>
</tr>
|
doc/api/files/usr/lib/ruby/gems/1_8/gems/activemodel-3_0_0_beta4/lib/active_model/version_rb.html | ecoulthard/summitsearch | <?xml version="1.0" encoding="iso-8859-1"?>
<!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>
<title>File: version.rb</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<link rel="stylesheet" href="../../../../../../../../../.././rdoc-style.css" type="text/css" media="screen" />
<script type="text/javascript">
// <![CDATA[
function popupCode( url ) {
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
}
function toggleCode( id ) {
if ( document.getElementById )
elem = document.getElementById( id );
else if ( document.all )
elem = eval( "document.all." + id );
else
return false;
elemStyle = elem.style;
if ( elemStyle.display != "block" ) {
elemStyle.display = "block"
} else {
elemStyle.display = "none"
}
return true;
}
// Make codeblocks hidden by default
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
// ]]>
</script>
</head>
<body>
<div id="fileHeader">
<h1>version.rb</h1>
<table class="header-table">
<tr class="top-aligned-row">
<td><strong>Path:</strong></td>
<td>/usr/lib/ruby/gems/1.8/gems/activemodel-3.0.0.beta4/lib/active_model/version.rb
</td>
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
<td>Sun Jun 20 17:19:13 -0600 2010</td>
</tr>
</table>
</div>
<!-- banner header -->
<div id="bodyContent">
<div id="contextContent">
</div>
</div>
<!-- if includes -->
<div id="section">
<!-- if method_list -->
</div>
<div id="validator-badges">
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
</div>
</body>
</html> |
src/html/article_report.html | Charlesjiang1993/dangdi-ui | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>文章举报</title>
<link rel="stylesheet" href="../styles/common.css">
<script src="../js/common.js"></script>
</head>
<body>
<div class="box">
<div class="box-title">
</div>
<div class="box-content">
<table id="tables" class="table">
<thead>
<tr>
<th>序号</th>
<th>文章名称</th>
<th>举报类型</th>
<th>举报时间</th>
<th>操作</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<div class="footer">
<ul style="margin-right:80px">
</ul>
</div>
</div >
</div>
<script>
window.onload=function(){
var json = {
"method": "POST",
"url": urlA + "report/list",
"data": "type=" + 0 + "&page=" + 1 + "&pageSize=" + 10,
"type":0,"page":1,"pageSize":10,
"options":'<a href="#" >冻结<a>',
"arr":['no','title','typeName','reportDate']
}
var setStr=function(data){
var str = "";
for (i in data) {
str += "<tr>" +
"<td>" +data[i].no + "</td>" +
"<td>" +'<a href="#">'+ data[i].title +'</a>'+ "</td>" +
"<td>" + data[i].typeName + "</td>" +
"<td>" + data[i].reportDate+ "</td>" +
"<td>" + json.options+ "</td>" +
"</tr>";
}
return str;
}
getData(json,setStr,intervalcolor, function(data){
showFooter(json,data,setStr,clickPage);
});
}
</script>
</body>
</html> |
mbhd-swing/src/main/resources/assets/html/en/help/hd0.1/how-to-install-linux.html | oscarguindzberg/multibit-hd | <h2 class="text-center">Thank you for choosing MultiBit HD</h2>
<p>Please take a look at our <a href="getting-started.html" target="_blank">Getting Started guide</a> so you can be up and running with Bitcoin quickly and safely.</p>
<p><a href="https://www.ej-technologies.com" target="_blank">Install4j by EJ Technologies GmBH</a> was used to create our installers.
If you're a Java developer needing an installer solution you should check them out.</p>
<h3>How to install on Linux</h3>
<p>The Linux installer does not come with a pre-packaged Java installation due to the huge variety of Linux distros that are available. Consequently you will need to arrange for a
suitable JVM to be installed prior to running the installer. We recommend <a href="http://openjdk.java.net/install/" target="_blank">Open Java 1.7.0_72</a>.</p>
<p>Assuming you have a suitable JVM installed and have downloaded the installer to your home directory, do the following at the command shell:</p>
<pre>
cd ~
chmod +x multibit-hd-unix-0.0.5.sh
./multibit-hd-unix-0.0.5.sh
</pre>
<p>After a short time MultiBit HD will show a wizard and install into <code>~/multibit-hd</code>. Your application directory will be <code>~/.multibit-hd</code> and will hold all
your configuration and wallet files. It will appear on first startup. A basic Unity <code>.desktop</code> file will be created and registered if available so you should be able
to simply open Unity and search for "MultiBit" to get started (but see later). Alternatively you can run from the command line as follows (you'll see a lot of logging messages
this way):</p>
<pre>
cd multibit-hd
./multibit-hd &
</pre>
<p>After running the installer you may need to run some scripts to further integrate MultiBit HD into your environment. In particular the Trezor support requires certain
<code>udev</code> rules to be in place. The following sections provide these scripts. If you have a distro that is not included and have a script you'd like to share please let
us know through the website issue link at the foot of the page.</p>
<h4>Ubuntu</h4>
<p>This script will activate the USB HID rules for Trezor and will ensure that MultiBit HD can respond correctly to Bitcoin links in web pages:</p>
<pre>
#!/bin/sh
echo Activate HID USB...
cat << _EOF_ > /etc/udev/rules.d/99-multibit-hd.rules
# Trezor HID device
ATTRS{idProduct}=="0001", ATTRS{idVendor}=="534c", MODE="0660", GROUP="plugdev"
_EOF_
echo Build Unity desktop...
unityExec=$(ls -d $PWD/multibit-hd)
unityIcon=$(ls -d $PWD/.install4j/multibit-hd.png)
cat << _EOF_ > multibit-hd.desktop
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=$unityExec %U
Icon=$unityIcon
Name[en_US]=MultiBit HD
Comment=Secure lightweight international Bitcoin wallet
Comment[en_US]=Secure lightweight international Bitcoin wallet
Name=MultiBit HD
Categories=Network;X-Bitcoin;
MimeType=x-scheme-handler/bitcoin;
_EOF_
echo Install to Unity...
desktop-file-validate multibit-hd.desktop
desktop-file-install multibit-hd.desktop
update-desktop-database
echo Done. Please check the Unity dock.
</pre>
<p>To run it, launch <code>gedit</code> and copy-paste the above and save as <code>~/multibit-hd/post-install.sh</code>. Then do the following:</p>
<pre>
cd ~/multibit-hd
chmod +x post-install.sh
sudo ./post-install.sh
</pre>
<p>When complete you will have a launch icon in the dock that you can locate using "MultiBit" in the search.</p>
<h4>How to run MultiBit HD manually</h4>
<p>You can run MultiBit HD manually as follows:</p>
<pre>
cd ~/multibit-hd
java -jar multibit-hd.jar
</pre>
<h4>I'm seeing a SIGSEV (0xb)</h4>
<p>Some people have had issues using MultiBit HD with OpenJDK on Arch Linux, CentOS and OpenSuse distributions. The error manifests when trying to add a password to a wallet and occurs deep
within the platform-specific parts of the JVM. If this affects you the error will be like this:</p>
<pre>
SIGSEGV (0xb) at pc=0x00007f97ec7d06a0, pid=588, tid=140289289742080
</pre>
<p>After some research <a href="https://github.com/jim618/multibit/issues/325" target="_blank">members of the MultiBit community</a> found that installing the Oracle Java 7 JVM
fixed the problem. To install Oracle's JDK do the following:</p>
<pre>
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
</pre>
<p>However further research found a reliable workaround involving deleting libscrypt.so from the JAR:</p>
<pre>
zip -d "multibit-hd.jar" lib/x86_64/{freebsd,linux}/libscrypt.so
deleting: lib/x86_64/freebsd/libscrypt.so
deleting: lib/x86_64/linux/libscrypt.so
</pre>
<h4>Clicking a Bitcoin link in Firefox doesn't work</h4>
<p>Assuming that you have installed MultiBit HD and run the post-install script this should work out of the box. However some people have fixed this by manually editing the <code>~/.mozilla/firefox/YOUR_PROFILE.default/mimeTypes.rdf</code>
file with an entry as follows:</p>
<pre> <RDF:Description RDF:about="urn:scheme:bitcoin"
NC:value="~/multibit-hd/multibit-hd”>
<NC:handlerProp RDF:resource="urn:scheme:handler:bitcoin"/>
</RDF:Description>
</pre>
<p>Save and restart Firefox and click a Bitcoin URI. It should prompt for a handler and give you the option to make this choice permanent.</p>
<h4>Related articles</h4>
<p>Here are some related articles:</p>
<ul>
<li><a href="getting-started.html">Getting started</a></li>
<li><a href="/blog/2013/07/24/how-to-check-signatures.html">How to check signatures</a></li>
</ul>
|
about.html | Reperi0/art3870-wi17 | <!doctype html>
<html class="no-js" lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Casey Gielen - Photographer - Homepage</title>
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<div.class="wrapper">
<header class="row">
<h1 class="columns small-12 medium-6 large-4"> Who Am I? </h1>
<nav>
<a href="index.html"> Home </a>
<a href="gallery.html"> Gallery </a>
<a href="about.html"> About </a>
</nav>
</header>
<div class="row medium-4">
<figure class="columns small-8">
<p> Hello, I am Casey Gielen a student photographer able to take photos of a wide variety.<br> From weddings to landscape I am sure to fullfill your needs. </p>
<p> Contact Me <br> I am able to be reached through my email cgielen@horizon.csueastbay.edu</P>
<img data-interchange="[images/bio.jpg, small],
[images/bio.jpg, medium],
[images/bio.jpg, large]">
<footer>
<br> <h6>Copyright 2017 rights reserved </h6>
</footer>
</div>
<script src="js/vendor/jquery.js"></script>
<script src="js/vendor/what-input"></script>
<script src="js/vendor/foundation.js"></script>
<script src="js/app.js"></script>
</body>
</html>
|
src/Viteloge/CoreBundle/Resources/descriptions/85264.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Saint-Pierre-du-Chemin est
une ville géographiquement positionnée dans le département de Vendée en Pays de la Loire. On dénombrait 1 370 habitants en 2008.</p>
<p>À coté de Saint-Pierre-du-Chemin sont situées les communes de
<a href="{{VLROOT}}/immobilier/menomblet_85141/">Menomblet</a> située à 4 km, 650 habitants,
<a href="{{VLROOT}}/immobilier/breuil-barret_85037/">Breuil-Barret</a> localisée à 5 km, 667 habitants,
<a href="{{VLROOT}}/immobilier/reaumur_85187/">Réaumur</a> localisée à 8 km, 779 habitants,
<a href="{{VLROOT}}/immobilier/tardiere_85289/">La Tardière</a> à 4 km, 1 216 habitants,
<a href="{{VLROOT}}/immobilier/cheffois_85067/">Cheffois</a> localisée à 7 km, 901 habitants,
<a href="{{VLROOT}}/immobilier/montournais_85147/">Montournais</a> à 7 km, 1 754 habitants,
entre autres. De plus, Saint-Pierre-du-Chemin est située à seulement 22 km de <a href="{{VLROOT}}/immobilier/bressuire_79049/">Bressuire</a>.</p>
<p>Le nombre de logements, à Saint-Pierre-du-Chemin, se décomposait en 2011 en sept appartements et 639 maisons soit
un marché relativement équilibré.</p>
<p>La ville propose quelques équipements sportifs, elle propose entre autres un terrain de sport, une salle de combat et une boucle de randonnée.</p>
<p>À Saint-Pierre-du-Chemin, la valorisation moyenne à la vente d'un appartement se situe à zero € du m² en vente. Le prix moyen d'une maison à l'achat se situe à 1 086 € du m². À la location la valeur moyenne se situe à 0 € du m² mensuel.</p>
</div>
|
webauthnregister.html | boyofgreen/BankOfContoso | <!DOCTYPE html>
<html lang="EN-US" dir="ltr">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Sign in Successful</title>
<link rel="stylesheet" type="text/css" href="lib/css/main.min.css">
<link rel="stylesheet" type="text/css" href="./css/style.css">
<script type="text/javascript"></script>
<meta name="GENERATOR" content="MSHTML 11.00.10537.1000">
</head>
<body class="login-background">
<header>
<p>Bank of Contoso</p>
</header>
<div id="shellTD">
<div class="container" id="shellTBL">
<div class="content" id="mainTD">
<div class="sub-content" id="signInTD">
<div class="signInHeader" id="i0272">
<h1 class="loginhead" style="display: inline; white-space: nowrap;"">Windows Hello </h1>
<img id="hello_logo" style="display: inline" src="./images/hello.png" />
</div>
<div id="rightTD">
<div id="idDiv_FSI_HeaderInfo">
<p>Good news, your device supports Windows Hello and you can use it to authenticate with this demo site. With Windows Hello, you can log into this site on this PC without a password.</p>
<p>Do you want to enable Windows Hello for your next sign in?</p>
</div>
<div class="section">
<div id="idTd_Tile_Error" aria-live="assertive" aria-relevant="text" style="display: none;" aria-atomic="true">
<div class="errorDiv" id="idTd_Tile_ErrorMsg_Login"></div>
</div>
<div id="idTd_HIP_Error_Password" aria-live="assertive" aria-relevant="text" style="display: none;" aria-atomic="true">
<div class="errorDiv" id="idTd_PWD_ErrorMsg_Password"></div>
</div>
<div class="row textbox" id="idDiv_PWD_SUPasswordTb">
<div></div>
</div>
</div>
<div class="section">
<button class="default" id="idSIButton9" onclick="window.location='bank.html';">Maybe later</button>
<button class="default" id="idSIButton9" onclick="makeCredential();">Start using Windows Hello!</button>
</div>
</div>
<div style="visibility: hidden;"></div>
</div>
<div class="signUpFloat"></div>
</div>
<div class="section">
<div id="SetupWindowsHello" style="display: none;">
<h1>You need to setup Windows Hello</h1>
<p>Select the <b>Start</b> button, then select <b>Settings > Accounts > Sign-in</b> options to set up Windows Hello. Under <b>Windows Hello</b> , you’ll see options for face, fingerprint, or iris if your PC has a fingerprint reader or
a camera that supports it. Once you’re set up, you’ll be able to sign in with a quick swipe or glance. </p>
<button class="default" id="idSIButton9" onclick="showSetupWindowsHelloDialog(false);">Okay</button>
</div>
</div>
</div>
</div>
<div style="height: 50px; clear: both;"></div>
<!-- Include localforage, a polyfill for indexedDB -->
<script src="./js/localforage.js"></script>
<script src="./js/webauthn.js"></script>
<script src="./js/demo.js"></script>
<!-- If Windows Hello is not set up, show setup dialog -->
<script type="./js/updateui.js"></script>
</script>
</body>
</html> |
dashboard/elements/teamcity-search-input.html | JetBrains/TeamCity.Widgets | <!--
~ Copyright 2000-2015 JetBrains s.r.o.
~
~ 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.
-->
<link rel="import" href="tree-node.html">
<link rel="import" href="logging-behavior.html">
<link rel="import" href="../bower_components/iron-input/iron-input.html">
<link rel="import" href="../bower_components/iron-signals/iron-signals.html">
<link rel="import" href="../bower_components/iron-a11y-keys/iron-a11y-keys.html"/>
<dom-module id="teamcity-search-input">
<style type="text/css">
:host{
}
.search { position: relative; }
input:focus{
outline: none !important;
}
input[is=iron-input]:focus{
border:1px solid gray !important;
}
input[type=search]{
width: 100%;
line-height: 2em;
-webkit-appearance:textfield;
box-sizing: content-box;
border:1px solid lightgray;
padding: 2px;
text-indent: 20px;
}
.icon{
background: transparent url(icons/teamcity-sprite.png) no-repeat 0 -40px;
width: 20px;
height: 20px;
display: block;
position: absolute;
top: 5px;
left: 7px;
}
::-webkit-input-placeholder {
font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
font-style: italic;
}
:-ms-input-placeholder {
font-style: italic;
}
</style>
<template>
<iron-a11y-keys id="a11y" target="[[target]]" keys="enter down home end"
on-keys-pressed="processKeyboard"></iron-a11y-keys>
<div class="search">
<span class="icon"></span>
<input type="search" id="input" tabindex="0"
placeholder="Filter projects and build configurations"
value="{{userInput::input}}"/>
</div>
</template>
<script>
// element registration
Polymer({
is: "teamcity-search-input",
properties: {
userInput: {
type: String,
notify: true,
observer: '_userInputChanged'
},
target: {
type: Object,
value: function() {
return this.$.input;
}
}
},
behaviors: [LoggingBehavior],
processKeyboard: function(e){
var action = e.detail.combo;
this.debug('processKeyboard: ' + action);
if (action == 'enter' || action == 'down'){
e.detail.keyboardEvent.preventDefault();
this.debug('fired moveFocusOnResults');
this.fire('iron-signal', {name: "results", data: this.userInput});
} else {
e.detail.keyboardEvent.stopPropagation();
}
},
_userInputChanged: function(){
this.fire('iron-signal', {name: "terms", data: this.userInput});
},
ready: function(){
var self = this;
window.setTimeout(function(){
self.focus();
},100);
},
focus: function(){
this.$.input.focus();
}
});
</script>
</dom-module> |
theme/default/static/css/style.css | selfimprom/juejohn | html, body {
font-family: "PingHei", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", STXihei, STHeiti, Heiti, SimSun, sans-serif;
}
pre code {
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', "Microsoft Yahei", Helvetica, Arial, sans-serif;
}
body {
padding-top: 24px;
/*background: url("../img/bg.jpg") no-repeat top center;*/
background-color: #FCFCFC;
}
#main {
margin-top: 5em;
}
#site-title {
margin-top: 0;
line-height: 50px;
}
#site-nav {
font-size: 1.2em;
}
#site-nav .nav li a .fa {
margin-right: 6px;
}
#site-title sup {
font-size: 0.5em;
padding-left: 4px;
color: #888;
}
#site-title a {
color: #555;
text-decoration: none;
}
#site-title a:hover {
color: #111;
}
/*#hero*/
#hero {
padding: 5em 5em 6em 5em;
}
#hero-image {
padding: 6px;
background-color: #FFF;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 8px;
}
/*#article-list*/
.article {
margin-bottom: 7em;
position: relative;
}
.article .panel {
padding-left: 30px;
padding-right: 30px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.article .panel:hover {
box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2), 0 4px 16px 0 rgba(0, 0, 0, 0.19);
}
.article .header {
position: relative;
margin-bottom: 12px;
border-bottom: 1px dashed #DDD;
}
.article .header .title {
padding-right: 78px;
line-height: 1.5;
}
.article .header a {
color: #444;
}
.article .header a:hover {
color: #0a6ebd;
text-decoration: none;
}
.article .header .meta {
position: absolute;
top: -10px;
right: 0;
}
.article .meta .date {
color: #CCC;
}
.article .meta .date .month {
font-size: 3em;
}
.article .meta .date .day {
vertical-align: top;
font-size: 1.3em;
text-decoration: underline;
margin-top: .6em;
display: inline-block;
}
.article .brief {
line-height: 1.75;
font-size: 16px;
margin-bottom: 18px;
padding-bottom: 12px;
border-bottom: 1px dashed #DDD;
}
.article .brief > *:last-child {
margin-bottom: 0 !important;
}
.article .brief h1 {
font-size: 26px;
border-bottom: 1px dashed #DDD;
padding-bottom: 11.5px;
}
.article .brief h2 {
font-size: 24px;
border-bottom: 1px dashed #DDD;
padding-bottom: 11.5px;
margin-top: 18px;
}
.article .brief h3 {
font-size: 22px;
border-bottom: 1px dashed #DDD;
padding-bottom: 11.5px;
margin-top: 18px;
}
.article .brief h4 {
font-size: 20px;
border-bottom: 1px dashed #DDD;
padding-bottom: 11.5px;
margin-top: 18px;
}
.article .brief h5,
.article .brief h6 {
font-size: 18px;
}
.article .brief h1,
.article .brief h2,
.article .brief h3,
.article .brief h4,
.article .brief h5,
.article .brief h6 {
font-weight: 700;
}
.article .brief img {
max-width: 100%;
}
.article-pager .btn {
font-size: 1.8em;
margin: 0 1em;
}
.article .brief pre code {
font-size: 14px;
}
.article .brief pre {
box-shadow: none !important;
border-top-color: #DDD;
border-right-color: #DDD;
border-bottom-color: #DDD;
}
.article .brief p > code,
.article .brief li > code {
color: #333;
background-color: #f1f1f1;
}
.article .aside .tag {
margin-right: 1em;
font-size: 14px;
}
.article .aside .stat {
font-size: 14px;
}
.article table{
width: 100%;
margin: .5rem 1rem;
line-height: 3rem;
}
.article td{
border-top: 1px solid #DDD;
padding:0 .5rem;
}
.article th{
font-weight: bold;
padding:0 .5rem;
text-align: left;
}
#article-single .aside {
padding-top: 8px;
border-bottom: 1px dashed #DDD;
padding-bottom: 18px;
margin-bottom: 18px;
}
#article-single .brief {
margin-bottom: 40px;
}
#article-list .aside {
padding-bottom: 24px;
}
#article-list h2.tag {
margin: 0 auto 30px auto;
}
#page-single .article {
margin-bottom: 0;
}
#comment {
margin-top: -4em;
}
/*
#archive-list
*/
#archive-list .panel {
padding: 2em 3em;
}
.archive .date {
margin-right: 1em;
font-size: .8em;
color: #BBB;
display: inline-block;
width: 3em;
}
.archive h4 {
line-height: 40px;
}
/*
#footer
*/
#footer {
font-size: 16px;
color: #CCC;
margin-top: 6em;
margin-bottom: 2em;
}
#footer p {
margin-bottom: .2em;
}
#footer a {
color: #AAA;
}
|
test/parts/responsive2.html | ganlanyuan/tiny-slider | <!DOCTYPE html>
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie10 lt-ie9" lang="en"><![endif]-->
<!--[if (IE 9)&!(IEMobile)]><html class="no-js lt-ie10" lang="en"><![endif]-->
<!--[if gt IE 9]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
Tiny slider
</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<link rel="stylesheet" href="../dist/tiny-slider.css">
<link rel="stylesheet" href="css/styles.css"><!--[if (IE 8)&!(IEMobile)]><script src="../dist/tiny-slider.helper.ie8.js"></script><![endif]-->
<script src="../dist/tiny-slider.js"></script>
</head>
<body>
<div class="slider-container">
<div id="responsive2_wrapper">
<h2>
Responsive2
</h2>
<div class="responsive2" id="responsive2">
<div class="item">
<div class="img img-1">
<a href="">0</a>
</div>
<p>
Sunt dignissimos distinctio, veniam, tenetur aspernatur nulla!
</p>
</div>
<div class="item">
<div class="img img-2">
<a href="">1</a>
</div>
<p>
Corrupti, libero minima nihil expedita officiis? Quo.
</p>
</div>
<div class="item">
<div class="img img-3">
<a href="">2</a>
</div>
<p>
Alias rem, ab impedit recusandae repellat tempore.
</p>
</div>
<div class="item">
<div class="img img-4">
<a href="">3</a>
</div>
<p>
Nisi inventore quo delectus perspiciatis voluptatibus, quae.
</p>
</div>
<div class="item">
<div class="img img-5">
<a href="">4</a>
</div>
<p>
Nisi harum earum consectetur laudantium iusto, laboriosam.
</p>
</div>
<div class="item">
<div class="img img-6">
<a href="">5</a>
</div>
<p>
Dolores blanditiis neque, quis vitae? Reprehenderit, aliquam.
</p>
</div>
<div class="item">
<div class="img img-7">
<a href="">6</a>
</div>
<p>
Omnis dolorum eum blanditiis, ratione voluptates quod.
</p>
</div>
</div>
</div>
</div>
<script>
var mobile = false,
isTestPage = false,
isDemoPage = false,
prefix = "",
classIn = "tns-fadeIn",
classOut = "tns-fadeOut",
speed = 0,
doc = document,
win = window,
ww = win.innerWidth || doc.documentElement.clientWidth || doc.body.clientWidth,
fw = getFW(ww),
initFns = {},
sliders = new Object(),
edgepadding = 50,
gutter = 10;
function getFW (width) {
var sm = 400, md = 900, lg = 1400;
return width < sm ? 150 : width >= sm && width < md ? 200 : width >= md && width < lg ? 300 : 400;
}
window.addEventListener('resize', function() { fw = getFW(ww); });
</script>
<script src="js/options.js"></script>
<script src="js/run.js"></script>
</body>
</html>
|
app/assets/index.html | mejjjor/sharedMusic | <!DOCTYPE html>
<html>
<head>
<title>MeetMusic</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Sharable music, respect privacy and no technology friction">
<link rel="stylesheet" type="text/css" href="css/app.css">
<link rel="icon" type="image/png" href="img/favicon.png">
</head>
<body>
<h1 id="title" class="logo">MeetMusic</h1>
<div id="nameSetter">
<label for="sessionName">Set your name :</label>
<input id="sessionName" />
<button id="setName">Set it !</button>
</div>
<div id="player">
<audio id="audio" controls></audio>
<div id="playlist">
</div>
</div>
<input id="addFile" type="file" multiple>
<label for="addFile"><i class="fa fa-plus-circle fa-3x"></i></label>
<div id="intro">
<p>choose a playlist name and enjoy !</p>
<form id="createRoom">
<label for="sessionInput">Playlist name :</label>
<input id="sessionInput" />
<button disabled type="submit">Create it!</button>
</form>
</div>
<div id="remotes"></div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="js/latest-v2.js"></script>
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>
|
programs/kfl/tpl/include/footer.html | runton/Person-Resume |
<div class="navbar navbar-default navbar-fixed-bottom">
<div class="container">
<ul class="navbar-footer-menu">
<li class="btn-block">
<a href="#/start">
<span class="glyphicon glyphicon-home"></span>
</a>
</li>
<li class="btn-block">
<a href="#/myorder">
<span class="glyphicon glyphicon-user"></span>
</a>
</li>
<li class="btn-block">
<a href="#/start">
<span class="glyphicon glyphicon-th-list"></span>
</a>
</li>
</ul>
</div>
</div> |
app/css/landing-page.css | lab01-newbie/lab01-newbie.github.io | /*
* Start Bootstrap - Landing Page (http://startbootstrap.com/)
* Copyright 2013-2016 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/
@font-face {
font-family: 'QX_Bariol_Regular';
src: url(https://lab01-newbie.github.io/fonts/QX_Bariol_Regular.otf) format('otf');
}
body,
html {
width: 100%;
height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "QX_Bariol_Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
}
.topnav {
font-size: 14px;
}
.lead {
font-size: 25px;
font-weight: 400;
}
.button {
background-color: #f77302; /* Orgren */
/*background-color: #853c05;*/
border: none;
color: white;
padding: 12px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
cursor: pointer;
}
.button2 {
background-color: white;
color: orangered;
border: 2px solid #f77302;
}
.button2:hover {
background-color: #f36e21;
color: white;
}
div.polaroid {
width: 80%;
background-color: white;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
margin-bottom: 25px;
}
div.container1 {
text-align: center;
padding: 10px 20px;
}
.intro-header {
padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
margin-top:50px;
padding-bottom: 50px;
text-align: center;
color: #f8f8f8;
background: url(../img/appImage.png) no-repeat center center;
background-size: cover;
}
.intro-message {
position: relative;
padding-top: 20%;
padding-bottom: 20%;
}
.intro-message > h1 {
margin: 0;
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
font-size: 5em;
}
.intro-divider {
width: 400px;
border-top: 1px solid #f8f8f8;
border-bottom: 1px solid rgba(0,0,0,0.2);
}
.intro-message > h3 {
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
@media(max-width:767px) {
.intro-message {
padding-bottom: 15%;
}
.intro-message > h1 {
font-size: 3em;
}
ul.intro-social-buttons > li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.intro-social-buttons > li:last-child {
margin-bottom: 0;
}
.intro-divider {
width: 100%;
}
}
.network-name {
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
letter-spacing: 2px;
}
.content-section-a {
padding: 20px 0;
background-color: #f8f8f8;
}
.content-section-b {
padding: 50px 0;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
}
.section-heading {
margin-top:50px;
margin-bottom: 30px;
}
.section-heading1 {
margin-top: 100px;
margin-bottom: 30px;
}
.section-heading2 {
margin-bottom: 30px;
color:gray;
}
.k
{
margin-top:25px;
}
.section-heading-spacer {
float: left;
width: 200px;
border-top: 3px solid #e7e7e7;
}
.banner {
padding: 100px 0;
color: #f8f8f8;
background: url(../img/banner-bg.jpg) no-repeat center center;
background-size: cover;
}
.banner h2 {
margin: 0;
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
font-size: 3em;
}
.banner ul {
margin-bottom: 0;
}
.banner-social-buttons {
float: right;
margin-top: 0;
}
@media(max-width:1199px) {
ul.banner-social-buttons {
float: left;
margin-top: 15px;
}
}
@media(max-width:767px) {
.banner h2 {
margin: 0;
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
font-size: 3em;
}
ul.banner-social-buttons > li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.banner-social-buttons > li:last-child {
margin-bottom: 0;
}
}
footer {
padding: 50px 0;
background-color: #f8f8f8;
}
p.copyright {
margin: 15px 0 0;
}
|
VirtualPond/doc/allclasses-frame.html | CKPalk/VirtualPond | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_60) on Wed Oct 21 17:54:01 PDT 2015 -->
<title>All Classes</title>
<meta name="date" content="2015-10-21">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 class="bar">All Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="addressbook/Contact.html" title="class in addressbook" target="classFrame">Contact</a></li>
<li><a href="addressbook/ContactIterator.html" title="class in addressbook" target="classFrame">ContactIterator</a></li>
<li><a href="virtualpondgui/ContactsTable.html" title="class in virtualpondgui" target="classFrame">ContactsTable</a></li>
<li><a href="virtualpondgui/ContactsTable.Reactor.html" title="interface in virtualpondgui" target="classFrame"><span class="interfaceName">ContactsTable.Reactor</span></a></li>
<li><a href="virtualpondgui/ContactsTableReactor.html" title="class in virtualpondgui" target="classFrame">ContactsTableReactor</a></li>
<li><a href="virtualpondgui/EditContactDialog.html" title="class in virtualpondgui" target="classFrame">EditContactDialog</a></li>
<li><a href="virtualpondgui/EntryFieldEditor.html" title="class in virtualpondgui" target="classFrame">EntryFieldEditor</a></li>
<li><a href="addressbook/Field.html" title="class in addressbook" target="classFrame">Field</a></li>
<li><a href="virtualpondgui/GUICore.html" title="interface in virtualpondgui" target="classFrame"><span class="interfaceName">GUICore</span></a></li>
<li><a href="addressbook/InputValidation.html" title="class in addressbook" target="classFrame">InputValidation</a></li>
<li><a href="virtualpondgui/MainContentPanel.html" title="class in virtualpondgui" target="classFrame">MainContentPanel</a></li>
<li><a href="virtualpondgui/MainWindowListener.html" title="class in virtualpondgui" target="classFrame">MainWindowListener</a></li>
<li><a href="virtualpondgui/MenuBar.html" title="class in virtualpondgui" target="classFrame">MenuBar</a></li>
<li><a href="virtualpondgui/MenuBar.Reactor.html" title="interface in virtualpondgui" target="classFrame"><span class="interfaceName">MenuBar.Reactor</span></a></li>
<li><a href="virtualpondgui/MenuBarReactor.html" title="class in virtualpondgui" target="classFrame">MenuBarReactor</a></li>
<li><a href="virtualpondgui/ToolBar.html" title="class in virtualpondgui" target="classFrame">ToolBar</a></li>
<li><a href="virtualpondgui/ToolBar.Reactor.html" title="interface in virtualpondgui" target="classFrame"><span class="interfaceName">ToolBar.Reactor</span></a></li>
<li><a href="virtualpondgui/ToolBarReactor.html" title="class in virtualpondgui" target="classFrame">ToolBarReactor</a></li>
<li><a href="addressbook/VirtualAddressBook.html" title="class in addressbook" target="classFrame">VirtualAddressBook</a></li>
<li><a href="addressbook/VirtualBookIO.html" title="class in addressbook" target="classFrame">VirtualBookIO</a></li>
<li><a href="addressbook/VirtualBookReader.html" title="class in addressbook" target="classFrame">VirtualBookReader</a></li>
<li><a href="addressbook/VirtualBookWriter.html" title="class in addressbook" target="classFrame">VirtualBookWriter</a></li>
<li><a href="virtualpondgui/VirtualPond.html" title="class in virtualpondgui" target="classFrame">VirtualPond</a></li>
</ul>
</div>
</body>
</html>
|
main/openssl_sys/tls1/fn.SSL_export_keying_material_early.html | malept/guardhaus | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../openssl_sys/fn.SSL_export_keying_material_early.html">
</head>
<body>
<p>Redirecting to <a href="../../openssl_sys/fn.SSL_export_keying_material_early.html">../../openssl_sys/fn.SSL_export_keying_material_early.html</a>...</p>
<script>location.replace("../../openssl_sys/fn.SSL_export_keying_material_early.html" + location.search + location.hash);</script>
</body>
</html> |
packages/cb-links-custom/lib/client/templates/about.html | lpatmo/cb-links | <template name="about">
<div class="grid grid-module">
README Draft: <a href="https://docs.google.com/document/d/1EcbVeJd1tv7p0Tn_vi0-uxqLz4F4PZpYd2_Q5SygNDE/edit">https://docs.google.com/document/d/1EcbVeJd1tv7p0Tn_vi0-uxqLz4F4PZpYd2_Q5SygNDE/edit</a>
</div>
</template> |
src/app/showcase/components/dialog/dialogdemo.html | gabriel17carmo/primeng | <div class="content-section introduction">
<div>
<span class="feature-title">Dialog</span>
<span>Dialog is a container to display content in an overlay window.</span>
</div>
</div>
<div class="content-section implementation">
<p-dialog header="Godfather I" [(visible)]="display" [modal]="true" [responsive]="true" [width]="350" [minWidth]="200" [minY]="70">
<span>The story begins as Don Vito Corleone, the head of a New York Mafia family, oversees his daughter's wedding.
His beloved son Michael has just come home from the war, but does not intend to become part of his father's business.
Through Michael's life the nature of the family business becomes clear. The business of the family is just like the head of the family,
kind and benevolent to those who give respect,
but given to ruthless violence whenever anything stands against the good of the family.</span>
<p-footer>
<button type="button" pButton icon="fa-check" (click)="display=false" label="Yes"></button>
<button type="button" pButton icon="fa-close" (click)="display=false" label="No"></button>
</p-footer>
</p-dialog>
<button type="button" (click)="showDialog()" pButton icon="fa-external-link-square" label="Show"></button>
</div>
<div class="content-section documentation">
<p-tabView effect="fade">
<p-tabPanel header="Documentation">
<h3>Import</h3>
<pre>
<code class="language-typescript" pCode ngNonBindable>
import {DialogModule} from 'primeng/dialog';
</code>
</pre>
<h3>Getting Started</h3>
<p>Dialog is used as a container and visibility is controlled with visible property.</p>
<pre>
<code class="language-markup" pCode ngNonBindable>
<p-dialog header="Title" [(visible)]="display">
Content
</p-dialog>
<button type="text" (click)="showDialog()" pButton icon="fa-external-link-square" label="Show"></button>
</code>
</pre>
<pre>
<code class="language-typescript" pCode ngNonBindable>
export class ModelComponent {
display: boolean = false;
showDialog() {
this.display = true;
}
}
</code>
</pre>
<p>By default dialog is hidden and enabling the visible property displays the dialog. As visible supports
two-way binding, hiding the dialog with close button updates the visible state as false.</p>
<h3>Width</h3>
<p>When the content of the dialog is fluid, dialog width may grow unexpectedly, in this case define a fixed width to the dialog
or the content.</p>
<pre>
<code class="language-markup" pCode ngNonBindable>
<p-dialog header="Title" [(visible)]="display" [width]="300">
Content
</p-dialog>
</code>
</pre>
<h3>Header and Footer</h3>
<p>Header and Footer sections are useful to include custom content. Note that Header and Footer components should be imported and defined
at directives section of your component for this to work.</p>
<pre>
<code class="language-markup" pCode ngNonBindable>
<p-dialog [(visible)]="display">
<p-header>
Header content here
</p-header>
Content
<p-footer>
//buttons
</p-footer>
</p-dialog>
</code>
</pre>
<h3>Overlays Inside</h3>
<p>When dialog includes other components with overlays such as dropdown, the overlay part cannot exceed dialog boundaries due to overflow. In order to solve this, you can
either append the overlay to the body or allow overflow in dialog.</p>
<pre>
<code class="language-markup" pCode ngNonBindable>
<p-dialog>
<p-dropdown appendTo="body"></p-dropdown>
</p-dialog>
</code>
</pre>
<pre>
<code class="language-markup" pCode ngNonBindable>
<p-dialog [contentStyle]="{'overflow':'visible'}">
<p-dropdown></p-dropdown>
</p-dialog>
</code>
</pre>
<h3>Dynamic Content</h3>
<p>Dynamic content may move the dialog boundaries outside of the viewport. By default, dialog tries to reposition itself after content changes, if you'd like to disable
this behavior, set autoAlign to false. Second alternative is defining max-height at content section so longer content displays a scrollbar.
</p>
<pre>
<code class="language-markup" pCode ngNonBindable>
<p-dialog [contentStyle]="{'max-height':'200px' [autoAlign]="true"}">
<ul>
<li *ngFor="let item of items">{{item}}<li>
</ul>
</p-dialog>
</code>
</pre>
<h3>RTL Support</h3>
<p>RTL orientation is enabled by adding "ui-rtl" to an ancestor element of dialog in combination with standard dir="rtl" option.</p>
<pre>
<code class="language-markup" pCode ngNonBindable>
<div class="ui-rtl" dir="rtl">
<p-dialog [(visible)]="display">
<p-header>
Header content here
</p-header>
Content
<p-footer>
Footer content here
</p-footer>
</p-dialog>
</div>
</code>
</pre>
<h3>Properties</h3>
<div class="doc-tablewrapper">
<table class="doc-table">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Default</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>header</td>
<td>string</td>
<td>null</td>
<td>Title text of the dialog.</td>
</tr>
<tr>
<td>draggable</td>
<td>boolean</td>
<td>true</td>
<td>Enables dragging to change the position using header.</td>
</tr>
<tr>
<td>resizable</td>
<td>boolean</td>
<td>true</td>
<td>Enables resizing of the content.</td>
</tr>
<tr>
<td>minWidth</td>
<td>number</td>
<td>150</td>
<td>Minimum width of a resizable dialog.</td>
</tr>
<tr>
<td>minHeight</td>
<td>number</td>
<td>150</td>
<td>Minimum height of a resizable dialog.</td>
</tr>
<tr>
<td>width</td>
<td>int</td>
<td>300</td>
<td>Width of the dialog.</td>
</tr>
<tr>
<td>height</td>
<td>int</td>
<td>auto</td>
<td>Height of the dialog.</td>
</tr>
<tr>
<td>contentStyle</td>
<td>object</td>
<td>null</td>
<td>Style of the content section.</td>
</tr>
<tr>
<td>visible</td>
<td>boolean</td>
<td>false</td>
<td>Specifies the visibility of the dialog.</td>
</tr>
<tr>
<td>modal</td>
<td>boolean</td>
<td>false</td>
<td>Defines if background should be blocked when dialog is displayed.</td>
</tr>
<tr>
<td>closeOnEscape</td>
<td>boolean</td>
<td>true</td>
<td>Specifices if pressing escape key should hide the dialog.</td>
</tr>
<tr>
<td>dismissableMask</td>
<td>boolean</td>
<td>false</td>
<td>Specifices if clicking the modal background should hide the dialog.</td>
</tr>
<tr>
<td>rtl</td>
<td>boolean</td>
<td>false</td>
<td>When enabled dialog is displayed in RTL direction.</td>
</tr>
<tr>
<td>closable</td>
<td>boolean</td>
<td>true</td>
<td>Adds a close icon to the header to hide the dialog.</td>
</tr>
<tr>
<td>responsive</td>
<td>boolean</td>
<td>true</td>
<td>In responsive mode, dialog adjusts itself to screen width.</td>
</tr>
<tr>
<td>breakpoint</td>
<td>number</td>
<td>640</td>
<td>Maximum screen width to display the dialog with 100% width in responsive mode.</td>
</tr>
<tr>
<td>appendTo</td>
<td>any</td>
<td>null</td>
<td>Target element to attach the dialog, valid values are "body" or a local ng-template variable of another element.</td>
</tr>
<tr>
<td>style</td>
<td>string</td>
<td>null</td>
<td>Inline style of the component.</td>
</tr>
<tr>
<td>styleClass</td>
<td>string</td>
<td>null</td>
<td>Style class of the component.</td>
</tr>
<tr>
<td>showHeader</td>
<td>boolean</td>
<td>true</td>
<td>Whether to show the header or not.</td>
</tr>
<tr>
<td>positionLeft</td>
<td>number</td>
<td>null</td>
<td>Left coordinate value of the dialog.</td>
</tr>
<tr>
<td>positionTop</td>
<td>number</td>
<td>null</td>
<td>Top coordinate value of the dialog.</td>
</tr>
<tr>
<td>baseZIndex</td>
<td>number</td>
<td>0</td>
<td>Base zIndex value to use in layering.</td>
</tr>
<tr>
<td>autoZIndex</td>
<td>boolean</td>
<td>true</td>
<td>Whether to automatically manage layering.</td>
</tr>
<tr>
<td>minX</td>
<td>number</td>
<td>0</td>
<td>Minimum value for the left coordinate of dialog in dragging.</td>
</tr>
<tr>
<td>minY</td>
<td>number</td>
<td>0</td>
<td>Minimum value for the top coordinate of dialog in dragging.</td>
</tr>
<tr>
<td>autoAlign</td>
<td>boolean</td>
<td>false</td>
<td>Whether to reposition after dynamic content changes the height of the dialog.</td>
</tr>
<tr>
<td>focusOnShow</td>
<td>boolean</td>
<td>true</td>
<td>When enabled, first button receives focus on show.</td>
</tr>
</tbody>
</table>
</div>
<h3>Events</h3>
<div class="doc-tablewrapper">
<table class="doc-table">
<thead>
<tr>
<th>Name</th>
<th>Parameters</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>onShow</td>
<td>event: Event object</td>
<td>Callback to invoke when dialog is shown.</td>
</tr>
<tr>
<td>onHide</td>
<td>event: Event object</td>
<td>Callback to invoke when dialog is hidden.</td>
</tr>
</tbody>
</table>
</div>
<h3>Styling</h3>
<p>Following is the list of structural style classes, for theming classes visit <a href="#" [routerLink]="['/theming']">theming page</a>.</p>
<div class="doc-tablewrapper">
<table class="doc-table">
<thead>
<tr>
<th>Name</th>
<th>Element</th>
</tr>
</thead>
<tbody>
<tr>
<td>ui-dialog</td>
<td>Container element</td>
</tr>
<tr>
<td>ui-dialog-titlebar</td>
<td>Container of header.</td>
</tr>
<tr>
<td>ui-dialog-title</td>
<td>Header element.</td>
</tr>
<tr>
<td>ui-dialog-titlebar-icon</td>
<td>Icon container inside header.</td>
</tr>
<tr>
<td>ui-dialog-titlebar-close</td>
<td>Close icon element.</td>
</tr>
<tr>
<td>ui-dialog-content</td>
<td>Content element.</td>
</tr>
<tr>
<td>ui-dialog-footer</td>
<td>Footer element.</td>
</tr>
</tbody>
</table>
</div>
<h3>Dependencies</h3>
<p>None.</p>
</p-tabPanel>
<p-tabPanel header="Source">
<a href="https://github.com/primefaces/primeng/tree/master/src/app/showcase/components/dialog" class="btn-viewsource" target="_blank">
<i class="fa fa-github"></i>
<span>View on GitHub</span>
</a>
<pre>
<code class="language-markup" pCode ngNonBindable>
<p-dialog header="Godfather I" [(visible)]="display" [modal]="true" [responsive]="true" [width]="350" [minWidth]="200" [minY]="70">
<span>The story begins as Don Vito Corleone, the head of a New York Mafia family, oversees his daughter's wedding.
His beloved son Michael has just come home from the war, but does not intend to become part of his father's business.
Through Michael's life the nature of the family business becomes clear. The business of the family is just like the head of the family,
kind and benevolent to those who give respect,
but given to ruthless violence whenever anything stands against the good of the family.</span>
<p-footer>
<button type="button" pButton icon="fa-check" (click)="display=false" label="Yes"></button>
<button type="button" pButton icon="fa-close" (click)="display=false" label="No"></button>
</p-footer>
</p-dialog>
<button type="button" (click)="showDialog()" pButton icon="fa-external-link-square" label="Show"></button>
</code>
</pre>
<pre>
<code class="language-typescript" pCode ngNonBindable>
export class DialogDemo {
display: boolean = false;
showDialog() {
this.display = true;
}
}
</code>
</pre>
</p-tabPanel>
</p-tabView>
</div>
|
wsgi/iportalen_django/events/templates/events/attach_images.html | I-sektionen/i-portalen | {% extends "master.html" %}
{% block hero %}{% endblock %}
{% block content %}
<div>
<h1>Bilder</h1>
<p>Här kan du ladda upp och hantera bilder. Dessa visas mellan eventets ingress och huvudinnehåll som
klickbara miniatyrer</p>
<p>För att lägga till flera bilder använd de tomma fälten och spara!</p>
<p>För att ta bort bilder klicka i rutan till vänster på respektive rad och spara.</p>
<form method="post" action="" enctype="multipart/form-data" data-ajax="false">
<table>
<thead>
<tr>
<th>Fil</th><td>Visningsnamn</td><th>Radera?</th>
</tr>
</thead>
{{ formset.management_form }}
{% for form in formset %}
{% csrf_token %}
<tr>
<td>{{ form.img.errors }} {{ form.img }}</td>
<td>{{ form.caption.errors }} {{ form.caption }}</td>
{% if formset.can_delete %}
<td>{{ form.DELETE }}</td>
{% endif %}
</tr>
{{ form.id }}
{% endfor %}
</table>
<button class='action-button' type="submit">Spara</button> <a href="{% url "events:administer event" event.pk %}"><button type="button">Admin</button></a>
</form>
</div>
{% endblock %} |
src/app/actions/add/add.tpl.html | celestial-ops/celestial-ui | <div>
<div>
<form class="form-horizontal" name="typeForm" ng-submit="submit()">
<fieldset>
<legend>Action</legend>
<div class="control-group">
<label class="control-label" for="name">Name</label>
<div class="controls">
<input id="name" name="name" class="input-large" required="" type="text" ng-model="common.name">
</div>
</div>
<div class="control-group">
<label class="control-label" for="textarea">Description</label>
<div class="controls">
<textarea id="textarea" name="textarea" ng-model="action.description"></textarea>
</div>
</div>
<div class="control-group">
<label class="control-label" for="operatesOn">Target type</label>
<div class="controls">
<select id="operatesOn" ng-model="common['operates-on']" ng-options="type for type in types"> </select>
</div>
</div>
<div class="control-group">
<label class="control-label" for="remoter">Remoter type</label>
<div class="controls">
<select id="remoter" ng-model="type">
<option>capistrano</option>
<option>ruby</option>
</select>
</div>
</div>
<div class="control-group">
<label class="control-label" for="src">Source url</label>
<div class="controls">
<input id="src" name="src" class="input-large" required="" type="text"
ng-model="common.src">
</div>
</div>
<div class="control-group">
<label class="control-label" for="env">Environment</label>
<div class="controls">
<select id="env" name="env" ng-model="env" ng-options="env for env in envs"> </select>
</div>
</div>
<div class="control-group">
<label class="control-label" for="args">Arguments</label>
<div class="controls">
<textarea id="args" name="args"
ng-model="remoter[env]['args']" required="" ></textarea>
</div>
</div>
<div class="control-group">
<label class="control-label" for="src">Timeout (sec)</label>
<div class="controls">
<input id="timeout" required="" type="number" min="1" name="timeout" class="input-large" type="text" ng-model="remoter[env]['timeout']">
</div>
</div>
</fieldset>
<div class="form-actions">
<button type="submit" class="btn btn-primary">Save Action</button>
</div>
</form>
</div>
</div>
|
_includes/resume/projects.html | encorechow/encorechow.github.io | <div>
<h1 class="sec-title">Projects</h1>
</div>
<hr class="header-bar">
<div class="projects-div">
<div id="project1">
<h3>CNN Deconvolution Boundary Detection</h3>
<span>Oregon State University, Deep Learning Final Project <span style="display:inline-block;width:180px;"></span><i>Jan. 2016 - Mar. 2016</i></span>
<ul>
<li>Applied deep neural network on BSDS500 dataset to perform edge and boundary detection of images based on Caffe framework.</li>
<li>Trained a CNN(convolutional neural network) model and evaluated on BSDS500 dataset for learning the weights.</li>
<li>Reconstructed the boundary image by deconvolving and un-pooling learned feature from CNN model. </li>
<br>
<i class="fa fa-fw fa-github"></i><a href="https://github.com/encorechow/caffe_BD">BSDS500 Boundary Detection Repository</a>
</ul>
</div>
<div id="project2">
<h3>Face Detection Project</h3>
<span>Oregon State University, Machine Learning term project <span style="display:inline-block;width:160px;"></span><i>Sep. 2015 - Dec. 2015</i></span>
<ul>
<li>Implemented face detection using SVM model, and Boosting model using SVM as basic learner by using Sklearn python library.</li>
<li>Took advantage of Python and OpenCV to evaluate final results.</li>
<li>Cooperated with two teammates to complete report.</li>
<br>
<i class="fa fa-fw fa-github"></i><a href="https://github.com/encorechow/Face_detection">Face Detection Repository</a>
</ul>
</div>
<div id="project3">
<h3>Photo Editor</h3>
<span>Macau University of Science and Technology, Final year project <span style="display:inline-block;width:110px;"></span><i>Feb. 2014 - Jun. 2014</i></span>
<ul>
<li>Used HTML5 canvas to created a editable photo container.</li>
<li>Implemented a member system for photo editor project by using multiple technology such as PHP, AJAX, etc.</li>
<li>Used Javascript and its APIs such as jQuery, CamanJS to design front-end user interface.</li>
<br>
</ul>
</div>
<div id="project4">
</div>
<div id="project5">
</div>
</div>
|
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4.5/contrib:railroad-crossing/8.4.dev/2014-11-19_06-10-31.html | coq-bench/coq-bench.github.io-old | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../../..">Unstable</a></li>
<li><a href=".">8.4.5 / contrib:railroad-crossing 8.4.dev</a></li>
<li class="active"><a href="">2014-11-19 06:10:31</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="../../../../../about.html">About</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href=".">« Up</a>
<h1>
contrib:railroad-crossing
<small>
8.4.dev
<span class="label label-danger">Uninstallation error</span>
</small>
</h1>
<p><em><script>document.write(moment("2014-11-19 06:10:31 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-19 06:10:31 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:railroad-crossing/coq:contrib:railroad-crossing.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>The package is valid.
</pre></dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --dry-run coq:contrib:railroad-crossing.8.4.dev coq.8.4.5</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4.5).
The following actions will be performed:
- install coq:contrib:railroad-crossing.8.4.dev
=== 1 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq:contrib:railroad-crossing.8.4.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:railroad-crossing.8.4.dev.
</pre></dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --deps-only coq:contrib:railroad-crossing.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --verbose coq:contrib:railroad-crossing.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>5 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- install coq:contrib:railroad-crossing.8.4.dev
=== 1 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[coq:contrib:railroad-crossing] Fetching git://clarus.io/railroad-crossing#v8.4
Initialized empty Git repository in /home/bench/.opam/packages.dev/coq:contrib:railroad-crossing.8.4.dev/.git/
[master (root-commit) 891389b] opam-git-init
warning: no common commits
From git://clarus.io/railroad-crossing
* [new branch] v8.4 -> opam-ref
* [new branch] v8.4 -> origin/v8.4
LICENSE
Make
Makefile
TemporalOperators.v
bench.log
description
railroad_crossing.v
time_clocks.v
HEAD is now at 201c2b0 Sauvegarde des bench.log
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq:contrib:railroad-crossing.8.4.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
"coqdep" -c -slash -R . RailroadCrossing "railroad_crossing.v" > "railroad_crossing.v.d" || ( RV=$?; rm -f "railroad_crossing.v.d"; exit ${RV} )
"coqdep" -c -slash -R . RailroadCrossing "time_clocks.v" > "time_clocks.v.d" || ( RV=$?; rm -f "time_clocks.v.d"; exit ${RV} )
"coqc" -q -R . RailroadCrossing time_clocks
"coqc" -q -R . RailroadCrossing railroad_crossing
for i in time_clocks.vo railroad_crossing.vo; do \
install -d `dirname "/home/bench/.opam/system/lib/coq/user-contrib"/RailroadCrossing/$i`; \
install -m 0644 $i "/home/bench/.opam/system/lib/coq/user-contrib"/RailroadCrossing/$i; \
done
Installing coq:contrib:railroad-crossing.8.4.dev.
</pre></dd>
</dl>
<h2>Installation size</h2>
<p>Data not available in this bench.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq:contrib:railroad-crossing.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq:contrib:railroad-crossing.8.4.dev
=== 1 to remove ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[coq:contrib:railroad-crossing] Fetching git://clarus.io/railroad-crossing#v8.4
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq:contrib:railroad-crossing.8.4.dev.
rm -R /home/bench/.opam/system/lib/coq/user-contrib/railroad-crossing
[WARNING] failure in package uninstall script, some files may remain:
# opam-version 1.2.0
# os linux
# command rm -R /home/bench/.opam/system/lib/coq/user-contrib/railroad-crossing
# path /home/bench/.opam/system/build/coq:contrib:railroad-crossing.8.4.dev
# compiler system (4.01.0)
# exit-code 1
# env-file /home/bench/.opam/system/build/coq:contrib:railroad-crossing.8.4.dev/coq:contrib:railroad-crossing-25340-1872ec.env
# stdout-file /home/bench/.opam/system/build/coq:contrib:railroad-crossing.8.4.dev/coq:contrib:railroad-crossing-25340-1872ec.out
# stderr-file /home/bench/.opam/system/build/coq:contrib:railroad-crossing.8.4.dev/coq:contrib:railroad-crossing-25340-1872ec.err
### stderr ###
# rm: cannot remove '/home/bench/.opam/system/lib/coq/user-contrib/railroad-crossing': No such file or directory
</pre></dd>
<dt>Missing removes</dt>
<dd>
<ul>
<li><code>/home/bench/.opam/system/lib/coq/user-contrib/RailroadCrossing</code></li>
<li><code>/home/bench/.opam/system/lib/coq/user-contrib/RailroadCrossing/railroad_crossing.vo</code></li>
<li><code>/home/bench/.opam/system/lib/coq/user-contrib/RailroadCrossing/time_clocks.vo</code></li>
</ul>
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html> |
views/modals/address-book.html | chjj/copay | <h2>Add Address Book Entry</h2>
<form name="addressBookForm" ng-submit="submitAddressBook(addressBookForm)" novalidate>
<label for="newaddress">Address
<small ng-hide="!addressBookForm.newaddress.$pristine || newaddress">required</small>
<small class="is-valid" ng-show="!addressBookForm.newaddress.$invalid && newaddress">Valid</small>
<small class="has-error" ng-show="addressBookForm.newaddress.$invalid && newaddress">
Not valid</small>
<input type="text" id="newaddress" name="newaddress" ng-disabled="loading"
placeholder="Address" ng-model="newaddress" valid-address required>
</label>
<label for="newlabel">Label
<small ng-hide="!addressBookForm.newlabel.$pristine || newlabel">required</small>
<input type="text" id="newlabel" name="newlabel" ng-disabled="loading"
placeholder="Label" ng-model="newlabel" required>
</label>
<a class="button warning small default" ng-click="cancel()">Cancel</a>
<input type="submit" class="button small primary right" ng-disabled="addressBookForm.$invalid || loading" value="Add Address">
</form>
<a class="close-reveal-modal" ng-click="cancel()">×</a>
|
tags/retrospectives.html | asciamanna/asciamanna.github.io | ---
layout: tag
section-type: tag
title: retrospectives
---
## Tag |
client/views/customers.html | micahp0506/invoiceIt | <h2 class="sub-header">Customers</h2>
<div class="table-responsive" ng-init="getCustomers()">
<table class="table table-striped">
<thead>
<tr>
<th>#</th>
<th>Name</th>
<th>Company</th>
<th>Email</th>
<th></th>
</tr>
</thead>
<tbody>
<tr ng-repeat="customer in customers">
<td>{{customer._id}}</td>
<td>{{customer.first_name}} {{customer.last_name}}</td>
<td>{{customer.company}}</td>
<td>{{customer.email}}</td>
<td><a href="#customers/details/{{customer._id}}" class="btn btn-primary">Details</a><a href="#customers/edit/{{customer._id}}" class="btn btn-primary">Edit</a><button id ="deleteCustomer" ng-click="deleteCustomer(customer._id)" class="btn btn-danger">Delete</button></td>
</tr>
</tbody>
</table>
</div>
|
app/theme/climateforchangetrial-565d2772ebad6419ed000001/_face_tweet_form.html | chrisjensen/c4c-website | <div class="share">
Recruit your friends! (<span id="face_tweet_content_charsleft"></span> chars left)
<div class="form padtopless">
{% form_for face_tweet %}
{% hidden_field_tag "face_tweet[page_id]", page.id %}
<div class="form_errors">{% error_messages_for face_tweet %}</div>
{% text_field "content", class:"share_url text" %}
<div class="padtopless" style="overflow: auto;">
<div style="float: left;">
{% check_box "is_twitter", class:"checkbox" %} Tweet
<span style="margin-left: 10px;">
{% check_box "is_facebook", class:"checkbox" %} Post on Facebook
</span>
</div>
<div style="float: right;">
{% submit_tag "Post", class:"submit-button btn btn-primary" %}
</div>
</div>
{% endform_for %}
</div>
</div>
|
server/accounts/templates/account/password_change.html | seanbell/opensurfaces | {% extends "account/base.html" %}
{% load url from future %}
{% load i18n %}
{% load bootstrap_tags %}
{% block head_title %}{% trans "Change password" %}{% endblock %}
{% block header %}
<div class="jumbotron subhead" id="overview">
<div class="container">
<h1>Change password</h1>
</div>
</div>
{% endblock %}
{% block content %}
<form method="POST" action="">
{% comment %}<legend>{% trans "Change password" %}</legend>{% endcomment %}
<fieldset>
{% csrf_token %}
{{ form|as_bootstrap }}
<div class="form-actions">
<button type="submit" class="btn btn-primary">{% trans "Save" %}</button>
</div>
</fieldset>
</form>
{% endblock %}
|
pages/charts/flot.html | sgtsi-jenny/crmv2 | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AdminLTE 2 | Flot Charts</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.5 -->
<link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- Ionicons -->
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="../../dist/css/AdminLTE.min.css">
<!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="../../dist/css/skins/_all-skins.min.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="hold-transition skin-blue sidebar-mini">
<div class="wrapper">
<header class="main-header">
<!-- Logo -->
<a href="../../index2.html" class="logo">
<!-- mini logo for sidebar mini 50x50 pixels -->
<span class="logo-mini"><b>A</b>LT</span>
<!-- logo for regular state and mobile devices -->
<span class="logo-lg"><b>Admin</b>LTE</span>
</a>
<!-- Header Navbar: style can be found in header.less -->
<nav class="navbar navbar-static-top" role="navigation">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="navbar-custom-menu">
<ul class="nav navbar-nav">
<!-- Messages: style can be found in dropdown.less-->
<li class="dropdown messages-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-envelope-o"></i>
<span class="label label-success">4</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 4 messages</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li><!-- start message -->
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Support Team
<small><i class="fa fa-clock-o"></i> 5 mins</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li><!-- end message -->
<li>
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">
</div>
<h4>
AdminLTE Design Team
<small><i class="fa fa-clock-o"></i> 2 hours</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<li>
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Developers
<small><i class="fa fa-clock-o"></i> Today</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<li>
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Sales Department
<small><i class="fa fa-clock-o"></i> Yesterday</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<li>
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Reviewers
<small><i class="fa fa-clock-o"></i> 2 days</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
</ul>
</li>
<li class="footer"><a href="#">See All Messages</a></li>
</ul>
</li>
<!-- Notifications: style can be found in dropdown.less -->
<li class="dropdown notifications-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-bell-o"></i>
<span class="label label-warning">10</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 10 notifications</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li>
<a href="#">
<i class="fa fa-users text-aqua"></i> 5 new members joined today
</a>
</li>
<li>
<a href="#">
<i class="fa fa-warning text-yellow"></i> Very long description here that may not fit into the page and may cause design problems
</a>
</li>
<li>
<a href="#">
<i class="fa fa-users text-red"></i> 5 new members joined
</a>
</li>
<li>
<a href="#">
<i class="fa fa-shopping-cart text-green"></i> 25 sales made
</a>
</li>
<li>
<a href="#">
<i class="fa fa-user text-red"></i> You changed your username
</a>
</li>
</ul>
</li>
<li class="footer"><a href="#">View all</a></li>
</ul>
</li>
<!-- Tasks: style can be found in dropdown.less -->
<li class="dropdown tasks-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-flag-o"></i>
<span class="label label-danger">9</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 9 tasks</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li><!-- Task item -->
<a href="#">
<h3>
Design some buttons
<small class="pull-right">20%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">20% Complete</span>
</div>
</div>
</a>
</li><!-- end task item -->
<li><!-- Task item -->
<a href="#">
<h3>
Create a nice theme
<small class="pull-right">40%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-green" style="width: 40%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">40% Complete</span>
</div>
</div>
</a>
</li><!-- end task item -->
<li><!-- Task item -->
<a href="#">
<h3>
Some task I need to do
<small class="pull-right">60%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-red" style="width: 60%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">60% Complete</span>
</div>
</div>
</a>
</li><!-- end task item -->
<li><!-- Task item -->
<a href="#">
<h3>
Make beautiful transitions
<small class="pull-right">80%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-yellow" style="width: 80%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">80% Complete</span>
</div>
</div>
</a>
</li><!-- end task item -->
</ul>
</li>
<li class="footer">
<a href="#">View all tasks</a>
</li>
</ul>
</li>
<!-- User Account: style can be found in dropdown.less -->
<li class="dropdown user user-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<img src="../../dist/img/user2-160x160.jpg" class="user-image" alt="User Image">
<span class="hidden-xs">Alexander Pierce</span>
</a>
<ul class="dropdown-menu">
<!-- User image -->
<li class="user-header">
<img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
<p>
Alexander Pierce - Web Developer
<small>Member since Nov. 2012</small>
</p>
</li>
<!-- Menu Body -->
<li class="user-body">
<div class="col-xs-4 text-center">
<a href="#">Followers</a>
</div>
<div class="col-xs-4 text-center">
<a href="#">Sales</a>
</div>
<div class="col-xs-4 text-center">
<a href="#">Friends</a>
</div>
</li>
<!-- Menu Footer-->
<li class="user-footer">
<div class="pull-left">
<a href="#" class="btn btn-default btn-flat">Profile</a>
</div>
<div class="pull-right">
<a href="#" class="btn btn-default btn-flat">Sign out</a>
</div>
</li>
</ul>
</li>
<!-- Control Sidebar Toggle Button -->
<li>
<a href="#" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a>
</li>
</ul>
</div>
</nav>
</header>
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar">
<!-- sidebar: style can be found in sidebar.less -->
<section class="sidebar">
<!-- Sidebar user panel -->
<div class="user-panel">
<div class="pull-left image">
<img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
</div>
<div class="pull-left info">
<p>Alexander Pierce</p>
<a href="#"><i class="fa fa-circle text-success"></i> Online</a>
</div>
</div>
<!-- search form -->
<form action="#" method="get" class="sidebar-form">
<div class="input-group">
<input type="text" name="q" class="form-control" placeholder="Search...">
<span class="input-group-btn">
<button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i></button>
</span>
</div>
</form>
<!-- /.search form -->
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul class="sidebar-menu">
<li class="header">MAIN NAVIGATION</li>
<li class="treeview">
<a href="#">
<i class="fa fa-dashboard"></i> <span>Dashboard</span> <i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li><a href="../../index.html"><i class="fa fa-circle-o"></i> Dashboard v1</a></li>
<li><a href="../../index2.html"><i class="fa fa-circle-o"></i> Dashboard v2</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-files-o"></i>
<span>Layout Options</span>
<span class="label label-primary pull-right">4</span>
</a>
<ul class="treeview-menu">
<li><a href="../layout/top-nav.html"><i class="fa fa-circle-o"></i> Top Navigation</a></li>
<li><a href="../layout/boxed.html"><i class="fa fa-circle-o"></i> Boxed</a></li>
<li><a href="../layout/fixed.html"><i class="fa fa-circle-o"></i> Fixed</a></li>
<li><a href="../layout/collapsed-sidebar.html"><i class="fa fa-circle-o"></i> Collapsed Sidebar</a></li>
</ul>
</li>
<li>
<a href="../widgets.html">
<i class="fa fa-th"></i> <span>Widgets</span> <small class="label pull-right bg-green">new</small>
</a>
</li>
<li class="treeview active">
<a href="#">
<i class="fa fa-pie-chart"></i>
<span>Charts</span>
<i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li><a href="chartjs.html"><i class="fa fa-circle-o"></i> ChartJS</a></li>
<li><a href="morris.html"><i class="fa fa-circle-o"></i> Morris</a></li>
<li class="active"><a href="flot.html"><i class="fa fa-circle-o"></i> Flot</a></li>
<li><a href="inline.html"><i class="fa fa-circle-o"></i> Inline charts</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-laptop"></i>
<span>UI Elements</span>
<i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li><a href="../UI/general.html"><i class="fa fa-circle-o"></i> General</a></li>
<li><a href="../UI/icons.html"><i class="fa fa-circle-o"></i> Icons</a></li>
<li><a href="../UI/buttons.html"><i class="fa fa-circle-o"></i> Buttons</a></li>
<li><a href="../UI/sliders.html"><i class="fa fa-circle-o"></i> Sliders</a></li>
<li><a href="../UI/timeline.html"><i class="fa fa-circle-o"></i> Timeline</a></li>
<li><a href="../UI/modals.html"><i class="fa fa-circle-o"></i> Modals</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-edit"></i> <span>Forms</span>
<i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li><a href="../forms/general.html"><i class="fa fa-circle-o"></i> General Elements</a></li>
<li><a href="../forms/advanced.html"><i class="fa fa-circle-o"></i> Advanced Elements</a></li>
<li><a href="../forms/editors.html"><i class="fa fa-circle-o"></i> Editors</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-table"></i> <span>Tables</span>
<i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li><a href="../tables/simple.html"><i class="fa fa-circle-o"></i> Simple tables</a></li>
<li><a href="../tables/data.html"><i class="fa fa-circle-o"></i> Data tables</a></li>
</ul>
</li>
<li>
<a href="../calendar.html">
<i class="fa fa-calendar"></i> <span>Calendar</span>
<small class="label pull-right bg-red">3</small>
</a>
</li>
<li>
<a href="../mailbox/mailbox.html">
<i class="fa fa-envelope"></i> <span>Mailbox</span>
<small class="label pull-right bg-yellow">12</small>
</a>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-folder"></i> <span>Examples</span>
<i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li><a href="../examples/invoice.html"><i class="fa fa-circle-o"></i> Invoice</a></li>
<li><a href="../examples/profile.html"><i class="fa fa-circle-o"></i> Profile</a></li>
<li><a href="../examples/login.html"><i class="fa fa-circle-o"></i> Login</a></li>
<li><a href="../examples/register.html"><i class="fa fa-circle-o"></i> Register</a></li>
<li><a href="../examples/lockscreen.html"><i class="fa fa-circle-o"></i> Lockscreen</a></li>
<li><a href="../examples/404.html"><i class="fa fa-circle-o"></i> 404 Error</a></li>
<li><a href="../examples/500.html"><i class="fa fa-circle-o"></i> 500 Error</a></li>
<li><a href="../examples/blank.html"><i class="fa fa-circle-o"></i> Blank Page</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-share"></i> <span>Multilevel</span>
<i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li>
<li>
<a href="#"><i class="fa fa-circle-o"></i> Level One <i class="fa fa-angle-left pull-right"></i></a>
<ul class="treeview-menu">
<li><a href="#"><i class="fa fa-circle-o"></i> Level Two</a></li>
<li>
<a href="#"><i class="fa fa-circle-o"></i> Level Two <i class="fa fa-angle-left pull-right"></i></a>
<ul class="treeview-menu">
<li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li>
<li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li>
</ul>
</li>
<li><a href="../../documentation/index.html"><i class="fa fa-book"></i> <span>Documentation</span></a></li>
<li class="header">LABELS</li>
<li><a href="#"><i class="fa fa-circle-o text-red"></i> <span>Important</span></a></li>
<li><a href="#"><i class="fa fa-circle-o text-yellow"></i> <span>Warning</span></a></li>
<li><a href="#"><i class="fa fa-circle-o text-aqua"></i> <span>Information</span></a></li>
</ul>
</section>
<!-- /.sidebar -->
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
Flot Charts
<small>preview sample</small>
</h1>
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
<li><a href="#">Charts</a></li>
<li class="active">Flot</li>
</ol>
</section>
<!-- Main content -->
<section class="content">
<div class="row">
<div class="col-xs-12">
<!-- interactive chart -->
<div class="box box-primary">
<div class="box-header with-border">
<i class="fa fa-bar-chart-o"></i>
<h3 class="box-title">Interactive Area Chart</h3>
<div class="box-tools pull-right">
Real time
<div class="btn-group" id="realtime" data-toggle="btn-toggle">
<button type="button" class="btn btn-default btn-xs active" data-toggle="on">On</button>
<button type="button" class="btn btn-default btn-xs" data-toggle="off">Off</button>
</div>
</div>
</div>
<div class="box-body">
<div id="interactive" style="height: 300px;"></div>
</div><!-- /.box-body-->
</div><!-- /.box -->
</div><!-- /.col -->
</div><!-- /.row -->
<div class="row">
<div class="col-md-6">
<!-- Line chart -->
<div class="box box-primary">
<div class="box-header with-border">
<i class="fa fa-bar-chart-o"></i>
<h3 class="box-title">Line Chart</h3>
<div class="box-tools pull-right">
<button class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i></button>
<button class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
</div>
</div>
<div class="box-body">
<div id="line-chart" style="height: 300px;"></div>
</div><!-- /.box-body-->
</div><!-- /.box -->
<!-- Area chart -->
<div class="box box-primary">
<div class="box-header with-border">
<i class="fa fa-bar-chart-o"></i>
<h3 class="box-title">Full Width Area Chart</h3>
<div class="box-tools pull-right">
<button class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i></button>
<button class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
</div>
</div>
<div class="box-body">
<div id="area-chart" style="height: 338px;" class="full-width-chart"></div>
</div><!-- /.box-body-->
</div><!-- /.box -->
</div><!-- /.col -->
<div class="col-md-6">
<!-- Bar chart -->
<div class="box box-primary">
<div class="box-header with-border">
<i class="fa fa-bar-chart-o"></i>
<h3 class="box-title">Bar Chart</h3>
<div class="box-tools pull-right">
<button class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i></button>
<button class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
</div>
</div>
<div class="box-body">
<div id="bar-chart" style="height: 300px;"></div>
</div><!-- /.box-body-->
</div><!-- /.box -->
<!-- Donut chart -->
<div class="box box-primary">
<div class="box-header with-border">
<i class="fa fa-bar-chart-o"></i>
<h3 class="box-title">Donut Chart</h3>
<div class="box-tools pull-right">
<button class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i></button>
<button class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
</div>
</div>
<div class="box-body">
<div id="donut-chart" style="height: 300px;"></div>
</div><!-- /.box-body-->
</div><!-- /.box -->
</div><!-- /.col -->
</div><!-- /.row -->
</section><!-- /.content -->
</div><!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.0
</div>
<strong>Copyright © 2014-2015 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights reserved.
</footer>
<!-- Control Sidebar -->
<aside class="control-sidebar control-sidebar-dark">
<!-- Create the tabs -->
<ul class="nav nav-tabs nav-justified control-sidebar-tabs">
<li><a href="#control-sidebar-home-tab" data-toggle="tab"><i class="fa fa-home"></i></a></li>
<li><a href="#control-sidebar-settings-tab" data-toggle="tab"><i class="fa fa-gears"></i></a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<!-- Home tab content -->
<div class="tab-pane" id="control-sidebar-home-tab">
<h3 class="control-sidebar-heading">Recent Activity</h3>
<ul class="control-sidebar-menu">
<li>
<a href="javascript::;">
<i class="menu-icon fa fa-birthday-cake bg-red"></i>
<div class="menu-info">
<h4 class="control-sidebar-subheading">Langdon's Birthday</h4>
<p>Will be 23 on April 24th</p>
</div>
</a>
</li>
<li>
<a href="javascript::;">
<i class="menu-icon fa fa-user bg-yellow"></i>
<div class="menu-info">
<h4 class="control-sidebar-subheading">Frodo Updated His Profile</h4>
<p>New phone +1(800)555-1234</p>
</div>
</a>
</li>
<li>
<a href="javascript::;">
<i class="menu-icon fa fa-envelope-o bg-light-blue"></i>
<div class="menu-info">
<h4 class="control-sidebar-subheading">Nora Joined Mailing List</h4>
<p>nora@example.com</p>
</div>
</a>
</li>
<li>
<a href="javascript::;">
<i class="menu-icon fa fa-file-code-o bg-green"></i>
<div class="menu-info">
<h4 class="control-sidebar-subheading">Cron Job 254 Executed</h4>
<p>Execution time 5 seconds</p>
</div>
</a>
</li>
</ul><!-- /.control-sidebar-menu -->
<h3 class="control-sidebar-heading">Tasks Progress</h3>
<ul class="control-sidebar-menu">
<li>
<a href="javascript::;">
<h4 class="control-sidebar-subheading">
Custom Template Design
<span class="label label-danger pull-right">70%</span>
</h4>
<div class="progress progress-xxs">
<div class="progress-bar progress-bar-danger" style="width: 70%"></div>
</div>
</a>
</li>
<li>
<a href="javascript::;">
<h4 class="control-sidebar-subheading">
Update Resume
<span class="label label-success pull-right">95%</span>
</h4>
<div class="progress progress-xxs">
<div class="progress-bar progress-bar-success" style="width: 95%"></div>
</div>
</a>
</li>
<li>
<a href="javascript::;">
<h4 class="control-sidebar-subheading">
Laravel Integration
<span class="label label-warning pull-right">50%</span>
</h4>
<div class="progress progress-xxs">
<div class="progress-bar progress-bar-warning" style="width: 50%"></div>
</div>
</a>
</li>
<li>
<a href="javascript::;">
<h4 class="control-sidebar-subheading">
Back End Framework
<span class="label label-primary pull-right">68%</span>
</h4>
<div class="progress progress-xxs">
<div class="progress-bar progress-bar-primary" style="width: 68%"></div>
</div>
</a>
</li>
</ul><!-- /.control-sidebar-menu -->
</div><!-- /.tab-pane -->
<!-- Stats tab content -->
<div class="tab-pane" id="control-sidebar-stats-tab">Stats Tab Content</div><!-- /.tab-pane -->
<!-- Settings tab content -->
<div class="tab-pane" id="control-sidebar-settings-tab">
<form method="post">
<h3 class="control-sidebar-heading">General Settings</h3>
<div class="form-group">
<label class="control-sidebar-subheading">
Report panel usage
<input type="checkbox" class="pull-right" checked>
</label>
<p>
Some information about this general settings option
</p>
</div><!-- /.form-group -->
<div class="form-group">
<label class="control-sidebar-subheading">
Allow mail redirect
<input type="checkbox" class="pull-right" checked>
</label>
<p>
Other sets of options are available
</p>
</div><!-- /.form-group -->
<div class="form-group">
<label class="control-sidebar-subheading">
Expose author name in posts
<input type="checkbox" class="pull-right" checked>
</label>
<p>
Allow the user to show his name in blog posts
</p>
</div><!-- /.form-group -->
<h3 class="control-sidebar-heading">Chat Settings</h3>
<div class="form-group">
<label class="control-sidebar-subheading">
Show me as online
<input type="checkbox" class="pull-right" checked>
</label>
</div><!-- /.form-group -->
<div class="form-group">
<label class="control-sidebar-subheading">
Turn off notifications
<input type="checkbox" class="pull-right">
</label>
</div><!-- /.form-group -->
<div class="form-group">
<label class="control-sidebar-subheading">
Delete chat history
<a href="javascript::;" class="text-red pull-right"><i class="fa fa-trash-o"></i></a>
</label>
</div><!-- /.form-group -->
</form>
</div><!-- /.tab-pane -->
</div>
</aside><!-- /.control-sidebar -->
<!-- Add the sidebar's background. This div must be placed
immediately after the control sidebar -->
<div class="control-sidebar-bg"></div>
</div><!-- ./wrapper -->
<!-- jQuery 2.1.4 -->
<script src="../../plugins/jQuery/jQuery-2.1.4.min.js"></script>
<!-- Bootstrap 3.3.5 -->
<script src="../../bootstrap/js/bootstrap.min.js"></script>
<!-- FastClick -->
<script src="../../plugins/fastclick/fastclick.min.js"></script>
<!-- AdminLTE App -->
<script src="../../dist/js/app.min.js"></script>
<!-- AdminLTE for demo purposes -->
<script src="../../dist/js/demo.js"></script>
<!-- FLOT CHARTS -->
<script src="../../plugins/flot/jquery.flot.min.js"></script>
<!-- FLOT RESIZE PLUGIN - allows the chart to redraw when the window is resized -->
<script src="../../plugins/flot/jquery.flot.resize.min.js"></script>
<!-- FLOT PIE PLUGIN - also used to draw donut charts -->
<script src="../../plugins/flot/jquery.flot.pie.min.js"></script>
<!-- FLOT CATEGORIES PLUGIN - Used to draw bar charts -->
<script src="../../plugins/flot/jquery.flot.categories.min.js"></script>
<!-- Page script -->
<script>
$(function () {
/*
* Flot Interactive Chart
* -----------------------
*/
// We use an inline data source in the example, usually data would
// be fetched from a server
var data = [], totalPoints = 100;
function getRandomData() {
if (data.length > 0)
data = data.slice(1);
// Do a random walk
while (data.length < totalPoints) {
var prev = data.length > 0 ? data[data.length - 1] : 50,
y = prev + Math.random() * 10 - 5;
if (y < 0) {
y = 0;
} else if (y > 100) {
y = 100;
}
data.push(y);
}
// Zip the generated y values with the x values
var res = [];
for (var i = 0; i < data.length; ++i) {
res.push([i, data[i]]);
}
return res;
}
var interactive_plot = $.plot("#interactive", [getRandomData()], {
grid: {
borderColor: "#f3f3f3",
borderWidth: 1,
tickColor: "#f3f3f3"
},
series: {
shadowSize: 0, // Drawing is faster without shadows
color: "#3c8dbc"
},
lines: {
fill: true, //Converts the line chart to area chart
color: "#3c8dbc"
},
yaxis: {
min: 0,
max: 100,
show: true
},
xaxis: {
show: true
}
});
var updateInterval = 500; //Fetch data ever x milliseconds
var realtime = "on"; //If == to on then fetch data every x seconds. else stop fetching
function update() {
interactive_plot.setData([getRandomData()]);
// Since the axes don't change, we don't need to call plot.setupGrid()
interactive_plot.draw();
if (realtime === "on")
setTimeout(update, updateInterval);
}
//INITIALIZE REALTIME DATA FETCHING
if (realtime === "on") {
update();
}
//REALTIME TOGGLE
$("#realtime .btn").click(function () {
if ($(this).data("toggle") === "on") {
realtime = "on";
}
else {
realtime = "off";
}
update();
});
/*
* END INTERACTIVE CHART
*/
/*
* LINE CHART
* ----------
*/
//LINE randomly generated data
var sin = [], cos = [];
for (var i = 0; i < 14; i += 0.5) {
sin.push([i, Math.sin(i)]);
cos.push([i, Math.cos(i)]);
}
var line_data1 = {
data: sin,
color: "#3c8dbc"
};
var line_data2 = {
data: cos,
color: "#337ab7"
};
$.plot("#line-chart", [line_data1, line_data2], {
grid: {
hoverable: true,
borderColor: "#f3f3f3",
borderWidth: 1,
tickColor: "#f3f3f3"
},
series: {
shadowSize: 0,
lines: {
show: true
},
points: {
show: true
}
},
lines: {
fill: false,
color: ["#3c8dbc", "#f56954"]
},
yaxis: {
show: true,
},
xaxis: {
show: true
}
});
//Initialize tooltip on hover
$('<div class="tooltip-inner" id="line-chart-tooltip"></div>').css({
position: "absolute",
display: "none",
opacity: 0.8
}).appendTo("body");
$("#line-chart").bind("plothover", function (event, pos, item) {
if (item) {
var x = item.datapoint[0].toFixed(2),
y = item.datapoint[1].toFixed(2);
$("#line-chart-tooltip").html(item.series.label + " of " + x + " = " + y)
.css({top: item.pageY + 5, left: item.pageX + 5})
.fadeIn(200);
} else {
$("#line-chart-tooltip").hide();
}
});
/* END LINE CHART */
/*
* FULL WIDTH STATIC AREA CHART
* -----------------
*/
var areaData = [[2, 88.0], [3, 93.3], [4, 102.0], [5, 108.5], [6, 115.7], [7, 115.6],
[8, 124.6], [9, 130.3], [10, 134.3], [11, 141.4], [12, 146.5], [13, 151.7], [14, 159.9],
[15, 165.4], [16, 167.8], [17, 168.7], [18, 169.5], [19, 168.0]];
$.plot("#area-chart", [areaData], {
grid: {
borderWidth: 0
},
series: {
shadowSize: 0, // Drawing is faster without shadows
color: "#337ab7"
},
lines: {
fill: true //Converts the line chart to area chart
},
yaxis: {
show: false
},
xaxis: {
show: false
}
});
/* END AREA CHART */
/*
* BAR CHART
* ---------
*/
var bar_data = {
data: [["January", 10], ["February", 8], ["March", 4], ["April", 13], ["May", 17], ["June", 9]],
color: "#3c8dbc"
};
$.plot("#bar-chart", [bar_data], {
grid: {
borderWidth: 1,
borderColor: "#f3f3f3",
tickColor: "#f3f3f3"
},
series: {
bars: {
show: true,
barWidth: 0.5,
align: "center"
}
},
xaxis: {
mode: "categories",
tickLength: 0
}
});
/* END BAR CHART */
/*
* DONUT CHART
* -----------
*/
var donutData = [
{label: "Series2", data: 30, color: "#3c8dbc"},
{label: "Series3", data: 20, color: "#0073b7"},
{label: "Series4", data: 50, color: "#337ab7"}
];
$.plot("#donut-chart", donutData, {
series: {
pie: {
show: true,
radius: 1,
innerRadius: 0.5,
label: {
show: true,
radius: 2 / 3,
formatter: labelFormatter,
threshold: 0.1
}
}
},
legend: {
show: false
}
});
/*
* END DONUT CHART
*/
});
/*
* Custom Label formatter
* ----------------------
*/
function labelFormatter(label, series) {
return '<div style="font-size:13px; text-align:center; padding:2px; color: #fff; font-weight: 600;">'
+ label
+ "<br>"
+ Math.round(series.percent) + "%</div>";
}
</script>
</body>
</html>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/4689950ca27f8f719297d62f7622a47f5617a9fce3b4914d2800ca8a200d0b3b.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./59dea1fb20502180df94b999c7236984fc7e1cac127dd4fb725c5ff82926904c.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> |
docs/com/view/gui/lib/package-frame.html | Bubblebitoey/Softspec-Hw1-5810546056-5810546552 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Tue Mar 07 15:55:18 ICT 2017 -->
<title>com.view.gui.lib</title>
<meta name="date" content="2017-03-07">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../com/view/gui/lib/package-summary.html" target="classFrame">com.view.gui.lib</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="Checker.html" title="class in com.view.gui.lib" target="classFrame">Checker</a></li>
<li><a href="DimensionUtilities.html" title="class in com.view.gui.lib" target="classFrame">DimensionUtilities</a></li>
<li><a href="Display.html" title="class in com.view.gui.lib" target="classFrame">Display</a></li>
<li><a href="Parser.html" title="class in com.view.gui.lib" target="classFrame">Parser</a></li>
<li><a href="SpringUtilities.html" title="class in com.view.gui.lib" target="classFrame">SpringUtilities</a></li>
</ul>
<h2 title="Enums">Enums</h2>
<ul title="Enums">
<li><a href="DimensionUtilities.Operation.html" title="enum in com.view.gui.lib" target="classFrame">DimensionUtilities.Operation</a></li>
</ul>
</div>
</body>
</html>
|
index.html | vvo/semver-ftw | <!doctype html>
<html><head>
<link rel=stylesheet href=./style.css>
<a href="https://github.com/you">
<img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_green_007200.png" alt="Fork me on GitHub"></a>
<style>
</style>
</head><body><div id=markdown>
<h1>SemVer FTW</h1>
<p><a href="https://npmjs.org/">NPM</a> packages specify versions in the semver format: <code>MAJOR.MINOR.PATCH</code> (e.g. <code>3.0.2</code>). </p>
<h2>When Publishing:</h2>
<h2>Major: "breaking changes"</h2>
<p>Increment MAJOR version when you have removed or changed a feature,
and dependent modules will have to modified to be compatible with the new version.</p>
<h2>Minor: "new feature"</h2>
<p>Increment MINOR version when you have added a feature,
but the module is backwards compatible.</p>
<h2>Patch: "bugfix"</h2>
<p>Increment PATCH version when you have fixed a problem,
but not broken or changed anything else.</p>
<h2>the semver spec</h2>
<p><a href="http://semver.org">semver.org</a></p>
<h2>Example</h2>
<p>Suppose a new module called <code>pizza</code> gets published to NPM as version <code>0.0.1</code>. </p>
<p>When the author of the module decides to add some new functions
like <code>.pepperoni()</code> it should get incremented to <code>0.1.0</code>.</p>
<p>When an issue on github is opened about a bug in <code>.pepperoni()</code>
and the bug gets fixed it should get pushed as <code>0.1.1</code>.</p>
<p>When the author goes vegetarian and eliminates the <code>.pepperoni()</code>
method it should be published as <code>1.0.0</code>. </p>
<h2>What does 1.0.0 mean?</h2>
<p>there is some disagreement about the best use of <code>0.x.y</code> range semvers.
<a href="https://github.com/dominictarr/semver-ftw/issues/2">see this discussion</a>
I suggest pubishing your module starting at <code>1.0.0</code> and after that,
incrementing the major version on each breaking change.</p>
<p>If you wish to indicate the stability of your module,
do so in the README, in same way that node.js does.
<a href="http://nodejs.org/api/documentation.html#documentation_stability_index">stability index</a></p>
<h2>When Using Published Modules</h2>
<p>Module authors need to take care to correctly express the nature of
changes with their version number, but it is the module user's responsibility
to request sensible ranges.</p>
<h2>DON'T</h2>
<p>Don't specify ranges that are too wide. The following may cause npm to install
a version of a dependency that does not work with your module.</p>
<pre><code class="lang-js">"dependencies" : {
"anything-goes":"*",
"greater-than": ">1",
}</code></pre>
<h2>DO</h2>
<p>It is best to specify modules that you <em>know</em> work.</p>
<pre><code class="lang-js">"dependencies" : {
"patches" :"~1.3.7",
"major-minor":"1.4.x"
}</code></pre>
<p>These ranges demand specific module major and minor versions,
but allow patches. If the author of one of these modules publishes a patch,
and it breaks your module (and you where using the module as documented)
Then it was their fault, and you should post an issue.</p>
<h2>Also DO</h2>
<p>This is also good.</p>
<pre><code class="lang-js"> "exact" : "3.5.2"</code></pre>
<p>This should never break, however, you will have to update your module
when a patch is released.</p>
</div id=markdown></body></html>
|
assets/themes/edablogs/css/style-orig.css | learnpainless/learnpainless.github.io | .file-name-box {
-moz-border-radius-topright: 5px;
background: #396;
-moz-border-radius-topleft: 5px;
padding: 8px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px
}
.file-name-title {
color: #fff;
font-weight: bold;
}
img.file-name-icon {
margin: 0 4px 0 0 !important;
float: left;
margin-right: 4px;
display: inline
}
.no-count {
list-style: none;
}
ul.platforms-list {
font-weight: 700;
}
.code-icon {
width: 34px;
height: 27px;
padding-right: 10px;
margin: 0 auto;
}
.cell {
display: table-cell;
}
.img-center,
.img-left,
.img-right,
.text-justify,
label.logo,
pre {
display: block;
}
.img-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.img-left {
text-align: left;
}
.img-right {
text-align: right;
}
.prev a {
float: left;
width: 33%;
background: #767676;
transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
padding: 30px;
color: #fff;
}
.next a {
float: right;
width: 33%;
background: #767676;
transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
padding: 30px;
color: #fff;
}
.archive a {
float: left;
width: 32%;
transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
background: #767676;
padding: 30px;
margin-left: 5px;
color: #fff;
}
.prev a:hover {
background-color: #1295C9;
color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, .50);
}
.next a:hover {
background-color: #1295C9;
color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, .50);
}
.block {
display: block;
}
.none {
display: none;
}
.ads-header {
display: inline-block;
width: 728px;
height: 90px;
}
.ads-left {
display: inline-block;
width: 120px;
height: 600px;
}
.ads-menu {
display: inline-block;
width: 728px;
height: 15px;
}
.archive a:hover {
background-color: #1295C9;
color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, .50);
}
.disabled a {
background: #dbdbdb;
color: black;
}
.disabled a:hover {
background: #dbdbdb;
color: black;
}
h2,
h4,
h5,
h6 {
margin-top: 1rem;
}
dl,
ol,
p,
ul {
margin-bottom: 1rem;
}
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: .5rem;
}
p,
pre {
margin-top: 0;
}
.wrap,
table {
width: 100%;
}
.post {
font-size: 18px;
line-height: 1.6em;
color: #3a3a3a;
font-family: "Roboto";
}
#main-wrapper,
#sidebar-wrapper-left,
pre {
word-wrap: break-word;
}
.post,
.site-header,
.wrap,
hr {
position: relative;
}
.top-menu a,
.eda-menu a,
.post-label a,
.read-more a,
.related-posts li a:hover,
.share-page a:hover,
.site-tags a,
a,
a:focus,
a:hover {
text-decoration: none;
}
.icon>svg,
.icons a {
vertical-align: middle;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body,
html {
margin: 0;
padding: 0;
overflow-x: hidden;
}
aside h3 {
background: #1295C9;
background: linear-gradient(to bottom, #1295C9, #005e82);
background: -webkit-linear-gradient(top, #1295C9, #005e82);
background: -o-linear-gradient(bottom, #1295C9, #005e82);
background: -moz-linear-gradient(top, #1295C9, #005e82);
color: #fff;
padding: 5px 10px 5px 10px;
box-shadow: 0 3px 8px rgba(0, 0, 0, .50);
}
.btn {
-webkit-user-select: none;
background: rgb(66, 133, 244);
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
font-size: .875em;
margin: 0;
padding: 10px 24px;
transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:hover {
box-shadow: 0 1px 3px rgba(0, 0, 0, .50);
}
.btn:active {
background: rgb(50, 102, 213);
outline: 0;
}
body {
color: #515151;
background-color: #fff;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font: normal 16px/26px Roboto, Arial, sans-serif;
}
a {
color: #268bd2;
}
a strong {
color: inherit;
}
a:focus,
a:hover {
color: #505050;
}
h1.post-title {
font: bold 200% Roboto, Arial, sans-serif;
display: table-cell;
color: #3a3a3a;
font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.25;
text-rendering: optimizeLegibility;
font-family: Roboto, Arial, sans-serif;
font-weight: bold;
color: #313131;
letter-spacing: -.025rem;
}
#nav,
abbr,
dt {
font-weight: 700;
}
h1 {
font-size: 200%;
}
h2 {
font-size: 180%;
}
h3 {
margin-top: 1.5rem;
font-size: 150%;
}
h4,
h5,
h6 {
font-size: 110%;
}
abbr,
code {
font-size: 85%;
}
strong {
color: #303030;
}
hr {
margin: 1.5rem 0;
border: 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #fff;
}
.highlight,
pre {
margin-bottom: 1rem;
}
abbr {
color: #555;
text-transform: uppercase;
}
abbr[title] {
cursor: help;
border-bottom: 1px dotted #e5e5e5;
}
code,
pre {
background-color: #f9f9f9;
font: 14px "Source Code Pro", Monaco, monospace!important;
line-height: 1.9!important;
}
code {
padding: .25em .5em;
color: #bf616a;
border-radius: 3px;
}
pre {
padding: 1rem;
font-size: .8rem;
line-height: 1.4;
overflow: auto;
word-break: break-all;
}
pre code {
padding: 0;
font-size: 100%;
color: inherit;
background-color: transparent;
}
.highlight {
border-radius: 4px;
}
.highlight pre,
blockquote p:last-child {
margin-bottom: 0;
}
.gist .gist-file {
font-family: Menlo, Monaco, "Courier New", monospace!important;
}
.pagination,
.sidebar {
font-family: "Roboto", Arial, sans-serif;
}
.gist .markdown-body {
padding: 15px;
}
.gist code,
.gist pre {
padding: 0;
background-color: transparent;
}
.gist .gist-file .gist-data {
font-size: .8rem!important;
line-height: 1.4;
}
.gist code {
color: inherit;
border-radius: 0;
}
.message,
tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) th {
background-color: #f9f9f9;
}
blockquote {
padding: .5rem 1rem;
margin: .8rem 0;
color: #7a7a7a;
border-left: .25rem solid #e5e5e5;
}
img {
display: inline;
max-width: 100%;
margin: 0 0 1rem;
border-radius: 5px;
}
.message,
table {
margin-bottom: 1rem;
}
table,
td,
th {
border: 1px solid #e5e5e5;
}
table {
border-collapse: collapse;
}
td,
th {
padding: .25rem .5rem;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
}
.message {
padding: 1rem;
color: #717171;
}
.container {
max-width: 28rem;
padding-left: 1rem;
padding-right: 1rem;
margin-left: auto;
margin-right: auto;
}
.page-title,
.post-title {
margin-top: 0;
}
.post-date {
display: block;
margin-bottom: 1rem;
font-size: 14px;
color: #9a9a9a;
}
.related {
padding-top: 2rem;
padding-bottom: 2rem;
border-top: 1px solid #eee;
}
.related-posts {
padding-left: 0;
list-style: none;
}
.related-posts h3 {
margin-top: 0;
}
.related-posts li small {
font-size: 75%;
color: #999;
}
.related-posts li a:hover {
color: #268bd2;
}
.related-posts li a:hover small {
color: inherit;
}
.pagination {
overflow: hidden;
margin-left: -1rem;
margin-right: -1rem;
color: #ccc;
text-align: center;
}
.pagination-item {
display: block;
padding: 1rem;
border: 1px solid #eee;
}
.pagination-item:first-child {
margin-bottom: -1px;
}
a.pagination-item:hover {
background-color: #f5f5f5;
}
.site-header {
min-height: 56px;
}
.site-title {
font-size: 26px;
font-weight: 300;
line-height: 56px;
letter-spacing: -1px;
margin-bottom: 0;
float: left;
}
.site-title,
.site-title:visited {
color: #424242;
}
.site-nav {
float: right;
line-height: 56px;
}
.site-nav .menu-icon {
display: none;
}
.site-nav .page-link {
color: #111;
line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
margin-right: 20px;
}
#outer-wrapper {
max-width: 1250px;
background-color: #FDFDFD;
margin: 0 auto;
padding: 0;
text-align: left;
margin-bottom: 10px;
box-shadow: 0 2px 4px rgba(0, 0, 0, .50);
}
.wrapper {
padding: 10px;
max-width: 1280px;
margin-right: auto;
margin-left: auto;
}
.sidebar,
.sidebar-toggle,
.wrap {
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
.sidebar-toggle,
.wrap {
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out;
}
#sidebar-checkbox:checked+.sidebar {
z-index: 9999;
visibility: visible;
}
#sidebar-checkbox:checked~.sidebar,
#sidebar-checkbox:checked~.sidebar-toggle,
#sidebar-checkbox:checked~.wrap {
-webkit-transform: translateX(14rem);
-ms-transform: translateX(14rem);
transform: translateX(14rem);
}
.footer-col-wrapper:after,
.wrapper:after {
content: "";
display: table;
clear: both;
}
.top-ads {
margin-top: 30px;
}
.site-footer {
border-top: 1px solid #e8e8e8;
padding: 30px 0;
}
.footer-heading {
font-size: 18px;
margin-bottom: 15px;
}
.contact-list,
.social-media-list {
list-style: none;
margin-left: 0;
}
.footer-col-wrapper {
font-size: 15px;
color: #828282;
margin-left: -15px;
}
.footer-col {
float: left;
margin-bottom: 15px;
padding-left: 15px;
}
.footer-col-1 {
width: -webkit-calc(35% - (30px / 2));
width: calc(35% - (30px / 2));
}
.footer-col-2 {
width: -webkit-calc(20% - (30px / 2));
width: calc(20% - (30px / 2));
}
.footer-col-3 {
width: -webkit-calc(45% - (30px / 2));
width: calc(45% - (30px / 2));
}
.layout-reverse .sidebar {
left: auto;
right: -14rem;
}
.layout-reverse .sidebar-toggle {
left: auto;
right: 1rem;
}
.layout-reverse #sidebar-checkbox:checked~.sidebar,
.layout-reverse #sidebar-checkbox:checked~.sidebar-toggle,
.layout-reverse #sidebar-checkbox:checked~.wrap {
-webkit-transform: translateX(-14rem);
-ms-transform: translateX(-14rem);
transform: translateX(-14rem);
}
.sidebar-overlay #sidebar-checkbox:checked~.wrap {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.sidebar-overlay #sidebar-checkbox:checked~.sidebar-toggle {
box-shadow: 0 0 0 .25rem #fff;
}
.sidebar-overlay #sidebar-checkbox:checked~.sidebar {
box-shadow: .25rem 0 .5rem rgba(0, 0, 0, .1);
}
.layout-reverse.sidebar-overlay #sidebar-checkbox:checked~.sidebar {
box-shadow: -.25rem 0 .5rem rgba(0, 0, 0, .1);
}
.icon>svg {
display: inline-block;
width: 16px;
height: 16px;
}
.icon>svg path {
fill: #828282;
}
.main-nav {
background-color: #555;
padding: 5px;
}
.main-nav .page-link {
color: #fff;
padding: 5px;
}
#sidebar-wrapper-left {
width: 15%;
float: left;
overflow: hidden;
padding: 10px 10px 0;
}
#sidebar-wrapper-right {
width: 27%;
float: right;
word-wrap: break-word;
overflow: hidden;
padding: 10px 10px 0;
}
#main-wrapper,
.thumb {
float: left;
overflow: hidden;
}
#main-wrapper {
width: 73%;
padding: 10px 10px 10px;
}
.home-logos-img,
.home-logos>svg {
max-height: 250px;
max-width: 250px;
margin: 10px;
}
.home {
text-align: center;
}
.post-content img {
display: block;
margin-left: auto;
margin-right: auto;
}
.post-exert {
font-size: 15px;
}
.post {
margin-bottom: 40px;
min-height: 180px;
}
.thumb {
margin: 0 10px 5px 0;
display: block;
}
.read-more {
display: block;
float: right;
}
#head-logo,
#top-date-box {
float: left;
margin-left: 5px;
}
.read-more a {
display: block;
padding: 7px 8px;
background-color: #1295C9;
color: #fff;
font-size: 13px;
}
.read-more a:hover {
background-color: #303030;
}
.sidebar {
position: fixed;
top: 0;
bottom: 0;
left: -14rem;
width: 14rem;
visibility: hidden;
overflow-y: auto;
font-size: .875rem;
color: rgba(255, 255, 255, .6);
background-color: #202020;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.sidebar a {
font-weight: 400;
color: #fff;
}
.sidebar-item {
padding: 1rem;
}
.sidebar-item p:last-child {
margin-bottom: 0;
}
#nav,
#top-nav {
margin: 0 auto;
}
.sidebar-nav {
border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.sidebar-nav-item {
display: block;
padding: .5rem 1rem;
border-top: 1px solid rgba(255, 255, 255, .1);
}
.sidebar-nav-item.active,
a.sidebar-nav-item:focus,
a.sidebar-nav-item:hover {
text-decoration: none;
background-color: rgba(255, 255, 255, .1);
border-color: transparent;
}
.sidebar-checkbox {
position: absolute;
opacity: 0;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.sidebar-toggle {
position: fixed;
top: .8rem;
left: 1rem;
display: block;
padding: .25rem .75rem;
color: #505050;
background-color: #fff;
border-radius: .25rem;
cursor: pointer;
border: 1px solid #e5e5e5;
}
.sidebar-toggle:before {
display: inline-block;
width: 1rem;
height: .75rem;
content: "";
background-image: -webkit-linear-gradient(to bottom, #555, #555 20%, #fff 20%, #fff 40%, #555 40%, #555 60%, #fff 60%, #fff 80%, #555 80%, #555 100%);
background-image: -moz-linear-gradient(to bottom, #555, #555 20%, #fff 20%, #fff 40%, #555 40%, #555 60%, #fff 60%, #fff 80%, #555 80%, #555 100%);
background-image: -ms-linear-gradient(to bottom, #555, #555 20%, #fff 20%, #fff 40%, #555 40%, #555 60%, #fff 60%, #fff 80%, #555 80%, #555 100%);
background-image: linear-gradient(to bottom, #555, #555 20%, #fff 20%, #fff 40%, #555 40%, #555 60%, #fff 60%, #fff 80%, #555 80%, #555 100%);
}
#sidebar-checkbox:checked~.sidebar-toggle,
#sidebar-checkbox:focus~.sidebar-toggle,
.sidebar-toggle:active {
color: #fff;
background-color: #555;
}
#sidebar-checkbox:checked~.sidebar-toggle:before,
#sidebar-checkbox:focus~.sidebar-toggle:before,
.sidebar-toggle:active:before {
background-image: -webkit-linear-gradient(to bottom, #fff, #fff 20%, #555 20%, #555 40%, #fff 40%, #fff 60%, #555 60%, #555 80%, #fff 80%, #fff 100%);
background-image: -moz-linear-gradient(to bottom, #fff, #fff 20%, #555 20%, #555 40%, #fff 40%, #fff 60%, #555 60%, #555 80%, #fff 80%, #fff 100%);
background-image: -ms-linear-gradient(to bottom, #fff, #fff 20%, #555 20%, #555 40%, #fff 40%, #fff 60%, #555 60%, #555 80%, #fff 80%, #fff 100%);
background-image: linear-gradient(to bottom, #fff, #fff 20%, #555 20%, #555 40%, #fff 40%, #fff 60%, #555 60%, #555 80%, #fff 80%, #fff 100%);
}
#header-wrapper {
margin: 0 auto;
padding: 10px;
height: 165px;
}
#head-logo {
min-width: 300px;
}
#head-ads {
float: right;
min-width: 468px;
}
#head-logo img {
margin-left: auto;
margin-right: auto;
}
.eda-menu,
.eda-sub-menu {
padding: 0;
z-index: 999;
}
.eda-menu {
box-shadow: 0 3px 8px rgba(0, 0, 0, .50);
list-style-type: none;
padding: 0;
overflow: hidden;
background-color: #333;
background: linear-gradient(to bottom, #616161, #303030);
background: -webkit-linear-gradient(top, #616161, #303030);
background: -o-linear-gradient(bottom, #616161, #303030);
background: -moz-linear-gradient(top, #616161, #303030);
}
.eda-menu li {
float: left;
}
.eda-menu a {
display: inline-block;
color: #fff;
text-align: center;
padding: 16px 30px;
text-decoration: none;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-ms-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.eda-menu li.icon {
display: none;
}
.top-menu li.icon {
display: none;
}
.eda-menu li:hover {
background: #1295C9;
color: #fff;
}
.eda-menu li a:hover {
background: #1295C9;
color: #fff;
background: linear-gradient(to bottom, #1295C9, #005e82);
background: -webkit-linear-gradient(top, #1295C9, #005e82);
background: -o-linear-gradient(bottom, #1295C9, #005e82);
background: -moz-linear-gradient(top, #1295C9, #005e82);
}
.eda-sub-menu {
position: absolute;
left: 0;
width: 150px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
display: none;
opacity: 0;
visibility: hidden;
-webkit-transiton: opacity .2s;
-moz-transition: opacity .2s;
-ms-transition: opacity .2s;
-o-transition: opacity .2s;
-transition: opacity .2s;
}
.eda-sub-menu li {
background: #555;
display: block;
width: 200px;
z-index: 999;
color: #fff;
text-shadow: 0 -1px 0 #000;
}
.eda-sub-menu li:hover {
background: #666;
}
.eda-menu li:hover .eda-sub-menu {
display: block;
opacity: 1;
visibility: visible;
}
#nav {
background-color: #303030;
height: 47px;
}
.nav {
float: left;
width: 100%;
}
.clear {
clear: both;
}
.footer-wrapper {
text-align: center;
background: #333;
padding: 0;
}
#top-nav {
border-bottom: 1px solid #DFDFDF;
height: 25px;
font-size: 13px;
line-height: 25px;
}
.top-site-name {
padding: 0 5px 0 0;
border-right: 1px solid #4D4D4D;
font-weight: 700;
}
.top-menu,
.top-menu li {
margin: 0;
padding: 0;
list-style: none;
float: right;
}
.top-menu li {
float: left;
position: relative;
}
.top-menu li:hover>a {
background-color: #E4E4E4;
color: #1295C9;
}
.top-menu a {
display: block;
padding: 0 10px;
}
.post-label {
overflow: hidden;
display: inline;
}
.icons a,
.post-label a,
.site-tags a {
display: inline-block;
}
.post-label a {
color: #fff;
background-color: #303030;
padding: 3px 5px;
font-size: 11px;
}
.post-label a:hover {
background-color: #1295C9;
}
.cat-heading {
color: orange;
margin-bottom: 30px;
}
.breadcrumbs {
font-size: 12px;
margin-bottom: 15px;
border-bottom: 1px solid #AAA;
padding-bottom: 4px;
}
.site-tags a {
margin: 0 10px 0 0;
padding: 0 7px 0 14px;
white-space: nowrap;
position: relative;
background: -moz-linear-gradient(top, #fed970 0, #febc4a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fed970), color-stop(100%, #febc4a));
background: -webkit-linear-gradient(top, #fed970 0, #febc4a 100%);
background: -o-linear-gradient(top, #fed970 0, #febc4a 100%);
background: linear-gradient(to bottom, #fed970 0, #febc4a 100%);
background-color: #FEC95B;
color: #963;
font: 11px/21px Arial, Tahoma, sans-serif;
text-shadow: 0 1px rgba(255, 255, 255, .4);
border-top: 1px solid #EDB14A;
border-bottom: 1px solid #CE922E;
border-right: 1px solid #DCA03B;
border-radius: 1px 3px 3px 1px;
box-shadow: inset 0 1px #FEE395, 0 1px 2px rgba(0, 0, 0, .21);
}
.site-tags a:after,
.site-tags a:before {
content: '';
position: absolute;
}
.site-tags a:before {
top: 5px;
left: -6px;
width: 10px;
height: 10px;
background: -moz-linear-gradient(45deg, #fed970 0, #febc4a 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #fed970), color-stop(100%, #febc4a));
background: -webkit-linear-gradient(-45deg, #fed970 0, #febc4a 100%);
background: -o-linear-gradient(45deg, #fed970 0, #febc4a 100%);
background: linear-gradient(135deg, #fed970 0, #febc4a 100%);
background-color: #FEC95B;
border-left: 1px solid #EDB14A;
border-bottom: 1px solid #CE922E;
border-radius: 0 0 0 2px;
box-shadow: inset 1px 0 #FEDB7C, 0 2px 2px -2px rgba(0, 0, 0, .33);
-webkit-transform: scale(1, 1.5) rotate(45deg);
-moz-transform: scale(1, 1.5) rotate(45deg);
-ms-transform: scale(1, 1.5) rotate(45deg);
transform: scale(1, 1.5) rotate(45deg);
}
.site-tags a:after {
top: 7px;
left: 1px;
width: 5px;
height: 5px;
background: #FFF;
border-radius: 4px;
border: 1px solid #DCA03B;
box-shadow: 0 1px 0 rgba(255, 255, 255, .2), inset 0 1px 1px rgba(0, 0, 0, .21);
}
.site-tags a:hover {
color: #FFF;
text-shadow: -1px -1px 0 rgba(153, 102, 51, .3);
}
#sidebar-title {
color: #e5e5e5;
}
.share-page {
padding: 8px 15px;
border-radius: 5px;
}
a.facebook,
a.google,
a.pinterest,
a.twitter {
padding: 2px 5px;
color: #fff;
}
a.twitter {
background-color: #2DAAE1;
}
a.facebook {
background-color: #3C5B9B;
}
a.google {
background-color: #F63E28;
}
a.pinterest {
background-color: #CB2027;
}
a.facebook:hover,
a.google:hover,
a.pinterest:hover,
a.twitter:hover {
background: gray;
}
.input-btn {
padding: 7px;
background: url(/assets/icon/search-submit.png) center no-repeat #1295C9;
color: #fff;
border: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, .50);
width: 10%;
cursor: pointer;
}
.input-btn:hover {
background-color: #000;
}
.input-txt {
border: 1px solid #7e9db9!important;
background: #fff!important;
width: 88%;
box-shadow: 0 1px 3px rgba(0, 0, 0, .50);
padding: 6px!important;
}
.author-profile {
padding: 10px;
border: 0 solid #d3d3d3;
position: inherit;
margin: 10px 0 0 10px;
background-color: #fff;
-moz-border-radius: 2px;
webkit-border-radius: 2px;
border-radius: 2px;
}
.author-profile img {
width: 110px;
height: 110px;
margin: 0 8px 0 0;
float: left;
}
.icons a {
width: 24px;
height: 24px;
margin: 10px;
-o-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
-ms-transition: all .3s;
}
.icons a.twitter {
background: url(/assets/icon/twitter.png) left top no-repeat;
}
.icons a.rss {
background: url(/assets/icon/rss.png) left top no-repeat;
}
.icons a.pinterest {
background: url(/assets/icon/pinterest.png) left top no-repeat;
}
.icons a.facebook {
background: url(/assets/icon/facebook.png) left top no-repeat;
}
.icons a.github {
background: url(/assets/icon/github.png) left top no-repeat;
}
.icons a.googleplus {
background: url(/assets/icon/googleplus.png) left top no-repeat;
}
.icons a.youtube {
background: url(/assets/icon/youtube.png) left top no-repeat;
}
.icons a.skype {
background: url(/assets/icon/skype.png) left top no-repeat;
}
.icons a:hover {
background-position: left -34px;
}
.icon-close{
width:48px;
height:48px
}
.icon-add{
width:24px;
height:24px
}
.pagination ul {
list-style: none;
}
#footer-wrapper {
text-align: left;
overflow: hidden;
margin: 0;
}
#footer-wrapper {
text-align: center;
background: #333;
padding: 0;
}
#footer-sgwidget .footer-widget {
width: 30.2%;
float: left;
margin-left: 20px;
padding-top: 10px;
padding-bottom: 15px;
}
#footer-sgwidget {
overflow: hidden;
}
#footer-wrapper h2,
#footer-wrapper h3 {
font-family: "Roboto";
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 20px;
color: #fff;
border-bottom: 2px solid #444;
padding-bottom: 10px;
position: relative;
line-height: 1;
letter-spacing: 2px;
text-align: left;
}
#footer-wrapper h2:after,
#footer-wrapper h3:after {
content: "";
position: absolute;
bottom: -2px;
left: 0;
width: 110px;
height: 2px;
background: #ef4824;
}
#footer-wrapper .widget-content {
text-align: left;
font-family: "Roboto", Helvetica;
margin: 20px 0 15px;
color: #f3f3f3;
}
#footer-wrapper .widget-content li {
margin-left: -14px;
color: #f3f3f3;
}
#footer-wrapper .widget li {
margin: 5px 0 0 0;
padding: 7px 0;
display: block;
}
.footer-bottom {
min-height: 40px;
}
#footx1,
#footx2,
#footx3 {
width: 33.33%;
float: left;
margin: 0 .2%;
}
@media screen and (max-width: 1280px) {
.home-logos-img,
.home-logos>svg {
margin: 40px;
}
}
@media screen and (max-width: 980px) {
.home-logos-img,
.home-logos>svg {
margin: 5px;
}
}
@media screen and (max-width: 900px) {
.post-exert,
.read-more {
display: none;
}
.thumb {
width: 50px;
height: 50px;
}
.post {
min-height: 75px;
}
}
@media screen and (max-width: 800px) {
#head-ads,
#nav,
#sidebar-wrapper-left,
.eda-menu,
.main-nav {}#main-wrapper {
width: 100%;
}
#sidebar-wrapper-right {
width: 100%;
float: left;
}
.footer-col-1,
.footer-col-2 {
width: -webkit-calc(50% - (30px / 2));
width: calc(50% - (30px / 2));
}
.footer-col-3 {
width: -webkit-calc(100% - (30px / 2));
width: calc(100% - (30px / 2));
}
.wrapper {
max-width: 700px;
padding-right: 15px;
padding-left: 15px;
}
}
@media screen and (max-width: 600px) {
.site-nav {
position: absolute;
top: 9px;
right: 15px;
background-color: #fdfdfd;
border: 1px solid #e8e8e8;
border-radius: 5px;
text-align: right;
}
#footer-wrapper {
margin: 20px 0 0 0;
}
#footer-sgwidget {
width: 100%;
overflow: hidden;
}
#footer-sgwidget .footer-widget {
width: 92%;
float: left;
margin-left: 20px;
}
.eda-menu li:not(:first-child) {
display: none;
}
.eda-menu li.icon {
float: right;
display: inline-block;
}
.eda-menu.responsive {
position: relative;
}
.eda-menu.responsive li.icon {
position: absolute;
right: 0;
top: 0;
}
.eda-menu.responsive li {
float: none;
display: inline;
}
.eda-menu.responsive li a {
display: block;
text-align: left;
}
.top-menu li:not(:first-child) {
display: none;
}
.top-menu li.icon {
float: right;
display: inline-block;
}
.top-menu.responsive {
position: relative;
}
.top-menu.responsive li.icon {
position: absolute;
right: 0;
top: 0;
}
.top-menu.responsive li {
float: none;
display: inline;
}
.top-menu.responsive li a {
display: block;
text-align: left;
}
#head-ads {
display: none;
}
.site-nav .menu-icon {
display: block;
float: right;
width: 36px;
height: 26px;
line-height: 0;
padding-top: 10px;
text-align: center;
}
.site-nav .menu-icon>svg {
width: 18px;
height: 15px;
}
.site-nav .menu-icon>svg path {
fill: #424242;
}
.site-nav .trigger {
clear: both;
display: none;
}
.site-nav:hover .trigger {
display: block;
padding-bottom: 5px;
}
.site-nav .page-link {
display: block;
padding: 5px 10px;
margin-left: 20px;
}
.site-nav .page-link:not(:last-child) {
margin-right: 0;
}
.footer-col {
float: none;
width: -webkit-calc(100% - (30px / 2));
width: calc(100% - (30px / 2));
}
#head-ads,
#nav,
#top-nav {}#head-logo {
float: none;
}
}
@media (min-width: 56em) {
.super-search__input {
font-size: 30px;
}
.container {
max-width: 38rem;
}
}
@media (max-width: 48em) {
.sidebar-toggle {
display: block;
}
.masthead-title {
text-align: center;
}
.masthead-title small {
display: none;
}
.sidebar-item {
padding: 1.5rem;
}
.sidebar-nav-item {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
}
@media (min-width: 38em) {
html {
font-size: 20px;
}
.container {
max-width: 32rem;
}
}
@media (min-width: 30.1em) {
.sidebar-toggle {
position: fixed;
}
}
@media (min-width: 30em) {
.pagination {
margin: 3rem 0;
}
.pagination-item {
float: left;
width: 50%;
}
.sidebar {
font-size: .75rem;
}
.pagination-item:first-child {
margin-bottom: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination-item:last-child {
margin-left: -1px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
blockquote {
padding-right: 5rem;
padding-left: 1.25rem;
}
}
@media print {
.sidebar-toggle {
display: none;
}
}
.super-search-btn {
position: fixed;
right: 10px;
top: 15px;
fill: #DDD;
}
.super-search-btn:hover {
fill: #BBB;
}
.super-search {
position: fixed;
background-color: rgba(0, 191, 255, 0.85);
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
transition: 0.2s ease;
visibility: hidden;
opacity: 0;
}
.super-search__close-btn {
fill: #DDD;
position: absolute;
right: 10px;
top: 15px;
z-index: 1;
}
.super-search__input {
border: 0;
font-size: 50px;
border-left: none;
border-right: none;
color: #999;
width: 100%;
padding: 10px 31px;
text-align: center;
transform: translateY(-100%);
transition: 0.15s ease-out 150ms;
}
.is-active .super-search__input {
transform: translateY(0);
}
.super-search__results {
text-align: center;
list-style: none;
padding: 0;
overflow-x: hidden;
height: calc(100% - 110px);
transition: 0.2s ease;
}
.super-search__results.is-hidden {
opacity: 0;
transform: translateY(-1vh);
}
.super-search__results > li > a {
display: block;
position: relative;
background-color: #f9f9f9;
color: #666;
padding: 17px;
margin: 12px 14px;
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
.super-search__result-date {
color: #BBB;
position: absolute;
right: 12px;
}
.super-search.is-active {
opacity: 1;
visibility: visible;
}
.search__close-btn {
fill: #f00;
position: absolute;
right: 10px;
top: 15px;
z-index: 1;
}
.fbtn {
background-color: #e0e0e0;
border-radius: 50%;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
clear: both;
color: #212121;
cursor: pointer;
display: block;
font-size: 24px;
margin: 12px auto;
padding: 12px 1px;
position: relative;
text-align: center;
-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-webkit-transition-property: box-shadow, opacity, -webkit-transform;
transition-property: box-shadow, opacity, transform;
width: 48px;
}
a.fbtn:focus,
a.fbtn:hover {
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
color: #212121;
}
.fbtn-red {
background-color: #f44336;
color: #ffffff !important;
fill: #fff;
}
.fbtn-lg {
padding: 18px 0;
width: 60px;
height: 60px;
}
.fbtn-container {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: fixed;
right: 16px;
bottom: 55px;
-webkit-transition: margin-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1), right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: margin-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1), right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 9999;
}
.fbtn-text {
background-color: #212121;
background-color: rgba(0, 0, 0, 0.8);
border-radius: 2px;
color: #ffffff;
font-size: 14px;
height: 0;
margin-top: -12px;
margin-right: 16px;
opacity: 0;
line-height: 24px;
font-family: monospace;
overflow: hidden;
padding-right: 8px;
padding-left: 8px;
position: absolute;
top: 50%;
right: 100%;
-webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
white-space: nowrap;
width: 0;
}
.fbtn:hover .fbtn-text {
height: auto;
opacity: 1;
width: auto;
}
@media screen and (max-width: 850px) {
.fbtn-text {
display: none
}
} |
docs/api/Albatross.Expression.TryGetValueDelegate-1.html | RushuiGuan/expression | <!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Delegate TryGetValueDelegate<T>
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Delegate TryGetValueDelegate<T>
">
<meta name="generator" content="docfx 2.47.0.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Albatross.Expression.TryGetValueDelegate`1">
<h1 id="Albatross_Expression_TryGetValueDelegate_1" data-uid="Albatross.Expression.TryGetValueDelegate`1" class="text-break">Delegate TryGetValueDelegate<T>
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="Albatross.Expression.html">Albatross.Expression</a></h6>
<h6><strong>Assembly</strong>: Albatross.Expression.dll</h6>
<h5 id="Albatross_Expression_TryGetValueDelegate_1_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public delegate bool TryGetValueDelegate<T>(string name, T input, out object value);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">T</span></td>
<td><span class="parametername">input</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Object</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="Albatross.Expression.Extensions.html#Albatross_Expression_Extensions_ConvertToBoolean_System_Object_">Extensions.ConvertToBoolean(Object)</a>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>
|
ojoalplato/static/wpfamily/style4b68.css | javipalanca/ojoalplato | /*
Theme Name: WP Family Blog
Theme URI: http://familywp.com/
Author: Switch Themes
Author URI: http://switchthemes.com/
Description: WP Family Blog is a beautiful, simple, and personal way to share your family's life online. Every family member has their own profile and can be tagged on each post. Elegantly showcase your family photos, cute stories, and everyday life with family, friends, and the world.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-family-blog
Tags: light, one-column, left-sidebar, responsive-layout, custom-colors, featured-images, theme-options
Family Blog is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
width: 100%;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block;
}
.hentry {
margin: 0 0 90px;
}
@media (max-width: 767px) {
.hentry {
margin: 0 0 40px;
}
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
text-align: justify;
text-justify: inter-word;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
margin-left: -3px;
margin-right: -3px;
}
.gallery.gallery-size-thumbnail {
margin-right: 0;
margin-left: 0;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
padding: 3px;
}
.gallery-size-thumbnail .gallery-item {
padding: 0;
}
.gallery-size-thumbnail .gallery-item img {
width: 100%;
}
.gallery-size-thumbnail .gallery-caption {
display: none;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
/*--------------------------------------------------------------
# Main Structure
--------------------------------------------------------------*/
html, body {
height: 100%;
}
body {
font-size: 18px;
line-height: 1.52857143;
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
body {
font-size: 16px;
line-height: 1.45857143;
}
}
body.warm {
background: #f2f2e7;
color: #36332c;
}
body.cool {
background: #f1f4f8;
color: #2c2f36;
}
body.grey {
background: #f3f3f3;
color: #333;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-weight: 700;
margin-bottom: 25px;
}
.warm h3, .warm h4, .warm h5, .warm h6 {
color: #b0ab92;
}
.cool h3, .cool h4, .cool h5, .cool h6 {
color: #a1aabc;
}
.grey h3, .grey h4, .grey h5, .grey h6 {
color: #aaa;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -54px;
}
a, .btn {
transition: all 0.5s ease;
color: chocolate;
}
a:hover, a:active, a:focus, a:active:focus {
text-decoration: none;
}
.sidebarnav .sidebar {
float: left;
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 1000;
display: block;
padding: 40px;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
overflow-y: visible;
background-color: #f5f5f5;
width: 30%;
}
.sidebarnav .sidebar img {
max-width: 100%;
height: auto;
}
.sidebarnav .sidebar a, .topnav .site-navigation a {
/*color:#FFF;*/
color: chocolate;
}
body.warm .sidebar select {
color: #36332c;
}
body.cool .sidebar select {
color: #2c2f36;
}
body.grey .sidebar select {
color: #333;
}
.sidebarnav .sidebar .current-menu-item > a,
.sidebarnav .sidebar a:hover,
.sidebarnav .sidebar a:focus,
.sidebarnav .sidebar a:active,
.topnav .site-navigation .current-menu-item > a,
.topnav .site-navigation li.hover > a,
.topnav .site-navigation a:hover,
.topnav .site-navigation a:focus,
.topnav .site-navigation a:active {
color: rgba(0, 0, 0, .4);
}
.sidebarnav .site-navigation {
margin-bottom: 1.5em;
}
.topnav .site-navigation li {
position: relative;
}
.topnav .site-navigation .sub-menu {
position: absolute;
top: 61px;
left: -9999px;
width: 250px;
margin-left: -125px;
background: #FFF;
z-index: 200;
-webkit-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
opacity: 0;
}
.topnav .site-navigation .sub-menu li {
font-size: 16px;
line-height: 18px;
display: block;
font-weight: normal;
}
body.warm.topnav .site-navigation .sub-menu li a {
color: #36332c;
}
body.cool.topnav .site-navigation .sub-menu li a {
color: #2c2f36;
}
body.grey.topnav .site-navigation .sub-menu li a {
color: #333;
}
.topnav .site-navigation .sub-menu .sub-menu {
border-left: solid 1px #eee;
}
.topnav .site-navigation li:hover > .sub-menu {
left: 50%;
opacity: 1;
}
.topnav .site-navigation li:hover > .sub-menu > li:hover > .sub-menu {
left: 150%;
top: 0;
opacity: 1;
}
.topnav .site-navigation li:hover > .sub-menu > li:hover > .sub-menu > li:hover > .sub-menu {
left: 150%;
top: 0;
opacity: 1;
}
.sidebarnav .site-navigation .sub-menu {
padding-left: 20px;
border-top: 0;
list-style: square;
color: rgba(0, 0, 0, .1);
}
body.sidebarnav .site-navigation .sub-menu li {
border-bottom: 0;
font-size: 16px;
padding: 4px 0;
}
body.sidebarnav .site-navigation .sub-menu li:last-child {
padding-bottom: 0;
}
.navbar-toggle {
background: #FFF;
position: absolute;
top: 0;
right: 0;
z-index: 300;
padding: 11px 9px;
border-radius: 50%;
position: relative;
margin-right: 8px;
}
.navbar-toggle .navbar-toggle-label {
position: absolute;
right: 42px;
top: 4px;
color: #FFF;
text-transform: uppercase;
font-weight: bold;
opacity: 0;
transition: all 0.5s ease;
}
.navbar-toggle.collapsed .navbar-toggle-label {
opacity: 1;
}
.navbar-toggle .icon-bar {
transition: all 0.5s ease;
width: 14px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 2px;
}
.navbar-toggle .icon-bar:nth-child(2) {
-ms-transform: rotate(45deg) translate(2.7px, 2.7px); /* IE 9 */
-webkit-transform: rotate(45deg) translate(2.7px, 2.7px); /* Chrome, Safari, Opera */
transform: rotate(45deg) translate(2.7px, 2.7px);
transition: all 0.5s ease;
}
.navbar-toggle .icon-bar:nth-child(3) {
opacity: 0;
transition: all 0.5s ease;
}
.navbar-toggle .icon-bar:nth-child(4) {
-ms-transform: rotate(-45deg) translate(3px, -3px); /* IE 9 */
-webkit-transform: rotate(-45deg) translate(3px, -3px); /* Chrome, Safari, Opera */
transform: rotate(-45deg) translate(3px, -3px);
transition: all 0.5s ease;
}
.navbar-toggle.collapsed .icon-bar {
-ms-transform: rotate(0deg) translate(0px, -0px); /* IE 9 */
-webkit-transform: rotate(0deg) translate(0px, -0px); /* Chrome, Safari, Opera */
transform: rotate(0deg) translate(0px, -0px);
opacity: 1;
}
.admin-bar.mobile-nav-open .site-navigation .navbar-toggle {
top: 46px;
}
.sidebarnav .site-navigation ul {
list-style: none;
padding: 0;
border-top: solid 3px rgba(0, 0, 0, .1);
}
.sidebarnav .site-navigation li {
font-size: 25px;
font-weight: bold;
padding: 8px 0;
border-bottom: solid 3px rgba(0, 0, 0, .1);
}
.primary-dark.sidebarnav .site-navigation li {
border-color: rgba(255, 255, 255, .2);
}
.topnav .site-navigation {
border-bottom: solid 3px #fff;
position: relative;
}
@media (min-width: 1200px) {
.sidebarnav .sidebar {
padding: 50px;
width: 25%;
}
}
@media (max-width: 992px) {
.sidebarnav .sidebar {
float: none;
position: relative;
top: 0;
bottom: auto;
left: 0;
z-index: 1000;
display: block;
padding: 0;
overflow-x: visible;
overflow-y: visible;
width: 100%;
}
body.sidebarnav .site-navigation {
margin: 0;
border-bottom: solid 3px #fff;
}
body.sidebarnav .site-navigation ul {
text-align: center;
margin: 0;
border: none;
}
.sidebarnav .site-navigation ul li {
display: inline-block;
font-size: 17px;
font-weight: bold;
padding: 0;
border: none;
}
.sidebarnav .site-navigation ul li a {
padding: 15px 16px;
display: block;
}
.sidebarnav .sidebar .widget-area {
display: none;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.sidebarnav .site-navigation li.hover > a {
color: rgba(0, 0, 0, .4);
}
.sidebarnav .site-navigation li {
position: relative;
}
body.sidebarnav .site-navigation .sub-menu {
position: absolute;
top: 56px;
left: -9999px;
width: 200px;
margin-left: -100px;
background: #FFF;
z-index: 200;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
opacity: 0;
padding-left: 0;
}
body.sidebarnav .site-navigation .sub-menu li {
font-size: 14px;
line-height: 17px;
display: block;
font-weight: normal;
padding: 0;
}
body.warm .site-navigation .sub-menu li a {
color: #36332c;
}
body.cool .site-navigation .sub-menu li a {
color: #2c2f36;
}
body.grey .site-navigation .sub-menu li a {
color: #333;
}
.sidebarnav .site-navigation .sub-menu .sub-menu {
border-left: solid 1px #eee;
}
.sidebarnav .site-navigation li:hover > .sub-menu {
left: 50%;
opacity: 1;
}
.sidebarnav .site-navigation li:hover > .sub-menu > li:hover > .sub-menu {
left: 150%;
top: 0;
opacity: 1;
}
.sidebarnav .site-navigation li:hover > .sub-menu > li:hover > .sub-menu > li:hover > .sub-menu {
left: 150%;
top: 0;
opacity: 1;
}
.topnav .site-navigation .sub-menu {
top: 56px;
width: 200px;
margin-left: -100px;
}
.topnav .site-navigation .sub-menu li {
font-size: 14px;
line-height: 17px;
}
}
@media (max-width: 767px) {
.site-navigation {
border-width: 2px;
height: 52px;
}
.site-navigation .primary-menu-area {
display: none;
}
body.mobile-nav-open .site .sidebar {
}
body.mobile-nav-open .site .site-navigation {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 200;
border: 0;
width: 100%;
height: 100%;
border: none;
}
.mobile-nav-open .site-navigation .primary-menu-area {
display: block;
position: relative;
top: 50%;
transform: translateY(-50%);
padding: 0 12%;
}
body.mobile-nav-open .sidebar {
position: absolute;
bottom: 0;
}
.primary-dark .site-navigation ul {
border-color: rgba(255, 255, 255, .2);
}
.mobile-nav-open .site-navigation .primary-menu-area ul {
border-top: solid 3px rgba(255, 255, 255, .2);
}
.mobile-nav-open .site-content {
margin-top: 52px;
}
.mobile-nav-open .site-navigation .primary-menu-area li {
display: block;
font-size: 23px;
font-weight: bold;
padding: 0;
border-bottom: solid 3px rgba(255, 255, 255, .2);
}
.mobile-nav-open .site-navigation .primary-menu-area li a {
padding: 8px 0;
}
body.mobile-nav-open .wrapper .site-navigation .primary-menu-area li .sub-menu a {
color: rgba(255, 255, 255, .7);
}
.mobile-nav-open .site-navigation .primary-menu-area .sub-menu {
position: relative;
top: 0;
left: 0;
width: auto;
margin-left: 0;
background: transparent;
z-index: 200;
opacity: 1;
}
.mobile-nav-open .site-navigation .primary-menu-area li:hover > .sub-menu {
left: 0;
}
.mobile-nav-open .site-navigation .primary-menu-area li:hover > .sub-menu > li:hover > .sub-menu {
left: 0;
}
.mobile-nav-open .site-navigation .primary-menu-area li:hover > .sub-menu > li:hover > .sub-menu > li:hover > .sub-menu {
left: 0;
}
body.mobile-nav-open .wrapper .site-navigation .sub-menu li a:hover, body.topnav .site-navigation .sub-menu li.hover > a {
color: #FFF;
}
.mobile-nav-open .site-navigation .primary-menu-area .sub-menu {
padding-left: 0;
list-style: none;
display: none;
}
body.mobile-nav-open .wrapper .site-navigation .primary-menu-area .sub-menu .sub-menu {
background: rgba(255, 255, 255, .2);
color: #FFF;
border: 0;
}
body.mobile-nav-open .wrapper .site-navigation .primary-menu-area .sub-menu .sub-menu li a {
color: #FFF;
}
.mobile-nav-open .site-navigation .primary-menu-area li.opened > .sub-menu {
display: block;
}
.mobile-nav-open .site-navigation .primary-menu-area .sub-menu li {
border-bottom: 0;
font-size: 16px;
padding: 0;
}
.mobile-nav-open .site-navigation .primary-menu-area .sub-menu li a {
padding: 4px 0;
}
}
.topnav .site-navigation ul {
list-style: none;
text-align: center;
margin: 0;
padding: 0;
}
.topnav .site-navigation ul li {
display: inline-block;
font-size: 20px;
font-weight: bold;
}
.topnav .site-navigation ul li a {
padding: 15px 24px;
display: block;
}
@media (min-width: 768px) and (max-width: 992px) {
.site-navigation ul li {
border-bottom: 0;
}
.topnav .site-navigation ul li {
font-size: 17px;
}
.topnav .site-navigation ul li a {
padding: 15px 16px;
}
body.topnav .site-navigation .sub-menu {
top: 56px;
}
}
@media (max-width: 767px) {
.topnav .site-navigation ul li {
font-size: 17px;
display: block;
}
.topnav .site-navigation ul li a {
padding: 15px 16px;
}
}
.admin-bar.sidebarnav .sidebar {
top: 32px;
}
@media (max-width: 992px) {
.admin-bar.sidebarnav .sidebar {
top: 0;
}
}
.sidebarnav .site-content {
float: left;
width: 70%;
margin-left: 30%;
}
.sidebarnav .site-footer {
padding-left: 30%;
}
@media (min-width: 1200px) {
.sidebarnav .site-content {
width: 75%;
margin-left: 25%;
}
.sidebarnav .site-footer {
padding-left: 25%;
}
}
@media (max-width: 992px) {
.sidebarnav .site-content {
float: none;
width: 100%;
margin-left: 0;
}
.sidebarnav .site-footer {
padding-left: 0;
}
}
.content-area {
padding: 90px 80px 20px;
}
.has-family .content-area {
padding-top: 200px;
}
@media (min-width: 768px) and (max-width: 992px) {
.content-area {
padding-top: 70px;
}
.has-family .content-area {
padding-top: 150px;
}
}
@media (max-width: 767px) {
.content-area {
padding: 30px 30px 20px;
}
.has-family .content-area {
padding-top: 60px;
}
}
.site-header {
height: 275px;
border-bottom: solid 3px #fff;
position: relative;
}
@media (min-width: 768px) and (max-width: 992px) {
.site-header {
height: 225px;
}
}
@media (max-width: 767px) {
.site-header {
height: 200px;
border-width: 2px;
}
}
.site-header .background-area {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 20;
}
.site-header .background-color {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 100;
}
.site-header .background {
background-position: center center;
background-size: cover;
filter: blur(5px);
-webkit-filter: blur(5px);
margin: -5px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 50;
}
.header-no-blur .site-header .background {
background-position: center center;
background-size: cover;
filter: none;
-webkit-filter: none;
margin: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 50;
}
.site-header .site-branding {
text-align: center;
position: relative;
top: 45%;
transform: translateY(-50%);
width: 100%;
z-index: 50;
}
.site-header .site-branding .site-title a {
text-align: center;
font-size: 50px;
font-weight: 900;
text-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
color: #FFF;
display: block;
}
.site-header .site-branding .custom-logo-link {
display: block;
padding: 0 30px;
}
.site-header .site-branding .custom-logo-link img {
max-width: 100%;
height: auto;
}
@media (min-width: 768px) and (max-width: 992px) {
.site-header .site-branding .site-title a {
font-size: 40px;
}
.site-header .site-branding .custom-logo-link img {
max-height: 80px;
width: auto;
}
}
@media (max-width: 767px) {
.site-header .site-branding .custom-logo-link img {
max-height: 80px;
width: auto;
}
.site-header .site-branding .site-title a {
font-size: 30px;
}
}
.site-header .site-branding a {
color: #FFF;
}
.site-footer {
background: #FFF;
}
.site-footer, .push {
height: 54px;
}
@media (max-width: 767px) {
.site-footer {
height: auto;
}
}
.site-footer .site-info {
padding: 15px;
font-size: 16px;
text-align: center;
}
.site-footer a:hover {
text-decoration: underline;
}
.warm .site-footer {
color: #cdc9b4;
}
.warm .site-footer a {
color: #b0ab92;
}
.cool .site-footer {
color: #b8bfce;
}
.cool .site-footer a {
color: #a1aabc;
}
.grey .site-footer {
color: #bfbfbf;
}
.grey .site-footer a {
color: #aaa;
}
table {
table-layout: fixed;
width: 100%;
max-width: 100%;
}
.content-area table > caption + thead > tr:first-child > td,
.content-area table > caption + thead > tr:first-child > th,
.content-area table > colgroup + thead > tr:first-child > td,
.content-area table > colgroup + thead > tr:first-child > th,
.content-area table > thead:first-child > tr:first-child > td,
.content-area table > thead:first-child > tr:first-child > th {
border-top: 0;
}
.content-area table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.content-area table > tbody > tr > td,
.content-area table > tbody > tr > th,
.content-area table > tfoot > tr > td,
.content-area table > tfoot > tr > th,
.content-area table > thead > tr > td,
.content-area table > thead > tr > th {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
font-size: 14px;
}
.content-area table > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
/*--------------------------------------------------------------
# Widget Areas
--------------------------------------------------------------*/
.widget {
font-size: 16px;
color: rgba(255, 255, 255, .6);
}
.widget .widget-title {
text-transform: uppercase;
font-size: 18px;
font-weight: bold;
color: rgba(0, 0, 0, .3);
margin: 0 0 10px;
}
.primary-dark .widget .widget-title {
color: rgba(0, 0, 0, .4);
}
.widget ul {
list-style: none;
padding: 0;
border-top: solid 3px rgba(0, 0, 0, .1);
}
.primary-dark .widget ul {
border-top: solid 3px rgba(255, 255, 255, .2);
}
.widget ul li {
border-bottom: solid 3px rgba(0, 0, 0, .1);
padding: 4px 0;
}
.primary-dark .widget ul li {
border-bottom: solid 3px rgba(255, 255, 255, .2);
}
.widget_calendar table {
width: 100%;
text-align: center;
}
.widget_calendar .calendar_wrap, .widget_tag_cloud .tagcloud {
border-top: solid 3px rgba(0, 0, 0, .1);
border-bottom: solid 3px rgba(0, 0, 0, .1);
}
.primary-dark .widget_calendar .calendar_wrap, .primary-dark .widget_tag_cloud .tagcloud {
border-top: solid 3px rgba(255, 255, 255, .2);
border-bottom: solid 3px rgba(255, 255, 255, .2);
}
.widget_search label {
display: block;
}
.widget_search .search-form {
position: relative;
}
.widget_search .search-submit {
position: absolute;
top: 0;
right: 0;
bottom: 0;
background-color: #FFF;
border: 0;
width: 34px;
border-radius: 50%;
background-image: url("img/icon-search.svg");
background-repeat: no-repeat;
background-position: center center;
background-size: 20px 20px;
text-indent: -9999px;
}
.widget_search .search-submit:focus,
.widget_search .search-submit:active {
outline: none;
background-color: #ddd;
}
#page .widget_search .search-field {
border-radius: 20px;
background: rgba(0, 0, 0, .1);
color: #FFF;
width: 100%;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
#page .widget_search .search-field:focus {
outline: none;
background: rgba(0, 0, 0, .15);
}
#page .widget_search .search-field::-webkit-input-placeholder {
color: rgba(255, 255, 255, .7);
}
#page .widget_search .search-field::-moz-placeholder {
color: rgba(255, 255, 255, .7);
}
/* Firefox 19+ */
#page .widget_search .search-field:-moz-placeholder {
color: rgba(255, 255, 255, .7);
}
/* Firefox 18- */
#page .widget_search .search-field:-ms-input-placeholder {
color: rgba(255, 255, 255, .7);
}
.widget_calendar caption {
text-align: center;
font-weight: bold;
color: #FFF;
font-size: 1.4em;
}
.widget_calendar th, .widget_calendar td {
width: 14.28%;
text-align: center;
}
.widget_calendar #prev {
text-align: left;
}
.widget_calendar #next {
text-align: right;
}
/*--------------------------------------------------------------
# Content Areas
--------------------------------------------------------------*/
.page-header {
border-bottom: none;
margin: 0 0 20px;
}
.archive .page-header, .search-results .page-header {
text-align: center;
margin: -45px 0 85px;
padding: 0;
}
@media (max-width: 767px) {
.archive .page-header, .search-results .page-header {
margin: 0 0 60px;
}
.archive .page-header h1, .search-results .page-header h1 {
font-size: 28px;
}
}
.archive .page-title, .search-results .page-title {
text-align: center;
margin: 0;
}
.warm.archive .page-title, .warm.search-results .page-title {
color: #b0ab92;
}
.cool.archive .page-title, .cool.search-results .page-title {
color: #a1aabc;
}
.grey.archive .page-title, .grey.search-results .page-title {
color: #aaa;
}
.not-found {
text-align: center;
}
.hentry p, .hentry ul, .hentry ol, .hentry blockquote, .hentry form, .hentry table {
margin-bottom: 25px;
}
.hentry {
background: #FFF;
position: relative;
max-width: 850px;
margin-left: auto;
margin-right: auto;
}
.hentry img {
max-width: 100%;
height: auto;
}
.hentry a {
text-decoration: underline;
color: chocolate;
}
.hentry.attachment {
text-align: center;
}
.hentry .entry-attachment img {
width: 100%;
height: auto;
}
.hentry .article-padding {
padding: 45px 60px 25px;
position: relative;
}
.hentry .article-padding.has-family-list {
padding-top: 75px;
padding-bottom: 70px;
}
@media (max-width: 767px) {
.hentry .article-padding {
padding: 20px 20px 20px;
}
.hentry .article-padding.has-family-list {
padding-top: 40px;
}
}
.hentry .family-icon {
display: block;
width: 80px;
height: 80px;
border-radius: 50%;
position: absolute;
top: -40px;
left: -40px;
z-index: 100;
text-align: center;
border: solid 3px #FFF;
line-height: 72px;
}
.hentry .family-icon img {
max-width: 36px;
max-height: 36px;
}
.hentry .family-icon svg {
width: 36px;
height: 36px;
position: absolute;
top: 50%;
margin-top: -18px;
left: 50%;
margin-left: -18px;
}
@media (min-width: 768px) and (max-width: 992px) {
.hentry .family-icon {
width: 60px;
height: 60px;
top: -30px;
left: -30px;
line-height: 52px;
}
.hentry .family-icon img {
max-width: 24px;
max-height: 24px;
line-height: 60px;
}
.hentry .family-icon svg {
width: 24px;
height: 24px;
margin-top: -12px;
margin-left: -12px;
}
}
@media (max-width: 767px) {
.hentry .family-icon {
width: 40px;
height: 40px;
top: -20px;
left: -20px;
border-width: 2px;
line-height: 32px;
}
.hentry .family-icon img {
max-width: 18px;
max-height: 18px;
line-height: 40px;
}
.hentry .family-icon svg {
width: 18px;
height: 18px;
margin-top: -9px;
margin-left: -9px;
}
}
.hentry .family-icon svg, .hentry .family-icon svg path, .hentry .family-icon svg polygon, .hentry .family-icon svg rect, .hentry .family-icon svg circle, .hentry .family-icon svg ellipse {
fill: #FFF !important;
}
.hentry .family-icon svg line, .hentry .family-icon svg polyline {
stroke: #FFF !important;
}
.social-links {
text-align: center;
margin-top: 3em;
margin-left: 0;
padding: 0;
}
.social-links li {
display: inline-block;
margin: 0 3px;
padding: 0;
}
.social-links li a {
display: block;
width: 72px;
height: 72px;
border-radius: 50%;
z-index: 100;
text-align: center;
line-height: 72px;
position: relative;
}
.social-links li svg {
width: 36px;
height: 36px;
position: absolute;
top: 50%;
margin-top: -18px;
left: 50%;
margin-left: -18px;
}
@media (min-width: 768px) and (max-width: 992px) {
.social-links li a {
width: 52px;
height: 52px;
line-height: 52px;
}
.social-links li svg {
width: 24px;
height: 24px;
margin-top: -12px;
margin-left: -12px;
}
}
@media (max-width: 767px) {
.social-links li a {
width: 32px;
height: 32px;
line-height: 32px;
}
.social-links li svg {
width: 18px;
height: 18px;
margin-top: -9px;
margin-left: -9px;
}
}
.social-links li svg, .social-links li svg path, .social-links li svg polygon, .social-links li svg rect, .social-links li svg circle, .social-links li svg ellipse {
fill: #FFF !important;
}
.social-links li svg line, .social-links li svg polyline {
stroke: #FFF !important;
}
.hentry .entry-footer {
height: 54px;
padding: 15px 20px;
position: relative;
}
@media (max-width: 767px) {
.hentry .entry-footer {
height: 40px;
padding: 5px 20px;
}
}
.hentry .entry-footer a {
text-decoration: none;
}
.warm .hentry .entry-footer, .warm .site-header {
background: #e7e7d6;
}
.cool .hentry .entry-footer, .cool .site-header {
background: #dee3ec;
}
.grey .hentry .entry-footer, .grey .site-header {
background: #e7e7e7;
}
.hentry .entry-footer .entry-meta {
font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1300px) {
.sidebarnav .hentry .entry-footer .entry-meta .cat-links, .sidebarnav .hentry .entry-footer .entry-meta .tags-links {
display: none;
}
}
@media (min-width: 1300px) {
.sidebarnav .hentry .entry-footer .entry-meta .cat-links, .sidebarnav .hentry .entry-footer .entry-meta .tags-links {
display: inline;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.hentry .entry-footer .entry-meta {
font-size: 14px;
}
}
@media (max-width: 767px) {
.hentry .entry-footer .entry-meta {
display: none;
}
}
.entry-footer .page-links {
margin: 0;
}
.entry-footer .page-links .page-links-label {
margin-right: 8px;
}
.entry-footer .page-links .page-link {
width: 25px;
height: 25px;
display: inline-block;
border-radius: 50%;
text-align: center;
color: #FFF;
margin-left: 4px;
}
.warm .hentry .entry-footer .entry-meta .page-links .page-link {
background: #b0ab92;
}
.cool .hentry .entry-footer .entry-meta .page-links .page-link {
background: #a1aabc;
}
.grey .hentry .entry-footer .entry-meta .page-links .page-link {
background: #aaa;
}
.warm .hentry .entry-footer .entry-meta .posted-on,
.warm .hentry .entry-footer .entry-meta .cat-links,
.warm .hentry .entry-footer .entry-meta .tags-links,
.warm .hentry .entry-footer .entry-meta .comments-link,
.warm .hentry .entry-footer .entry-meta .page-links {
color: #cdc9b4;
}
.warm .hentry .entry-footer .entry-meta .posted-on a,
.warm .hentry .entry-footer .entry-meta .cat-links a,
.warm .hentry .entry-footer .entry-meta .tags-links a,
.warm .hentry .entry-footer .entry-meta .comments-link a {
color: #b0ab92;
}
.cool .hentry .entry-footer .entry-meta .posted-on,
.cool .hentry .entry-footer .entry-meta .cat-links,
.cool .hentry .entry-footer .entry-meta .tags-links,
.cool .hentry .entry-footer .entry-meta .comments-link,
.cool .hentry .entry-footer .entry-meta .page-links {
color: #b8bfce;
}
.cool .hentry .entry-footer .entry-meta .posted-on a,
.cool .hentry .entry-footer .entry-meta .cat-links a,
.cool .hentry .entry-footer .entry-meta .tags-links a,
.cool .hentry .entry-footer .entry-meta .comments-link a {
color: #a1aabc;
}
.grey .hentry .entry-footer .entry-meta .posted-on,
.grey .hentry .entry-footer .entry-meta .cat-links,
.grey .hentry .entry-footer .entry-meta .tags-links,
.grey .hentry .entry-footer .entry-meta .comments-link,
.grey .hentry .entry-footer .entry-meta .page-links {
color: #bfbfbf;
}
.grey .hentry .entry-footer .entry-meta .posted-on a,
.grey .hentry .entry-footer .entry-meta .cat-links a,
.grey .hentry .entry-footer .entry-meta .tags-links a,
.grey .hentry .entry-footer .entry-meta .comments-link a {
color: #aaa;
}
.hentry .entry-footer .entry-meta .posted-on a:hover,
.hentry .entry-footer .entry-meta .cat-links a:hover,
.hentry .entry-footer .entry-meta .tags-links a:hover,
.hentry .entry-footer .entry-meta .comments-link a:hover,
.warm .hentry .entry-footer .entry-meta .page-links a:hover {
text-decoration: underline;
}
.hentry .entry-footer .entry-meta .posted-on:after, .hentry .entry-footer .entry-meta .cat-links:after, .hentry .entry-footer .entry-meta .tags-links:after, .hentry .entry-footer .entry-meta .comments-link:after {
content: " / ";
}
.site .hentry .entry-footer .entry-meta span:last-child:after {
content: none;
}
.hentry .entry-header {
text-align: center;
margin: 0 0 45px;
}
.hentry .entry-title {
font-size: 40px;
font-weight: 900;
text-align: center;
margin: 0;
}
@media (max-width: 767px) {
.hentry .entry-header {
margin: 0 0 24px;
}
.hentry .entry-title {
font-size: 28px;
}
}
.hentry .entry-title a {
text-decoration: none;
color: chocolate;
}
.hentry .entry-header .posted-on {
font-weight: bold;
font-size: 22px;
}
@media (max-width: 767px) {
.hentry .entry-header .posted-on {
font-size: 18px;
}
}
.warm .hentry .entry-header .posted-on {
color: #b0ab92;
}
.cool .hentry .entry-header .posted-on {
color: #a1aabc;
}
.grey .hentry .entry-header .posted-on {
color: #aaa;
}
.family-list {
margin: 0 auto;
padding: 0;
text-align: center;
width: 100%;
position: absolute;
top: -40px;
left: 0;
right: 0;
z-index: 30;
}
.hentry .family-list {
margin-bottom: 0;
}
.site-header .family-list {
top: 214px;
z-index: 80;
position: absolute;
bottom: 0;
margin: 0;
/*left: -80px;*/
}
.big-family.sidebarnav .site-header .family-list {
top: 228px;
}
.family-list li {
display: inline-block;
padding: 0 2px;
vertical-align: top;
}
.site-header .family-list li {
padding: 0 10px;
}
.site-header .family-list li a {
display: block;
}
.family-list .circle {
width: 80px;
height: 80px;
background-position: center center;
background-size: cover;
border-radius: 50%;
margin: 0 auto;
border: solid 3px #FFF;
}
.big-family.sidebarnav .site-header .family-list .circle {
width: 90px;
height: 90px;
}
.site-header .family-list .circle {
width: 120px;
height: 120px;
margin: 0 auto 10px;
}
@media (min-width: 1300px) {
.big-family.sidebarnav .site-header .family-list .circle {
width: 120px;
height: 120px;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.family-list {
top: -30px;
}
.family-list .circle {
width: 60px;
height: 60px;
}
#page .site-header .family-list {
top: 194px;
bottom: -48px;
}
#page .site-header .family-list .circle {
width: 60px;
height: 60px;
}
}
@media (max-width: 767px) {
.family-list {
top: -20px;
}
.family-list .circle {
width: 40px;
height: 40px;
border-width: 2px;
}
#page .site-header .family-list {
top: 180px;
bottom: -22px;
}
.site-header .family-list li {
padding: 0 4px;
}
#page .site-header .family-list .circle {
width: 40px;
height: 40px;
}
.site-header .family-list .name {
display: none;
}
}
.site-header .family-list .name {
font-size: 22px;
color: chocolate;
}
.hentry .featured-image {
background-position: center center;
background-size: cover;
position: relative;
}
.hentry .featured-image img {
width: 100%;
height: auto;
}
/*
@media (min-width: 768px) and (max-width: 992px) {
.hentry .featured-image {
height:280px;
}
}
@media (min-width: 400px) and (max-width: 767px) {
.hentry .featured-image {
height:220px;
}
}
@media (max-width: 400px) {
.hentry .featured-image {
height:150px;
}
}
*/
.hentry .featured-image-family {
width: 200px;
height: 200px;
border-radius: 50%;
border: solid 3px #FFF;
background-position: center center;
background-size: cover;
margin: 0 auto 0;
position: absolute;
top: -100px;
left: 0;
right: 0;
z-index: 20;
}
.hentry.has-post-thumbnail.family_blog_members {
margin-top: 100px;
}
.single .hentry.has-post-thumbnail.family_blog_members {
margin-top: 100px;
}
.hentry.has-post-thumbnail.family_blog_members .article-padding {
padding-top: 130px;
}
@media (min-width: 768px) and (max-width: 992px) {
.hentry .featured-image-family {
width: 170px;
height: 170px;
top: -85px;
}
.hentry.has-post-thumbnail.family_blog_members {
margin-top: 88px;
}
.hentry.has-post-thumbnail.family_blog_members .article-padding {
padding-top: 120px;
}
}
@media (max-width: 767px) {
.hentry .featured-image-family {
width: 130px;
height: 130px;
top: -65px;
}
.hentry.has-post-thumbnail.family_blog_members {
margin-top: 105px;
}
.single .hentry.has-post-thumbnail.family_blog_members {
margin-top: 65px;
}
.hentry.has-post-thumbnail.family_blog_members .article-padding {
padding-top: 85px;
}
}
.familymember-meta {
font-weight: bold;
font-size: 22px;
color: #aaa;
}
.warm .familymember-meta {
color: #b0ab92;
}
.cool .familymember-meta {
color: #a1aabc;
}
.grey .familymember-meta {
color: #aaa;
}
.posts-navigation {
position: relative;
max-width: 850px;
margin-left: auto;
margin-right: auto;
margin-bottom: 70px;
}
.posts-navigation .nav-previous {
float: left;
}
.posts-navigation .nav-next {
float: right;
}
.posts-navigation a {
padding: 14px 20px;
color: #FFF;
font-weight: bold;
font-size: 20px;
line-height: 50px;
}
.posts-navigation a:focus {
color: #FFF;
}
@media (max-width: 767px) {
.posts-navigation {
margin-bottom: 30px;
}
.posts-navigation a {
padding: 9px 15px;
font-size: 18px;
line-height: 40px;
}
}
.posts-navigation a:hover {
color: #FFF;
}
.posts-navigation .nav-links:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.posts-navigation .nav-links {
display: inline-block;
}
* html .posts-navigation .nav-links {
height: 1%;
}
.posts-navigation .nav-links {
display: block;
}
#infscr-loading {
text-align: center;
font-weight: bold;
margin-bottom: 30px;
}
.warm #infscr-loading {
color: #b0ab92;
}
.cool #infscr-loading {
color: #a1aabc;
}
.grey #infscr-loading {
color: #aaa;
}
#infscr-loading img {
padding: 10px;
border-radius: 50%;
margin-bottom: 5px;
-webkit-animation-name: spin;
-webkit-animation-duration: 1000ms;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: spin;
-moz-animation-duration: 1000ms;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: spin;
-ms-animation-duration: 1000ms;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
animation-name: spin;
animation-duration: 1000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@-ms-keyframes spin {
from {
-ms-transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
}
}
@-moz-keyframes spin {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.btn {
border-radius: 0;
border: 0;
text-decoration: none;
font-weight: bold;
}
.btn-primary:focus {
color: #FFF;
}
.btn-lg {
padding: 16px 24px;
font-size: 24px;
}
.hentry a.btn {
text-decoration: none;
}
.hentry .read-more-button, .hentry .post-edit-link {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
font-weight: bold;
font-size: 20px;
line-height: 50px;
padding: 0 20px;
color: #FFF;
background-color: chocolate;
}
@media (max-width: 767px) {
.hentry .read-more-button, .hentry .post-edit-link {
font-size: 18px;
line-height: 40px;
padding: 0 15px;
}
}
.form-control, input:not([type=submit]):not([type=file]) {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.form-control:focus, input:not([type=submit]):not([type=file]):focus {
outline: none;
border-color: #999;
}
textarea {
display: block;
width: 100%;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
textarea:focus {
outline: none;
border-color: #999;
}
blockquote {
border-color: #f2f2e7;
}
.warm blockquote {
color: #b0ab92;
}
.cool blockquote {
color: #a1aabc;
}
.grey blockquote {
color: #aaa;
}
.content-area .search-form .search-submit {
color: #FFF;
border: 0;
height: 34px;
display: inline-block;
left: -4px;
top: 1px;
position: relative;
padding: 1px 14px;
}
/*--------------------------------------------------------------
# Comment Areas
--------------------------------------------------------------*/
.comments-area {
max-width: 850px;
margin-left: auto;
margin-right: auto;
margin-bottom: 90px;
}
.comments-title {
text-align: center;
font-weight: bold;
margin: 80px 0;
}
@media (max-width: 767px) {
.comments-title {
margin: 40px 0;
}
}
.warm .comments-title {
color: #b0ab92;
}
.cool .comments-title {
color: #a1aabc;
}
.grey .comments-title {
color: #aaa;
}
.comment-list {
list-style: none;
padding: 0;
}
.comment-body {
background: #FFF;
position: relative;
margin-bottom: 30px;
}
.comment-meta {
color: #FFF;
position: relative;
padding: 2px 20px 2px 60px;
}
@media (max-width: 767px) {
.comment-meta {
padding: 6px 20px 6px 30px;
}
}
.comment-meta:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.comment-meta a {
color: #FFF;
}
.comment-meta a:hover {
color: #FFF;
text-decoration: underline;
}
.comment-content {
padding: 30px 60px 20px;
}
@media (max-width: 767px) {
.comment-content {
padding: 20px 20px 20px;
}
}
.comment-body .reply {
position: absolute;
right: 0;
bottom: 0;
}
.comment-body .reply .comment-reply-link {
display: block;
font-weight: bold;
font-size: 16px;
line-height: 36px;
padding: 0 10px;
}
.comment-author {
float: left;
font-size: 20px;
line-height: 28px;
}
@media (max-width: 767px) {
.comment-author {
float: none;
font-size: 16px;
line-height: 18px;
}
}
.comment-author .avatar {
position: absolute;
top: -14px;
left: -30px;
width: 60px;
height: 60px;
border-radius: 50%;
border: solid 3px #FFF;
}
@media (max-width: 767px) {
.comment-author .avatar {
top: -20px;
left: -20px;
width: 40px;
height: 40px;
border-width: 2px;
}
}
.comment-metadata {
float: right;
font-size: 16px;
line-height: 28px;
}
@media (max-width: 767px) {
.comment-metadata {
display: none;
}
}
.comment-metadata, .comment-metadata a {
color: rgba(255, 255, 255, .75);
}
.comment-metadata .comment-edit-link {
font-weight: bold;
margin-left: 8px;
}
.comment-respond {
background: #FFF;
padding: 30px 60px;
}
@media (max-width: 767px) {
.comment-respond {
padding: 20px 20px;
}
}
.comment-respond label {
display: block;
text-transform: uppercase;
font-size: 18px;
font-weight: bold;
color: rgba(0, 0, 0, .3);
}
.comment-respond input, .comment-respond textarea {
width: 100%;
}
.comment-respond .form-submit:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.comment-respond .form-submit .submit {
display: block;
font-weight: bold;
font-size: 20px;
line-height: 50px;
padding: 0 20px;
background-image: none;
border: 0;
color: #FFF;
width: auto;
float: right;
transition: all 0.5s ease;
}
/*--------------------------------------------------------------
## Colorbox Core Styles
--------------------------------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
overflow: hidden;
}
#cboxWrapper {
max-width: none;
}
#cboxOverlay {
position: fixed;
width: 100%;
height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
clear: left;
}
#cboxContent {
position: relative;
}
#cboxLoadedContent {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
#cboxTitle {
margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
cursor: pointer;
}
.cboxPhoto {
float: left;
margin: auto;
border: 0;
display: block;
max-width: none;
-ms-interpolation-mode: bicubic;
}
.cboxIframe {
width: 100%;
height: 100%;
display: block;
border: 0;
padding: 0;
margin: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}
/*--------------------------------------------------------------
## Colorbox Custom Styles
--------------------------------------------------------------*/
body.warm #cboxOverlay {
background: #f2f2e7;
}
body.cool #cboxOverlay {
background: #f1f4f8;
}
body.grey #cboxOverlay {
background: #f3f3f3;
}
#colorbox {
outline: 0;
}
#cboxContent {
margin: 20px;
background: #FFF;
}
.cboxIframe {
background: #fff;
}
#cboxError {
padding: 50px;
border: 1px solid #ccc;
}
#cboxLoadedContent {
border: solid 20px #FFF;
background: #fff;
}
.extraborder #cboxLoadedContent {
border: solid 30px #FFF;
}
#cboxTitle {
position: absolute;
top: -20px;
left: 0;
color: #ccc;
}
#cboxCurrent {
position: absolute;
top: -20px;
right: 0;
color: #ccc;
display: none;
visibility: hidden;
}
#cboxLoadingGraphic {
background: url('img/loading.html') no-repeat center center;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
border: 0;
padding: 0;
margin: 0;
overflow: visible;
width: auto;
background: none;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
outline: 0;
}
#cboxSlideshow {
position: absolute;
top: -20px;
right: 90px;
color: #fff;
}
#cboxPrevious, #cboxNext {
position: absolute;
bottom: 0;
height: 100%;
width: 35%;
cursor: pointer;
outline: none;
z-index: 1102;
display: none;
text-indent: -9999px;
background: none;
}
#cboxPrevious {
left: 0;
}
#cboxPrevious:hover {
background-image: url('img/icon-left.svg');
background-repeat: no-repeat;
background-position: center center;
background-size: 30px 30px;
background-position: 40px center;
}
#cboxNext {
right: 0;
}
#cboxNext:hover {
background-image: url('img/icon-right.svg');
background-repeat: no-repeat;
background-position: center center;
background-size: 30px 30px;
background-position: right 40px center;
}
#cboxClose {
position: absolute;
border-radius: 50%;
top: -20px;
right: -20px;
width: 40px;
height: 40px;
background-image: url('img/icon-close.svg');
background-color: lightgrey;
background-repeat: no-repeat;
background-position: center center;
background-size: 20px 20px;
text-indent: -9999px;
border: solid 3px #FFF;
cursor: pointer;
z-index: 2000;
}
#cboxClose:hover {
cursor: pointer;
}
/* My own style */
.pagination > li > a {
color: chocolate;
border: 1px solid #ddd;
}
.pagination > li > a:hover {
color: #d2753f
}
.pagination > .active > a {
border: 1px solid #ddd;
background-color: chocolate;
}
.social-button {
color: white;
}
.pull-20px-left {
margin-left: 20px;
}
.social-buttons {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
font-weight: bold;
font-size: 20px;
line-height: 50px;
padding: 0 20px;
color: #FFF;
background-color: chocolate;
}
.facebook-this, .tweet-this, .mail-this, .fb-like {
display: inline-flex;
}
.facebook-this, .mail-this {
margin-left: 20px;
}
.fb-lile-btn {
position: relative;
margin-top: 20px;
float: right;
}
.badge {
background-color: chocolate;
}
.badge-light {
background-color: white;
color: chocolate;
}
a.badge {
text-decoration: none;
color: white;
font-weight: 100;
}
a.author {
color: #b0ab92;
text-decoration: underline;
}
.login-link {
font-size: 15px;
}
a.btn-edit {
color: #333;
border: 1px solid;
border-color: #ccc;
border-radius: 4px;
font-weight: 400;
}
form label {
color: chocolate;
}
.btn-primary:hover {
background-color: darkorange;
}
.mini-card {
border: 1px solid #ddd;
padding: 0 10px 10px 10px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.mini-card-header {
margin-top: -16px;
margin-right: 0;
margin-left: 0;
border-width: 1px;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
background-color: rgba(224,117,41, 1);
color: white;
text-align: right;
padding: 5px 15px 5px 5px;
margin-top: 20px;
}
.ribbon-wrapper {
position: relative;
z-index: 90;
}
.ribbon-wrapper-green {
width: 85px;
height: 88px;
overflow: hidden;
position: absolute;
top: -3px;
right: 3px;
z-index: 10;
}
.ribbon-green {
font: bold 15px Sans-Serif;
color: #333;
text-align: center;
text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
position: relative;
padding: 7px 0;
left: -5px;
top: 15px;
width: 120px;
background-color: #BFDC7A;
background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
color: #6a6340;
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.ribbon-green:before, .ribbon-green:after {
content: "";
border-top: 3px solid #6e8900;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
position:absolute;
bottom: -3px;
}
.ribbon-green:before {
left: 0;
}
.ribbon-green:after {
right: 0;
}
|
index.html | sense-immersion/clean-pano | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>City Pano</title>
<style type="text/css">
@-ms-viewport { width: device-width; }
@media only screen and (min-device-width: 800px) { html { overflow:hidden; } }
* { padding: 0; margin: 0; }
html { height: 100%; }
body { height: 100%; overflow:hidden; }
div#container { height: 100%; min-height: 100%; width: 100%; margin: 0 auto; }
div#tourDIV {
height:100%;
position:relative;
overflow:hidden;
}
div#panoDIV {
height:100%;
position:relative;
overflow:hidden;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
</style>
<!--[if !IE]><!-->
<script type="text/javascript" src="panodata/lib/jquery-2.0.3.min.js"></script>
<!--<![endif]-->
<!--[if lte IE 8]>
<script type="text/javascript" src="panodata/lib/jquery-1.10.2.min.js"></script>
<![endif]-->
<!--[if gt IE 8]>
<script type="text/javascript" src="panodata/lib/jquery-2.0.3.min.js"></script>
<![endif]-->
<script type="text/javascript">
function readDeviceOrientation() {
// window.innerHeight is not supported by IE
var winH = window.innerHeight ? window.innerHeight : jQuery(window).height();
var winW = window.innerWidth ? window.innerWidth : jQuery(window).width();
//force height for iframe usage
if(!winH || winH == 0){
winH = '100%';
}
// set the height of the document
jQuery('html').css('height', winH);
// scroll to top
window.scrollTo(0,0);
}
jQuery( document ).ready(function( jQuery ) {
if (/(iphone|ipod|ipad|android|iemobile|webos|fennec|blackberry|kindle|series60|playbook|opera\smini|opera\smobi|opera\stablet|symbianos|palmsource|palmos|blazer|windows\sce|windows\sphone|wp7|bolt|doris|dorothy|gobrowser|iris|maemo|minimo|netfront|semc-browser|skyfire|teashark|teleca|uzardweb|avantgo|docomo|kddi|ddipocket|polaris|eudoraweb|opwv|plink|plucker|pie|xiino|benq|playbook|bb|cricket|dell|bb10|nintendo|up.browser|playstation|tear|mib|obigo|midp|mobile|tablet)/.test(navigator.userAgent.toLowerCase())) {
// add event listener on resize event (for orientation change)
jQuery(window).resize(function() {
readDeviceOrientation();
});
// initial execution
readDeviceOrientation();
}
});
</script>
</head>
<body>
<div id="container">
<div id="tourDIV">
<div id="panoDIV">
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%" height="100%" id="panodata/pano">
<param name="movie" value="panodata/pano.swf"/>
<param name="allowFullScreen" value="true"/>
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="panodata/pano.swf" width="100%" height="100%">
<param name="movie" value="panodata/pano.swf"/>
<param name="allowFullScreen" value="true"/>
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflash">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"/>
</a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</noscript>
</div>
<script type="text/javascript" src="panodata/pano.js"></script>
<script type="text/javascript">
embedpano({
swf:"panodata/pano.swf"
,target:"panoDIV"
,passQueryParameters:true
});
</script>
</div>
</div>
</body>
</html>
|
clean/Linux-x86_64-4.02.3-2.0.6/released/8.4.6/concat/8.9.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>concat: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.4.6 / concat - 8.9.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
concat
<small>
8.9.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-17 23:41:22 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-17 23:41:22 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.4.6 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "http://logical.inria.fr/~saibi/docCatV6.ps"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ConCaT"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: category theory"
"category: Mathematics/Category Theory"
]
authors: [
"Amokrane Saïbi"
]
bug-reports: "https://github.com/coq-contribs/concat/issues"
dev-repo: "git+https://github.com/coq-contribs/concat.git"
synopsis: "Constructive Category Theory"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/concat/archive/v8.9.0.tar.gz"
checksum: "md5=90a2b7512161f3de52ad77dd8c3052dd"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-concat.8.9.0 coq.8.4.6</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4.6).
The following dependencies couldn't be met:
- coq-concat -> coq >= 8.9 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-concat.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
assets/css/syntax_1.css | Jan-zou/jan-zou.github.com | .highlight table td { padding: 5px; }
.highlight table pre { margin: 0; }
.highlight, .highlight .w {
color: #586e75;
}
.highlight .err {
color: #151515;
background-color: #ac4142;
}
.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs {
color: #505050;
}
.highlight .cp {
color: #f4bf75;
}
.highlight .nt {
color: #f4bf75;
}
.highlight .o, .highlight .ow {
color: #d0d0d0;
}
.highlight .p, .highlight .pi {
color: #d0d0d0;
}
.highlight .gi {
color: #90a959;
}
.highlight .gd {
color: #ac4142;
}
.highlight .gh {
color: #6a9fb5;
background-color: #151515;
font-weight: bold;
}
.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
color: #aa759f;
}
.highlight .kc {
color: #d28445;
}
.highlight .kt {
color: #d28445;
}
.highlight .kd {
color: #d28445;
}
.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
color: #90a959;
}
.highlight .sr {
color: #75b5aa;
}
.highlight .si {
color: #8f5536;
}
.highlight .se {
color: #8f5536;
}
.highlight .nn {
color: #f4bf75;
}
.highlight .nc {
color: #f4bf75;
}
.highlight .no {
color: #f4bf75;
}
.highlight .na {
color: #6a9fb5;
}
.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx {
color: #90a959;
}
.highlight .ss {
color: #90a959;
}
pre[class='highlight'] {
background-color: #FDF6E3;
}
|
IntAdministrador/HTML/platillos.html | Tito77/Proyecto-Menu-del-Restaurante | <!DOCTYPE html>
<!-- saved from url=(0050)http://getbootstrap.com/examples/starter-template/ -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../img/Food_Icon_32.png">
<title>Platillos</title>
<!-- Bootstrap core CSS -->
<link href="../css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="../css/formulario-template.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script>window["_GOOG_TRANS_EXT_VER"] = "1";</script></head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><span class="glyphicon glyphicon-home"></span> Inicio</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="menus.html"><span class="glyphicon glyphicon-cutlery"></span> Menús</a></li>
<li class="active"><a href="platillos.html"><span class="glyphicon glyphicon-list-alt"></span> Platillos</a></li>
<li><a href="ingredientes.html"><span class="glyphicon glyphicon-list"></span> Ingredientes</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="page-header">
<h1>Platillos</h1>
</div>
<div class="row featurette">
<div class="col-md-9">
<div id="ListadePlatillos">
<h3>Lista de Platillos</h3>
<table class="table table-hover table-striped table-condensed" id="ingredientes">
<thead>
<tr>
<th scope="col">Nombre</th>
<th scope="col">Precio</th>
</tr>
</thead>
<tbody id="platillosListBody">
</tbody>
</table>
<div class="col-owner-offset-9">
<div class="btn-group btn-group-lg">
<button type="button" data-loading-text="Cargando..." class="btn bg-primary" id="BMedit"><span class="glyphicon glyphicon-edit"></span> Editar</button>
</div>
<div class="btn-group btn-group-lg">
<button type="button" data-loading-text="Cargando..." class="btn bg-primary" id="BMadd"><span class="glyphicon glyphicon-plus"></span> Agregar</button>
</div>
<div class="btn-group btn-group-lg">
<button type="button" data-loading-text="Cargando..." class="btn bg-primary" id="BMCancelar"><span class="glyphicon glyphicon-remove"></span> Cancelar</button>
</div>
</div>
</div>
<!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++/-->
<div id="Editar">
<h3>Editar</h3>
<form role="form">
<div class="form-group">
<select class="form-control" id="selectplatillos" onChange="PlatillosSeleccionado()">
<option>Seleccione un Platillo...</option>
<option>Arroz con pollo</option>
<option>Arroz con carne</option>
<option>Pollo asado</option>
<option>Carne asada</option>
</select>
</div>
</form>
<br>
<form id="Componentedeedicion" class="form-inline" role="form">
<div class="form-group">
<label class="sr-only" for="Name">Nombre</label>
<input type="text" class="form-control" id="Name" placeholder="Nombre del Platillo">
</div>
<div class="form-group">
<label class="sr-only" for="Precio">Precio</label>
<input type="number" min="0" value="0" class="form-control" id="Precio" placeholder="Precio">
</div>
</form>
<br>
<form role="form">
<input type="hidden" id="keyPlatilloValue" value="" >
<div id="ListaIngredientes">
<h4>Ingredientes</h4>
<div class="col-md-offset-1">
</div>
</div>
<div class="col-owner-offset-9">
<div class="btn-group btn-group-lg" onclick="updatePlatillo()">
<button type="button" data-loading-text="Guardando..." class="btn bg-primary" id="edsave"><span class="glyphicon glyphicon-save"></span> Guardar</button>
</div>
<div class="btn-group btn-group-lg" onclick="deletePlatillo()" >
<button type="button" data-loading-text="Borrando..." class="btn bg-primary" id="ederaser"><span class="glyphicon glyphicon-trash"></span> Borrar</button>
</div>
</div>
</form>
<br>
<br>
<br>
</div>
<!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++/-->
<div id="Agregar">
<h3>Agregar</h3>
<form class="form-inline" role="form">
<div class="form-group">
<label class="sr-only" for="adName">Nombre</label>
<input type="text" class="form-control" id="adName" placeholder="Nombre del Platillo">
</div>
<div class="form-group">
<label class="sr-only" for="adPrecio">Precio</label>
<input type="number" min="0" value="0" class="form-control" id="adPrecio" placeholder="Precio">
</div>
</form>
<br>
<form role="form">
<div class="col-owner-offset-9">
<div class="btn-group btn-group-lg" onclick="insertPlatillo()">
<button type="button" data-loading-text="Guardando..." class="btn bg-primary" id="adsave"><span class="glyphicon glyphicon-save"></span> Guardar</button>
</div>
</div>
</form>
<br>
<br>
<br>
</div>
</div>
</div>
<hr class="featurette-divider">
<!-- FOOTER -->
<footer>
<p>© 2014 La Cuchara Alegre. · <a href="">Privacy</a> · <a href="">Terms</a></p>
</footer>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="../js/jquery.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
<script src="../js/script-formulario-platillos.js"></script>
</body>
</html>
|
dir/index.html | rsp/gh-pages-no-extension | <!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<meta name=viewport content="width=device-width, initial-scale=1">
<title>dir/index.html</title>
<base href="https://rsp.github.io/gh-pages-no-extension/">
<link rel=stylesheet href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css">
<link rel=stylesheet href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel=stylesheet href="https://fonts.googleapis.com/css?family=Roboto:400,100,300&subset=latin,latin-ext">
<link rel=stylesheet href="test.css">
</head>
<body>
<div id=nav>
<div><div class=u>URL</div><div><a href="test1">test1</a></div><div class=f>FILE</div></div>
<div><div class=u>URL</div><div><a href="test1.html">test1.html</a></div><div class=f>FILE</div></div>
<div><div class=u>URL</div><div><a href="dir/test2">dir/test2</a></div><div class=f>FILE</div></div>
<div><div class=u>URL</div><div><a href="dir/test2.html">dir/test2.html</a></div><div class=f>FILE</div></div>
<div><div class=u>URL</div><div><a href="dir">dir</a></div><div class=f>FILE</div></div>
<div><div class=u>URL</div><div><a href="dir/">dir/</a></div><div class=f>FILE</div></div>
<div><div class=u>URL</div><div><a href="dir/index">dir/index</a></div><div class=f>FILE</div></div>
<div><div class=u>URL</div><div><a href="dir/index.html">dir/index.html</a></div><div class=f>FILE</div></div>
</div>
<div class="jumbotron">
<div id=message></div>
<h1>dir/index.html</h1>
<div class="share">
Share it on
<a href="http://twitter.com/share?url=https://rsp.github.io/gh-pages-no-extension/&text=How to remove %23HTML extension from %23GitHubPages in 0 easy steps%0D%0A%23github %23staticsites %23ghpages&via=pocztarski" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/sharer/sharer.php?u=https://rsp.github.io/gh-pages-no-extension/" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://plus.google.com/share?url=https%3A%2F%2Frsp.github.io%2Fgh-pages-no-extension%2F" target="_blank"><i class="fa fa-google-plus"></i></a>
and star it on
<a href="https://github.com/rsp/gh-pages-no-extension" target="_blank"><i class="fa fa-github"></i></a>
</div>
<p>
See: <a href=".">How to remove HTML extension from GitHub Pages in 0 easy steps</a>
by <a href="https://pocztarski.com/">Rafał Pocztarski</a>
</p>
<a href="https://pocztarski.com/"><img id=avatar src="https://s.gravatar.com/avatar/c0a8a4fb43f9c19b3391a7b1066d491f?s=80"></a>
</div>
<div class="foot">
<a href="https://pocztarski.com/">Rafał Pocztarski <img id=favatar src="https://s.gravatar.com/avatar/c0a8a4fb43f9c19b3391a7b1066d491f?s=80"></a>
<a href="https://twitter.com/pocztarski" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://medium.com/@pocztarski" target="_blank"><i class="fa fa-medium"></i></a>
<a href="https://www.facebook.com/pocztarski" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://plus.google.com/106457556668508404492" target="_blank"><i class="fa fa-google-plus"></i></a>
<a href="https://www.linkedin.com/in/pocztarski" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://angel.co/pocztarski" target="_blank"><i class="fa fa-angellist"></i></a>
<a href="https://www.flickr.com/photos/pocztarski/" target="_blank"><i class="fa fa-flickr"></i></a>
<a href="https://codepen.io/rsp/" target="_blank"><i class="fa fa-codepen"></i></a>
<a href="https://github.com/rsp" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://stackexchange.com/users/303952/rsp" target="_blank"><i class="fa fa-stack-exchange"></i></a>
<a href="https://stackoverflow.com/users/613198/rsp" target="_blank"><i class="fa fa-stack-overflow"></i></a>
</div>
<script src="test.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-35668915-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|
templates/home.html | mohd-akram/item.tf | {% extends 'base.html' %}
{% from 'macros.html' import showitems, showsearchlinks, getcount %}
{% set searchurl = homepage+'/searchdescription.xml' -%}
{% block title %}Home{% endblock %}
{% block description %}Find TF2 items and quickly get information about crafting blueprints, market prices and more.{% endblock %}
{% block link %}
<link rel="search" type="application/opensearchdescription+xml" title="item.tf" href="{{searchurl}}">
<link rel="stylesheet" href="/css/message.css">
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/ui-lightness/jquery-ui.css">
{% endblock %}
{% block style %}
<style>
.ui-autocomplete {
max-height: 100px;
overflow-y: auto;
overflow-x: hidden;
background: #292927;
border: none !important;
}
.ui-menu-item {
color: rgb(150,150,150);
cursor: default !important;
}
.ui-state-active {
color: white !important;
font-weight: normal !important;
background: #1E1D1C !important;
border: none !important;
}
header {
height: 1rem;
}
</style>
{% endblock %}
{% block body %}
<h1 style="margin-top:120px; display: inline-block;">
{% include 'logo.html' %}
</h1>
<div style="position: absolute; top: 3rem; left: 1rem; text-align: left">
<h4 id="addsearch" style="margin: 0 0 2rem 0; display: none">
<a href="#" class="rounded" onclick="window.external.AddSearchProvider('{{searchurl}}')">Add Search Engine</a>
</h4>
<iframe class="ad"
src="https://notads.item.tf/spaces/8d72f7b4-0ca0-4a6f-afe2-1bb7c78c7e0a/embed#homepage-ad"
width="142" height="71" frameborder="0" allowfullscreen>
</iframe>
</div>
<div id="searchitems" style="margin: 20px 0"></div>
<form id="searchform" action="/search">
<div id="loading" style="display:none; padding: 20px;"></div>
<input name="q" id="searchbox" type="search" placeholder="Search" style="width: 30rem; font-size: 2rem;">
<br><br>
<input type="submit" value="Search" class="button">
<input type="button" value="Lucky?" class="button" onclick="window.location.href='/search/random'">
</form>
{{ showitems(newitems, True) }}
<div id="message">{{message|safe}}</div>
{% endblock %}
{% block container %}
<div id="sidebar">
{% if user %}
<a href="{{user.url}}" title="{{user.name}}">
<img class="{{user.state.lower()}}" src="{{user.avatar}}" alt="Steam Avatar" style="width: 3.2rem"></a>
{% else %}
<a href="/login">
<img src="https://steamcommunity-a.akamaihd.net/public/images/signinthroughsteam/sits_landing.png" alt="Sign in through Steam" style="width: 10rem"></a>
{% endif %}
<br><br>
<i id="settings" class="fa fa-cog fa-2x button-icon rounded" title="Settings"></i>
<i id="help" class="fa fa-question-circle fa-2x button-icon rounded" title="Help"></i>
<div id="settings-list" class="rounded">
<form id="settingsform">
<label for="pricesetting">Price Source:</label>
<select id="pricesetting" class="textbox">
<option value="backpack.tf">Backpack.tf</option>
</select>
<br><br>
<input type="submit" value="Save" class="button-small">
</form>
</div>
<div id="help-list" class="rounded">
<a class="rounded glow"
style="display: inline-block; margin-top: 1rem; padding: 0.7rem; background-color: rgba(255, 255, 255, 0.07);"
href="https://steamcommunity.com/groups/itemtf#announcements/detail/177093219758125435"
target="_blank">Guide</a>
<h4>Keywords</h4>
<p>
{{ showsearchlinks(['all','sets','random']) }}
<br>
{{ showsearchlinks(tags) }}
</p>
</div>
</div>
{% endblock %}
{% block footer %}Last Updated - {{getcount(lastupdated,'minute')}} ago<br>{% endblock %}
{% block script %}
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "item.tf",
"url": "{{homepage}}",
"potentialAction": {
"@type": "SearchAction",
"target": "{{homepage}}/search?q={query}",
"query-input": "name=query required"
}
}
</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script>
$(function() {
var searchBox = $('#searchbox');
searchBox.focus();
var tips = ['engi hats', 'medic weps', 'demo melee', '< 3 ref', 'genuine < 4 ref hats', '5 ref to rec'];
var tipNo = 0;
var nextTip = function() {
searchBox.attr('placeholder', tips[tipNo++]);
tipNo %= tips.length;
};
nextTip();
setInterval(nextTip, 4000);
$('#searchform').submit(function() {
if (!searchBox.val())
searchBox.val(searchBox.attr('placeholder'));
});
$('#pricesetting').val(user.priceSource);
$('#help').click(function(){
$('#settings-list').hide();
$('#help-list').toggle('slide', {'direction': 'right'}, 'fast');
});
$('#settings').click(function() {
$('#help-list').hide();
$('#settings-list').toggle('slide', {'direction': 'right'}, 'fast');
});
$('#settingsform').submit(function() {
user.priceSource = $('#pricesetting').val();
$('#settings-list').hide('fast');
return false;
});
var itemBox = new ItemBox(); new HoverBox(itemBox);
$(function() {
var accentMap = {
'ä': 'a',
'é': 'e',
'ò': 'o',
'ü': 'u',
'Ü': 'U'
};
var normalize = function(term) {
var ret = "";
for (var i = 0; i < term.length; i++)
ret += accentMap[term.charAt(i)] || term.charAt(i);
return ret;
};
$.getJSON('/suggest', function(data) {
searchBox.autocomplete({
delay: 50,
minLength: 2,
source: function(request, response) {
var matcher = new RegExp($.ui.autocomplete.escapeRegex(request.term), "i");
response(function() {
var result = [];
for (var i = 0; i < data[1].length; i++) {
var name = data[1][i];
if (matcher.test(name) || matcher.test(normalize(name)))
result.push({label: name, value: data[3][i]});
}
return result;
}());
},
focus: function(event, ui) {
$(this).val(ui.item.label);
return false;
},
select: function(event, ui) {
$(this).val(ui.item.label);
$.get(ui.item.value, function(data) {
var searchItems = $('#searchitems');
if (searchItems.children().length == 5)
searchItems.children().first().remove();
var item = $(data).find('.item').css('display', 'inline-block');
searchItems.append(item.parent());
new HoverBox(item[0], itemBox);
// item.click() doesn't work in Steam browser
itemBox.show(item[0]);
ga('send', 'event', 'Items', 'Search', ui.item.label);
});
return false;
}
});
});
});
if (window.external && 'IsSearchProviderInstalled' in window.external)
if (!window.external.IsSearchProviderInstalled("{{homepage}}"))
$('#addsearch').show();
});
</script>
{% endblock %}
|
WS.Organisation/Resources/Private/Templates/Wahlaemter/Neu.html | klixn/mein.wildersueden.org | <f:layout name="WS-Sidebar" />
<f:section name="Title">Neues Wahlamt eintragen</f:section>
<f:section name="Content">
<f:form action="eintragen" objectName="newElectoralOfficeType" class="form-horizontal" id="form-eintragen">
<f:form.validationResults for="newElectoralOfficeType.name">
<f:if condition="{validationResults.flattenedErrors}">
<f:then>
<div class="form-group has-error">
</f:then>
<f:else>
<div class="form-group">
</f:else>
</f:if>
</f:form.validationResults>
<label class="col-sm-3 control-label" for="name">Name</label>
<div class="col-sm-9">
<f:form.textfield class="form-control" property="name" id="name" />
<f:form.validationResults for="newElectoralOfficeType.name">
<f:if condition="{validationResults.flattenedErrors}">
<f:for each="{validationResults.errors}" as="error">
<span class="help-block"><f:translate id="{error.code}" arguments="{error.arguments}" locale="de" package="Neos.Flow" source="ValidationErrors">{error.message}</f:translate></span>
</f:for>
</f:if>
</f:form.validationResults>
</div>
</div>
</f:form>
</f:section>
<f:section name="Sidebar">
<h1>Optionen</h1>
<f:form.button type="submit" form="form-eintragen" class="btn btn-block btn-primary"><i class="fa fa-fw fa-check"></i>Wahlamt eintragen</f:form.button>
<f:render partial="OptionsCancel" />
</f:section> |
templates/layout-full.html | verticalengine/firechat | <div id='firechat' class='full'>
<!-- div id='firechat-header' class='clearfix'>
<div class='clearfix'>
<div class='half firechat-dropdown' style=''>
<a id='firechat-btn-rooms' class='firechat-dropdown-toggle btn full' data-toggle="firechat-dropdown" href='#'>
<span class='icon user-chat'></span>
Chat Rooms
<span class='caret'></span>
</a>
<div class='firechat-dropdown-menu full' role='menu'>
<ul id='firechat-room-list'></ul>
<div class='firechat-dropdown-footer aligncenter'>
</div>
</div>
</div>
<div class='firechat-dropdown' style=''>
<a data-event='firechat-user-search-btn' class='btn full firechat-dropdown-toggle btn-default' data-toggle="firechat-dropdown" href='#'>
<span class='icon user-group'></span>
Visitors
<span class='caret'></span>
</a>
<div class='firechat-dropdown-menu' role='menu'>
<div class='firechat-dropdown-header aligncenter clearfix'>
<div class='search-wrapper'>
<span class='icon search'></span>
<input type='text' data-event='firechat-user-search' data-template='templates/user-search-list-item.html' data-target='firechat-user-search' data-controls='firechat-user-search-controls' class='center fivesixth'>
</div>
</div>
<ul id='firechat-user-search'></ul>
<div class='firechat-dropdown-footer aligncenter clearfix'>
<div id='firechat-user-search-controls' class='clearfix'>
<span class="quarter"></span>
<button type='button' class='btn half' data-event='firechat-user-search' data-toggle='firechat-pagination-next' data-template='templates/user-search-list-item.html' data-target='firechat-user-search' data-controls='firechat-user-search-controls' disabled=disabled>Next</button>
</div>
<label class='center full'>
<small>Use "+ Invite" button within chat rooms for regular invites.</small>
</label>
</div>
</div>
</div>
</div>
</div -->
<div id='firechat-tabs' class='clearfix'>
<ul id='firechat-tab-list' class='nav nav-tabs clearfix'></ul>
<div id='firechat-tab-content' class='tab-content'></div>
</div>
<div id='firechat-footer' class='clearfix'></div>
</div> |
v4/user-agent-detail/d9/4e/d94e5098-c452-4626-8d01-307d1cdead0c.html | ThaDafinser/UserAgentParserComparison |
<html>
<head>
<title>User agent detail - Mozilla/5.0 (Linux; U; Android 2.3.1; de-de; LUBM912HC Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
<h5 class="header light">
Mozilla/5.0 (Linux; U; Android 2.3.1; de-de; LUBM912HC Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
</h5>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>ua-parser/uap-core<br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">Yifang</td><td>M912HC</td><td></td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a>
<!-- Modal Structure -->
<div id="modal-test" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Testsuite result detail</h4>
<p><pre><code class="php">Array
(
[user_agent_string] => Mozilla/5.0 (Linux; U; Android 2.3.1; de-de; LUBM912HC Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
[family] => Yifang LUBM912HC
[brand] => Yifang
[model] => M912HC
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Android 4.0</td><td>WebKit </td><td>Android 2.3</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.082</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a>
<!-- Modal Structure -->
<div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapPhp result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.2\.3.* build\/.*\).*applewebkit\/.*\(.*khtml,.*like gecko.*\).*version\/4\.0.*safari.*$/
[browser_name_pattern] => mozilla/5.0 (*linux*android?2.3* build/*)*applewebkit/*(*khtml,*like gecko*)*version/4.0*safari*
[parent] => Android Browser 4.0
[comment] => Android Browser 4.0
[browser] => Android
[browser_type] => Browser
[browser_bits] => 32
[browser_maker] => Google Inc
[browser_modus] => unknown
[version] => 4.0
[majorver] => 4
[minorver] => 0
[platform] => Android
[platform_version] => 2.3
[platform_description] => Android OS
[platform_bits] => 32
[platform_maker] => Google Inc
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[javascript] => 1
[vbscript] =>
[javaapplets] => 1
[activexcontrols] =>
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[cssversion] => 3
[aolversion] => 0
[device_name] => general Mobile Phone
[device_maker] => unknown
[device_type] => Mobile Phone
[device_pointing_method] => touchscreen
[device_code_name] => general Mobile Phone
[device_brand_name] => unknown
[renderingengine_name] => WebKit
[renderingengine_version] => unknown
[renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.
[renderingengine_maker] => Apple Inc
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Android Browser 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a>
<!-- Modal Structure -->
<div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] => Android
[browser] => Android Browser
[version] => 4.0
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 2.3.1</td><td style="border-left: 1px solid #555">Generic</td><td>Android 2.3</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.28903</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a>
<!-- Modal Structure -->
<div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>NeutrinoApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[mobile_screen_height] => 480
[is_mobile] => 1
[type] => mobile-browser
[mobile_brand] => Generic
[mobile_model] => Android 2.3
[version] => 4.0
[is_android] => 1
[browser_name] => Android Webkit
[operating_system_family] => Android
[operating_system_version] => 2.3.1
[is_ios] =>
[producer] => Google Inc.
[operating_system] => Android 2.3.x Gingerbread
[mobile_screen_width] => 320
[mobile_browser] => Android Webkit
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>Android Browser </td><td>WebKit </td><td>Android 2.3</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.006</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a>
<!-- Modal Structure -->
<div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] => Array
(
[type] => browser
[name] => Android Browser
[short_name] => AN
[version] =>
[engine] => WebKit
)
[operatingSystem] => Array
(
[name] => Android
[short_name] => AND
[version] => 2.3
[platform] =>
)
[device] => Array
(
[brand] =>
[brandName] =>
[model] =>
[device] =>
[deviceName] =>
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] =>
[isTablet] =>
[isTV] =>
[isDesktop] =>
[isMobile] => 1
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Navigator 4.0</td><td><i class="material-icons">close</i></td><td>Android 2.3.1</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a>
<!-- Modal Structure -->
<div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>SinergiBrowserDetector result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Sinergi\BrowserDetector\Browser Object
(
[userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 2.3.1; de-de; LUBM912HC Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
)
[name:Sinergi\BrowserDetector\Browser:private] => Navigator
[version:Sinergi\BrowserDetector\Browser:private] => 4.0
[isRobot:Sinergi\BrowserDetector\Browser:private] =>
[isChromeFrame:Sinergi\BrowserDetector\Browser:private] =>
)
[operatingSystem] => Sinergi\BrowserDetector\Os Object
(
[name:Sinergi\BrowserDetector\Os:private] => Android
[version:Sinergi\BrowserDetector\Os:private] => 2.3.1
[isMobile:Sinergi\BrowserDetector\Os:private] => 1
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 2.3.1; de-de; LUBM912HC Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
)
)
[device] => Sinergi\BrowserDetector\Device Object
(
[name:Sinergi\BrowserDetector\Device:private] => unknown
[userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 2.3.1; de-de; LUBM912HC Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
)
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Android 2.3.1</td><td><i class="material-icons">close</i></td><td>Android 2.3.1</td><td style="border-left: 1px solid #555">Yifang</td><td>M912HC</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.003</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a>
<!-- Modal Structure -->
<div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] => 2
[minor] => 3
[patch] => 1
[family] => Android
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] => 2
[minor] => 3
[patch] => 1
[patchMinor] =>
[family] => Android
)
[device] => UAParser\Result\Device Object
(
[brand] => Yifang
[model] => M912HC
[family] => Yifang LUBM912HC
)
[originalUserAgent] => Mozilla/5.0 (Linux; U; Android 2.3.1; de-de; LUBM912HC Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentStringCom<br /><small></small></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 2.3.1</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.04601</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a>
<!-- Modal Structure -->
<div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentStringCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[agent_type] => Browser
[agent_name] => Android Webkit Browser
[agent_version] => --
[os_type] => Android
[os_name] => Android
[os_versionName] =>
[os_versionNumber] => 2.3.1
[os_producer] =>
[os_producerURL] =>
[linux_distibution] => Null
[agent_language] => German - Germany
[agent_languageTag] => de-de
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Android Browser 4.0</td><td>WebKit 533.1</td><td>Android 2.3.1</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.40404</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a>
<!-- Modal Structure -->
<div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhatIsMyBrowserCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[operating_system_name] => Android
[simple_sub_description_string] =>
[simple_browser_string] => Android Browser 4 on Android (Gingerbread)
[browser_version] => 4
[extra_info] => Array
(
)
[operating_platform] =>
[extra_info_table] => Array
(
)
[layout_engine_name] => WebKit
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] => android-browser
[operating_system_version] => Gingerbread
[simple_operating_platform_string] =>
[is_abusive] =>
[layout_engine_version] => 533.1
[browser_capabilities] => Array
(
)
[operating_platform_vendor_name] =>
[operating_system] => Android (Gingerbread)
[operating_system_version_full] => 2.3.1
[operating_platform_code] =>
[browser_name] => Android Browser
[operating_system_name_code] => android
[user_agent] => Mozilla/5.0 (Linux; U; Android 2.3.1; de-de; LUBM912HC Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
[browser_version_full] => 4.0
[browser] => Android Browser 4
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>Android Browser </td><td>Webkit 533.1</td><td>Android 2.3.1</td><td style="border-left: 1px solid #555"></td><td>LUBM912HC</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.082</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a>
<!-- Modal Structure -->
<div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[name] => Android Browser
)
[engine] => Array
(
[name] => Webkit
[version] => 533.1
)
[os] => Array
(
[name] => Android
[version] => 2.3.1
)
[device] => Array
(
[type] => mobile
[subtype] => smart
[model] => LUBM912HC
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Safari 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a>
<!-- Modal Structure -->
<div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Woothee result detail</h4>
<p><pre><code class="php">Array
(
[name] => Safari
[vendor] => Apple
[version] => 4.0
[category] => smartphone
[os] => Android
[os_version] => 2.3.1
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Android Webkit 2.3</td><td><i class="material-icons">close</i></td><td>Android 2.3</td><td style="border-left: 1px solid #555"></td><td></td><td>Smartphone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.043</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a>
<!-- Modal Structure -->
<div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => true
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => false
[is_largescreen] => false
[is_mobile] => true
[is_robot] => false
[is_smartphone] => true
[is_touchscreen] => true
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => false
[is_html_preferred] => true
[advertised_device_os] => Android
[advertised_device_os_version] => 2.3
[advertised_browser] => Android Webkit
[advertised_browser_version] => 2.3
[complete_device_name] => Generic Android 2.3
[form_factor] => Smartphone
[is_phone] => true
[is_app_webview] => false
)
[all] => Array
(
[brand_name] => Generic
[model_name] => Android 2.3
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[device_claims_web_support] => true
[has_qwerty_keyboard] => true
[can_skip_aligned_link_row] => true
[uaprof] =>
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] => Android
[mobile_browser] => Android Webkit
[mobile_browser_version] =>
[device_os_version] => 2.3
[pointing_method] => touchscreen
[release_date] => 2010_november
[marketing_name] =>
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => true
[is_tablet] => false
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => true
[softkey_support] => false
[table_support] => true
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => true
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => true
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => true
[wizards_recommended] => false
[image_as_link_support] => false
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => wtai://wp/mc;
[chtml_display_accesskey] => false
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => none
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => false
[xhtml_honors_bgcolor] => true
[xhtml_supports_forms_in_table] => true
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => false
[xhtml_select_as_radiobutton] => false
[xhtml_select_as_popup] => false
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => true
[xhtml_supports_css_cell_table_coloring] => true
[xhtml_format_as_css_property] => false
[xhtml_format_as_attribute] => false
[xhtml_nowrap_mode] => false
[xhtml_marquee_as_css_property] => false
[xhtml_readable_background_color1] => #FFFFFF
[xhtml_readable_background_color2] => #FFFFFF
[xhtml_allows_disabled_form_elements] => true
[xhtml_document_title_support] => true
[xhtml_preferred_charset] => iso-8859-1
[opwv_xhtml_extensions_support] => false
[xhtml_make_phone_call_string] => tel:
[xhtmlmp_preferred_mime_type] => text/html
[xhtml_table_support] => true
[xhtml_send_sms_string] => sms:
[xhtml_send_mms_string] => mms:
[xhtml_file_upload] => supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => full
[xhtml_avoid_accesskeys] => true
[xhtml_can_embed_video] => none
[ajax_support_javascript] => true
[ajax_manipulate_css] => true
[ajax_support_getelementbyid] => true
[ajax_support_inner_html] => true
[ajax_xhr_type] => standard
[ajax_manipulate_dom] => true
[ajax_support_events] => true
[ajax_support_event_listener] => true
[ajax_preferred_geoloc_api] => w3c_api
[xhtml_support_level] => 4
[preferred_markup] => html_web_4_0
[wml_1_1] => false
[wml_1_2] => false
[wml_1_3] => false
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => true
[html_wi_imode_html_1] => false
[html_wi_imode_html_2] => false
[html_wi_imode_html_3] => false
[html_wi_imode_html_4] => false
[html_wi_imode_html_5] => false
[html_wi_imode_htmlx_1] => false
[html_wi_imode_htmlx_1_1] => false
[html_wi_imode_compact_generic] => false
[html_web_3_2] => true
[html_web_4_0] => true
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 320
[resolution_height] => 480
[columns] => 60
[max_image_width] => 320
[max_image_height] => 400
[rows] => 40
[physical_screen_width] => 34
[physical_screen_height] => 50
[dual_orientation] => true
[density_class] => 1.0
[wbmp] => true
[bmp] => false
[epoc_bmp] => false
[gif_animated] => false
[jpg] => true
[png] => true
[tiff] => false
[transparent_png_alpha] => true
[transparent_png_index] => true
[svgt_1_1] => false
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 65536
[webp_lossy_support] => false
[webp_lossless_support] => false
[post_method_support] => true
[basic_authentication_support] => true
[empty_option_value_support] => true
[emptyok] => false
[nokia_voice_call] => false
[wta_voice_call] => false
[wta_phonebook] => false
[wta_misc] => false
[wta_pdc] => false
[https_support] => true
[phone_id_provided] => false
[max_data_rate] => 384
[wifi] => true
[sdio] => false
[vpn] => false
[has_cellular_radio] => true
[max_deck_size] => 2000000
[max_url_length_in_requests] => 256
[max_url_length_homepage] => 0
[max_url_length_bookmark] => 0
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 0
[max_length_of_password] => 0
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => true
[inline_support] => false
[oma_support] => true
[ringtone] => false
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => false
[ringtone_midi_polyphonic] => false
[ringtone_imelody] => false
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => false
[ringtone_rmf] => false
[ringtone_xmf] => false
[ringtone_amr] => false
[ringtone_awb] => false
[ringtone_aac] => false
[ringtone_wav] => false
[ringtone_mp3] => false
[ringtone_spmidi] => false
[ringtone_qcelp] => false
[ringtone_voices] => 1
[ringtone_df_size_limit] => 0
[ringtone_directdownload_size_limit] => 0
[ringtone_inline_size_limit] => 0
[ringtone_oma_size_limit] => 0
[wallpaper] => false
[wallpaper_max_width] => 0
[wallpaper_max_height] => 0
[wallpaper_preferred_width] => 0
[wallpaper_preferred_height] => 0
[wallpaper_resize] => none
[wallpaper_wbmp] => false
[wallpaper_bmp] => false
[wallpaper_gif] => false
[wallpaper_jpg] => false
[wallpaper_png] => false
[wallpaper_tiff] => false
[wallpaper_greyscale] => false
[wallpaper_colors] => 2
[wallpaper_df_size_limit] => 0
[wallpaper_directdownload_size_limit] => 0
[wallpaper_inline_size_limit] => 0
[wallpaper_oma_size_limit] => 0
[screensaver] => false
[screensaver_max_width] => 0
[screensaver_max_height] => 0
[screensaver_preferred_width] => 0
[screensaver_preferred_height] => 0
[screensaver_resize] => none
[screensaver_wbmp] => false
[screensaver_bmp] => false
[screensaver_gif] => false
[screensaver_jpg] => false
[screensaver_png] => false
[screensaver_greyscale] => false
[screensaver_colors] => 2
[screensaver_df_size_limit] => 0
[screensaver_directdownload_size_limit] => 0
[screensaver_inline_size_limit] => 0
[screensaver_oma_size_limit] => 0
[picture] => false
[picture_max_width] => 0
[picture_max_height] => 0
[picture_preferred_width] => 0
[picture_preferred_height] => 0
[picture_resize] => none
[picture_wbmp] => false
[picture_bmp] => false
[picture_gif] => false
[picture_jpg] => false
[picture_png] => false
[picture_greyscale] => false
[picture_colors] => 2
[picture_df_size_limit] => 0
[picture_directdownload_size_limit] => 0
[picture_inline_size_limit] => 0
[picture_oma_size_limit] => 0
[video] => false
[oma_v_1_0_forwardlock] => false
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => false
[streaming_video] => true
[streaming_3gpp] => true
[streaming_mp4] => true
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => 10
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => 2
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => 3.0
[streaming_acodec_amr] => nb
[streaming_acodec_aac] => lc
[streaming_wmv] => none
[streaming_preferred_protocol] => rtsp
[streaming_preferred_http_protocol] => progressive_download
[wap_push_support] => false
[connectionless_service_indication] => false
[connectionless_service_load] => false
[connectionless_cache_operation] => false
[connectionoriented_unconfirmed_service_indication] => false
[connectionoriented_unconfirmed_service_load] => false
[connectionoriented_unconfirmed_cache_operation] => false
[connectionoriented_confirmed_service_indication] => false
[connectionoriented_confirmed_service_load] => false
[connectionoriented_confirmed_cache_operation] => false
[utf8_support] => true
[ascii_support] => false
[iso8859_support] => false
[expiration_date] => false
[j2me_cldc_1_0] => false
[j2me_cldc_1_1] => false
[j2me_midp_1_0] => false
[j2me_midp_2_0] => false
[doja_1_0] => false
[doja_1_5] => false
[doja_2_0] => false
[doja_2_1] => false
[doja_2_2] => false
[doja_3_0] => false
[doja_3_5] => false
[doja_4_0] => false
[j2me_jtwi] => false
[j2me_mmapi_1_0] => false
[j2me_mmapi_1_1] => false
[j2me_wmapi_1_0] => false
[j2me_wmapi_1_1] => false
[j2me_wmapi_2_0] => false
[j2me_btapi] => false
[j2me_3dapi] => false
[j2me_locapi] => false
[j2me_nokia_ui] => false
[j2me_motorola_lwt] => false
[j2me_siemens_color_game] => false
[j2me_siemens_extension] => false
[j2me_heap_size] => 0
[j2me_max_jar_size] => 0
[j2me_storage_size] => 0
[j2me_max_record_store_size] => 0
[j2me_screen_width] => 0
[j2me_screen_height] => 0
[j2me_canvas_width] => 0
[j2me_canvas_height] => 0
[j2me_bits_per_pixel] => 0
[j2me_audio_capture_enabled] => false
[j2me_video_capture_enabled] => false
[j2me_photo_capture_enabled] => false
[j2me_capture_image_formats] => none
[j2me_http] => false
[j2me_https] => false
[j2me_socket] => false
[j2me_udp] => false
[j2me_serial] => false
[j2me_gif] => false
[j2me_gif89a] => false
[j2me_jpg] => false
[j2me_png] => false
[j2me_bmp] => false
[j2me_bmp3] => false
[j2me_wbmp] => false
[j2me_midi] => false
[j2me_wav] => false
[j2me_amr] => false
[j2me_mp3] => false
[j2me_mp4] => false
[j2me_imelody] => false
[j2me_rmf] => false
[j2me_au] => false
[j2me_aac] => false
[j2me_realaudio] => false
[j2me_xmf] => false
[j2me_wma] => false
[j2me_3gpp] => false
[j2me_h263] => false
[j2me_svgt] => false
[j2me_mpeg4] => false
[j2me_realvideo] => false
[j2me_real8] => false
[j2me_realmedia] => false
[j2me_left_softkey_code] => 0
[j2me_right_softkey_code] => 0
[j2me_middle_softkey_code] => 0
[j2me_select_key_code] => 0
[j2me_return_key_code] => 0
[j2me_clear_key_code] => 0
[j2me_datefield_no_accepts_null_date] => false
[j2me_datefield_broken] => false
[receiver] => false
[sender] => false
[mms_max_size] => 0
[mms_max_height] => 0
[mms_max_width] => 0
[built_in_recorder] => false
[built_in_camera] => true
[mms_jpeg_baseline] => false
[mms_jpeg_progressive] => false
[mms_gif_static] => false
[mms_gif_animated] => false
[mms_png] => false
[mms_bmp] => false
[mms_wbmp] => false
[mms_amr] => false
[mms_wav] => false
[mms_midi_monophonic] => false
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => false
[mms_mmf] => false
[mms_mp3] => false
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => false
[mms_vcalendar] => false
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => false
[mms_mp4] => false
[mms_3gpp] => false
[mms_3gpp2] => false
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => true
[wav] => false
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => false
[midi_polyphonic] => false
[sp_midi] => false
[rmf] => false
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => false
[au] => false
[amr] => false
[awb] => false
[aac] => true
[mp3] => true
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] =>
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => true
[css_supports_width_as_percentage] => true
[css_border_image] => webkit
[css_rounded_corners] => webkit
[css_gradient] => none
[css_spriting] => true
[css_gradient_linear] => none
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => false
[pdf_support] => true
[progressive_download] => true
[playback_vcodec_h263_0] => 10
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => 0
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => 3.0
[playback_real_media] => none
[playback_3gpp] => true
[playback_3g2] => false
[playback_mp4] => true
[playback_mov] => false
[playback_acodec_amr] => nb
[playback_acodec_aac] => none
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => none
[hinted_progressive_download] => true
[html_preferred_dtd] => html4
[viewport_supported] => true
[viewport_width] => device_width_token
[viewport_userscalable] => no
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => full
[image_inlining] => true
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => false
[jqm_grade] => A
[is_sencha_touch_ok] => false
[controlcap_is_smartphone] => default
[controlcap_is_ios] => default
[controlcap_is_android] => default
[controlcap_is_robot] => default
[controlcap_is_app] => default
[controlcap_advertised_device_os] => default
[controlcap_advertised_device_os_version] => default
[controlcap_advertised_browser] => default
[controlcap_advertised_browser_version] => default
[controlcap_is_windows_phone] => default
[controlcap_is_full_desktop] => default
[controlcap_is_largescreen] => default
[controlcap_is_mobile] => default
[controlcap_is_touchscreen] => default
[controlcap_is_wml_preferred] => default
[controlcap_is_xhtmlmp_preferred] => default
[controlcap_is_html_preferred] => default
[controlcap_form_factor] => default
[controlcap_complete_device_name] => default
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-02-13 13:40:35</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html> |
shelley-bra-v1/index.html | kiran/kiran.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width initial-scale=1">
<title>Shelley Bra v1</title>
<meta name="description" content="After the fitting debacle of the last bra I made, I decided to try using a different pattern. The Marlborough bra isn’t really drafted for larger cup s...">
<link rel="stylesheet" href="/css/main.css">
<link rel="canonical" href="http://www.kiranbot.com/shelley-bra-v1">
<link rel="alternate" type="application/atom+xml" title="Kiran Bhattaram" href="http://www.kiranbot.com/feed.xml" />
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,italic' rel='stylesheet' type='text/css'>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-67387019-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header class="site-header">
<div class="wrapper">
<a class="site-title" href="/">Kiran Bhattaram</a>
<nav class="site-nav">
<a href="#" class="menu-icon">
<svg viewBox="0 0 18 15">
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
<path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
<path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
</svg>
</a>
<div class="trigger">
<a class="page-link" href="/about">About</a>
<a class="page-link" href="/computers">Computers</a>
<a class="page-link" href="/papers">Paper Reports</a>
<a class="page-link" href="/sewing">Sewing</a>
</div>
</nav>
</div>
</header>
<div class="page-content">
<div class="wrapper">
<div class="post">
<header class="post-header">
<h1 class="post-title">Shelley Bra v1</h1>
<p class="post-meta">Jun 12, 2015
<br>
[
<a href='/tags/sewing'>sewing</a>
,
<a href='/tags/bra'>bra</a>
]
</p>
</header>
<article class="post-content">
<p>After the fitting debacle of <a href="/failed-marlborough-bra">the last bra I made</a>, I decided to try using a different pattern. The Marlborough bra isn’t really drafted for larger cup sizes, and the shape of the cup pieces just weren’t going to work on me. I bought the <a href="https://www.etsy.com/listing/125890804/the-shelley-bra-pattern-a-pin-up-girls">Shelley bra pattern</a> last January, when I started looking for bra materials, but had never gotten around to trying it out.</p>
<p><img src="/images/shelley-bra-v1/side.jpg" title="Marlborough Bra" /></p>
<p>I used another <a href="http://greysfabric.com/collections/bra-kits">kit from Grey’s fabrics</a>, in gold and antique black this time. The cup fabric’s a great, solid duoplex, and the lace is a gorgeous re-embroidered Télio lace. I got a little stingy with how I was using materials, and accidentally cut out 2 right cup lace pieces. :P I do have enough fabric left over for a second bra in these colors, though!</p>
<p>No, really, look at this lace.</p>
<p><img src="/images/shelley-bra-v1/top2.jpg" title="Marlborough Bra" /></p>
<p>I made a few changes to the pattern, but forgot to take photos of the alterations. This continues my trend of making mysterious alterations, and not documenting any of them. Thankfully, most of the alterations are similar to the ones <a href="http://sewaholic.net/shelley-mix30-set/">Caroline of Blackbird Fabrics</a> made – shaving off some of the curve of the lower cup pieces to reduce the pointiness, and lowering the bridge and the lace by 1”.</p>
<p><img src="/images/shelley-bra-v1/front.jpg" title="Marlborough Bra" /></p>
<p>I’m so happy with the way this turned out! I’m seriously impressed that the fit was near-perfect on the first try, and it’s more comfortable than some of my RTW bras. It’s a little long/full-coverage, though – I can’t wear it with my <a href="/paris-map-dress">Kim dresses</a>, for example. I might try lowering the sides into more of a demi-cup shape next time, by reducing the height of the lace panel and the power bars.</p>
<p><img src="/images/shelley-bra-v1/top1.jpg" title="Marlborough Bra" /></p>
<p>I modified the strap pieces to be entirely elastic strapping, instead of using the cup fabric. I think this gives it a bit more of a RTW look. I just graded down the strap piece into a little triangle that I could wrap around the strapping ring, which looks ~fine.</p>
<p>It gives the bra as a whole a pretty 70s/triangle bra look, though, which I’m not crazy about. I think I might use <a href="http://sewaholic.net/shelley-mix30-set/">Caroline’s method</a> of cutting the power bar a little longer next time.</p>
<p><img src="/images/shelley-bra-v1/strap.jpg" title="Marlborough Bra" /></p>
<p><strong>Fabric</strong> // Grey’s Fabrics’ bra kits</p>
<p><strong>Pattern</strong> // Shelley Bra, by Pin Up Girls.</p>
<p><strong>Sizing & Adjustments</strong> // 30G, adjustments detailed above</p>
</article>
</div>
<section class="comments">
<h2>Comments</h2>
<div id="disqus_thread" aria-live="polite">
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
</section>
<script type="text/javascript">
var disqus_shortname = 'kiranbot';
// var disqus_developer = 1;
var disqus_identifier = 'http://www.kiranbot.com/shelley-bra-v1';
var disqus_url = 'http://www.kiranbot.com/shelley-bra-v1';
var disqus_script = 'embed.js';
(function () {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/' + disqus_script;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js"></script>
<script type="text/javascript">
anchors.options = {
placement: 'left'
};
anchors.add()
</script>
</div>
</div>
<footer class="site-footer">
<div class="wrapper">
<h2 class="footer-heading">Kiran Bhattaram</h2>
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li>Kiran Bhattaram</li>
<li><a href="mailto:"></a></li>
</ul>
</div>
<div class="footer-col footer-col-2">
<ul class="social-media-list">
<li>
<a href="https://github.com/kiran">
<span class="icon icon--github">
<svg viewBox="0 0 16 16">
<path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"/>
</svg>
</span>
<span class="username">kiran</span>
</a>
</li>
<li>
<a href="https://twitter.com/kiranb">
<span class="icon icon--twitter">
<svg viewBox="0 0 16 16">
<path fill="#828282" d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809
c-0.632,0.375-1.332,0.647-2.076,0.793c-0.596-0.636-1.446-1.033-2.387-1.033c-1.806,0-3.27,1.464-3.27,3.27 c0,0.256,0.029,0.506,0.085,0.745C5.163,5.404,2.753,4.102,1.14,2.124C0.859,2.607,0.698,3.168,0.698,3.767 c0,1.134,0.577,2.135,1.455,2.722C1.616,6.472,1.112,6.325,0.671,6.08c0,0.014,0,0.027,0,0.041c0,1.584,1.127,2.906,2.623,3.206 C3.02,9.402,2.731,9.442,2.433,9.442c-0.211,0-0.416-0.021-0.615-0.059c0.416,1.299,1.624,2.245,3.055,2.271 c-1.119,0.877-2.529,1.4-4.061,1.4c-0.264,0-0.524-0.015-0.78-0.046c1.447,0.928,3.166,1.469,5.013,1.469 c6.015,0,9.304-4.983,9.304-9.304c0-0.142-0.003-0.283-0.009-0.423C14.976,4.29,15.531,3.714,15.969,3.058z"/>
</svg>
</span>
<span class="username">kiranb</span>
</a>
</li>
</ul>
</div>
<div class="footer-col footer-col-3">
<p class="text">An occasional blog about making things. Often programming and sewing.</p>
</div>
</div>
</div>
</footer>
</body>
</html>
|
web/js/baranek/app/views/coursesListView.html | michalgraczyk/calculus | <section id='courses_list' class='moduleSection'>
<h3 class="font18 black_mark">
Wybierz swój kurs
</h3>
<div courses-list-directive></div>
<div id='my_courses_pannel' ng-show='data.switchPannelStatus'>
<div id='switch_course_pannel'>
<h3 class='black_mark font18 mar_b_35px'>Który kurs chcesz zastąpić?</h3>
<ul class="pseudo_table">
<li ng-repeat="course in user.courses.started | isNumber: 'id'" class="pseudo_row">
<div class="pseudo_cell cell50 left ver_pad4">
<span class='font16 black_mark' title='Nazwa kursu'>[@ course.lessonName @]</span>
</div>
<div class="pseudo_cell cell50 right ver_pad4">
<button class='switch_course_button button blur_mark green_mark pad_0 right font16'
ng-click="data.setQueueCourse(course.id)">
Zastąp kurs
</button>
</div>
</li>
</ul>
<button class='button center font18 blur_mark'
ng-click="data.switchPannelStatus = !data.switchPannelStatus">
Anuluj
</button>
</div>
</div>
<button>[@ nazwa @]</button>
</section>
|
sportsstore/app/views/adminMain.html | nejaylog/angularBook | <div class="panel panel-default row" ng-controller="mainCtrl">
<div class="col-xs-3 panel-body">
<a ng-repeat="item in screens" class="btn btn-block btn-default"
ng-class="{'btn-primary': item == current}" ng-click="setScreen($index)">
{{item}}
</a>
</div>
<div class="col-xs-8 panel-body">
<div ng-include="getScreen()"></div>
</div>
</div> |
pages/zh-TW/upgrade-legacy.html | bootleq/Noise | <!DOCTYPE html>
<html>
<head>
<title>Noise 新版本</title>
<meta charset="utf-8">
<style>
html {
background: black radial-gradient(ellipse at 6%, #001010 0%, #300000 76%) 75% 70% / cover no-repeat;
color: #ddd;
display: flex;
align-items: center;
justify-content: center;
text-rendering: optimizeLegibility;
min-height: 100%;
font-size: large;
font: caption;
text-shadow: 1px 1px 1px black, -1px -1px 1px black;
}
h1 {
color: white;
font-style: italic;
}
h1 small {
font-size: medium;
font-weight: normal;
}
p {
margin-left: 1em;
font-size: larger;
}
strong {
color: white;
}
a {
color: white;
}
code {
font-family: 'Segoe UI', 'San Francisco', 'Ubuntu', monospace;
color: white;
padding: 0 2px;
}
code:hover {
background-color: gold;
border-radius: 3px;
color: black;
text-shadow: none;
}
hr {
visibility: hidden;
}
#write {
text-align: right;
}
</style>
</head>
<body>
<h1><small>about:</small> New Noise</h1>
<p>
您已更新至 <strong><a href="https://developer.mozilla.org/Add-ons/WebExtensions">WebExtensions</a></strong> 版本,這是因應 Firefox 57 進行的重大改版。
</p>
<p>
大部分舊有功能<strong>無法支援</strong>,將會消失。
</p>
<p>
新的選項也與舊版<strong>不相容</strong>。
</p>
<p>
<small>
您可以在<a href="https://support.mozilla.org/kb/profiles-where-firefox-stores-user-data#w_how-do-i-find-my-profile">使用者設定檔</a>目錄找到舊版的聲音設定(<code>noise-mappings.rdf</code> 檔案),但還是沒辦法在新版使用。
</small>
</p>
<hr>
<p style="margin-left: 0">
Noise 仍希望提供「聲音」與「事件」的管理中心,今後會逐步增加新的功能。
</p>
<p>
感謝您自古以來的使用。
</p>
<p id='write'>
開發者.莊喬
</p>
</body>
</html>
|
OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/documentation/javadocs/org/hibernate/engine/profile/package-summary.html | HerrB92/obp | <!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 Wed Oct 23 13:33:50 EDT 2013 -->
<TITLE>
org.hibernate.engine.profile (Hibernate JavaDocs)
</TITLE>
<META NAME="date" CONTENT="2013-10-23">
<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.hibernate.engine.profile (Hibernate JavaDocs)";
}
}
</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>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/hibernate/engine/loading/internal/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../org/hibernate/engine/query/spi/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/hibernate/engine/profile/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.hibernate.engine.profile
</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/hibernate/engine/profile/Association.html" title="class in org.hibernate.engine.profile">Association</A></B></TD>
<TD>Models the association of a given fetch.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/hibernate/engine/profile/Fetch.html" title="class in org.hibernate.engine.profile">Fetch</A></B></TD>
<TD>Models an individual fetch within a profile.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/hibernate/engine/profile/FetchProfile.html" title="class in org.hibernate.engine.profile">FetchProfile</A></B></TD>
<TD>A 'fetch profile' allows a user to dynamically modify the fetching strategy used for particular associations at
runtime, whereas that information was historically only statically defined in the metadata.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Enum Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/hibernate/engine/profile/Fetch.Style.html" title="enum in org.hibernate.engine.profile">Fetch.Style</A></B></TD>
<TD>The type or style of fetch.</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>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/hibernate/engine/loading/internal/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../org/hibernate/engine/query/spi/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/hibernate/engine/profile/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 © 2001-2013 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved.
</BODY>
</HTML>
|
doc/html/_mutation_tree_node_8h_source.html | yiq/SubcloneSeeker | <!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.3.1"/>
<title>SubcloneSeeker: src/MutationTreeNode.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="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">SubcloneSeeker
 <span id="projectnumber">1.0</span>
</div>
<div id="projectbrief">Subclone deconvolution software framework</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.3.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<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>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">MutationTreeNode.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor">#ifndef MUTATION_TREE_NODE_H</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor"></span><span class="preprocessor">#define MUTATION_TREE_NODE_H</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 "<a class="code" href="_tree_node_8h.html">TreeNode.h</a>"</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> </div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="keyword">namespace </span>qiaoy {</div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>  </div>
<div class="line"><a name="l00008"></a><span class="lineno"><a class="code" href="structqiaoy_1_1___symbol.html"> 8</a></span>  <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structqiaoy_1_1___symbol.html">_Symbol</a> {</div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>  <span class="keywordtype">int</span> symId;</div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>  <span class="keywordtype">double</span> fraction;</div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>  } <a class="code" href="structqiaoy_1_1___symbol.html">Symbol_t</a>;</div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>  </div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>  <span class="comment">// The Tree Node subclass tailored for storing mutation</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>  <span class="comment">// symbol id and node fraction. </span></div>
<div class="line"><a name="l00016"></a><span class="lineno"><a class="code" href="classqiaoy_1_1_mutation_tree_node.html"> 16</a></span>  <span class="keyword">class </span><a class="code" href="classqiaoy_1_1_mutation_tree_node.html">MutationTreeNode</a> : <span class="keyword">public</span> TreeNode {</div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>  <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  <span class="keywordtype">int</span> symId;</div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  <span class="keywordtype">double</span> nodeFraction;</div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  <span class="keywordtype">double</span> treeFraction;</div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  </div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  </div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  <a class="code" href="classqiaoy_1_1_mutation_tree_node.html">MutationTreeNode</a>(): symId(0), nodeFraction(-1), treeFraction(-1) {}</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  </div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> setSymbolId(<span class="keywordtype">int</span> symId) {this->symId = symId;}</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  <span class="keyword">inline</span> <span class="keywordtype">int</span> getSymbolId()<span class="keyword"> const </span>{<span class="keywordflow">return</span> symId;}</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  </div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> setNodeFraction(<span class="keywordtype">double</span> f) {nodeFraction = f;}</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  <span class="keyword">inline</span> <span class="keywordtype">double</span> getNodeFraction()<span class="keyword"> const </span>{<span class="keywordflow">return</span> nodeFraction;}</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  </div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> setTreeFraction(<span class="keywordtype">double</span> f) {treeFraction = f;}</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <span class="keyword">inline</span> <span class="keywordtype">double</span> getTreeFraction()<span class="keyword"> const </span>{<span class="keywordflow">return</span> treeFraction;}</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  };</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> }</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> </div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> </div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="preprocessor">#endif</span></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 25 2013 16:06:06 for SubcloneSeeker by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.3.1
</small></address>
</body>
</html>
|
doc/html/classSDShared-members.html | will-iam/Variant | <!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.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Variant: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Variant
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">SDShared Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classSDShared.html">SDShared</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>addDirichletCell</b>(std::pair< std::pair< int, int >, real > d) (defined in <a class="el" href="classSDShared.html">SDShared</a>)</td><td class="entry"><a class="el" href="classSDShared.html">SDShared</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>addNeumannCell</b>(std::pair< std::pair< int, int >, std::pair< int, int > > n) (defined in <a class="el" href="classSDShared.html">SDShared</a>)</td><td class="entry"><a class="el" href="classSDShared.html">SDShared</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>addOverlapCell</b>(unsigned int sddId, size_t sendIndex, size_t recvIndex) (defined in <a class="el" href="classSDShared.html">SDShared</a>)</td><td class="entry"><a class="el" href="classSDShared.html">SDShared</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>convert</b>(int coordX, int coordY) const (defined in <a class="el" href="classSDShared.html">SDShared</a>)</td><td class="entry"><a class="el" href="classSDShared.html">SDShared</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>copyOverlapCellFrom</b>(const std::map< std::string, Quantity< real > * > &quantityMap, const std::unordered_map< unsigned int, real * > &buffer) const (defined in <a class="el" href="classSDShared.html">SDShared</a>)</td><td class="entry"><a class="el" href="classSDShared.html">SDShared</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>copyOverlapCellIn</b>(const std::map< std::string, Quantity< real > * > &quantityMap, const std::unordered_map< unsigned int, real * > &buffer) const (defined in <a class="el" href="classSDShared.html">SDShared</a>)</td><td class="entry"><a class="el" href="classSDShared.html">SDShared</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classSDShared.html#a0ba4c821b3ee742a27d72d5401602d22">execEquation</a>(eqType &eqFunc, const std::map< std::string, Quantity< real > * > &quantityMap)</td><td class="entry"><a class="el" href="classSDShared.html">SDShared</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classSDShared.html#ab3a51f6ef83b411b8839a7953af5257d">getId</a>() const</td><td class="entry"><a class="el" href="classSDShared.html">SDShared</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>getNumberBoundaryCells</b>() const (defined in <a class="el" href="classSDShared.html">SDShared</a>)</td><td class="entry"><a class="el" href="classSDShared.html">SDShared</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>getOverlapCellNumber</b>(unsigned int sddId) const (defined in <a class="el" href="classSDShared.html">SDShared</a>)</td><td class="entry"><a class="el" href="classSDShared.html">SDShared</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classSDShared.html#afc8718fef97226eed215c34e1b453503">SDShared</a>(const std::vector< std::pair< int, int > > &coords, const CoordConverter &coordConverter, unsigned int index)</td><td class="entry"><a class="el" href="classSDShared.html">SDShared</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>setBufferPos</b>(unsigned int sddId, size_t pos) (defined in <a class="el" href="classSDShared.html">SDShared</a>)</td><td class="entry"><a class="el" href="classSDShared.html">SDShared</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classSDShared.html#ae07fd636017e1a465d537a2f21b1ef96">updateBoundaryCells</a>(Quantity< real > *quantity, bool changeNeumannToOpposite=false) const</td><td class="entry"><a class="el" href="classSDShared.html">SDShared</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classSDShared.html#a0c83e8c7a830c2febcfc944f57fe158b">updateDirichletCells</a>(Quantity< real > *quantity) const</td><td class="entry"><a class="el" href="classSDShared.html">SDShared</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classSDShared.html#aadaccd75a835ca8436c223c56a791c89">updateNeumannCells</a>(Quantity< real > *quantity, bool changeToOpposite=false) const</td><td class="entry"><a class="el" href="classSDShared.html">SDShared</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
</body>
</html>
|
doc/SidekiqUniqueJobs/TimerTask.html | mhenrixon/sidekiq-unique-jobs | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Class: SidekiqUniqueJobs::TimerTask
— Documentation by YARD 0.9.26
</title>
<link rel="stylesheet" href="../css/style.css" type="text/css" />
<link rel="stylesheet" href="../css/common.css" type="text/css" />
<script type="text/javascript">
pathId = "SidekiqUniqueJobs::TimerTask";
relpath = '../';
</script>
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
</head>
<body>
<div class="nav_wrap">
<iframe id="nav" src="../class_list.html?1"></iframe>
<div id="resizer"></div>
</div>
<div id="main" tabindex="-1">
<div id="header">
<div id="menu">
<a href="../_index.html">Index (T)</a> »
<span class='title'><span class='object_link'><a href="../SidekiqUniqueJobs.html" title="SidekiqUniqueJobs (module)">SidekiqUniqueJobs</a></span></span>
»
<span class="title">TimerTask</span>
</div>
<div id="search">
<a class="full_list_link" id="class_list_link"
href="../class_list.html">
<svg width="24" height="24">
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
</svg>
</a>
</div>
<div class="clear"></div>
</div>
<div id="content"><h1>Class: SidekiqUniqueJobs::TimerTask
</h1>
<div class="box_info">
<dl>
<dt>Inherits:</dt>
<dd>
<span class="inheritName">Concurrent::TimerTask</span>
<ul class="fullTree">
<li>Object</li>
<li class="next">Concurrent::TimerTask</li>
<li class="next">SidekiqUniqueJobs::TimerTask</li>
</ul>
<a href="#" class="inheritanceTree">show all</a>
</dd>
</dl>
<dl>
<dt>Defined in:</dt>
<dd>lib/sidekiq_unique_jobs/timer_task.rb</dd>
</dl>
</div>
<h2>Overview</h2><div class="docstring">
<div class="discussion">
</div>
</div>
<div class="tags">
<p class="tag_title">See Also:</p>
<ul class="see">
<li>https://www.rubydoc.info/gems/concurrent-ruby/Concurrent/TimerTask</li>
</ul>
</div>
</div>
<div id="footer">
Generated on Mon Sep 27 15:29:07 2021 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.26 (ruby-3.0.2).
</div>
</div>
</body>
</html> |
UnitTests/TestData/mbox/jwz.body.94.html | jstedfast/MimeKit | <html><body>Nathaniel,<br/><br/>Forgot I promised you this. Tell me if you notice any MIME irregularities.<br/><br/>Terry<br/></body></html> |
hack33/templates/edit_profile.html | Rositsazz/hack33 | {% extends "base.html" %}
{% load crispy_forms_tags %}
{% block content %}
<div class="container">
<div class="col-md-4 col-md-offset-1">
<form method="POST" enctype='multipart/form-data' action="" class="register-form" >
{{ form|crispy }}
{% csrf_token %}
<button type="submit" class="btn btn-warning btn-login">Запази</button>
</form>
</div>
</div>
{% endblock %}
|
docs/api/OpenTl.Schema/TChatInvite/AF6F1676.html | OpenTl/OpenTl.Schema | <!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description">
<meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon">
<title>OpenTl.Schema - API - TChatInvite.Flags Property</title>
<link href="/OpenTl.Schema/assets/css/mermaid.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/highlight.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/bootstrap/bootstrap.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/adminlte/AdminLTE.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/theme/theme.css" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,400i,700,700i" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="/OpenTl.Schema/assets/css/override.css" rel="stylesheet">
<script src="/OpenTl.Schema/assets/js/jquery-2.2.3.min.js"></script>
<script src="/OpenTl.Schema/assets/js/bootstrap.min.js"></script>
<script src="/OpenTl.Schema/assets/js/app.min.js"></script>
<script src="/OpenTl.Schema/assets/js/highlight.pack.js"></script>
<script src="/OpenTl.Schema/assets/js/jquery.slimscroll.min.js"></script>
<script src="/OpenTl.Schema/assets/js/jquery.sticky-kit.min.js"></script>
<script src="/OpenTl.Schema/assets/js/mermaid.min.js"></script>
<!--[if lt IE 9]>
<script src="/OpenTl.Schema/assets/js/html5shiv.min.js"></script>
<script src="/OpenTl.Schema/assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body class="hold-transition wyam layout-boxed ">
<div class="top-banner"></div>
<div class="wrapper with-container">
<!-- Header -->
<header class="main-header">
<a href="/OpenTl.Schema/" class="logo">
<span>OpenTl.Schema</span>
</a>
<nav class="navbar navbar-static-top" role="navigation">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle visible-xs-block" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle side menu</span>
<i class="fa fa-chevron-circle-right"></i>
</a>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle side menu</span>
<i class="fa fa-chevron-circle-down"></i>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse pull-left" id="navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/OpenTl.Schema/about.html">About This Project</a></li>
<li class="active"><a href="/OpenTl.Schema/api">API</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
<!-- Navbar Right Menu -->
</nav>
</header>
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar ">
<section class="infobar" data-spy="affix" data-offset-top="60" data-offset-bottom="200">
<div id="infobar-headings"><h6>On This Page</h6><p><a href="#Syntax">Syntax</a></p>
<p><a href="#Attributes">Attributes</a></p>
<p><a href="#Value">Value</a></p>
<hr class="infobar-hidden">
</div>
</section>
<section class="sidebar">
<script src="/OpenTl.Schema/assets/js/lunr.min.js"></script>
<script src="/OpenTl.Schema/assets/js/searchIndex.js"></script>
<div class="sidebar-form">
<div class="input-group">
<input type="text" name="search" id="search" class="form-control" placeholder="Search Types...">
<span class="input-group-btn">
<button class="btn btn-flat"><i class="fa fa-search"></i></button>
</span>
</div>
</div>
<div id="search-results">
</div>
<script>
function runSearch(query){
$("#search-results").empty();
if( query.length < 2 ){
return;
}
var results = searchModule.search("*" + query + "*");
var listHtml = "<ul class='sidebar-menu'>";
listHtml += "<li class='header'>Type Results</li>";
if(results.length == 0 ){
listHtml += "<li>No results found</li>";
} else {
for(var i = 0; i < results.length; ++i){
var res = results[i];
listHtml += "<li><a href='" + res.url + "'>" + htmlEscape(res.title) + "</a></li>";
}
}
listHtml += "</ul>";
$("#search-results").append(listHtml);
}
$(document).ready(function(){
$("#search").on('input propertychange paste', function() {
runSearch($("#search").val());
});
});
function htmlEscape(html) {
return document.createElement('div')
.appendChild(document.createTextNode(html))
.parentNode
.innerHTML;
}
</script>
<hr>
<ul class="sidebar-menu">
<li class="header">Namespace</li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></li>
<li class="header">Type</li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInvite">TChatInvite</a></li>
<li role="separator" class="divider"></li>
<li class="header">Property Members</li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInvite/A1FCBE81.html">Broadcast</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInvite/8F189A49.html">Channel</a></li>
<li class="selected"><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInvite/AF6F1676.html">Flags</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInvite/9A413AEF.html">Megagroup</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInvite/AE323CC7.html">Participants</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInvite/C627E778.html">ParticipantsCount</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInvite/0DAAA469.html">Photo</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInvite/D8D91456.html">Public</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInvite/7E562556.html">Title</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInvite/FD6BF634.html">TitleAsBinary</a></li>
</ul>
</section>
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<section class="content-header">
<h3><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInvite">TChatInvite</a>.</h3>
<h1>Flags <small>Property</small></h1>
</section>
<section class="content">
<div class="panel panel-default">
<div class="panel-body">
<dl class="dl-horizontal">
<dt>Namespace</dt>
<dd><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></dd>
<dt>Containing Type</dt>
<dd><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInvite">TChatInvite</a></dd>
</dl>
</div>
</div>
<h1 id="Syntax">Syntax</h1>
<pre><code>[SerializationOrder(0)]
public BitArray Flags { get; set; }</code></pre>
<h1 id="Attributes">Attributes</h1>
<div class="box">
<div class="box-body no-padding table-responsive">
<table class="table table-striped table-hover two-cols">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody><tr>
<td>Serialization<wbr>Order<wbr>Attribute</td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
<h1 id="Value">Value</h1>
<div class="box">
<div class="box-body no-padding table-responsive">
<table class="table table-striped table-hover two-cols">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody><tr>
<td>BitArray</td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer class="main-footer">
</footer>
</div>
<div class="wrapper bottom-wrapper">
<footer class="bottom-footer">
Generated by <a href="https://wyam.io">Wyam</a>
</footer>
</div>
<a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a>
<script>
// Close the sidebar if we select an anchor link
$(".main-sidebar a[href^='#']:not('.expand')").click(function(){
$(document.body).removeClass('sidebar-open');
});
$(document).load(function() {
mermaid.initialize(
{
flowchart:
{
htmlLabels: false,
useMaxWidth:false
}
});
mermaid.init(undefined, ".mermaid")
$('svg').addClass('img-responsive');
$('pre code').each(function(i, block) {
hljs.highlightBlock(block);
});
});
hljs.initHighlightingOnLoad();
// Back to top
$(window).scroll(function() {
if ($(this).scrollTop() >= 200) { // If page is scrolled more than 50px
$('#return-to-top').fadeIn(1000); // Fade in the arrow
} else {
$('#return-to-top').fadeOut(1000); // Else fade out the arrow
}
});
$('#return-to-top').click(function() { // When arrow is clicked
$('body,html').animate({
scrollTop : 0 // Scroll to top of body
}, 500);
});
</script>
</body></html> |
tribute/all.css | sharpar/ballquotes | body {
background-color: #F5F5F5;
margin-top: 0px;
margin-bottom: 0px;
}
|
public/css/main.css | georgedivery/express-demo |
/* ------------------------------------------------------------ *\
Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main { display: block; }
html,
body { height: 100%; }
html { tap-highlight-color: rgba(0,0,0,0); }
body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }
img, iframe, video, audio, object { max-width: 100%; }
img, iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }
b,
strong { font-weight: bold; }
address { font-style: normal; }
svg:not(:root) { overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { display: none; -webkit-appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
textarea { overflow: auto; resize: none; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
button,
select { text-transform: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
nav ul,
nav ol { list-style: none outside none; }
/* ------------------------------------------------------------ *\
Base
\* ------------------------------------------------------------ */
body { min-width: 320px; background: #fff; font-family: 'PT Sans', sans-serif; font-size: 14px; line-height: 1.3; color: #000; }
html { margin-right: 0 !important; }
a { color: inherit; text-decoration: underline; }
a:active { color: inherit; }
a:focus { outline: 0; }
a:hover { text-decoration: none; color: inherit; }
a[href^="tel"] { text-decoration: none; }
h1 { font-size: 42px; }
h2 { font-size: 28px; }
h3 { font-size: 28px; }
h4 { font-size: 28px; }
@media(max-width: 1024px){
h1 { font-size: 30px; }
}
h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.65em; }
p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.3em; }
.text-center { text-align: center; }
.wrapper { max-width: 700px; margin: 0 auto; padding: 0 20px; }
h1 { color: red; }
.menu { list-style: none; margin-left: -10px; margin-bottom: 20px; display: inline-block; }
.menu li { display: inline-block; }
.menu li a { display: inline-block; padding: 10px; } |
all-data/28000-28999/28795-22.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目 </b></th><td class="std2">福無雙至,禍不單行</td></tr>
<tr><th class="std1"><b>注音 </b></th><td class="std2">ㄈㄨ<sup class="subfont">ˊ</sup> ㄨ<sup class="subfont">ˊ</sup> ㄕㄨㄤ ㄓ<sup class="subfont">ˋ</sup> ㄏㄨㄛ<sup class="subfont">ˋ</sup> ㄅㄨ<sup class="subfont">ˋ</sup> ㄉㄢ ㄒ|ㄥ<sup class="subfont">ˊ</sup></td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">fú wú shuāng zhì huò bù dān xíng</font></td></tr>
<tr><th class="std1"><b>釋義 </b></th><td class="std2">(諺語)指幸福不會接連來到,禍害卻會接踵而至。見《文明小史.第五○回》:「自來福無雙至,禍不單行。」</td></tr>
<tr><th class="std1"><b><font class="fltypefont">附錄</font> </b></th><td class="std2">出現頻次較低的參考成語表</td></tr>
</td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
|
assets/css/style.css | RavindraGkm/velocity | /*
Template Name: Metronic - Responsive Website Template build with Twitter Bootstrap 3.0
Version: 1.5.2
Author: KeenThemes
Website: http://www.keenthemes.com/preview/?theme=metronic_frontend
Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469
*/
/***
Import fonts
***/
/*** load open sans font from Google Fonts
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
***/
/* load open sans font from local */
/*@import url(../fonts/font.css);*/
@import url(../css/font-awesome.css);
/* General body settings */
body {
color: #000;
font-size:13px;
direction: ltr;
margin: 0 !important;
padding: 0 !important;
font-family: 'Open Sans' !important;
overflow-x: hidden;
}
/*********************
GENERAL UI COLORS
*********************/
/***
Colors
***/
.color-red { color: #e02222;}
.color-blue { color: #0da3e2;}
.color-grey { color: #555555;}
.color-green { color: #35aa47;}
.color-yellow { color: #ffb848;}
.color-purple { color: #852b99;}
.color-light-red { color: #ff5400;}
.color-light-blue { color: #bfd5fa;}
.color-light-grey { color: #fafafa;}
.color-light-green { color: #78df1d;}
/*********************
GENERAL RESET & SETUP
*********************/
/***
General typography
***/
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
font-family: inherit;
}
h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
padding-bottom: 10px;
}
h2, h2 a {
color: #444;
font-size: 21px;
font-weight: 400;
line-height: 26px;
text-decoration: none;
}
h2 a:hover {
color: #0da3e2;
text-decoration: none;
transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
h3 {
color: #222;
}
/***
Apply fix for font awesome icons.
***/
[class^="fa-"],
[class*=" fa-"],
[class^="fa-"]:hover,
[class*=" fa-"]:hover {
background: none !important;
}
/***
ie8 & ie9 modes
***/
.visible-ie8 {
display: none;
}
.ie8 .visible-ie8 {
display: inherit !important;
}
.visible-ie9 {
display: none;
}
.ie9 .visible-ie9 {
display: inherit !important;
}
.hidden-ie8 {
display: inherit;
}
.ie8 .hidden-ie8 {
display: none !important;
}
.hidden-ie9 {
display: inherit;
}
.ie9 .hidden-ie9 {
display: none !important;
}
/***
General More Link
***/
a.more {
font-size: 13px;
font-weight: 400 !important;
font-family: 'Open Sans' !important;
}
a.more i {
font-size: 12px;
}
/***
Fix link outlines after click
***/
a,a:focus, a:hover, a:active {
outline: 0;
}
/***
IE8 fix for form input height in fluid rows
***/
.ie8 .row-fluid [class*="span"] {
min-height: 20px !important;
}
/***
Fix grid offset used for reponsive layout handling(refer app.js=>handleResponsive)
***/
.fix-offset {
margin-left: 0px !important;
}
/***
Misc tools
***/
.clearfix {
clear: both;
}
.visible-ie8 {
display: none
}
.no-padding {
padding: 0px !important;
}
.no-margin {
margin: 0px !important;
}
.no-bottom-space {
padding-bottom:0px !important;
margin-bottom: 0px !important;
}
.no-top-space {
padding-top:0px !important;
margin-top: 0px !important;
}
.space5 {
display: block;
height: 5px !important;
clear: both;
}
.space7 {
height: 7px !important;
clear: both;
}
.space10 {
height: 10px !important;
clear: both;
}
.space12 {
height: 12px !important;
clear: both;
}
.space15 {
height: 15px !important;
clear: both;
}
.space20 {
height: 20px !important;
clear: both;
}
.no-space {
margin: 0px !important;
padding: 0px !important;
}
.no-text-shadow {
text-shadow: none !important;
}
.no-left-padding {
padding-left: 0 !important;
}
.no-left-margin {
margin-left: 0 !important;
}
.margin-bottom-10 {
margin-bottom: 10px !important;
}
.margin-top-10 {
margin-top: 10px !important;
}
.margin-top-50 {
margin-top: 50px !important;
}
.margin-bottom-15 {
margin-bottom: 15px !important;
}
.margin-bottom-20 {
margin-bottom: 20px !important;
}
.margin-bottom-30 {
margin-bottom: 30px !important;
}
.margin-bottom-40 {
margin-bottom: 40px !important;
}
.margin-top-20 {
margin-top: 20px !important;
}
.margin-bottom-25 {
margin-bottom: 25px !important;
}
.margin-right-10 {
margin-right: 10px !important;
}
.margin-right-20 {
margin-right: 20px !important;
}
.margin-left-10 {
margin-left: 10px !important;
}
.margin-left-0 {
margin-left: 0 !important;
}
.padding-left-0 {
padding-left: 0 !important;
}
.hide {
display: none;
}
.bold {
font-weight:600 !important;
}
.fix-margin {
margin-left: 0px !important
}
.border {
border: 1px solid #ddd
}
.inline {
display: inline;
}
hr {
margin: 20px 0;
border: 0;
border-top: 1px solid #E0DFDF;
border-bottom: 1px solid #FEFEFE;
}
/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport{
width: auto !important;
}
/*Global classes*/
.container {
padding: 0 10px;
}
/*.min-hight {*/
/*min-height: 500px;*/
/*}*/
/*.page-header-fixed .slider-clients {
margin-top: 50
}*/
/********************
GENERAL LAYOUT
*********************/
/***
Top Bar
***/
.front-topbar {
border-bottom: solid 1px #f5f5f5;
margin-top: -1px;
}
.front-topbar ul{
padding-left:0;
margin-bottom: 0;
}
.front-topbar li {
padding: 6px 5px;
display: inline-block;
}
.front-topbar a,
.front-topbar li {
color: #999;
font-size: 12px;
}
.front-topbar li.sep span {
color: #eee;
font-size: 11px;
}
.front-topbar li i.topbar-info-icon {
margin-right: 3px;
}
/*Social Icons*/
.front-topbar .topbar-social {
text-align: right;
}
.front-topbar .topbar-social ul{
margin-right:15px;
}
.front-topbar .topbar-social li {
padding: 0;
}
.front-topbar .topbar-social i {
color: #bbb;
opacity: 0.7;
font-size: 15px;
padding: 9px 5px 8px;
display: inline-block;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.front-topbar .topbar-social a:hover {
text-decoration: none;
}
.front-topbar .topbar-social a:hover i {
color: #999;
opacity: 1;
}
.front-topbar .topbar-social a:hover i {
transition: background 0.9s ease;
-o-transition: background 0.9s ease;
-moz-transition: background 0.9s ease;
-webkit-transition: background 0.9s ease;
}
.front-topbar .topbar-social a:hover i.icon-facebook {
color: #fff;
background: #677fb1 !important;
}
.front-topbar .topbar-social a:hover i.icon-twitter {
color: #fff;
background: #04a5e9 !important;
}
.front-topbar .topbar-social a:hover i.icon-google-plus {
color: #fff;
background: #e14544 !important;
}
.front-topbar .topbar-social a:hover i.icon-linkedin {
color: #fff;
background: #28afd1 !important;
}
.front-topbar .topbar-social a:hover i.icon-youtube {
color: #fff;
background: #e36c6e !important;
}
.front-topbar .topbar-social a:hover i.icon-skype {
color: #fff;
background: #3fd0fa !important;
}
/* */
.front-topbar .login-reg-links {
text-align: right;
}
.front-topbar .login-reg-links ul{
margin-right: 15px;
}
/***
Header and header elements.
***/
/*Navigation*/
.header {
z-index: 999;
position: relative;
box-shadow: 0 1px 3px #ddd;
background: #fff;
filter:none;
border: none;
padding-left: 0;
padding-right: 0;
border-radius: 0;
}
.ie8 .header {
border-bottom: 1px solid #eee;
}
.header .navbar-collapse {
position: relative;
}
.page-header-fixed .header {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
.scrolling-fixed.header {
opacity: 0.95;
}
.page-header-fixed .page-container {
margin-top: 75px;
}
.navbar {
margin-bottom: 0;
}
.header a.brand {
font-size: 23px;
font-weight: 400;
}
.header a.brand b {
color: #0da3e2;
font-weight: 400;
}
.header a.brand span {
color: #b0b0b0;
display: block;
font-size: 12px;
}
.header .nav li:first-child {
margin-left: 0;
}
.navbar-brand{
-moz-transition:padding 0.3s ease-in-out;
-webkit-transition:padding 0.3s ease-in-out;
-o-transition:padding 0.3s ease-in-out;
transition:padding 0.3s ease-in-out;
position: relative;
z-index: 2;
}
.scrolling-fixed .navbar-brand{
padding:0 15px;
}
.header a.logo-v1 img {
-moz-transition:width 0.2s ease-in-out;
-webkit-transition:width 0.2s ease-in-out;
-o-transition:width 0.2s ease-in-out;
transition:width 0.2s ease-in-out;
-moz-transition:height 0.2s ease-in-out;
-webkit-transition:height 0.2s ease-in-out;
-o-transition:height 0.2s ease-in-out;
transition:height 0.2s ease-in-out;
-moz-transition:margin 0.2s ease-in-out;
-webkit-transition:margin 0.2s ease-in-out;
-o-transition:margin 0.2s ease-in-out;
transition:margin 0.2s ease-in-out;
}
.header .navbar-nav li a {
color: #333;
font-size: 15px;
font-weight: 400;
text-shadow: none;
position: relative;
padding: 26px 16px 27px;
border-top: solid 2px #fff;
-moz-transition:padding 0.3s ease-in-out;
-webkit-transition:padding 0.3s ease-in-out;
-o-transition:padding 0.3s ease-in-out;
transition:padding 0.3s ease-in-out;
}
.header.scrolling-fixed .nav li a{
padding: 14px 16px;
}
.header .nav li > a:hover,
.header .nav li.active > a,
.header .nav li.active:hover > a {
color: #0da3e2;
border-radius: 0;
text-shadow: none;
padding-top: 26px;
box-shadow: none !important;
border-top: solid 2px #0da3e2;
}
.header.scrolling-fixed .nav li > a:hover,
.header.scrolling-fixed .nav li.active > a,
.header.scrolling-fixed .nav li.active:hover > a {
padding-top: 14px;
}
.header .nav>li>a:focus,
.header .nav>li>a:hover {
color: #888;
}
.header ul.nav {
float: right;
margin-right: 0;
}
.header .in.collapse ul {
margin-top: 0;
}
.header .in.collapse li a:hover {
color: #fff;
background: #0da3e2;
}
.header .in.collapse li.active > a,
.header .in.collapse li.active:hover > a {
color: #fff;
background: #0da3e2;
}
/*Navigation Toggle Icon*/
.header .navbar-btn {
border: none;
padding:10px;
margin-top: 10px;
border-radius: 0;
background:#0da3e2;
}
.header .navbar-btn:hover {
background:#0a8ec5 !important;
}
.header .navbar-btn span,
.header .navbar-btn:hover span {
background:#fff !important;
box-shadow:none !important;
}
.navbar-default .navbar-toggle .icon-bar{background-color:#fff !important;}
/*Navigation Dropdown*/
.header .dropdown-menu {
border: none;
box-shadow: none;
min-width: 185px;
border-bottom: none;
border-left: solid 1px #eee;
border-right: solid 1px #eee;
border-top: solid 2px #0da3e2;
padding: 0;
}
.header .dropdown-menu li {
margin-left: 0;
border-bottom: solid 1px #f5f5f5;
}
.header .dropdown-menu li a {
color: #444;
font-size: 14px;
font-weight: 300;
padding: 9px 15px !important;
text-transform: inherit;
-moz-transition:none;
-webkit-transition:none;
-o-transition:none;
transition:none;
border: none !important;
}
.header .nav .dropdown-menu li a:hover,
.header .nav li.active .dropdown-menu li a:hover {
border: none;
color: #444 !important;
background: #fdfdfd !important;
}
.header .nav li.active .dropdown-menu li.active a {
border: none !important;
color: #444 !important;
background: #f7f9fa !important;
}
.header .nav > li >.dropdown-menu:after,
.header .nav > li >.dropdown-menu:before {
border: none;
}
.header .nav li.dropdown.open>.dropdown-toggle {
color: #0da3e2;
background: none;
}
.header .nav li.dropdown .dropdown-toggle i {
font-size: 12px;
}
.header .in.collapse li.dropdown.active > a,
.header .in.collapse li.dropdown.active:hover > a {
color: #fff;
background: #0da3e2;
}
.header .nav > li.dropdown.open.active > a:hover,
.header .nav > li.dropdown.open.active > a:focus {
border-color: #0da3e2;
}
/*Menu Search*/
.header .nav li.menu-search {
position: relative;
padding: 15px 0;
-moz-transition:padding 0.3s ease-in-out;
-webkit-transition:padding 0.3s ease-in-out;
-o-transition:padding 0.3s ease-in-out;
transition:padding 0.3s ease-in-out;
}
.scrolling-fixed.header .nav li.menu-search{
padding:0;
}
.header .nav li.menu-search i {
color: #bbb;
font-size: 16px;
cursor: pointer;
}
.header .nav li.menu-search i:hover {
color: #0da3e2;
}
.header .search-box {
right: 0;
top: 100%;
padding: 10px;
display: none;
background: #fff;
position: absolute;
border: solid 1px #eee;
border-top: none !important;
margin-top: 10px;
}
.scrolling-fixed .search-box {
margin-top: 15px;
}
.header .search-box input {
height: 34px;
margin-bottom: 0;
vertical-align: middle;
}
.header .search-box .btn{
margin-left:-5px;
}
.header .search-box form,
.header .search-box input,
.header .search-box .input-append {
margin-bottom: 0;
}
.header .nav li.menu-search span.sep {
top: 10px;
width: 1px;
height: 31px;
background: #eee;
position: relative;
margin: 0 12px 0 5px;
display: inline-block;
}
/***
Slider
***/
.slider-main {
/*z-index: 1;*/
/*position: relative;*/
/*border-bottom: solid 1px #eee;*/
/*max-height:450px !important;*/
/*overflow:hidden;*/
/*margin-bottom: 10px;*/
}
.slide_title_white {
font-family: 'Open Sans';
font-weight: 300;
color:#fff;
text-align:center;
text-transform: uppercase;
font-size:47px;
}
.slide_title_white_bold {
font-weight: 400;
}
.slide_subtitle_white {
border-top:1px solid #fff !important;
border-bottom:1px solid #fff !important;
font-family: 'Open Sans';
font-weight: 300;
padding: 5px 10px;
color:#fff;
text-align:center;
text-transform: uppercase;
font-size:18px;
}
.slider-colored {
z-index: 1;
height: 495px !important;
position: relative;
border-top: solid 1px #eee;
border-bottom: solid 1px #eee;
}
.slide_title, .slide_subtitle, .slide_desc, .slide_btn{
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.slide_title {
font-family: 'Open Sans';
font-weight: 300;
color:#3f5862;
text-transform: uppercase;
font-size:47px;
}
.slide_subtitle {
font-family: 'Open Sans';
font-weight: 400;
background-color: #0088cc;
padding: 5px;
color:#fafafa;
text-transform: uppercase;
font-size:18px;
}
.slide_list_item {
font-family: 'Open Sans';
font-weight: 400;
background-color: #0088cc;
padding: 5px;
color:#fafafa;
text-transform: uppercase;
font-size:14px;
}
.slide_desc {
color:#7b8793;
font-size:14px;
line-height:24px;
}
.slide_desc_bordered {
border-left: 3px solid #ddd !important;
padding-left: 5px;
}
.slide_btn {
font-family: 'Open Sans';
font-weight: 300;
background:#6fc561;
padding:7px 15px;
color:#fff;
font-size:14px;
text-transform: uppercase;
cursor:pointer;
}
.tp-leftarrow.default {
background: #d2d7dc url(../img/sliders/revolution/arrow_left.png) no-repeat center !important;
width:40px !important;
height:50px !important;
}
.tp-rightarrow.default {
background: #d2d7dc url(../img/sliders/revolution/arrow_right.png) no-repeat center !important;
width:40px !important;
height:50px !important;
}
/***
Content and content elements.
***/
/*Services Box*/
.service-box {
margin: 30px -15px;
}
.service-box p {
color: #656565;
font-size: 13px;
}
.service-box .service-box-heading {
padding: 12px 0;
}
.service-box .service-box-heading i {
padding: 0;
-webkit-border-radius: 34px;
-moz-border-radius: 34px;
border-radius: 34px;
font-size:18px;
height:32px;
width:32px;
line-height: 32px;
text-align:center;
vertical-align: baseline;
}
.service-box .service-box-heading i.blue {
color: #0da3e2;
border:1px solid #0da3e2;
}
.service-box .service-box-heading i.red {
color: #db3a1b;
border:1px solid #db3a1b;
}
.service-box .service-box-heading i.green {
color: #35aa47;
border:1px solid #35aa47;
}
.service-box .service-box-heading span {
color: #444;
font-size: 21px;
line-height: 25px;
font-weight: 400;
margin-bottom: 10px;
margin-left: 10px;
display: inline-block;
}
.service-box .service-box-heading [class^="icon-"],
.service-box [class*=" icon-"] {
display: inline-block;
text-align: center;
}
.service-box .service-box-heading [class^="icon-"].icon-large,
.service-box .service-box-heading [class*=" icon-"].icon-large {
/* increased font size for icon-large */
width: 1.5625em;
}
/*Blockquote Box*/
.quote-v1 {
margin: 30px 0px ;
background: #0da3e2;
width: 100%;
overflow: hidden;
}
.quote-v1 a {
margin: 5px;
display: inline-block;
}
.quote-v1 span {
color: #fff;
font-size: 22px;
font-weight: 300;
margin: 13px 5px 8px;
line-height: 26px;
display: inline-block;
}
.quote-v1-inner {
padding: 10px;
}
/*Recent Works*/
.recent-work {
margin: 20px 0;
position: relative;
}
.recent-work .col-md-3 {
padding: 0;
}
.recent-work .col-md-9 {
padding-right: 0;
}
.recent-work a:hover {
text-decoration: none;
}
.recent-work h2 {
margin: 3px 0 10px;
padding-right: 50px;
}
/*Mixed Block*/
.mix-block {
margin: 30px -15px;
}
.mix-block .row {
margin:0;
}
.tab-style-1 .row [class*="col-"] {
padding-left:0;
}
/*Tabs*/
.tab-style-1 ul.nav-tabs {
margin-bottom: 0;
border-bottom-color: #0da3e2;
}
.tab-style-1 ul.nav-tabs > li {
margin-bottom: 0;
margin-right: 3px;
}
.tab-style-1 ul.nav-tabs li > a {
color: #7c858e;
font-size: 14px;
margin-top: 1px;
min-width: 100px;
padding: 5px 15px;
text-align: center;
background: #f4f4f4;
}
.tab-style-1 ul.nav-tabs li > a:hover {
color: #fff;
background: #0da3e2;
border-color: #0da3e2;
}
.tab-style-1 ul.nav-tabs .active > a,
.tab-style-1 ul.nav-tabs .active > a:hover,
.tab-style-1 ul.nav-tabs .active > a:focus {
color: #fff;
background: #0da3e2;
border-color: #0da3e2;
}
.tab-style-1 .tab-content {
padding: 20px 15px;
background: #fafafa;
}
.tab-style-1 .tab-content p {
margin-bottom: 0;
}
.tab-style-1 .tab-content img {
margin: 5px 0 10px;
}
/*Testimonials*/
.testimonials-v1 .carousel {
margin-bottom: 0;
}
.testimonials-v1 .item span.testimonials-slide {
padding: 15px;
color: #8a8a8a;
display: block;
font-size: 14px;
line-height: 20px;
font-style: italic;
background: #f8f8f8 url(../img/corners.png) no-repeat right bottom;
}
.testimonials-v1 .carousel-info {
overflow: hidden;
padding-top: 15px;
background: url(../img/arrow-testimonials.png) no-repeat 83px 0;
}
.testimonials-v1 .carousel-info img {
width: 75px;
height: 75px;
padding: 3px;
border-radius: 150px !important;
border: solid 1px #f5f5f5;
}
.testimonials-v1 .carousel-info {
overflow: hidden;
}
.testimonials-v1 .carousel-info img {
margin-right: 15px;
}
.testimonials-v1 .carousel-info span {
display: block;
}
.testimonials-v1 span.testimonials-name {
color: #0da3e2;
font-size: 16px;
font-weight: 300;
margin: 23px 0 7px;
}
.testimonials-v1 span.testimonials-post {
color: #656565;
font-size: 12px;
}
.testimonials-v1 .left-btn,
.testimonials-v1 .right-btn {
right: 0;
width: 24px;
height: 24px;
bottom: 30px;
position: absolute;
display: inline-block;
}
.testimonials-v1 .left-btn {
right: 25px;
background: url(../img/icons/left.png) no-repeat;
}
.testimonials-v1 .right-btn {
background: url(../img/icons/right.png) no-repeat;
}
.testimonials-v1 .right-btn:hover {
background: url(../img/icons/right-hover.png) no-repeat;
}
.testimonials-v1 .left-btn:hover {
background: url(../img/icons/left-hover.png) no-repeat;
}
/*Steps*/
.front-steps {
padding: 15px 20px 33px;
}
.front-steps p {
color: #fff;
font-size: 12px;
line-height: 18px;
margin-bottom: 0;
}
.front-steps h2 {
color: #f0f0f0;
font-size: 22px;
}
.front-steps.front-step-one h2 {
color: #fefefe;
}
.front-steps.front-step-one {
background: #0da3e2 url(../img/steps/one.png) no-repeat right bottom;
}
.front-steps.front-step-two {
background: #7c858e url(../img/steps/two.png) no-repeat right bottom;
}
.front-steps.front-step-three {
background: #68727c url(../img/steps/three.png) no-repeat right bottom;
}
.front-steps.front-step-one,
.front-steps.front-step-two {
position: relative;
}
.front-steps.front-step-one:after,
.front-steps.front-step-two:after {
top: 50%;
width: 0;
height: 0;
left: 100%;
z-index: 2;
content: " ";
display: block;
margin-top: -1em;
position: absolute;
border-left: 15px solid #36b3e7;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
}
.front-steps.front-step-two:after {
border-left-color: #868e96;
}
.no-space-steps{padding:0 15px;}
/*Clients*/
.our-clients h2{
margin-top: 3px;
margin-bottom: 10px;
}
.clients-list {
margin: 0;
}
.clients-list li {
background: #f9f9f9;
position: relative;
}
.clients-list li img.color-img {
top:0;
left:0;
display:none;
position:absolute;
}
.clients-list li:hover img.color-img {
display:block;
}
/***
Footer
***/
.footer {
padding: 35px 0;
font-size: 13px;
background: #62707f;
}
.footer h2 {
color: #eee;
}
.footer p {
color: #eee;
}
.footer a {
color: #0da3e2;
}
.footer address {
color: #eee;
}
.footer dl.f-twitter {
overflow: hidden;
}
.footer dl.f-twitter dt {
width: 30px;
float: left;
text-align: left;
padding-top: 2px;
}
.footer dl.f-twitter dt i {
color: #fff;
font-size: 20px;
}
.footer dl.f-twitter dd {
color: #eee;
margin-left: 30px;
}
.footer dl.f-twitter dd span {
color: #adbdce;
font-size: 12px;
margin: 0 5px;
}
.footer .blog-photo-stream {
margin-top: 11px;
}
.footer .blog-photo-stream li {
margin: 4px 5px 4px 0;
}
.footer .blog-photo-stream img {
padding: 0;
border: solid 2px #9ca5ae;
}
.footer .blog-photo-stream img:hover {
transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
}
/*subscribe*/
.form-subscribe .form-control:focus {
border-color: #fff;
}
.form-subscribe .theme-btn, .form-subscribe .theme-btn:hover,
.search-box .theme-btn, .search-box .theme-btn:hover {
border: none;
}
/***
Copyright
***/
.copyright {
color: #dee4eb;
font-size: 12px;
padding: 10px 0;
background: #4a5866;
}
.copyright p {
color: #bbb;
margin-top: 7px;
margin-bottom: 0;
}
.copyright p a {
color: #2298ca;
}
.copyright .social-footer {
margin: 8px 0 0;
list-style: none;
text-align: right;
padding: 0;
}
.copyright .social-footer li {
margin-left: 3px;
display: inline-block;
}
.copyright .social-footer li i {
color: #808e9c;
font-size: 18px;
display: inline-block;
}
.copyright .social-footer li i:hover {
color: #fff;
transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
}
.copyright .social-footer li a:hover {
text-decoration: none;
}
/*Breadcrumbs*/
.breadcrumbs {
background: #fcfcfc;
border-top: solid 1px #f5f5f5;
border-bottom: solid 1px #f5f5f5;
}
.breadcrumbs .container{
padding:0;
}
.breadcrumbs h1 {
color: #555;
font-size: 24px;
line-height: 35px;
margin-left: -5px;
margin-top: 10px;
}
.breadcrumbs ul {
top: 10px;
background: none;
margin-bottom: 0;
position: relative;
}
.breadcrumbs li a {
color: #0da3e2;
}
.breadcrumbs ul.breadcrumb {
padding-left: 0;
padding-right: 0;
}
/*Carousel*/
.front-carousel .carousel-control {
margin: 0;
border: none;
height: 35px;
font-size: 24px;
font-weight: normal;
top: 40%;
width: 35px;
background: #222;
opacity: 0.5;
}
.front-carousel .carousel-control:hover {
opacity: 0.6;
}
.front-carousel .carousel-control i {
font-size: 27px;
}
.front-carousel .carousel-control.right i {
position: relative;
left: 1px;
}
.front-carousel .carousel-caption {
padding: 10px 15px 0;
background: rgba(0,0,0,0.5);
left: 0;
right: 0;
bottom: 0;
text-align: left;
}
.front-carousel .carousel-control.left {
left: 0;
}
.front-carousel .carousel-control.right {
right: 0;
}
/*Skils*/
.front-skills span {
color: #555;
display: block;
font-size: 15px;
margin-bottom: 7px;
}
.front-skills .progress {
background: none #f2f2f2;
}
.front-skills .progress .bar {
background: none #0da3e2;
}
.front-skills .progress,
.front-skills .progress .bar {
box-shadow: none;
}
/*Lists*/
.front-lists-v1 li {
font-size: 14px;
margin-bottom: 5px;
}
.front-lists-v2 li {
color: #555;
font-size: 16px;
margin-bottom: 14px;
text-transform: uppercase;
}
.front-lists-v2 li i {
margin-right: 5px;
font-size: 17px;
}
/*Team Blocks*/
.front-team {
margin: 20px 0;
}
.front-team .col-md-3 {
padding: 0 15px 30px 0;
}
.front-team .thumbnail {
border: none;
}
.front-team h3 {
margin:10px 0 12px;
line-height:40px;
}
.front-team h3 a {
color: #0da3e2;
font-size: 20px;
font-weight: 400;
}
.front-team h3 a:hover {
text-decoration: none;
}
.front-team h3 small {
display: block;
font-size: 13px;
}
.front-team ul {
padding: 4px 0 0;
}
.front-team .social-icons {
overflow: hidden;
}
/*Service Box v1*/
.service-box-v1 {
padding: 15px;
text-align: center;
}
.service-box-v1 i {
padding: 15px;
font-size: 35px;
}
.service-box-v1:hover {
background: #0da3e2;
transition:all 0.4s ease-in-out;
-o-transition:all 0.4s ease-in-out;
-moz-transition:all 0.4s ease-in-out;
-webkit-transition:all 0.4s ease-in-out;
}
.service-box-v1:hover i,
.service-box-v1:hover p,
.service-box-v1:hover h2 {
color: #fff;
}
/***
Google Maps
***/
.gmaps {
width: 100%;
}
/* important! bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
.gmaps img {
max-width: none;
}
/***
Blog Page
***/
/*Blog Posts*/
.blog-posts h2 {
margin-top: 0;
}
.blog-posts p {
text-align: justify;
}
.blog-posts .carousel {
margin-bottom: 0;
}
.blog-posts hr.blog-post-sep {
margin: 40px 0;
}
.blog-info {
list-style: none;
margin: 15px 0 12px 0;
padding-left:0;
}
.blog-info li {
padding: 0;
color: #555;
font-size: 13px;
margin-right: 10px;
display: inline-block;
}
.blog-info li i {
color: #0da3e2;
}
.blog-posts .pagination {
margin-top: 40px;
}
/*Blog Sidebar*/
.recent-news {
overflow: hidden;
}
.recent-news h3 {
font-size: 16px;
line-height: 20px;
margin: 0;
}
.recent-news-inner{padding:0;}
.blog-talks .tab-style-1 ul.nav-tabs li > a {
min-width: 50px;
}
.blog-photo-stream li {
overflow: hidden;
margin: 0 5px 8px 0;
display: inline-block;
}
.blog-photo-stream li img {
width: 54px;
height: 54px;
padding: 2px;
border: solid 1px #eee;
}
.blog-photo-stream li img:hover {
border-color: #0da3e2;
box-shadow: 0 0 1px #fff;
transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
}
.blog-tags ul {
list-style: none;
margin: 0;
padding: 0;
}
.blog-tags li {
position: relative;
margin: 0 16px 7px 0;
display: inline-block;
}
.blog-tags li a {
color: #555;
background: #f5f5f5;
display: inline-block;
padding: 3px 5px 3px 3px;
}
.blog-tags li a:hover {
color: #fff;
background: #0da3e2;
text-decoration: none;
}
.blog-tags li a:hover i {
color: #fff;
}
.blog-tags li i {
color: #0da3e2;
margin-right: 5px;
display: inline-block;
}
.blog-tags li a:after {
top: 50%;
width: 0;
left: 100%;
height: 0;
z-index: 2;
content: " ";
display: block;
margin-top: -12px;
position: absolute;
border-left: 12px solid #f5f5f5;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
}
.blog-tags li a:hover:after {
border-left-color: #0da3e2;
}
/* Blog Sidebar categories BEGIN */
.sidebar-categories li a {
padding: 10px 0;
border-bottom: 1px solid #E0DEDE;
color: #333;
}
.sidebar-categories li a:hover {
background: none;
}
.sidebar-categories li > a:hover,
.sidebar-categories li.active > a,
.sidebar-categories li.active:hover > a {
color: #0da3e2;
}
.sidebar-categories li a:before {
content: "ï”";
font-family: FontAwesome !important;
font-size: 8px;
padding-right: 10px;
position: relative;
top: -1px;
}
/* Blog Sidebar categories END */
/***
Blog Item
***/
.blog-item .blog-item-img {
margin: 6px 0 25px;
}
.blog-item .blog-item-img .carousel {
margin-bottom: 0;
}
.blog-item blockquote {
margin: 20px 40px 18px;
border-color: #0da3e2;
}
.blog-item .blog-info {
margin: 20px 0;
padding: 8px 0;
border-top: solid 1px #eee;
border-bottom: solid 1px #eee;
}
.blog-item .blog-info li {
padding-left: 13px;
border-left: solid 1px #eee;
}
.blog-item .blog-info li:first-child {
padding-left: 0;
border-left: none;
}
.blog-item .blog-item-img .carousel-control {
top: 45%;
}
.blog-item img.media-object {
top: 2px;
width: 60px;
height: 60px;
position: relative;
}
.blog-item h4.media-heading {
position: relative;
}
.blog-item h4.media-heading span {
right: 0;
top: 3px;
color: #777;
font-size: 12px;
font-weight: 400;
position: absolute;
}
.blog-item h4.media-heading span a {
color: #0da3e2;
}
/*contact*/
.form-group [class*="col-"] {
padding-left:0;
}
/***
Icons
***/
/***
Social Icons
***/
.social-icons {
padding: 0;
margin: 0;
}
.social-icons:after,
.social-icons:before {
content: "";
display: table;
}
.social-icons:after {
clear: both;
}
.social-icons li {
float:left;
display:inline;
list-style:none;
margin-right:5px;
margin-bottom:5px;
text-indent:-9999px;
}
.social-icons li a,
a.social-icon {
width:28px;
height:28px;
display:block;
background-position:0 0;
background-repeat:no-repeat;
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
background-position:0 -38px;
}
.social-icons-color li a {
opacity: 0.7;
background-position:0 -38px !important;
}
.social-icons-color li a:hover {
opacity: 1;
}
.social-icons .amazon {background: url(../img/icons/social/amazon.png) no-repeat;}
.social-icons .behance {background: url(../img/icons/social/behance.png) no-repeat;}
.social-icons .blogger {background: url(../img/icons/social/blogger.png) no-repeat;}
.social-icons .deviantart {background: url(../img/icons/social/deviantart.png) no-repeat;}
.social-icons .dribbble {background: url(../img/icons/social/dribbble.png) no-repeat;}
.social-icons .dropbox {background: url(../img/icons/social/dropbox.png) no-repeat;}
.social-icons .evernote {background: url(../img/icons/social/evernote.png) no-repeat;}
.social-icons .facebook {background: url(../img/icons/social/facebook.png) no-repeat;}
.social-icons .forrst {background: url(../img/icons/social/forrst.png) no-repeat;}
.social-icons .github {background: url(../img/icons/social/github.png) no-repeat;}
.social-icons .googleplus {background: url(../img/icons/social/googleplus.png) no-repeat;}
.social-icons .jolicloud {background: url(../img/icons/social/jolicloud.png) no-repeat;}
.social-icons .last-fm {background: url(../img/icons/social/last-fm.png) no-repeat;}
.social-icons .linkedin {background: url(../img/icons/social/linkedin.png) no-repeat;}
.social-icons .picasa {background: url(../img/icons/social/picasa.png) no-repeat;}
.social-icons .pintrest {background: url(../img/icons/social/pintrest.png) no-repeat;}
.social-icons .rss {background: url(../img/icons/social/rss.png) no-repeat;}
.social-icons .skype {background: url(../img/icons/social/skype.png) no-repeat;}
.social-icons .spotify {background: url(../img/icons/social/spotify.png) no-repeat;}
.social-icons .stumbleupon {background: url(../img/icons/social/stumbleupon.png) no-repeat;}
.social-icons .tumblr {background: url(../img/icons/social/tumblr.png) no-repeat;}
.social-icons .twitter {background: url(../img/icons/social/twitter.png) no-repeat;}
.social-icons .vimeo {background: url(../img/icons/social/vimeo.png) no-repeat;}
.social-icons .wordpress {background: url(../img/icons/social/wordpress.png) no-repeat;}
.social-icons .xing {background: url(../img/icons/social/xing.png) no-repeat;}
.social-icons .yahoo {background: url(../img/icons/social/yahoo.png) no-repeat;}
.social-icons .youtube {background: url(../img/icons/social/youtube.png) no-repeat;}
.social-icons .vk {background: url(../img/icons/social/vk.png) no-repeat;}
.social-icons .instagram {background: url(../img/icons/social/instagram.png) no-repeat;}
/*Fixing dropdown issue on mobile devices in Bootstrap 3.2.2*/
.dropdown-backdrop {
position: static;
}
/***
Styler Panel
***/
.color-panel {
z-index: 999;
position:fixed;
top:120px;
right:0px;
}
.color-panel .color-mode-icons {
top:4px;
right:0;
padding:20px;
cursor:pointer;
position:absolute;
}
.color-panel .icon-color {
background:#c9c9c9 url(../img/icon-color.png) center no-repeat !important;
}
.color-panel .icon-color:hover {
background-color:#3d3d3d !important;
}
.color-panel .icon-color-close {
display:none;
background:#3d3d3d url(../img/icon-color-close.png) center no-repeat !important;
}
.color-panel .icon-color-close:hover {
background-color:#222 !important;
}
.color-mode {
top:5px;
right:40px;
width:200px;
display:none;
padding:20px 10px 25px;
position:absolute;
background:#3d3d3d;
}
.color-mode ul,
.color-mode label {
}
.color-mode p {
color:#cfcfcf;
padding:0 15px;
font-size:15px;
}
.color-mode ul {
list-style:none;
padding:4px 11px 5px;
display: block;
margin-bottom: 1px !important;
}
.color-mode li {
width:28px;
height:28px;
margin:0 4px;
cursor:pointer;
list-style:none;
border:solid 1px #707070;
display:inline-block;
padding: 0 5px;
}
.color-mode li:hover,
.color-mode li.current {
border:solid 1px #ebebeb;
}
.color-mode li.current {
border:solid 2px #ebebeb;
}
.color-mode li.color-blue {
background:#0da3e2;
}
.color-mode li.color-red {
background:#db3a1b;
}
.color-mode li.color-green {
background:#35aa47;
}
.color-mode li.color-orange {
background:#ff8503;
}
.color-mode label {
color:#cfcfcf;
border-top:1px solid #585858;
padding: 10px 10px 0;
margin: 0 5px;
display: block;
}
.color-mode label span {
text-transform:uppercase;
}
.color-mode label > span {
display: inline-block;
width: 85px;
}
.color-mode label > select {
margin-top: 5px;
text-transform: lowercase;
}
.color-mode label span.color-mode-label {
top:2px;
position:relative;
}
/***
BXSlider
***/
.bxslider-container {
}
.bxslider,
.bxslider1 {
display: none;
}
.buttons-page .btn {
margin-bottom: 5px !important;
}
[class^="icon-"], [class*=" icon-"] {
display: inline-block;
font-size: 14px;
line-height: 14px;
margin-top: 1px;
}
/***
Custom icon buttons
***/
.icon-btn {
height: 60px;
min-width: 80px;
margin: 0 5px 5px 0;
border: 1px solid #ddd;
padding: 12px 0px 0px 0px;
background-color: #fafafa !important;
background-image: none !important;
filter:none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
display:inline-block !important;
color: #646464 !important;
text-shadow: none !important;
text-align: center;
cursor: pointer;
position: relative;
-webkit-transition: all 0.3s ease !important;
-moz-transition: all 0.3s ease !important;
-ms-transition: all 0.3s ease !important;
-o-transition: all 0.3s ease !important;
transition: all 0.3s ease !important;
}
.icon-btn i {
font-size: 18px;
}
.ie8 .icon-btn:hover {
filter: none !important;
}
.icon-btn:hover {
text-decoration: none !important;
border-color: #999 !important;
color: #444 !important;
text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
-webkit-transition: all 0.3s ease !important;
-moz-transition: all 0.3s ease !important;
-ms-transition: all 0.3s ease !important;
-o-transition: all 0.3s ease !important;
transition: all 0.3s ease !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.icon-btn:hover .badge {
-webkit-transition: all 0.3s ease !important;
-moz-transition: all 0.3s ease !important;
-ms-transition: all 0.3s ease !important;
-o-transition: all 0.3s ease !important;
transition: all 0.3s ease !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.icon-btn div {
font-family: 'Open Sans', sans-serif;
margin-top: 5px;
margin-bottom: 10px;
color: #000;
font-size: 12px;
font-weight: 300;
}
.icon-btn .badge {
position: absolute;
font-family: 'Open Sans', sans-serif;
font-size: 11px !important;
font-weight: 300;
top: -5px;
right: -5px;
padding: 3px 6px 3px 6px;
color: white !important;
text-shadow: none;
border-width: 0;
border-style: solid;
-webkit-border-radius: 12px !important;
-moz-border-radius: 12px !important;
border-radius: 12px !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/***
Notes
***/
/* Common styles for all types */
.note {
margin: 0 0 20px 0;
padding: 15px 30px 15px 15px;
border-left: 5px solid #eee;
}
.note h1,
.note h2,
.note h3,
.note h4 {
margin-top: 0;
}
.note p:last-child {
margin-bottom: 0;
}
.note code,
.note .highlight {
background-color: #fff;
}
/* Variations */
.note-danger {
background-color: #FAEAE6;
border-color: #ed4e2a;
}
.note-warning {
background-color: #FCF3E1;
border-color: #fcb322;
}
.note-info {
background-color: #E8F6FC;
border-color: #57b5e3;
}
.note-success {
background-color: #EBFCEE;
border-color: #3cc051;
}
/***
Demo Utils
***/
.scrollspy-example {
position: relative;
height: 200px;
margin-top: 10px;
overflow: auto;
}
.util-btn-margin-bottom-5 .btn {
margin-bottom: 5px !important;
}
.util-btn-group-margin-bottom-5 .btn-group {
margin-bottom: 5px !important;
}
.fontawesome-demo i {
font-size: 18px;
}
.fontawesome-demo li {
padding-top: 5px;
padding-bottom: 5px;
}
.glyphicons-demo ul {
padding-left: 0;
padding-bottom: 1px;
margin-bottom: 20px;
list-style: none;
overflow: hidden;
}
.bs-glyphicons {
padding-left: 0;
padding-bottom: 1px;
margin-bottom: 20px;
list-style: none;
overflow: hidden;
}
.glyphicons-demo ul li {
float: left;
width: 25%;
height: 115px;
padding: 10px;
margin: 0 -1px -1px 0;
font-size: 12px;
line-height: 1.4;
text-align: center;
border: 1px solid #ddd;
}
.glyphicons-demo .glyphicon {
display: block;
margin: 5px auto 10px;
font-size: 24px;
}
.glyphicons-demo ul li:hover {
background-color: rgba(86,61,124,.1);
}
@media (min-width: 768px) {
.glyphicons-demo ul li {
width: 12.5%;
}
}
/* left, right aligned form actions */
.form-actions.right {
padding-left: 0;
padding-right: 10px;
text-align: right;
}
.form-actions.left {
padding-left: 10px;
padding-right: 0;
text-align: left;
}
/* Checkboxes */
.form-group .checkbox {
padding-left: 0;
}
.checkbox-list > label {
display: block;
}
.checkbox-list > label.checkbox-inline {
display: inline-block;
}
.checkbox-list > label.checkbox-inline:first-child {
padding-left: 0;
}
/* Radios */
.radio-list > label {
display: block;
}
.radio-list > label.radio-inline {
display: inline-block;
}
.radio-list > label.radio-inline:first-child {
padding-left: 0;
}
.form-horizontal .radio-list .radio {
position: relative;
top: -1px;
padding-top: 0;
}
/* Rows seperated form layout */
.form-row-seperated .form-group {
margin: 0;
border-bottom: 1px solid #efefef;
padding: 10px 10px 10px 0px;
}
.form-row-seperated .form-group.last {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 10px;
}
.form-row-seperated .form-actions {
margin-top: 0;
}
.form-row-seperated .form-body {
padding: 0;
margin-top: 0;
}
.form-row-seperated .help-block {
margin-bottom: 0;
}
/* form bordered */
.form-bordered .form-body {
margin: 0;
padding: 0;
}
.form-bordered .form-actions {
margin-top: 0;
}
.form-bordered .form-group {
margin: 0;
border-bottom: 1px solid #efefef;
}
.form-bordered .form-group.last {
border-bottom: 0;
}
.form-bordered .help-block {
margin-bottom: 0;
}
.form-bordered .control-label {
padding-top: 16px;
}
.form-bordered .form-group > div {
padding: 10px;
border-left: 1px solid #efefef;
}
.form-bordered .form-actions.fluid > .row > div {
padding-left: 10px;
}
.form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(even) {
background-color: #fcfcfc;
}
.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
background-color: #fcfcfc;
}
.form-horizontal.form-bordered.form-row-stripped .form-control {
background: #fff !important;
}
.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) > div {
background-color: #ffffff;
}
/***
Bordered form layout
***/
.form-bordered .form-control {
margin: 0;
}
/***
Input icons
***/
/* input with right aligned and colored icons */
/* input with left aligned icons */
.input-icon {
position: relative;
}
.input-icon input {
padding-left: 33px !important;
}
.input-icon i {
color: #ccc;
display: block;
position: absolute;
margin: 9px 2px 4px 10px;
width: 16px;
height: 16px;
font-size: 16px;
text-align: center;
}
.input-icon.right input {
padding-left: 12px !important;
padding-right: 33px !important;
}
.input-icon.right i {
right: 8px;
float: right;
}
.has-success .input-icon > i {
color: #468847;
}
.has-warning .input-icon > i {
color: #c09853;
}
.has-error .input-icon > i {
color: #b94a48;
}
/*Extra Button style*/
a.btn-medium {
font-size: 20px;
padding: 10px 20px;
}
a.btn-transparent {
color: #fff;
font-size: 16px;
padding: 8px 18px;
white-space: nowrap;
text-decoration: none;
border: solid 1px #fff;
background: none transparent;
}
a.btn-transparent:hover {
background: #15aeee;
transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
.panel-primary .panel-title {
color: #fff;
}
.panel-success .panel-title {
color: #468847;
}
.panel-info .panel-title {
color: #3A87AD;
}
.panel-warning .panel-title {
color: #C09853;
}
.panel-danger .panel-title {
color: #B94A48;
}
/***
Vertical inline menu
***/
.ver-inline-menu {
padding: 0;
margin: 0;
list-style: none;
border-left: solid 2px #0DA3E2;
}
.ver-inline-menu li {
position: relative;
margin-bottom: 1px;
}
.ver-inline-menu li a {
font-size: 14px;
color: #7C858E;
display: block;
background: #F4F4F4;
padding: 12px 10px 11px 8px;
}
.ver-inline-menu li:hover a{
background: #0DA3E2;
text-decoration: none;
color: #fff;
}
.ver-inline-menu li.active a{
color: #fff;
background: #0DA3E2;
text-decoration: none;
}
.ver-inline-menu li.active:after {
content: '';
display: inline-block;
border-bottom: 6px solid transparent;
border-top: 6px solid transparent;
border-left: 6px solid #0DA3E2;
position: absolute;
top: 16px;
right: -5px;
}
/***
Font awesome icons styles
***/
.fontawesome-icon-list [class^="fa-"],
.fontawesome-icon-list [class*=" fa-"],
li [class^="fa-"],
li [class*=" fa-"] {
display: inline-block;
width: 1.25em;
text-align: center;
}
.fontawesome-icon-list [class^="fa-"].icon-large,
.fontawesome-icon-list [class*=" fa-"].icon-large,
li [class^="fa-"].icon-large,
li [class*=" fa-"].icon-large {
width: 1.5625em;
}
.fontawesome-icon-list .col-md-3 {
height: 32px;
line-height: 32px;
}
/* login & signup styles */
.login-signup-page{
padding: 50px auto 30px;
}
.login-signup-page form{
background: #FEFEFE;
border: 1px solid #E0DEDE;
box-shadow: 0 0 3px #E0DEDE;
padding: 10px 30px 30px;
}
.login-signup-page h2{
margin-bottom: 15px;
}
.login-signup-page .input-group{
position: relative;
}
.login-signup-page .login-signup-forgot-link{
position: absolute;
right: 12px;
top: 7px;
font-size: 14px;
}
.login-signup-page .checkbox{
padding-left: 0;
}
#map_canvas{
width:100%;
height:500px;
}/*
Template Name: Metronic - Responsive Website Template build with Twitter Bootstrap 3.0
Version: 1.5.2
Author: KeenThemes
Website: http://www.keenthemes.com/preview/?theme=metronic_frontend
Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469
*/
/***
Import fonts
***/
/*** load open sans font from Google Fonts
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
***/
/* load open sans font from local */
@import url(../css/font-awesome.css);
/* General body settings */
body {
color: #000;
font-size:13px;
direction: ltr;
margin: 0 !important;
padding: 0 !important;
font-family: 'Open Sans' !important;
overflow-x: hidden;
}
/*********************
GENERAL UI COLORS
*********************/
/***
Colors
***/
.color-red { color: #e02222;}
.color-blue { color: #0da3e2;}
.color-grey { color: #555555;}
.color-green { color: #35aa47;}
.color-yellow { color: #ffb848;}
.color-purple { color: #852b99;}
.color-light-red { color: #ff5400;}
.color-light-blue { color: #bfd5fa;}
.color-light-grey { color: #fafafa;}
.color-light-green { color: #78df1d;}
/*********************
GENERAL RESET & SETUP
*********************/
/***
General typography
***/
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
font-family: inherit;
}
h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
padding-bottom: 10px;
}
h2, h2 a {
color: #444;
font-size: 21px;
font-weight: 400;
line-height: 26px;
text-decoration: none;
}
h2 a:hover {
color: #0da3e2;
text-decoration: none;
transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
h3 {
color: #222;
}
/***
Apply fix for font awesome icons.
***/
[class^="fa-"],
[class*=" fa-"],
[class^="fa-"]:hover,
[class*=" fa-"]:hover {
background: none !important;
}
/***
ie8 & ie9 modes
***/
.visible-ie8 {
display: none;
}
.ie8 .visible-ie8 {
display: inherit !important;
}
.visible-ie9 {
display: none;
}
.ie9 .visible-ie9 {
display: inherit !important;
}
.hidden-ie8 {
display: inherit;
}
.ie8 .hidden-ie8 {
display: none !important;
}
.hidden-ie9 {
display: inherit;
}
.ie9 .hidden-ie9 {
display: none !important;
}
/***
General More Link
***/
a.more {
font-size: 13px;
font-weight: 400 !important;
font-family: 'Open Sans' !important;
}
a.more i {
font-size: 12px;
}
/***
Fix link outlines after click
***/
a,a:focus, a:hover, a:active {
outline: 0;
}
/***
IE8 fix for form input height in fluid rows
***/
.ie8 .row-fluid [class*="span"] {
min-height: 20px !important;
}
/***
Fix grid offset used for reponsive layout handling(refer app.js=>handleResponsive)
***/
.fix-offset {
margin-left: 0px !important;
}
/***
Misc tools
***/
.clearfix {
clear: both;
}
.visible-ie8 {
display: none
}
.no-padding {
padding: 0px !important;
}
.no-margin {
margin: 0px !important;
}
.no-bottom-space {
padding-bottom:0px !important;
margin-bottom: 0px !important;
}
.no-top-space {
padding-top:0px !important;
margin-top: 0px !important;
}
.space5 {
display: block;
height: 5px !important;
clear: both;
}
.space7 {
height: 7px !important;
clear: both;
}
.space10 {
height: 10px !important;
clear: both;
}
.space12 {
height: 12px !important;
clear: both;
}
.space15 {
height: 15px !important;
clear: both;
}
.space20 {
height: 20px !important;
clear: both;
}
.no-space {
margin: 0px !important;
padding: 0px !important;
}
.no-text-shadow {
text-shadow: none !important;
}
.no-left-padding {
padding-left: 0 !important;
}
.no-left-margin {
margin-left: 0 !important;
}
.margin-bottom-10 {
margin-bottom: 10px !important;
}
.margin-top-10 {
margin-top: 10px !important;
}
.margin-top-50 {
margin-top: 50px !important;
}
.margin-bottom-15 {
margin-bottom: 15px !important;
}
.margin-bottom-20 {
margin-bottom: 20px !important;
}
.margin-bottom-30 {
margin-bottom: 30px !important;
}
.margin-bottom-40 {
margin-bottom: 40px !important;
}
.margin-top-20 {
margin-top: 20px !important;
}
.margin-bottom-25 {
margin-bottom: 25px !important;
}
.margin-right-10 {
margin-right: 10px !important;
}
.margin-right-20 {
margin-right: 20px !important;
}
.margin-left-10 {
margin-left: 10px !important;
}
.margin-left-0 {
margin-left: 0 !important;
}
.padding-left-0 {
padding-left: 0 !important;
}
.hide {
display: none;
}
.bold {
font-weight:600 !important;
}
.fix-margin {
margin-left: 0px !important
}
.border {
border: 1px solid #ddd
}
.inline {
display: inline;
}
hr {
margin: 20px 0;
border: 0;
border-top: 1px solid #E0DFDF;
border-bottom: 1px solid #FEFEFE;
}
/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport{
width: auto !important;
}
/*Global classes*/
.container {
padding: 0 10px;
}
a.our-app{
padding: 20px;
background-color: #0DA3E2;
font-size: 15px;
font-weight: 700;
color: #fff;
margin-left: 45%;
}
.about-min-hight {
min-height: 800px;
}
.franchises-min-hight {
min-height: 250px;
}
.min-hight {
min-height: 500px;
}
/*.page-header-fixed .slider-clients {
margin-top: 50
}*/
/********************
GENERAL LAYOUT
*********************/
/***
Top Bar
***/
.front-topbar {
border-bottom: solid 1px #f5f5f5;
margin-top: -1px;
}
.front-topbar ul{
padding-left:0;
margin-bottom: 0;
}
.front-topbar li {
padding: 6px 5px;
display: inline-block;
}
.front-topbar a,
.front-topbar li {
color: #999;
font-size: 12px;
}
.front-topbar li.sep span {
color: #eee;
font-size: 11px;
}
.front-topbar li i.topbar-info-icon {
margin-right: 3px;
}
/*Social Icons*/
.front-topbar .topbar-social {
text-align: right;
}
.front-topbar .topbar-social ul{
margin-right:15px;
}
.front-topbar .topbar-social li {
padding: 0;
}
.front-topbar .topbar-social i {
color: #bbb;
opacity: 0.7;
font-size: 15px;
padding: 9px 5px 8px;
display: inline-block;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.front-topbar .topbar-social a:hover {
text-decoration: none;
}
.front-topbar .topbar-social a:hover i {
color: #999;
opacity: 1;
}
.front-topbar .topbar-social a:hover i {
transition: background 0.9s ease;
-o-transition: background 0.9s ease;
-moz-transition: background 0.9s ease;
-webkit-transition: background 0.9s ease;
}
.front-topbar .topbar-social a:hover i.icon-facebook {
color: #fff;
background: #677fb1 !important;
}
.front-topbar .topbar-social a:hover i.icon-twitter {
color: #fff;
background: #04a5e9 !important;
}
.front-topbar .topbar-social a:hover i.icon-google-plus {
color: #fff;
background: #e14544 !important;
}
.front-topbar .topbar-social a:hover i.icon-linkedin {
color: #fff;
background: #28afd1 !important;
}
.front-topbar .topbar-social a:hover i.icon-youtube {
color: #fff;
background: #e36c6e !important;
}
.front-topbar .topbar-social a:hover i.icon-skype {
color: #fff;
background: #3fd0fa !important;
}
/* */
.front-topbar .login-reg-links {
text-align: right;
}
.front-topbar .login-reg-links ul{
margin-right: 15px;
}
/***
Header and header elements.
***/
/*Navigation*/
.header {
z-index: 999;
position: relative;
box-shadow: 0 1px 3px #ddd;
background: #fff;
filter:none;
border: none;
padding-left: 0;
padding-right: 0;
border-radius: 0;
}
.ie8 .header {
border-bottom: 1px solid #eee;
}
.header .navbar-collapse {
position: relative;
}
.page-header-fixed .header {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
.scrolling-fixed.header {
opacity: 0.95;
}
.page-header-fixed .page-container {
margin-top: 75px;
}
.navbar {
margin-bottom: 0;
}
.header a.brand {
font-size: 23px;
font-weight: 400;
}
.header a.brand b {
color: #0da3e2;
font-weight: 400;
}
.header a.brand span {
color: #b0b0b0;
display: block;
font-size: 12px;
}
.header .nav li:first-child {
margin-left: 0;
}
.navbar-brand{
-moz-transition:padding 0.3s ease-in-out;
-webkit-transition:padding 0.3s ease-in-out;
-o-transition:padding 0.3s ease-in-out;
transition:padding 0.3s ease-in-out;
position: relative;
z-index: 2;
}
.scrolling-fixed .navbar-brand{
padding:0 15px;
}
.header a.logo-v1 img {
-moz-transition:width 0.2s ease-in-out;
-webkit-transition:width 0.2s ease-in-out;
-o-transition:width 0.2s ease-in-out;
transition:width 0.2s ease-in-out;
-moz-transition:height 0.2s ease-in-out;
-webkit-transition:height 0.2s ease-in-out;
-o-transition:height 0.2s ease-in-out;
transition:height 0.2s ease-in-out;
-moz-transition:margin 0.2s ease-in-out;
-webkit-transition:margin 0.2s ease-in-out;
-o-transition:margin 0.2s ease-in-out;
transition:margin 0.2s ease-in-out;
}
.header .navbar-nav li a {
color: #333;
font-size: 15px;
font-weight: 400;
text-shadow: none;
position: relative;
padding: 26px 16px 27px;
border-top: solid 2px #fff;
-moz-transition:padding 0.3s ease-in-out;
-webkit-transition:padding 0.3s ease-in-out;
-o-transition:padding 0.3s ease-in-out;
transition:padding 0.3s ease-in-out;
}
.header.scrolling-fixed .nav li a{
padding: 14px 16px;
}
.header .nav li > a:hover,
.header .nav li.active > a,
.header .nav li.active:hover > a {
color: #0da3e2;
border-radius: 0;
text-shadow: none;
padding-top: 26px;
box-shadow: none !important;
border-top: solid 2px #0da3e2;
}
.header.scrolling-fixed .nav li > a:hover,
.header.scrolling-fixed .nav li.active > a,
.header.scrolling-fixed .nav li.active:hover > a {
padding-top: 14px;
}
.header .nav>li>a:focus,
.header .nav>li>a:hover {
color: #888;
}
.header ul.nav {
float: right;
margin-right: 0;
}
.header .in.collapse ul {
margin-top: 0;
}
.header .in.collapse li a:hover {
color: #fff;
background: #0da3e2;
}
.header .in.collapse li.active > a,
.header .in.collapse li.active:hover > a {
color: #fff;
background: #0da3e2;
}
/*Navigation Toggle Icon*/
.header .navbar-btn {
border: none;
padding:10px;
margin-top: 10px;
border-radius: 0;
background:#0da3e2;
}
.header .navbar-btn:hover {
background:#0a8ec5 !important;
}
.header .navbar-btn span,
.header .navbar-btn:hover span {
background:#fff !important;
box-shadow:none !important;
}
.navbar-default .navbar-toggle .icon-bar{background-color:#fff !important;}
/*Navigation Dropdown*/
.header .dropdown-menu {
border: none;
box-shadow: none;
min-width: 185px;
border-bottom: none;
border-left: solid 1px #eee;
border-right: solid 1px #eee;
border-top: solid 2px #0da3e2;
padding: 0;
}
.header .dropdown-menu li {
margin-left: 0;
border-bottom: solid 1px #f5f5f5;
}
.header .dropdown-menu li a {
color: #444;
font-size: 14px;
font-weight: 300;
padding: 9px 15px !important;
text-transform: inherit;
-moz-transition:none;
-webkit-transition:none;
-o-transition:none;
transition:none;
border: none !important;
}
.header .nav .dropdown-menu li a:hover,
.header .nav li.active .dropdown-menu li a:hover {
border: none;
color: #444 !important;
background: #fdfdfd !important;
}
.header .nav li.active .dropdown-menu li.active a {
border: none !important;
color: #444 !important;
background: #f7f9fa !important;
}
.header .nav > li >.dropdown-menu:after,
.header .nav > li >.dropdown-menu:before {
border: none;
}
.header .nav li.dropdown.open>.dropdown-toggle {
color: #0da3e2;
background: none;
}
.header .nav li.dropdown .dropdown-toggle i {
font-size: 12px;
}
.header .in.collapse li.dropdown.active > a,
.header .in.collapse li.dropdown.active:hover > a {
color: #fff;
background: #0da3e2;
}
.header .nav > li.dropdown.open.active > a:hover,
.header .nav > li.dropdown.open.active > a:focus {
border-color: #0da3e2;
}
/*Menu Search*/
.header .nav li.menu-search {
position: relative;
padding: 15px 0;
-moz-transition:padding 0.3s ease-in-out;
-webkit-transition:padding 0.3s ease-in-out;
-o-transition:padding 0.3s ease-in-out;
transition:padding 0.3s ease-in-out;
}
.scrolling-fixed.header .nav li.menu-search{
padding:0;
}
.header .nav li.menu-search i {
color: #bbb;
font-size: 16px;
cursor: pointer;
}
.header .nav li.menu-search i:hover {
color: #0da3e2;
}
.header .search-box {
right: 0;
top: 100%;
padding: 10px;
display: none;
background: #fff;
position: absolute;
border: solid 1px #eee;
border-top: none !important;
margin-top: 10px;
}
.scrolling-fixed .search-box {
margin-top: 15px;
}
.header .search-box input {
height: 34px;
margin-bottom: 0;
vertical-align: middle;
}
.header .search-box .btn{
margin-left:-5px;
}
.header .search-box form,
.header .search-box input,
.header .search-box .input-append {
margin-bottom: 0;
}
.header .nav li.menu-search span.sep {
top: 10px;
width: 1px;
height: 31px;
background: #eee;
position: relative;
margin: 0 12px 0 5px;
display: inline-block;
}
/***
Slider
***/
/*modified*/
.slider-main {
z-index: 1;
position: relative;
border-bottom: solid 1px #eee;
max-width: 1200px !important;
max-height:350px !important;
overflow:hidden;
margin-bottom: 10px;
/*margin-left: -15px !important;*/
/*margin-right: -15px !important;*/
}
/*Original css*/
/*.slider-clients-main {*/
/*z-index: 1;*/
/*position: relative;*/
/*border-bottom: solid 1px #eee;*/
/*max-height:450px !important;*/
/*overflow:hidden;*/
/*margin-bottom: 10px;*/
/*}*/
.slide_title_white {
font-family: 'Open Sans';
font-weight: 300;
color:#fff;
text-align:center;
text-transform: uppercase;
font-size:47px;
}
.slide_title_white_bold {
font-weight: 400;
}
.slide_subtitle_white {
border-top:1px solid #fff !important;
border-bottom:1px solid #fff !important;
font-family: 'Open Sans';
font-weight: 300;
padding: 5px 10px;
color:#fff;
text-align:center;
text-transform: uppercase;
font-size:18px;
}
.slider-colored {
z-index: 1;
height: 495px !important;
position: relative;
border-top: solid 1px #eee;
border-bottom: solid 1px #eee;
}
.slide_title, .slide_subtitle, .slide_desc, .slide_btn{
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.slide_title {
font-family: 'Open Sans';
font-weight: 300;
color:#3f5862;
text-transform: uppercase;
font-size:47px;
}
.slide_subtitle {
font-family: 'Open Sans';
font-weight: 400;
background-color: #0088cc;
padding: 5px;
color:#fafafa;
text-transform: uppercase;
font-size:18px;
}
.slide_list_item {
font-family: 'Open Sans';
font-weight: 400;
background-color: #0088cc;
padding: 5px;
color:#fafafa;
text-transform: uppercase;
font-size:14px;
}
.slide_desc {
color:#7b8793;
font-size:14px;
line-height:24px;
}
.slide_desc_bordered {
border-left: 3px solid #ddd !important;
padding-left: 5px;
}
.slide_btn {
font-family: 'Open Sans';
font-weight: 300;
background:#6fc561;
padding:7px 15px;
color:#fff;
font-size:14px;
text-transform: uppercase;
cursor:pointer;
}
.tp-leftarrow.default {
background: url(../img/sliders/revolution/arrow_left.png) no-repeat center !important;
/*background: #d2d7dc url(../img/sliders/revolution/arrow_left.png) no-repeat center !important;*/
width:30px !important;
height:30px !important;
top: 50% !important;
}
.tp-rightarrow.default {
background: url(../img/sliders/revolution/arrow_right.png) no-repeat center !important;
/*background: #d2d7dc url(../img/sliders/revolution/arrow_right.png) no-repeat center !important;*/
width:30px !important;
height:30px !important;
/*border-radius: 50%;*/
top: 50% !important;
}
@media (max-width: 767px) {
.tp-leftarrow.default {
background: url(../img/sliders/revolution/arrow_left.png) no-repeat center !important;
/*background: #d2d7dc url(../img/sliders/revolution/arrow_left.png) no-repeat center !important;*/
width:30px !important;
height:30px !important;
top: 50% !important;
}
.tp-rightarrow.default {
background: url(../img/sliders/revolution/arrow_right.png) no-repeat center !important;
/*background: #d2d7dc url(../img/sliders/revolution/arrow_right.png) no-repeat center !important;*/
width:30px !important;
height:30px !important;
top: 50% !important;
}
}
@media (max-width: 768px) {
.tp-leftarrow.default {
background: url(../img/sliders/revolution/arrow_left.png) no-repeat center !important;
width:30px !important;
height:30px !important;
top: 50% !important;
}
.tp-rightarrow.default {
background: url(../img/sliders/revolution/arrow_right.png) no-repeat center !important;
width:30px !important;
height:30px !important;
top: 50% !important;
}
}
/***
Content and content elements.
***/
/*Services Box*/
.service-box {
margin: 30px -15px;
}
.service-box p {
color: #656565;
font-size: 13px;
}
.service-box .service-box-heading {
padding: 12px 0;
}
.service-box .service-box-heading i {
padding: 0;
-webkit-border-radius: 34px;
-moz-border-radius: 34px;
border-radius: 34px;
font-size:18px;
height:32px;
width:32px;
line-height: 32px;
text-align:center;
vertical-align: baseline;
}
.service-box .service-box-heading i.blue {
color: #0da3e2;
border:1px solid #0da3e2;
}
.service-box .service-box-heading i.red {
color: #db3a1b;
border:1px solid #db3a1b;
}
.service-box .service-box-heading i.green {
color: #35aa47;
border:1px solid #35aa47;
}
.service-box .service-box-heading span {
color: #444;
font-size: 21px;
line-height: 25px;
font-weight: 400;
margin-bottom: 10px;
margin-left: 10px;
display: inline-block;
}
.service-box .service-box-heading [class^="icon-"],
.service-box [class*=" icon-"] {
display: inline-block;
text-align: center;
}
.service-box .service-box-heading [class^="icon-"].icon-large,
.service-box .service-box-heading [class*=" icon-"].icon-large {
/* increased font size for icon-large */
width: 1.5625em;
}
/*Blockquote Box*/
.quote-v1 {
margin: 30px 0;
background: #0da3e2;
width: 100%;
overflow: hidden;
}
.quote-v1 a {
margin: 5px;
display: inline-block;
}
.quote-v1 span {
color: #fff;
font-size: 22px;
font-weight: 300;
margin: 13px 5px 8px;
line-height: 26px;
display: inline-block;
}
.quote-v1-inner {
padding: 10px;
}
/*Recent Works*/
.recent-work {
margin: 20px 0;
position: relative;
}
.recent-work .col-md-3 {
padding: 0;
}
.recent-work .col-md-9 {
padding-right: 0;
}
.recent-work a:hover {
text-decoration: none;
}
.recent-work h2 {
margin: 3px 0 10px;
padding-right: 50px;
}
/*Mixed Block*/
.mix-block {
margin: 30px -15px;
}
.mix-block .row {
margin:0;
}
.tab-style-1 .row [class*="col-"] {
padding-left:0;
}
/*Tabs*/
.tab-style-1 ul.nav-tabs {
margin-bottom: 0;
border-bottom-color: #0da3e2;
}
.tab-style-1 ul.nav-tabs > li {
margin-bottom: 0;
margin-right: 3px;
}
.tab-style-1 ul.nav-tabs li > a {
color: #7c858e;
font-size: 14px;
margin-top: 1px;
min-width: 100px;
padding: 5px 15px;
text-align: center;
background: #f4f4f4;
}
.tab-style-1 ul.nav-tabs li > a:hover {
color: #fff;
background: #0da3e2;
border-color: #0da3e2;
}
.tab-style-1 ul.nav-tabs .active > a,
.tab-style-1 ul.nav-tabs .active > a:hover,
.tab-style-1 ul.nav-tabs .active > a:focus {
color: #fff;
background: #0da3e2;
border-color: #0da3e2;
}
.tab-style-1 .tab-content {
padding: 20px 15px;
background: #fafafa;
}
.tab-style-1 .tab-content p {
margin-bottom: 0;
}
.tab-style-1 .tab-content img {
margin: 5px 0 10px;
}
/*Testimonials*/
.testimonials-v1 .carousel {
margin-bottom: 0;
}
.testimonials-v1 .item span.testimonials-slide {
padding: 15px;
color: #8a8a8a;
display: block;
font-size: 14px;
line-height: 20px;
font-style: italic;
/*background: #f8f8f8 url(../img/corners.png) no-repeat right bottom;*/
}
.testimonials-v1 .carousel-info {
overflow: hidden;
padding-top: 15px;
/*background: url(../img/arrow-testimonials.png) no-repeat 83px 0;*/
}
.testimonials-v1 .carousel-info img {
width: 75px;
height: 75px;
padding: 3px;
border-radius: 150px !important;
border: solid 1px #f5f5f5;
}
.testimonials-v1 .carousel-info {
overflow: hidden;
}
.testimonials-v1 .carousel-info img {
margin-right: 15px;
}
.testimonials-v1 .carousel-info span {
display: block;
}
.testimonials-v1 span.testimonials-name {
color: #0da3e2;
font-size: 16px;
font-weight: 300;
margin: 23px 0 7px;
}
.testimonials-v1 span.testimonials-post {
color: #656565;
font-size: 12px;
}
.testimonials-v1 .left-btn,
.testimonials-v1 .right-btn {
right: 0;
width: 24px;
height: 24px;
bottom: 30px;
position: absolute;
display: inline-block;
}
.testimonials-v1 .left-btn {
right: 25px;
/*background: url(../img/icons/left.png) no-repeat;*/
}
.testimonials-v1 .right-btn {
/*background: url(../img/icons/right.png) no-repeat;*/
}
.testimonials-v1 .right-btn:hover {
/*background: url(../img/icons/right-hover.png) no-repeat;*/
}
.testimonials-v1 .left-btn:hover {
/*background: url(../img/icons/left-hover.png) no-repeat;*/
}
/*Steps*/
.front-steps {
padding: 15px 20px 33px;
}
.front-steps p {
color: #fff;
font-size: 12px;
line-height: 18px;
margin-bottom: 0;
}
.front-steps h2 {
color: #f0f0f0;
font-size: 22px;
}
.front-steps.front-step-one h2 {
color: #fefefe;
}
.front-steps.front-step-one {
/*background: #0da3e2 url(../img/steps/one.png) no-repeat right bottom;*/
}
.front-steps.front-step-two {
/*background: #7c858e url(../img/steps/two.png) no-repeat right bottom;*/
}
.front-steps.front-step-three {
/*background: #68727c url(../img/steps/three.png) no-repeat right bottom;*/
}
.front-steps.front-step-one,
.front-steps.front-step-two {
position: relative;
}
.front-steps.front-step-one:after,
.front-steps.front-step-two:after {
top: 50%;
width: 0;
height: 0;
left: 100%;
z-index: 2;
content: " ";
display: block;
margin-top: -1em;
position: absolute;
border-left: 15px solid #36b3e7;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
}
.front-steps.front-step-two:after {
border-left-color: #868e96;
}
.no-space-steps{padding:0 15px;}
/*Clients*/
.our-clients h2{
margin-top: 3px;
margin-bottom: 10px;
}
.clients-list {
margin: 0;
}
.clients-list li {
background: #f9f9f9;
position: relative;
}
.clients-list li img.color-img {
top:0;
left:0;
display:none;
position:absolute;
}
.clients-list li:hover img.color-img {
display:block;
}
/***
Footer
***/
.footer {
padding: 35px 0;
font-size: 13px;
background: #62707f;
}
.footer h2 {
color: #eee;
}
.footer p {
color: #eee;
}
.footer a {
color: #0da3e2;
}
.footer address {
color: #eee;
}
.footer dl.f-twitter {
overflow: hidden;
}
.footer dl.f-twitter dt {
width: 30px;
float: left;
text-align: left;
padding-top: 2px;
}
.footer dl.f-twitter dt i {
color: #fff;
font-size: 20px;
}
.footer dl.f-twitter dd {
color: #eee;
margin-left: 30px;
}
.footer dl.f-twitter dd span {
color: #adbdce;
font-size: 12px;
margin: 0 5px;
}
.footer .blog-photo-stream {
margin-top: 11px;
}
.footer .blog-photo-stream li {
margin: 4px 5px 4px 0;
}
.footer .blog-photo-stream img {
padding: 0;
border: solid 2px #9ca5ae;
}
.footer .blog-photo-stream img:hover {
transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
}
/*subscribe*/
.form-subscribe .form-control:focus {
border-color: #fff;
}
.form-subscribe .theme-btn, .form-subscribe .theme-btn:hover,
.search-box .theme-btn, .search-box .theme-btn:hover {
border: none;
}
/***
Copyright
***/
.copyright {
color: #dee4eb;
font-size: 12px;
padding: 10px 0;
background: #4a5866;
}
.copyright p {
color: #bbb;
margin-top: 7px;
margin-bottom: 0;
}
.copyright p a {
color: #2298ca;
}
.copyright .social-footer {
margin: 8px 0 0;
list-style: none;
text-align: right;
padding: 0;
}
.copyright .social-footer li {
margin-left: 3px;
display: inline-block;
}
.copyright .social-footer li i {
color: #808e9c;
font-size: 18px;
display: inline-block;
}
.copyright .social-footer li i:hover {
color: #fff;
transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
}
.copyright .social-footer li a:hover {
text-decoration: none;
}
/*Breadcrumbs*/
.breadcrumbs {
background: #fcfcfc;
border-top: solid 1px #f5f5f5;
border-bottom: solid 1px #f5f5f5;
}
.breadcrumbs .container{
padding:0;
}
.breadcrumbs h1 {
color: #555;
font-size: 24px;
line-height: 35px;
margin-left: -5px;
margin-top: 10px;
}
.breadcrumbs ul {
top: 10px;
background: none;
margin-bottom: 0;
position: relative;
}
.breadcrumbs li a {
color: #0da3e2;
}
.breadcrumbs ul.breadcrumb {
padding-left: 0;
padding-right: 0;
}
/*Carousel*/
.front-carousel .carousel-control {
margin: 0;
border: none;
height: 35px;
font-size: 24px;
font-weight: normal;
top: 40%;
width: 35px;
background: #222;
opacity: 0.5;
}
.front-carousel .carousel-control:hover {
opacity: 0.6;
}
.front-carousel .carousel-control i {
font-size: 27px;
}
.front-carousel .carousel-control.right i {
position: relative;
left: 1px;
}
.front-carousel .carousel-caption {
padding: 10px 15px 0;
background: rgba(0,0,0,0.5);
left: 0;
right: 0;
bottom: 0;
text-align: left;
}
.front-carousel .carousel-control.left {
left: 0;
}
.front-carousel .carousel-control.right {
right: 0;
}
/*Skils*/
.front-skills span {
color: #555;
display: block;
font-size: 15px;
margin-bottom: 7px;
}
.front-skills .progress {
background: none #f2f2f2;
}
.front-skills .progress .bar {
background: none #0da3e2;
}
.front-skills .progress,
.front-skills .progress .bar {
box-shadow: none;
}
/*Lists*/
.front-lists-v1 li {
font-size: 14px;
margin-bottom: 5px;
}
.front-lists-v2 li {
color: #555;
font-size: 16px;
margin-bottom: 14px;
text-transform: uppercase;
}
.front-lists-v2 li i {
margin-right: 5px;
font-size: 17px;
}
/*Team Blocks*/
.front-team {
margin: 20px 0;
}
.front-team .col-md-3 {
padding: 0 15px 30px 0;
}
.front-team .thumbnail {
border: none;
}
.front-team h3 {
margin:10px 0 12px;
line-height:40px;
}
.front-team h3 a {
color: #0da3e2;
font-size: 20px;
font-weight: 400;
}
.front-team h3 a:hover {
text-decoration: none;
}
.front-team h3 small {
display: block;
font-size: 13px;
}
.front-team ul {
padding: 4px 0 0;
}
.front-team .social-icons {
overflow: hidden;
}
/*Service Box v1*/
.service-box-v1 {
padding: 15px;
text-align: center;
}
.service-box-v1 i {
padding: 15px;
font-size: 35px;
}
.service-box-v1:hover {
background: #0da3e2;
transition:all 0.4s ease-in-out;
-o-transition:all 0.4s ease-in-out;
-moz-transition:all 0.4s ease-in-out;
-webkit-transition:all 0.4s ease-in-out;
}
.service-box-v1:hover i,
.service-box-v1:hover p,
.service-box-v1:hover h2 {
color: #fff;
}
/***
Google Maps
***/
.gmaps {
width: 100%;
}
/* important! bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
.gmaps img {
max-width: none;
}
/***
Blog Page
***/
/*Blog Posts*/
.blog-posts h2 {
margin-top: 0;
}
.blog-posts p {
text-align: justify;
}
.blog-posts .carousel {
margin-bottom: 0;
}
.blog-posts hr.blog-post-sep {
margin: 40px 0;
}
.blog-info {
list-style: none;
margin: 15px 0 12px 0;
padding-left:0;
}
.blog-info li {
padding: 0;
color: #555;
font-size: 13px;
margin-right: 10px;
display: inline-block;
}
.blog-info li i {
color: #0da3e2;
}
.blog-posts .pagination {
margin-top: 40px;
}
/*Blog Sidebar*/
.recent-news {
overflow: hidden;
}
.recent-news h3 {
font-size: 16px;
line-height: 20px;
margin: 0;
}
.recent-news-inner{padding:0;}
.blog-talks .tab-style-1 ul.nav-tabs li > a {
min-width: 50px;
}
.blog-photo-stream li {
overflow: hidden;
margin: 0 5px 8px 0;
display: inline-block;
}
.blog-photo-stream li img {
width: 54px;
height: 54px;
padding: 2px;
border: solid 1px #eee;
}
.blog-photo-stream li img:hover {
border-color: #0da3e2;
box-shadow: 0 0 1px #fff;
transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
}
.blog-tags ul {
list-style: none;
margin: 0;
padding: 0;
}
.blog-tags li {
position: relative;
margin: 0 16px 7px 0;
display: inline-block;
}
.blog-tags li a {
color: #555;
background: #f5f5f5;
display: inline-block;
padding: 3px 5px 3px 3px;
}
.blog-tags li a:hover {
color: #fff;
background: #0da3e2;
text-decoration: none;
}
.blog-tags li a:hover i {
color: #fff;
}
.blog-tags li i {
color: #0da3e2;
margin-right: 5px;
display: inline-block;
}
.blog-tags li a:after {
top: 50%;
width: 0;
left: 100%;
height: 0;
z-index: 2;
content: " ";
display: block;
margin-top: -12px;
position: absolute;
border-left: 12px solid #f5f5f5;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
}
.blog-tags li a:hover:after {
border-left-color: #0da3e2;
}
/* Blog Sidebar categories BEGIN */
.sidebar-categories li a {
padding: 10px 0;
border-bottom: 1px solid #E0DEDE;
color: #333;
}
.sidebar-categories li a:hover {
background: none;
}
.sidebar-categories li > a:hover,
.sidebar-categories li.active > a,
.sidebar-categories li.active:hover > a {
color: #0da3e2;
}
.sidebar-categories li a:before {
content: "ï”";
font-family: FontAwesome !important;
font-size: 8px;
padding-right: 10px;
position: relative;
top: -1px;
}
/* Blog Sidebar categories END */
/***
Blog Item
***/
.blog-item .blog-item-img {
margin: 6px 0 25px;
}
.blog-item .blog-item-img .carousel {
margin-bottom: 0;
}
.blog-item blockquote {
margin: 20px 40px 18px;
border-color: #0da3e2;
}
.blog-item .blog-info {
margin: 20px 0;
padding: 8px 0;
border-top: solid 1px #eee;
border-bottom: solid 1px #eee;
}
.blog-item .blog-info li {
padding-left: 13px;
border-left: solid 1px #eee;
}
.blog-item .blog-info li:first-child {
padding-left: 0;
border-left: none;
}
.blog-item .blog-item-img .carousel-control {
top: 45%;
}
.blog-item img.media-object {
top: 2px;
width: 60px;
height: 60px;
position: relative;
}
.blog-item h4.media-heading {
position: relative;
}
.blog-item h4.media-heading span {
right: 0;
top: 3px;
color: #777;
font-size: 12px;
font-weight: 400;
position: absolute;
}
.blog-item h4.media-heading span a {
color: #0da3e2;
}
/*contact*/
.form-group [class*="col-"] {
padding-left:0;
}
/***
Icons
***/
/***
Social Icons
***/
.social-icons {
padding: 0;
margin: 0;
}
.social-icons:after,
.social-icons:before {
content: "";
display: table;
}
.social-icons:after {
clear: both;
}
.social-icons li {
float:left;
display:inline;
list-style:none;
margin-right:5px;
margin-bottom:5px;
text-indent:-9999px;
}
.social-icons li a,
a.social-icon {
width:28px;
height:28px;
display:block;
background-position:0 0;
background-repeat:no-repeat;
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
background-position:0 -38px;
}
.social-icons-color li a {
opacity: 0.7;
background-position:0 -38px !important;
}
.social-icons-color li a:hover {
opacity: 1;
}
.social-icons .amazon {background: url(../img/icons/social/amazon.png) no-repeat;}
.social-icons .behance {background: url(../img/icons/social/behance.png) no-repeat;}
.social-icons .blogger {background: url(../img/icons/social/blogger.png) no-repeat;}
.social-icons .deviantart {background: url(../img/icons/social/deviantart.png) no-repeat;}
.social-icons .dribbble {background: url(../img/icons/social/dribbble.png) no-repeat;}
.social-icons .dropbox {background: url(../img/icons/social/dropbox.png) no-repeat;}
.social-icons .evernote {background: url(../img/icons/social/evernote.png) no-repeat;}
.social-icons .facebook {background: url(../img/icons/social/facebook.png) no-repeat;}
.social-icons .forrst {background: url(../img/icons/social/forrst.png) no-repeat;}
.social-icons .github {background: url(../img/icons/social/github.png) no-repeat;}
.social-icons .googleplus {background: url(../img/icons/social/googleplus.png) no-repeat;}
.social-icons .jolicloud {background: url(../img/icons/social/jolicloud.png) no-repeat;}
.social-icons .last-fm {background: url(../img/icons/social/last-fm.png) no-repeat;}
.social-icons .linkedin {background: url(../img/icons/social/linkedin.png) no-repeat;}
.social-icons .picasa {background: url(../img/icons/social/picasa.png) no-repeat;}
.social-icons .pintrest {background: url(../img/icons/social/pintrest.png) no-repeat;}
.social-icons .rss {background: url(../img/icons/social/rss.png) no-repeat;}
.social-icons .skype {background: url(../img/icons/social/skype.png) no-repeat;}
.social-icons .spotify {background: url(../img/icons/social/spotify.png) no-repeat;}
.social-icons .stumbleupon {background: url(../img/icons/social/stumbleupon.png) no-repeat;}
.social-icons .tumblr {background: url(../img/icons/social/tumblr.png) no-repeat;}
.social-icons .twitter {background: url(../img/icons/social/twitter.png) no-repeat;}
.social-icons .vimeo {background: url(../img/icons/social/vimeo.png) no-repeat;}
.social-icons .wordpress {background: url(../img/icons/social/wordpress.png) no-repeat;}
.social-icons .xing {background: url(../img/icons/social/xing.png) no-repeat;}
.social-icons .yahoo {background: url(../img/icons/social/yahoo.png) no-repeat;}
.social-icons .youtube {background: url(../img/icons/social/youtube.png) no-repeat;}
.social-icons .vk {background: url(../img/icons/social/vk.png) no-repeat;}
.social-icons .instagram {background: url(../img/icons/social/instagram.png) no-repeat;}
/*Fixing dropdown issue on mobile devices in Bootstrap 3.2.2*/
.dropdown-backdrop {
position: static;
}
/***
Styler Panel
***/
.color-panel {
z-index: 999;
position:fixed;
top:120px;
right:0px;
}
.color-panel .color-mode-icons {
top:4px;
right:0;
padding:20px;
cursor:pointer;
position:absolute;
}
.color-panel .icon-color {
background:#c9c9c9 url(../img/icon-color.png) center no-repeat !important;
}
.color-panel .icon-color:hover {
background-color:#3d3d3d !important;
}
.color-panel .icon-color-close {
display:none;
background:#3d3d3d url(../img/icon-color-close.png) center no-repeat !important;
}
.color-panel .icon-color-close:hover {
background-color:#222 !important;
}
.color-mode {
top:5px;
right:40px;
width:200px;
display:none;
padding:20px 10px 25px;
position:absolute;
background:#3d3d3d;
}
.color-mode ul,
.color-mode label {
}
.color-mode p {
color:#cfcfcf;
padding:0 15px;
font-size:15px;
}
.color-mode ul {
list-style:none;
padding:4px 11px 5px;
display: block;
margin-bottom: 1px !important;
}
.color-mode li {
width:28px;
height:28px;
margin:0 4px;
cursor:pointer;
list-style:none;
border:solid 1px #707070;
display:inline-block;
padding: 0 5px;
}
.color-mode li:hover,
.color-mode li.current {
border:solid 1px #ebebeb;
}
.color-mode li.current {
border:solid 2px #ebebeb;
}
.color-mode li.color-blue {
background:#0da3e2;
}
.color-mode li.color-red {
background:#db3a1b;
}
.color-mode li.color-green {
background:#35aa47;
}
.color-mode li.color-orange {
background:#ff8503;
}
.color-mode label {
color:#cfcfcf;
border-top:1px solid #585858;
padding: 10px 10px 0;
margin: 0 5px;
display: block;
}
.color-mode label span {
text-transform:uppercase;
}
.color-mode label > span {
display: inline-block;
width: 85px;
}
.color-mode label > select {
margin-top: 5px;
text-transform: lowercase;
}
.color-mode label span.color-mode-label {
top:2px;
position:relative;
}
/***
BXSlider
***/
.bxslider-container {
}
.bxslider,
.bxslider1 {
display: none;
}
.buttons-page .btn {
margin-bottom: 5px !important;
}
[class^="icon-"], [class*=" icon-"] {
display: inline-block;
font-size: 14px;
line-height: 14px;
margin-top: 1px;
}
/***
Custom icon buttons
***/
.icon-btn {
height: 60px;
min-width: 80px;
margin: 0 5px 5px 0;
border: 1px solid #ddd;
padding: 12px 0px 0px 0px;
background-color: #fafafa !important;
background-image: none !important;
filter:none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
display:inline-block !important;
color: #646464 !important;
text-shadow: none !important;
text-align: center;
cursor: pointer;
position: relative;
-webkit-transition: all 0.3s ease !important;
-moz-transition: all 0.3s ease !important;
-ms-transition: all 0.3s ease !important;
-o-transition: all 0.3s ease !important;
transition: all 0.3s ease !important;
}
.icon-btn i {
font-size: 18px;
}
.ie8 .icon-btn:hover {
filter: none !important;
}
.icon-btn:hover {
text-decoration: none !important;
border-color: #999 !important;
color: #444 !important;
text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
-webkit-transition: all 0.3s ease !important;
-moz-transition: all 0.3s ease !important;
-ms-transition: all 0.3s ease !important;
-o-transition: all 0.3s ease !important;
transition: all 0.3s ease !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.icon-btn:hover .badge {
-webkit-transition: all 0.3s ease !important;
-moz-transition: all 0.3s ease !important;
-ms-transition: all 0.3s ease !important;
-o-transition: all 0.3s ease !important;
transition: all 0.3s ease !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.icon-btn div {
font-family: 'Open Sans', sans-serif;
margin-top: 5px;
margin-bottom: 10px;
color: #000;
font-size: 12px;
font-weight: 300;
}
.icon-btn .badge {
position: absolute;
font-family: 'Open Sans', sans-serif;
font-size: 11px !important;
font-weight: 300;
top: -5px;
right: -5px;
padding: 3px 6px 3px 6px;
color: white !important;
text-shadow: none;
border-width: 0;
border-style: solid;
-webkit-border-radius: 12px !important;
-moz-border-radius: 12px !important;
border-radius: 12px !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/***
Notes
***/
/* Common styles for all types */
.note {
margin: 0 0 20px 0;
padding: 15px 30px 15px 15px;
border-left: 5px solid #eee;
}
.note h1,
.note h2,
.note h3,
.note h4 {
margin-top: 0;
}
.note p:last-child {
margin-bottom: 0;
}
.note code,
.note .highlight {
background-color: #fff;
}
/* Variations */
.note-danger {
background-color: #FAEAE6;
border-color: #ed4e2a;
}
.note-warning {
background-color: #FCF3E1;
border-color: #fcb322;
}
.note-info {
background-color: #E8F6FC;
border-color: #57b5e3;
}
.note-success {
background-color: #EBFCEE;
border-color: #3cc051;
}
/***
Demo Utils
***/
.scrollspy-example {
position: relative;
height: 200px;
margin-top: 10px;
overflow: auto;
}
.util-btn-margin-bottom-5 .btn {
margin-bottom: 5px !important;
}
.util-btn-group-margin-bottom-5 .btn-group {
margin-bottom: 5px !important;
}
.fontawesome-demo i {
font-size: 18px;
}
.fontawesome-demo li {
padding-top: 5px;
padding-bottom: 5px;
}
.glyphicons-demo ul {
padding-left: 0;
padding-bottom: 1px;
margin-bottom: 20px;
list-style: none;
overflow: hidden;
}
.bs-glyphicons {
padding-left: 0;
padding-bottom: 1px;
margin-bottom: 20px;
list-style: none;
overflow: hidden;
}
.glyphicons-demo ul li {
float: left;
width: 25%;
height: 115px;
padding: 10px;
margin: 0 -1px -1px 0;
font-size: 12px;
line-height: 1.4;
text-align: center;
border: 1px solid #ddd;
}
.glyphicons-demo .glyphicon {
display: block;
margin: 5px auto 10px;
font-size: 24px;
}
.glyphicons-demo ul li:hover {
background-color: rgba(86,61,124,.1);
}
@media (min-width: 768px) {
.glyphicons-demo ul li {
width: 12.5%;
}
}
/* left, right aligned form actions */
.form-actions.right {
padding-left: 0;
padding-right: 10px;
text-align: right;
}
.form-actions.left {
padding-left: 10px;
padding-right: 0;
text-align: left;
}
/* Checkboxes */
.form-group .checkbox {
padding-left: 0;
}
.checkbox-list > label {
display: block;
}
.checkbox-list > label.checkbox-inline {
display: inline-block;
}
.checkbox-list > label.checkbox-inline:first-child {
padding-left: 0;
}
/* Radios */
.radio-list > label {
display: block;
}
.radio-list > label.radio-inline {
display: inline-block;
}
.radio-list > label.radio-inline:first-child {
padding-left: 0;
}
.form-horizontal .radio-list .radio {
position: relative;
top: -1px;
padding-top: 0;
}
/* Rows seperated form layout */
.form-row-seperated .form-group {
margin: 0;
border-bottom: 1px solid #efefef;
padding: 10px 10px 10px 0px;
}
.form-row-seperated .form-group.last {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 10px;
}
.form-row-seperated .form-actions {
margin-top: 0;
}
.form-row-seperated .form-body {
padding: 0;
margin-top: 0;
}
.form-row-seperated .help-block {
margin-bottom: 0;
}
/* form bordered */
.form-bordered .form-body {
margin: 0;
padding: 0;
}
.form-bordered .form-actions {
margin-top: 0;
}
.form-bordered .form-group {
margin: 0;
border-bottom: 1px solid #efefef;
}
.form-bordered .form-group.last {
border-bottom: 0;
}
.form-bordered .help-block {
margin-bottom: 0;
}
.form-bordered .control-label {
padding-top: 16px;
}
.form-bordered .form-group > div {
padding: 10px;
border-left: 1px solid #efefef;
}
.form-bordered .form-actions.fluid > .row > div {
padding-left: 10px;
}
.form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(even) {
background-color: #fcfcfc;
}
.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
background-color: #fcfcfc;
}
.form-horizontal.form-bordered.form-row-stripped .form-control {
background: #fff !important;
}
.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) > div {
background-color: #ffffff;
}
/***
Bordered form layout
***/
.form-bordered .form-control {
margin: 0;
}
/***
Input icons
***/
/* input with right aligned and colored icons */
/* input with left aligned icons */
.input-icon {
position: relative;
}
.input-icon input {
padding-left: 33px !important;
}
.input-icon i {
color: #ccc;
display: block;
position: absolute;
margin: 9px 2px 4px 10px;
width: 16px;
height: 16px;
font-size: 16px;
text-align: center;
}
.input-icon.right input {
padding-left: 12px !important;
padding-right: 33px !important;
}
.input-icon.right i {
right: 8px;
float: right;
}
.has-success .input-icon > i {
color: #468847;
}
.has-warning .input-icon > i {
color: #c09853;
}
.has-error .input-icon > i {
color: #b94a48;
}
/*Extra Button style*/
a.btn-medium {
font-size: 20px;
padding: 10px 20px;
}
a.btn-transparent {
color: #fff;
font-size: 16px;
padding: 8px 18px;
white-space: nowrap;
text-decoration: none;
border: solid 1px #fff;
background: none transparent;
}
a.btn-transparent:hover {
background: #15aeee;
transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
.panel-primary .panel-title {
color: #fff;
}
.panel-success .panel-title {
color: #468847;
}
.panel-info .panel-title {
color: #3A87AD;
}
.panel-warning .panel-title {
color: #C09853;
}
.panel-danger .panel-title {
color: #B94A48;
}
/***
Vertical inline menu
***/
.ver-inline-menu {
padding: 0;
margin: 0;
list-style: none;
border-left: solid 2px #0DA3E2;
}
.ver-inline-menu li {
position: relative;
margin-bottom: 1px;
}
.ver-inline-menu li a {
font-size: 14px;
color: #7C858E;
display: block;
background: #F4F4F4;
padding: 12px 10px 11px 8px;
}
.ver-inline-menu li:hover a{
background: #0DA3E2;
text-decoration: none;
color: #fff;
}
.ver-inline-menu li.active a{
color: #fff;
background: #0DA3E2;
text-decoration: none;
}
.ver-inline-menu li.active:after {
content: '';
display: inline-block;
border-bottom: 6px solid transparent;
border-top: 6px solid transparent;
border-left: 6px solid #0DA3E2;
position: absolute;
top: 16px;
right: -5px;
}
/***
Font awesome icons styles
***/
.fontawesome-icon-list [class^="fa-"],
.fontawesome-icon-list [class*=" fa-"],
li [class^="fa-"],
li [class*=" fa-"] {
display: inline-block;
width: 1.25em;
text-align: center;
}
.fontawesome-icon-list [class^="fa-"].icon-large,
.fontawesome-icon-list [class*=" fa-"].icon-large,
li [class^="fa-"].icon-large,
li [class*=" fa-"].icon-large {
width: 1.5625em;
}
.fontawesome-icon-list .col-md-3 {
height: 32px;
line-height: 32px;
}
/* login & signup styles */
.login-signup-page{
padding: 50px auto 30px;
}
.login-signup-page form{
background: #FEFEFE;
border: 1px solid #E0DEDE;
box-shadow: 0 0 3px #E0DEDE;
padding: 10px 30px 30px;
}
.login-signup-page h2{
margin-bottom: 15px;
}
.login-signup-page .input-group{
position: relative;
}
.login-signup-page .login-signup-forgot-link{
position: absolute;
right: 12px;
top: 7px;
font-size: 14px;
}
.login-signup-page .checkbox{
padding-left: 0;
}
#map_canvas{
width:100%;
height:500px;
} |
index.html | SwiftDeal/AjaxCalculator | <!DOCTYPE html>
<html>
<head>
<title>Simple Calculation</title>
<script type="text/javascript" src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
</head>
<body>
<form id="form1">
<input type="text" name="num1" placeholder="Number 1"><input type="text" name="num2" placeholder="Number 2">
<select name="action">
<option value="add">+</option>
<option value="sub">-</option>
<option value="mul">X</option>
<option value="mod">%</option>
<option value="div">/</option>
</select>
<input type="submit" value="Show Result">
</form>
<hr>
<div id="result"></div>
<script type="text/javascript">
$('#form1').submit(function() {
var dataString = $('#form1').serialize();
$.ajax({
url: 'server.php',
type: 'POST',
data: dataString,
success : function (data) {
$('#result').html(data);
}
})
.done(function() {
console.log("success");
})
.fail(function() {
console.log("error");
})
.always(function() {
console.log("complete");
});
return false;
});
</script>
</body>
</html>
|
src/app/components/page1/page1.component.html | tomasnama/quickstart-cordova-angular4 | <mat-nav-list>
<mat-list-item class="page1-mat-list-item" (click)="goTexts()">
<img class="material-icons" src="./assets/img/SQLite.svg" height="30"/>
<span class="page1-spacer"></span>
<span>{{ 'PAGE1.SQLITE' | translate }}</span>
<span class="page1-spacer"></span>
<button mat-icon-button (click)="goTexts()">
<img class="material-icons" src="./assets/img/ic_keyboard_arrow_right_black_24px.svg" width="24" />
</button>
</mat-list-item>
<mat-list-item class="page1-mat-list-item" (click)="goLocation()">
<img class="material-icons" src="./assets/img/location-marker.svg" height="30" />
<span class="page1-spacer"></span>
<span>{{ 'PAGE1.LOCATION' | translate }}</span>
<span class="page1-spacer"></span>
<button mat-icon-button (click)="goLocation()">
<img class="material-icons" src="./assets/img/ic_keyboard_arrow_right_black_24px.svg" width="24" />
</button>
</mat-list-item>
<mat-list-item class="page1-mat-list-item" (click)="goQr()">
<img class="material-icons" src="./assets/img/qr-code.svg" height="30" />
<span class="page1-spacer"></span>
<span>{{ 'PAGE1.QR' | translate }}</span>
<span class="page1-spacer"></span>
<button mat-icon-button (click)="goQr()">
<img class="material-icons" src="./assets/img/ic_keyboard_arrow_right_black_24px.svg" width="24"/>
</button>
</mat-list-item>
<mat-list-item class="page1-mat-list-item" (click)="goSwipe()">
<img class="material-icons" src="./assets/img/swipe.svg" height="30" />
<span class="page1-spacer"></span>
<span>{{ 'SWIPE.TITLE' | translate }}</span>
<span class="page1-spacer"></span>
<button mat-icon-button (click)="goSwipe()">
<img class="material-icons" src="./assets/img/ic_keyboard_arrow_right_black_24px.svg" width="24"/>
</button>
</mat-list-item>
<mat-nav-list> |
docs/com/valensas/vlsync/lib/package-tree.html | Valensas/VLSync-Android-SDK | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 30 12:15:27 EET 2015 -->
<title>com.valensas.vlsync.lib Class Hierarchy</title>
<meta name="date" content="2015-01-30">
<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="com.valensas.vlsync.lib Class Hierarchy";
}
//-->
</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="../../../../com/valensas/vlsync/lib/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/valensas/vlsync/lib/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For Package com.valensas.vlsync.lib</h1>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">android.os.AsyncTask<Params,Progress,Result>
<ul>
<li type="circle">com.valensas.vlsync.lib.<a href="../../../../com/valensas/vlsync/lib/VLSyncUpdateTask.html" title="class in com.valensas.vlsync.lib"><span class="strong">VLSyncUpdateTask</span></a> (implements com.valensas.vlsync.lib.<a href="../../../../com/valensas/vlsync/lib/VLSyncDownloadTask.OnDownloadFinishedListener.html" title="interface in com.valensas.vlsync.lib">VLSyncDownloadTask.OnDownloadFinishedListener</a>)</li>
</ul>
</li>
<li type="circle">android.app.Dialog (implements android.content.DialogInterface, android.view.KeyEvent.Callback, android.view.View.OnCreateContextMenuListener, android.view.Window.Callback, android.view.Window.OnWindowDismissedCallback)
<ul>
<li type="circle">com.valensas.vlsync.lib.<a href="../../../../com/valensas/vlsync/lib/VLSyncHUD.html" title="class in com.valensas.vlsync.lib"><span class="strong">VLSyncHUD</span></a></li>
</ul>
</li>
<li type="circle">java.lang.Throwable (implements java.io.Serializable)
<ul>
<li type="circle">java.lang.Exception
<ul>
<li type="circle">java.lang.RuntimeException
<ul>
<li type="circle">com.valensas.vlsync.lib.<a href="../../../../com/valensas/vlsync/lib/VLSyncException.html" title="class in com.valensas.vlsync.lib"><span class="strong">VLSyncException</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li type="circle">com.valensas.vlsync.lib.<a href="../../../../com/valensas/vlsync/lib/VLSync.html" title="class in com.valensas.vlsync.lib"><span class="strong">VLSync</span></a></li>
<li type="circle">com.valensas.vlsync.lib.<a href="../../../../com/valensas/vlsync/lib/VLSyncContentFile.html" title="class in com.valensas.vlsync.lib"><span class="strong">VLSyncContentFile</span></a> (implements java.io.Serializable)</li>
<li type="circle">com.valensas.vlsync.lib.<a href="../../../../com/valensas/vlsync/lib/VLSyncDownloadTask.html" title="class in com.valensas.vlsync.lib"><span class="strong">VLSyncDownloadTask</span></a></li>
<li type="circle">com.valensas.vlsync.lib.<a href="../../../../com/valensas/vlsync/lib/VLSyncError.html" title="class in com.valensas.vlsync.lib"><span class="strong">VLSyncError</span></a></li>
<li type="circle">com.valensas.vlsync.lib.<a href="../../../../com/valensas/vlsync/lib/VLSyncFile.html" title="class in com.valensas.vlsync.lib"><span class="strong">VLSyncFile</span></a> (implements java.io.Serializable)</li>
<li type="circle">com.valensas.vlsync.lib.<a href="../../../../com/valensas/vlsync/lib/VLSyncUpdateTask.Result.html" title="class in com.valensas.vlsync.lib"><span class="strong">VLSyncUpdateTask.Result</span></a></li>
</ul>
</li>
</ul>
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li type="circle">com.valensas.vlsync.lib.<a href="../../../../com/valensas/vlsync/lib/VLSync.OnUpdateListener.html" title="interface in com.valensas.vlsync.lib"><span class="strong">VLSync.OnUpdateListener</span></a></li>
<li type="circle">com.valensas.vlsync.lib.<a href="../../../../com/valensas/vlsync/lib/VLSync.UpdateOptionValue.html" title="interface in com.valensas.vlsync.lib"><span class="strong">VLSync.UpdateOptionValue</span></a></li>
<li type="circle">com.valensas.vlsync.lib.<a href="../../../../com/valensas/vlsync/lib/VLSyncDownloadTask.OnDownloadFinishedListener.html" title="interface in com.valensas.vlsync.lib"><span class="strong">VLSyncDownloadTask.OnDownloadFinishedListener</span></a></li>
</ul>
<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
<ul>
<li type="circle">com.valensas.vlsync.lib.<a href="../../../../com/valensas/vlsync/lib/VLSync.UpdateOptionKey.html" title="enum in com.valensas.vlsync.lib"><span class="strong">VLSync.UpdateOptionKey</span></a></li>
<li type="circle">com.valensas.vlsync.lib.<a href="../../../../com/valensas/vlsync/lib/VLSync.ProgressStyle.html" title="enum in com.valensas.vlsync.lib"><span class="strong">VLSync.ProgressStyle</span></a> (implements com.valensas.vlsync.lib.<a href="../../../../com/valensas/vlsync/lib/VLSync.UpdateOptionValue.html" title="interface in com.valensas.vlsync.lib">VLSync.UpdateOptionValue</a>)</li>
<li type="circle">com.valensas.vlsync.lib.<a href="../../../../com/valensas/vlsync/lib/VLSync.HUDState.html" title="enum in com.valensas.vlsync.lib"><span class="strong">VLSync.HUDState</span></a> (implements com.valensas.vlsync.lib.<a href="../../../../com/valensas/vlsync/lib/VLSync.UpdateOptionValue.html" title="interface in com.valensas.vlsync.lib">VLSync.UpdateOptionValue</a>)</li>
</ul>
</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="../../../../com/valensas/vlsync/lib/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/valensas/vlsync/lib/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
_Aaron/架构设计与实现/第四章:异步编程/Promise的设计路程/状态机.html | flyromance/jQuery | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<!-- // <script src="http://code.jquery.com/jquery-latest.js"></script> -->
<script type="text/javascript" src="../jquery-2.1.4.js"></script>
<script type="text/javascript">
function Deferred() {
var callbacks = [],
pending = 'unfulfilled',
_value;
return {
resolve: function(value) {
if(pending == 'unfulfilled'){
for (var i = 0, ii = callbacks.length; i < ii; i++) {
var callback = callbacks[i];
callback(value);
}
_value = value
pending = 'fulfilled'
callbacks = undefined;
}
},
then: function(callback) {
if (pending == 'unfulfilled') {
callbacks.push(callback);
} else {
callback(_value);
}
}
}
};
var Task = function () {
var result = Deferred();
setTimeout(function () {
result.resolve('Aaron');
}, 1000);
return result;
};
Task().then(function(value){
alert(value) //Aaron
});
</script>
</head>
<body>
</body>
</html> |
_comments/2008-11-21-0536-utdrag-om-tagstation-och-flygplats.html | blay/minimal-mistakes | ---
post_id: /utdrag-om-tagstation-och-flygplats
date: 2008-11-21 05:36
return_url: '2008-11-16-utdrag-om-tagstation-och-flygplats.html'
name: 'Per Herngren'
email: 'herngrenper@gmail.com'
comment: '<p>Det ska vara "både och": Så jag gör ett försök att se komplexitet och både och, med ...</p>'
---
|
style.css | corazza/Project-Khalio | body
{
background: #111 url('res/images/cube.png') no-repeat fixed left bottom;
margin:5px;
}
a.topMenu
{
color:#FFF;
text-decoration: none;
font-size: 15px;
background-color:#777;
padding:2px;
font-family:Arial,Helvetica,sans-serif;
}
.info
{
color:#EEE;
text-decoration: none;
font-size: 20px;
font-family:Arial,Helvetica,sans-serif;
}
.info:hover
{
color:#FFF;
}
.score
{
color:#EEE;
text-decoration: none;
font-size: 50px;
font-family:Arial,Helvetica,sans-serif;
}
.score:hover
{
color:#FFF;
}
a.clicked
{
color:#FFF;
text-decoration: none;
font-size: 20px;
background-color:#393;
padding:3px;
font-family:Arial,Helvetica,sans-serif;
}
a.topMenu:hover
{
background-color:#999;
}
td.h
{
font-size: 35px;
color: #EEE;
font-family:Arial,Helvetica,sans-serif;
}
a.madeby
{
font-size: 10px;
color: #DDE;
font-family:Arial,Helvetica,sans-serif;
text-decoration:none;
}
a.madeby:hover
{
color:#EEF;
}
td.beta
{
font-size: 10px;
color: #EE2;
font-family:Arial,Helvetica,sans-serif;
}
td.beta:hover
{
color: #EE4;
}
td.h:hover
{
font-size: 35px;
color: #FFF;
font-family:Arial,Helvetica,sans-serif;
}
#inp
{
font-family: Arial,Helvetica,sans-serif;
color: White;
font-size:20px;
}
#inpa
{
font-size: 34px;
font-family: Arial,Helvetica,sans-serif;
text-decoration:none;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 45px;
padding-right: 45px;
background-color:grey;
color: Orange;
}
#inpa:hover
{
background-color:#999;
}
.end
{
font-family: Arial,Helvetica,sans-serif;
color: #EEE;
font-size:20px;
text-align: center;
}
.end:hover
{
color:#FFF;
}
.small
{
font-family: Arial,Helvetica,sans-serif;
font-size:10px;
color: #DDD;
text-align: center;
}
body
{
background: #111 url('res/images/cube.png') no-repeat fixed left bottom;
margin:5px;
}
.social
{
border: 2px solid #111;
}
a.topMenu
{
color:#FFF;
text-decoration: none;
font-size: 15px;
background-color:#777;
padding:2px;
font-family:Arial,Helvetica,sans-serif;
}
.info
{
color:#EEE;
text-decoration: none;
font-size: 20px;
font-family:Arial,Helvetica,sans-serif;
}
.info:hover
{
color:#FFF;
}
.score
{
color:#EEE;
text-decoration: none;
font-size: 50px;
font-family:Arial,Helvetica,sans-serif;
}
.score:hover
{
color:#FFF;
}
a.clicked
{
color:#FFF;
text-decoration: none;
font-size: 20px;
background-color:#393;
padding:3px;
font-family:Arial,Helvetica,sans-serif;
}
a.topMenu:hover
{
background-color:#999;
}
td.h
{
font-size: 35px;
color: #EEE;
font-family:Arial,Helvetica,sans-serif;
}
td.beta
{
font-size: 10px;
color: #EE2;
font-family:Arial,Helvetica,sans-serif;
}
td.beta:hover
{
color: #EE4;
}
td.h:hover
{
font-size: 35px;
color: #FFF;
font-family:Arial,Helvetica,sans-serif;
}
#inp
{
font-family: Arial,Helvetica,sans-serif;
color: White;
font-size:20px;
}
#inpa
{
font-size: 34px;
font-family: Arial,Helvetica,sans-serif;
text-decoration:none;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 45px;
padding-right: 45px;
background-color:grey;
color: Orange;
}
#inpa:hover
{
background-color:#999;
}
.end
{
font-family: Arial,Helvetica,sans-serif;
color: #EEE;
font-size:20px;
text-align: center;
}
.end:hover
{
color:#FFF;
}
.small
{
font-family: Arial,Helvetica,sans-serif;
font-size:10px;
color: #DDD;
text-align: center;
}
|
public/shop/demo-shop-14-dashboard.html | desarrollosimagos/item | <!DOCTYPE html>
<!--(remove-empty-lines-start)-->
<html>
<!--(remove-empty-lines-end)-->
<head>
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Demo Shop 14 | Porto - Responsive HTML5 Template 5.3.0</title>
<meta name="keywords" content="HTML5 Template" />
<meta name="description" content="Porto - Responsive HTML5 Template">
<meta name="author" content="okler.net">
<!-- Favicon -->
<link rel="shortcut icon" href="../img/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="../img/apple-touch-icon.png">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Web Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800%7CShadows+Into+Light" rel="stylesheet" type="text/css">
<!-- Vendor CSS -->
<link rel="stylesheet" href="../vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="../vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="../vendor/animate/animate.min.css">
<link rel="stylesheet" href="../vendor/simple-line-icons/css/simple-line-icons.min.css">
<link rel="stylesheet" href="../vendor/owl.carousel/assets/owl.carousel.min.css">
<link rel="stylesheet" href="../vendor/owl.carousel/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="../vendor/magnific-popup/magnific-popup.min.css">
<!-- Theme CSS -->
<link rel="stylesheet" href="../css/theme.css">
<link rel="stylesheet" href="../css/theme-elements.css">
<link rel="stylesheet" href="../css/theme-blog.css">
<link rel="stylesheet" href="../css/theme-shop.css">
<!-- Current Page CSS -->
<link rel="stylesheet" href="../vendor/rs-plugin/css/settings.css">
<link rel="stylesheet" href="../vendor/rs-plugin/css/layers.css">
<link rel="stylesheet" href="../vendor/rs-plugin/css/navigation.css">
<!-- Skin CSS -->
<!--(remove-empty-lines-start)-->
<link rel="stylesheet" href="../css/skins/skin-shop-14.css">
<!--(remove-empty-lines-end)-->
<!--(remove-empty-lines-start)-->
<!-- Demo CSS -->
<link rel="stylesheet" href="../css/demos/demo-shop-14.css">
<!--(remove-empty-lines-end)-->
<!-- Theme Custom CSS -->
<link rel="stylesheet" href="../css/custom.css">
<!-- Head Libs -->
<script src="../vendor/modernizr/modernizr.min.js"></script>
</head>
<body>
<div class="body">
<header id="header" data-plugin-options="{'stickyEnabled': true, 'stickyEnableOnBoxed': true, 'stickyEnableOnMobile': false, 'stickyStartAt': 142, 'stickySetTop': '-142px', 'stickyChangeLogo': false}">
<div class="header-body">
<div class="header-top">
<div class="container">
<div class="dropdowns-container">
<div class="header-dropdown cur-dropdown">
<a href="#">USD <i class="fa fa-caret-down"></i></a>
<ul class="header-dropdownmenu">
<li><a href="#">EUR</a></li>
<li><a href="#">USD</a></li>
</ul>
</div>
<div class="header-dropdown lang-dropdown">
<a href="#"><img src="../img/demos/shop/en.png" alt="English">English <i class="fa fa-caret-down"></i></a>
<ul class="header-dropdownmenu">
<li><a href="#"><img src="../img/demos/shop/en.png" alt="English">English</a></li>
<li><a href="#"><img src="../img/demos/shop/fr.png" alt="French">French</a></li>
</ul>
</div>
</div>
<div class="top-menu-area">
<a href="#">Links <i class="fa fa-caret-down"></i></a>
<ul class="top-menu">
<li><a href="demo-shop-14-about-us.html">My Account</a></li>
<li><a href="#">Daily Deal</a></li>
<li><a href="#">My Wishlist</a></li>
<li><a href="demo-shop-14-blog.html">Blog</a></li>
<li><a href="demo-shop-14-login.html">Log in</a></li>
</ul>
</div>
<p class="welcome-msg">DEFAULT WELCOME MSG!</p>
</div>
</div>
<div class="header-container container">
<div class="header-row">
<div class="header-column">
<div class="header-logo">
<a href="demo-shop-14.html">
<img alt="Porto" width="111" height="51" src="../img/demos/shop/logo-shop-black.png" class="dark-logo">
<img alt="Porto" width="111" height="51" src="../img/demos/shop/logo-shop-white.png" class="light-logo">
</a>
</div>
</div>
<div class="header-column">
<div class="row">
<div class="cart-area">
<div class="custom-block">
<i class="fa fa-phone"></i>
<span>(+404) 158 14 25 78</span>
<span class="split"></span>
<a href="#">CONTACT US</a>
</div>
<div class="cart-dropdown">
<a href="#" class="cart-dropdown-icon">
<i class="minicart-icon"></i>
<span class="cart-info">
<span class="cart-qty">2</span>
<span class="cart-text">item(s)</span>
</span>
</a>
<div class="cart-dropdownmenu right">
<div class="dropdownmenu-wrapper">
<div class="cart-products">
<div class="product product-sm">
<a href="#" class="btn-remove" title="Remove Product">
<i class="fa fa-times"></i>
</a>
<figure class="product-image-area">
<a href="demo-shop-14-product-details.html" title="Product Name" class="product-image">
<img src="../img/demos/shop/products/thumbs/cart-product1.jpg" alt="Product Name">
</a>
</figure>
<div class="product-details-area">
<h2 class="product-name"><a href="demo-shop-14-product-details.html" title="Product Name">Blue Women Top</a></h2>
<div class="cart-qty-price">
1 X
<span class="product-price">$65.00</span>
</div>
</div>
</div>
<div class="product product-sm">
<a href="#" class="btn-remove" title="Remove Product">
<i class="fa fa-times"></i>
</a>
<figure class="product-image-area">
<a href="demo-shop-14-product-details.html" title="Product Name" class="product-image">
<img src="../img/demos/shop/products/thumbs/cart-product2.jpg" alt="Product Name">
</a>
</figure>
<div class="product-details-area">
<h2 class="product-name"><a href="demo-shop-14-product-details.html" title="Product Name">Black Utility Top</a></h2>
<div class="cart-qty-price">
1 X
<span class="product-price">$39.00</span>
</div>
</div>
</div>
</div>
<div class="cart-totals">
Total: <span>$104.00</span>
</div>
<div class="cart-actions">
<a href="demo-shop-14-cart.html" class="btn btn-primary">View Cart</a>
<a href="demo-shop-14-checkout.html" class="btn btn-primary">Checkout</a>
</div>
</div>
</div>
</div>
</div>
<div class="header-search">
<a href="#" class="search-toggle"><i class="fa fa-search"></i></a>
<form action="#" method="get">
<div class="header-search-wrapper">
<input type="text" class="form-control" name="q" id="q" placeholder="Search..." required>
<select id="cat" name="cat">
<option value="">All Categories</option>
<option value="4">Fashion</option>
<option value="12">- Women</option>
<option value="13">- Men</option>
<option value="66">- Jewellery</option>
<option value="67">- Kids Fashion</option>
<option value="5">Electronics</option>
<option value="21">- Smart TVs</option>
<option value="22">- Cameras</option>
<option value="63">- Games</option>
<option value="7">Home & Garden</option>
<option value="11">Motors</option>
<option value="31">- Cars and Trucks</option>
<option value="32">- Motorcycles & Powersports</option>
<option value="33">- Parts & Accessories</option>
<option value="34">- Boats</option>
<option value="57">- Auto Tools & Supplies</option>
</select>
<button class="btn btn-default" type="submit"><i class="fa fa-search"></i></button>
</div>
</form>
</div>
<a href="#" class="mmenu-toggle-btn" title="Toggle menu">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
</div>
</div>
<div class="header-container header-nav">
<div class="container">
<div class="header-nav-main">
<nav>
<ul class="nav nav-pills" id="mainNav">
<li class="dropdown">
<a class="dropdown-toggle" href="demo-shop-14.html">
Home
</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="demo-shop-1.html">Shop Demos</a>
<ul class="dropdown-menu">
<li><a href="demo-shop-1.html" data-thumb-preview="../img/demos/shop/previews/home1.jpg">Shop - Demo 1</a></li>
<li><a href="demo-shop-2.html" data-thumb-preview="../img/demos/shop/previews/home2.jpg">Shop - Demo 2</a></li>
<li><a href="demo-shop-3.html" data-thumb-preview="../img/demos/shop/previews/home3.jpg">Shop - Demo 3</a></li>
<li><a href="demo-shop-4.html" data-thumb-preview="../img/demos/shop/previews/home4.jpg">Shop - Demo 4</a></li>
<li><a href="demo-shop-5.html" data-thumb-preview="../img/demos/shop/previews/home5.jpg">Shop - Demo 5</a></li>
<li><a href="demo-shop-6.html" data-thumb-preview="../img/demos/shop/previews/home6.jpg">Shop - Demo 6</a></li>
<li><a href="demo-shop-7.html" data-thumb-preview="../img/demos/shop/previews/home7.jpg">Shop - Demo 7</a></li>
<li><a href="demo-shop-8.html" data-thumb-preview="../img/demos/shop/previews/home8.jpg">Shop - Demo 8</a></li>
<li><a href="demo-shop-9.html" data-thumb-preview="../img/demos/shop/previews/home9.jpg">Shop - Demo 9</a></li>
<li><a href="demo-shop-10.html" data-thumb-preview="../img/demos/shop/previews/home10.jpg">Shop - Demo 10</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="demo-shop-1.html">Shop Demos <span class="tip tip-hot">Hot!</span></a>
<ul class="dropdown-menu">
<li><a href="demo-shop-11.html" data-thumb-preview="../img/demos/shop/previews/home11.jpg">Shop - Demo 11</a></li>
<li><a href="demo-shop-12.html" data-thumb-preview="../img/demos/shop/previews/home12.jpg">Shop - Demo 12</a></li>
<li><a href="demo-shop-13.html" data-thumb-preview="../img/demos/shop/previews/home13.jpg">Shop - Demo 13</a></li>
<li><a href="demo-shop-14.html" data-thumb-preview="../img/demos/shop/previews/home14.jpg">Shop - Demo 14</a></li>
<li><a href="demo-shop-15.html" data-thumb-preview="../img/demos/shop/previews/home15.jpg">Shop - Demo 15</a></li>
<li><a href="demo-shop-16.html" data-thumb-preview="../img/demos/shop/previews/home16.jpg">Shop - Demo 16</a></li>
<li><a href="demo-shop-17.html" data-thumb-preview="../img/demos/shop/previews/home17.jpg">Shop - Demo 17</a></li>
<li><a href="demo-shop-18.html" data-thumb-preview="../img/demos/shop/previews/home18.jpg">Shop - Demo 18</a></li>
<li><a href="demo-shop-19.html" data-thumb-preview="../img/demos/shop/previews/home19.jpg">Shop - Demo 19</a></li>
</ul>
</li>
</ul>
</li>
<li class="dropdown dropdown-mega-small">
<a href="demo-shop-14-category-4col.html" class="dropdown-toggle">
Fashion <span class="tip tip-new">New</span>
</a>
<ul class="dropdown-menu">
<li>
<div class="dropdown-mega-content dropdown-mega-content-small">
<div class="row">
<div class="col-md-7">
<div class="row">
<div class="col-md-6">
<a href="demo-shop-14-category-4col.html" class="dropdown-mega-sub-title">Women</a>
<ul class="dropdown-mega-sub-nav">
<li><a href="demo-shop-14-category-4col.html">Top & Blouses</a></li>
<li><a href="demo-shop-14-category-4col.html">Accessories</a></li>
<li><a href="demo-shop-14-category-4col.html">Dresses & Skirts</a></li>
<li><a href="demo-shop-14-category-4col.html">Shoes & Boots</a></li>
</ul>
</div>
<div class="col-md-6">
<a href="demo-shop-14-category-4col.html" class="dropdown-mega-sub-title">Men</a>
<ul class="dropdown-mega-sub-nav">
<li><a href="demo-shop-14-category-4col.html">Accessories</a></li>
<li><a href="demo-shop-14-category-4col.html">Watch Fashion<span class="tip tip-new">New</span></a></li>
<li><a href="demo-shop-14-category-4col.html">Tees, Knits & Polos</a></li>
<li><a href="demo-shop-14-category-4col.html">Pants & Denim</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-6">
<a href="demo-shop-14-category-4col.html" class="dropdown-mega-sub-title">Jewellery<span class="tip tip-hot">Hot!</span></a>
<ul class="dropdown-mega-sub-nav">
<li><a href="demo-shop-14-category-4col.html">Sweaters</a></li>
<li><a href="demo-shop-14-category-4col.html">Heels & Sandals</a></li>
<li><a href="demo-shop-14-category-4col.html">Jeans & Shorts</a></li>
</ul>
</div>
<div class="col-md-6">
<a href="demo-shop-14-category-4col.html" class="dropdown-mega-sub-title">Kids Fashion</a>
<ul class="dropdown-mega-sub-nav">
<li><a href="demo-shop-14-category-4col.html">Casual Shoes</a></li>
<li><a href="demo-shop-14-category-4col.html">Spring Autumn</a></li>
<li><a href="demo-shop-14-category-4col.html">Winter Sneakers</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-5 mega-banner-bg">
<img src="../img/demos/shop/menu-bg.png" alt="Banner bg">
</div>
</div>
</div>
</li>
</ul>
</li>
<li class="dropdown dropdown-mega">
<a href="demo-shop-14-category-4col.html" class="dropdown-toggle">
Electronics
</a>
<ul class="dropdown-menu">
<li>
<div class="dropdown-mega-content">
<div class="row">
<div class="col-md-8">
<div class="dropdown-mega-top">
<span>Suggestions:</span>
<a href="demo-shop-14-category-4col.html">3D</a>
<a href="demo-shop-14-category-4col.html">Mobile</a>
<a href="demo-shop-14-category-4col.html">Camera</a>
<a href="demo-shop-14-category-4col.html">Headsets</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8">
<div class="row">
<div class="col-md-4">
<a href="demo-shop-14-category-4col.html" class="cat-img"><img src="../img/demos/shop/cat-tv.png" alt="Category Name"></a>
<a href="demo-shop-14-category-4col.html" class="dropdown-mega-sub-title">Smart Tvs</a>
<ul class="dropdown-mega-sub-nav">
<li><a href="demo-shop-14-category-4col.html">TV, Audio</a></li>
<li><a href="demo-shop-14-category-4col.html">Computers & Tablets</a></li>
<li><a href="demo-shop-14-category-4col.html">Home Office Equipments</a></li>
<li><a href="demo-shop-14-category-4col.html">GPS Navigation</a></li>
<li><a href="demo-shop-14-category-4col.html">Car Video, Audio & GPS</a></li>
<li><a href="demo-shop-14-category-4col.html">Radios & Clock Radios</a></li>
</ul>
</div>
<div class="col-md-4">
<a href="demo-shop-14-category-4col.html" class="cat-img"><img src="../img/demos/shop/cat-camera.png" alt="Category Name"></a>
<a href="demo-shop-14-category-4col.html" class="dropdown-mega-sub-title">Cameras</a>
<ul class="dropdown-mega-sub-nav">
<li><a href="demo-shop-14-category-4col.html">Cell Phones & Accessories</a></li>
<li><a href="demo-shop-14-category-4col.html">Cameras & Photo</a></li>
<li><a href="demo-shop-14-category-4col.html">Photo Accessories</a></li>
<li><a href="demo-shop-14-category-4col.html">IP Phones</a></li>
<li><a href="demo-shop-14-category-4col.html">Samsung Galaxy Phones</a></li>
<li><a href="demo-shop-14-category-4col.html">iPad & Android Tablets</a></li>
</ul>
</div>
<div class="col-md-4">
<a href="demo-shop-14-category-4col.html" class="cat-img"><img src="../img/demos/shop/cat-game.png" alt="Category Name"></a>
<a href="demo-shop-14-category-4col.html" class="dropdown-mega-sub-title">Games</a>
<ul class="dropdown-mega-sub-nav">
<li><a href="demo-shop-14-category-4col.html">e-Book Readers</a></li>
<li><a href="demo-shop-14-category-4col.html">Video Games & Consolers</a></li>
<li><a href="demo-shop-14-category-4col.html">Printers & Scanners</a></li>
<li><a href="demo-shop-14-category-4col.html">Digital Picture Frames</a></li>
<li><a href="demo-shop-14-category-4col.html">3D Fashion Games</a></li>
<li><a href="demo-shop-14-category-4col.html">Game Machine & Devices</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4">
<div class="menu-banner-area">
<img src="../img/demos/shop/menu-cat.png" alt="Menu Banner">
<div class="menu-banner-header">
<h3>Shop Now <span class="font-weight-bold">3D</span> <span class="font-weight-extra-bold">Tv's</span></h3>
<a href="#" class="btn btn-primary">View now <i class="fa fa-caret-right"></i></a>
</div>
<p>This is a custom block. You can add any images or links here</p>
</div>
</div>
</div>
</div>
</li>
</ul>
</li>
<li class="dropdown active">
<a class="dropdown-toggle" href="#">
Pages
</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#">Category</a>
<ul class="dropdown-menu">
<li><a href="demo-shop-14-category-2col.html">Category - 2 Columns</a></li>
<li><a href="demo-shop-14-category-3col.html">Category - 3 Columns</a></li>
<li><a href="demo-shop-14-category-4col.html">Category - 4 Columns</a></li>
<li><a href="demo-shop-14-category-5col.html">Category - 5 Columns</a></li>
<li><a href="demo-shop-14-category-6col.html">Category - 6 Columns</a></li>
<li><a href="demo-shop-14-category-7col.html">Category - 7 Columns</a></li>
<li><a href="demo-shop-14-category-8col.html">Category - 8 Columns</a></li>
<li><a href="demo-shop-14-category-list.html">Category - List</a></li>
<li><a href="demo-shop-14-category-right-sidebar.html">Rigt Sidebar</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#">Category Banners</a>
<ul class="dropdown-menu">
<li><a href="demo-shop-14-category-banner-boxed-slider.html">Boxed Slider</a></li>
<li><a href="demo-shop-14-category-banner-boxed-image.html">Boxed Image</a></li>
<li><a href="demo-shop-14-category-banner-fullwidth.html">Fullwidth Image</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#">Product Details</a>
<ul class="dropdown-menu">
<li><a href="demo-shop-14-product-details.html">Product Details</a></li>
<li><a href="demo-shop-14-product-details2.html">Product Details 2</a></li>
<li><a href="demo-shop-14-product-details3.html">Product Details 3</a></li>
<li><a href="demo-shop-14-product-details4.html">Product Details 4</a></li>
</ul>
</li>
<li><a href="demo-shop-14-cart.html">Shopping Cart</a></li>
<li><a href="demo-shop-14-checkout.html">Checkout</a></li>
<li><a href="demo-shop-14-about-us.html">About Us</a></li>
<li class="dropdown-submenu">
<a href="#">Dashboard</a>
<ul class="dropdown-menu">
<li><a href="demo-shop-14-dashboard.html">Dashboard</a></li>
<li><a href="demo-shop-14-myaccount.html">My Account</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#">Login & Register</a>
<ul class="dropdown-menu">
<li><a href="demo-shop-14-login.html">Login</a></li>
<li><a href="demo-shop-14-register.html">Register</a></li>
</ul>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle">
Blog
</a>
<ul class="dropdown-menu">
<li><a href="demo-shop-14-blog.html">Blog</a></li>
<li><a href="demo-shop-14-blog-post.html">Blog Post</a></li>
</ul>
</li>
<li class="pull-right">
<a href="demo-shop-14-contact-us.html">
Contact Us <span class="tip tip-hot">Hot!</span>
</a>
</li>
<li class="pull-right ">
<a href="#">
Buy Porto!
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</header>
<div class="mobile-nav">
<div class="mobile-nav-wrapper">
<ul class="mobile-side-menu">
<li><a href="demo-shop-14.html">Home</a></li>
<li>
<span class="mmenu-toggle"></span>
<a href="#">Fashion <span class="tip tip-new">New</span></a>
<ul>
<li>
<span class="mmenu-toggle"></span>
<a href="#">Women</a>
<ul>
<li>
<a href="#">Tops & Blouses</a>
</li>
<li>
<a href="#">Accessories</a>
</li>
<li>
<a href="#">Dresses & Skirts</a>
</li>
<li>
<a href="#">Shoes & Boots</a>
</li>
</ul>
</li>
<li>
<span class="mmenu-toggle"></span>
<a href="#">Men</a>
<ul>
<li>
<a href="#">Accessories</a>
</li>
<li>
<a href="#">Watch & Fashion <span class="tip tip-new">New</span></a>
</li>
<li>
<a href="#">Tees, Knits & Polos</a>
</li>
<li>
<a href="#">Pants & Denim</a>
</li>
</ul>
</li>
<li>
<span class="mmenu-toggle"></span>
<a href="#">Jewellery <span class="tip tip-hot">Hot</span></a>
<ul>
<li>
<a href="#">Sweaters</a>
</li>
<li>
<a href="#">Heels & Sandals</a>
</li>
<li>
<a href="#">Jeans & Shorts</a>
</li>
</ul>
</li>
<li>
<span class="mmenu-toggle"></span>
<a href="#">Kids Fashion</a>
<ul>
<li>
<a href="#">Casual Shoes</a>
</li>
<li>
<a href="#">Spring & Autumn</a>
</li>
<li>
<a href="#">Winter Sneakers</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<span class="mmenu-toggle"></span>
<a href="#">Pages <span class="tip tip-hot">Hot!</span></a>
<ul>
<li>
<span class="mmenu-toggle"></span>
<a href="#">Category</a>
<ul>
<li>
<a href="demo-shop-14-category-2col.html">2 Columns</a>
</li>
<li>
<a href="demo-shop-14-category-3col.html">3 Columns</a>
</li>
<li>
<a href="demo-shop-14-category-4col.html">4 Columns</a>
</li>
<li>
<a href="demo-shop-14-category-5col.html">5 Columns</a>
</li>
<li>
<a href="demo-shop-14-category-6col.html">6 Columns</a>
</li>
<li>
<a href="demo-shop-14-category-7col.html">7 Columns</a>
</li>
<li>
<a href="demo-shop-14-category-8col.html">8 Columns</a>
</li>
<li>
<a href="demo-shop-14-category-right-sidebar.html">Right Sidebar</a>
</li>
<li>
<a href="demo-shop-14-category-list.html">Category List</a>
</li>
</ul>
</li>
<li>
<span class="mmenu-toggle"></span>
<a href="#">Category Banners</a>
<ul>
<li>
<a href="demo-shop-14-category-banner-boxed-slider.html">Boxed slider</a>
</li>
<li>
<a href="demo-shop-14-category-banner-boxed-image.html">Boxed Image</a>
</li>
<li>
<a href="demo-shop-14-category-banner-fullwidth.html">Fullwidth</a>
</li>
</ul>
</li>
<li>
<span class="mmenu-toggle"></span>
<a href="#">Product Details</a>
<ul>
<li>
<a href="demo-shop-14-product-details.html">Product Details 1</a>
</li>
<li>
<a href="demo-shop-14-product-details2.html">Product Details 2</a>
</li>
<li>
<a href="demo-shop-14-product-details3.html">Product Details 3</a>
</li>
<li>
<a href="demo-shop-14-product-details4.html">Product Details 4</a>
</li>
</ul>
</li>
<li>
<a href="demo-shop-14-cart.html">Shopping Cart</a>
</li>
<li>
<a href="demo-shop-14-checkout.html">Checkout</a>
</li>
<li>
<span class="mmenu-toggle"></span>
<a href="#">Loign & Register</a>
<ul>
<li>
<a href="demo-shop-14-login.html">Login</a>
</li>
<li>
<a href="demo-shop-14-register.html">Register</a>
</li>
</ul>
</li>
<li>
<span class="mmenu-toggle"></span>
<a href="#">Dashboard</a>
<ul>
<li>
<a href="demo-shop-14-dashboard.html">Dashboard</a>
</li>
<li>
<a href="demo-shop-14-myaccount.html">My Account</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="demo-shop-14-about-us.html">About Us</a>
</li>
<li>
<span class="mmenu-toggle"></span>
<a href="#">Blog</a>
<ul>
<li><a href="demo-shop-14-blog.html">Blog</a></li>
<li><a href="demo-shop-14-blog-post.html">Blog Post</a></li>
</ul>
</li>
<li>
<a href="demo-shop-14-contact-us.html">Contact Us</a>
</li>
<li>
<a href="#">Buy Porto!</a>
</li>
</ul>
</div>
</div>
<div id="mobile-menu-overlay"></div>
<div role="main" class="main">
<section class="page-header">
<div class="container">
<ul class="breadcrumb">
<li><a href="#">Home</a></li>
<li class="active">Dashboard</li>
</ul>
</div>
</section>
<div class="container">
<div class="row">
<div class="col-md-9 col-md-push-3 my-account">
<h1 class="h2 heading-primary font-weight-normal">My Dashboard</h1>
<div class="alert alert-success success-msg mb-xl" role="alert">
Thank you for registering with Porto - Premium Template.
</div>
<div class="alert alert-success mb-xlg" role="alert">
Hello, <strong>Porto customer!</strong> From your My Account Dashboard you have the ability to view a snapshot of your recent account activity and update your account information. Select a link below to view or edit information.
</div>
<h2 class="h3 mb-sm"><strong>Account Information</strong></h2>
<div class="row">
<div class="col-sm-6">
<div class="panel-box">
<div class="panel-box-title">
<h3>Contact Information</h3>
<a href="#" class="panel-box-edit">Edit</a>
</div>
<div class="panel-box-content">
<p>Name LastName<br>
porto_shop@gmail.com<br>
<a href="#">Change Password</a></p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="panel-box">
<div class="panel-box-title">
<h3>Newsletters</h3>
<a href="#" class="panel-box-edit">Edit</a>
</div>
<div class="panel-box-content">
<p>You are currently not subscribed to any newsletter.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="panel-box">
<div class="panel-box-title">
<h3>ADDRESS BOOK</h3>
<a href="#" class="panel-box-edit">Manage Addresses</a>
</div>
<div class="panel-box-content">
<div class="row">
<div class="col-sm-6">
<h4 class="h5 heading-text-color font-weight-semibold mb-xs">Default Billing Address</h4>
<address>
You have not set a default billing address.<br>
<a href="#">Edit Address</a>
</address>
</div>
<div class="col-sm-6">
<h4 class="h5 heading-text-color font-weight-semibold mb-xs">Default Shipping Address</h4>
<address>
You have not set a default shipping address.<br>
<a href="#">Edit Address</a>
</address>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-md-pull-9">
<aside class="sidebar">
<h4>My Account</h4>
<ul class="nav nav-list">
<li class="active"><a href="#">Account Dashboard</a></li>
<li><a href="#">Account Information</a></li>
<li><a href="#">Address Book</a></li>
<li><a href="#">My Orders</a></li>
<li><a href="#">Billing Agreements</a></li>
<li><a href="#">Recurring Profiles</a></li>
<li><a href="#">My Product Reviews</a></li>
<li><a href="#">My Tags</a></li>
<li><a href="#">My Wishlist</a></li>
<li><a href="#">My Applications</a></li>
<li><a href="#">Newsletter Subscriptions</a></li>
<li><a href="#">My Downloadable Products</a></li>
</ul>
</aside>
</div>
</div>
</div>
</div>
<!--(remove-empty-lines-start)-->
<footer id="footer">
<!--(remove-empty-lines-end)-->
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-3">
<h4>About Porto</h4>
<div class="about-widget">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla tristique augue eget enim feugiat blandit. Phasellus bibendum ex leo, at egestas lacus pellentesque in x leo, at egestas lacus pellentesque in. x leo, at egestas lacus pellentesque.</p>
<a href="#">Buy Porto eCommerce</a>
<ul class="contact">
<li><p><i class="fa fa-phone"></i> <strong>Need Help?</strong><br> (123) 456-7890</p></li>
</ul>
<ul class="social-icons">
<li class="social-icons-facebook"><a href="http://www.facebook.com/" target="_blank" title="Facebook"><i class="fa fa-facebook"></i></a></li>
<li class="social-icons-twitter"><a href="http://www.twitter.com/" target="_blank" title="Twitter"><i class="fa fa-twitter"></i></a></li>
<li class="social-icons-linkedin"><a href="http://www.linkedin.com/" target="_blank" title="Linkedin"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="contact-details">
<h4>FEATURED PRODUCTS</h4>
<div class="product product-sm">
<figure class="product-image-area">
<a href="#" title="Product Name" class="product-image">
<img src="../img/demos/shop/products/product13.jpg" alt="Product Name">
<img src="../img/demos/shop/products/product13-2.jpg" alt="Product Name" class="product-hover-image">
</a>
</figure>
<div class="product-details-area">
<h2 class="product-name"><a href="#" title="Product Name">Diamond Ring - S</a></h2>
<div class="product-ratings">
<div class="ratings-box">
<div class="rating" style="width:0%"></div>
</div>
</div>
<div class="product-price-box">
<span class="product-price">$220.00</span>
</div>
</div>
</div>
<div class="product product-sm">
<figure class="product-image-area">
<a href="#" title="Product Name" class="product-image">
<img src="../img/demos/shop/products/product14.jpg" alt="Product Name">
</a>
</figure>
<div class="product-details-area">
<h2 class="product-name"><a href="#" title="Product Name">Diamond Ring - XL</a></h2>
<div class="product-ratings">
<div class="ratings-box">
<div class="rating" style="width:80%"></div>
</div>
</div>
<div class="product-price-box">
<span class="product-price">$180.00</span>
</div>
</div>
</div>
<div class="product product-sm">
<figure class="product-image-area">
<a href="#" title="Product Name" class="product-image">
<img src="../img/demos/shop/products/product15.jpg" alt="Product Name">
</a>
</figure>
<div class="product-details-area">
<h2 class="product-name"><a href="#" title="Product Name">Diamond Ring - 2XL</a></h2>
<div class="product-ratings">
<div class="ratings-box">
<div class="rating" style="width:0%"></div>
</div>
</div>
<div class="product-price-box">
<span class="product-price">$240.00</span>
</div>
</div>
</div>
</div>
</div>
<div class="clearfix visible-sm"></div>
<div class="col-sm-6 col-md-3">
<div class="newsletter">
<h4>Be the First to Know</h4>
<p class="newsletter-info">Get all the latest information on Events,<br> Sales and Offers. Sign up for newsletter today.</p>
<div class="alert alert-success hidden" id="newsletterSuccess">
<strong>Success!</strong> You've been added to our email list.
</div>
<div class="alert alert-danger hidden" id="newsletterError"></div>
<p>Enter your e-mail Address:</p>
<form id="newsletterForm" action="../php/newsletter-subscribe.php" method="POST">
<div class="input-group">
<input class="form-control" placeholder="Email Address" name="newsletterEmail" id="newsletterEmail" type="text">
<span class="input-group-btn">
<button class="btn btn-primary" type="submit">Submit</button>
</span>
</div>
</form>
</div>
</div>
<div class="col-sm-6 col-md-4">
<h4>FOLLOW US</h4>
<a class="twitter-timeline" href="//twitter.com/twitterdev" data-widget-id="362597660089274368" data-screen-name="swtheme" data-theme="dark" height="285">Tweets by @swtheme</a>
<script>window.twttr=(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],t=window.twttr||{};if(d.getElementById(id))return;js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);t._e=[];t.ready=function(f){t._e.push(f);};return t;}(document,"script","twitter-wjs"));</script>
</div>
</div>
</div>
</div>
<div class="footer-middle">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-3">
<h4>Shop</h4>
<ul class="links">
<li>
<i class="fa fa-angle-right"></i>
<a href="#">Fashion Promo</a>
</li>
<li>
<i class="fa fa-angle-right"></i>
<a href="#">Discounts</a>
</li>
<li>
<i class="fa fa-angle-right"></i>
<a href="#">Outlet</a>
</li>
</ul>
</div>
<div class="col-sm-6 col-md-3">
<div class="contact-details">
<h4>POPULAR TAGS</h4>
<div class="tagcloud">
<a href="#">Fashion</a>
<a href="#">Shoes</a>
<a href="#">Skirts</a>
<a href="#">Dresses</a>
<a href="#">Bags</a>
</div>
</div>
</div>
<div class="clearfix visible-sm"></div>
<div class="col-sm-6 col-md-3">
<h4>MY ACCOUNT</h4>
<ul class="links">
<li>
<i class="fa fa-angle-right"></i>
<a href="demo-shop-14-myaccount.html">My Account</a>
</li>
<li>
<i class="fa fa-angle-right"></i>
<a href="demo-shop-14-about-us.html">About Us</a>
</li>
<li>
<i class="fa fa-angle-right"></i>
<a href="#">Store Locations</a>
</li>
</ul>
</div>
<div class="col-sm-6 col-md-4">
<h4>CONTACT INFORMATION</h4>
<ul class="contact">
<li><p><i class="fa fa-map-marker"></i> 1234 Street Name, City, US</p></li>
<li><p><i class="fa fa-phone"></i> (123) 456-7890</p></li>
<li><p><i class="fa fa-envelope-o"></i> <a href="mailto:mail@example.com">mail@example.com</a></p></li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
<a href="index.html" class="logo">
<img alt="Porto Website Template" class="img-responsive" src="../img/demos/shop/logo-footer.png">
</a>
<img alt="Payments" src="../img/demos/shop/payments.png" class="footer-payment">
<p class="copyright-text">© Copyright 2017. All Rights Reserved.</p>
</div>
</div>
</footer>
</div>
<!-- Vendor -->
<script src="../vendor/jquery/jquery.min.js"></script>
<script src="../vendor/jquery.appear/jquery.appear.min.js"></script>
<script src="../vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="../vendor/jquery-cookie/jquery-cookie.min.js"></script>
<script src="../vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="../vendor/common/common.min.js"></script>
<script src="../vendor/jquery.validation/jquery.validation.min.js"></script>
<script src="../vendor/jquery.easy-pie-chart/jquery.easy-pie-chart.min.js"></script>
<script src="../vendor/jquery.gmap/jquery.gmap.min.js"></script>
<script src="../vendor/jquery.lazyload/jquery.lazyload.min.js"></script>
<script src="../vendor/isotope/jquery.isotope.min.js"></script>
<script src="../vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="../vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="../vendor/vide/vide.min.js"></script>
<!-- Theme Base, Components and Settings -->
<script src="../js/theme.js"></script>
<!-- Current Page Vendor and Views -->
<script src="../js/views/view.contact.js"></script>
<!--(remove-empty-lines-start)-->
<!--(remove-empty-lines-end)-->
<!-- Demo -->
<script src="../js/demos/demo-shop-14.js"></script>
<!-- Theme Custom -->
<script src="../js/custom.js"></script>
<!-- Theme Initialization Files -->
<script src="../js/theme.init.js"></script>
<!-- Google Analytics: Change UA-XXXXX-X to be your site's ID. Go to http://www.google.com/analytics/ for more information.
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-12345678-1', 'auto');
ga('send', 'pageview');
</script>
-->
<!--(remove-empty-lines-start)-->
<!--(remove-empty-lines-end)-->
</body>
</html>
|
app/css/structure/footer.css | eskside/Web-Project-Starter-Kit | /**
*
* Footer CSS Stylesheet
*
*/
footer {
position: relative;
padding: .5rem
}
.copyright {
}
@media all and (min-width: 35em) {
} |
views/calculator.html | gary-espoo/spice-the-food | <div id="calculator">
<!-- Screen and clear key -->
<div class="top">
<span class="clear">C</span>
<div class="screen"></div>
</div>
<div class="keys">
<!-- operators and other keys -->
<span>7</span>
<span>8</span>
<span>9</span>
<span class="operator">+</span>
<span>4</span>
<span>5</span>
<span>6</span>
<span class="operator">-</span>
<span>1</span>
<span>2</span>
<span>3</span>
<span class="operator">÷</span>
<span>0</span>
<span>.</span>
<span class="eval">=</span>
<span class="operator">x</span>
</div>
</div>
<!-- PrefixFree -->
<script src="http://thecodeplayer.com/uploads/js/prefixfree-1.0.7.js" type="text/javascript" type="text/javascript"></script>
<script>
// Get all the keys from document
var keys = document.querySelectorAll('#calculator span');
var operators = ['+', '-', 'x', '÷'];
var decimalAdded = false;
// Add onclick event to all the keys and perform operations
for(var i = 0; i < keys.length; i++) {
keys[i].onclick = function(e) {
// Get the input and button values
var input = document.querySelector('.screen');
var inputVal = input.innerHTML;
var btnVal = this.innerHTML;
// Now, just append the key values (btnValue) to the input string and finally use javascript's eval function to get the result
// If clear key is pressed, erase everything
if(btnVal == 'C') {
input.innerHTML = '';
decimalAdded = false;
}
// If eval key is pressed, calculate and display the result
else if(btnVal == '=') {
var equation = inputVal;
var lastChar = equation[equation.length - 1];
// Replace all instances of x and ÷ with * and / respectively. This can be done easily using regex and the 'g' tag which will replace all instances of the matched character/substring
equation = equation.replace(/x/g, '*').replace(/÷/g, '/');
// Final thing left to do is checking the last character of the equation. If it's an operator or a decimal, remove it
if(operators.indexOf(lastChar) > -1 || lastChar == '.')
equation = equation.replace(/.$/, '');
if(equation)
input.innerHTML = eval(equation);
decimalAdded = false;
}
// Basic functionality of the calculator is complete. But there are some problems like
// 1. No two operators should be added consecutively.
// 2. The equation shouldn't start from an operator except minus
// 3. not more than 1 decimal should be there in a number
// We'll fix these issues using some simple checks
// indexOf works only in IE9+
else if(operators.indexOf(btnVal) > -1) {
// Operator is clicked
// Get the last character from the equation
var lastChar = inputVal[inputVal.length - 1];
// Only add operator if input is not empty and there is no operator at the last
if(inputVal != '' && operators.indexOf(lastChar) == -1)
input.innerHTML += btnVal;
// Allow minus if the string is empty
else if(inputVal == '' && btnVal == '-')
input.innerHTML += btnVal;
// Replace the last operator (if exists) with the newly pressed operator
if(operators.indexOf(lastChar) > -1 && inputVal.length > 1) {
// Here, '.' matches any character while $ denotes the end of string, so anything (will be an operator in this case) at the end of string will get replaced by new operator
input.innerHTML = inputVal.replace(/.$/, btnVal);
}
decimalAdded =false;
}
// Now only the decimal problem is left. We can solve it easily using a flag 'decimalAdded' which we'll set once the decimal is added and prevent more decimals to be added once it's set. It will be reset when an operator, eval or clear key is pressed.
else if(btnVal == '.') {
if(!decimalAdded) {
input.innerHTML += btnVal;
decimalAdded = true;
}
}
// if any other key is pressed, just append it
else {
input.innerHTML += btnVal;
}
// prevent page jumps
e.preventDefault();
}
}
</script>
<style>
/* Basic reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
/* Better text styling */
font: bold 14px Arial, sans-serif;
}
/* Finally adding some IE9 fallbacks for gradients to finish things up */
/* A nice BG gradient */
html {
height: 100%;
background: white;
background: radial-gradient(circle, #fff 20%, #ccc);
background-size: cover;
}
/* Using box shadows to create 3D effects */
#calculator {
width: 325px;
height: auto;
margin: 100px auto;
padding: 20px 20px 9px;
background: #9dd2ea;
background: linear-gradient(#9dd2ea, #8bceec);
border-radius: 3px;
box-shadow: 0px 4px #009de4, 0px 10px 15px rgba(0, 0, 0, 0.2);
}
/* Top portion */
.top span.clear {
float: left;
}
/* Inset shadow on the screen to create indent */
.top .screen {
height: 40px;
width: 212px;
float: right;
padding: 0 10px;
background: rgba(0, 0, 0, 0.2);
border-radius: 3px;
box-shadow: inset 0px 4px rgba(0, 0, 0, 0.2);
/* Typography */
font-size: 17px;
line-height: 40px;
color: white;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
text-align: right;
letter-spacing: 1px;
}
/* Clear floats */
.keys, .top {overflow: hidden;}
/* Applying same to the keys */
.keys span, .top span.clear {
float: left;
position: relative;
top: 0;
cursor: pointer;
width: 66px;
height: 36px;
background: white;
border-radius: 3px;
box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
margin: 0 7px 11px 0;
color: #888;
line-height: 36px;
text-align: center;
/* prevent selection of text inside keys */
user-select: none;
/* Smoothing out hover and active states using css3 transitions */
transition: all 0.2s ease;
}
/* Remove right margins from operator keys */
/* style different type of keys (operators/evaluate/clear) differently */
.keys span.operator {
background: #FFF0F5;
margin-right: 0;
}
.keys span.eval {
background: #f1ff92;
box-shadow: 0px 4px #9da853;
color: #888e5f;
}
.top span.clear {
background: #ff9fa8;
box-shadow: 0px 4px #ff7c87;
color: white;
}
/* Some hover effects */
.keys span:hover {
background: #9c89f6;
box-shadow: 0px 4px #6b54d3;
color: white;
}
.keys span.eval:hover {
background: #abb850;
box-shadow: 0px 4px #717a33;
color: #ffffff;
}
.top span.clear:hover {
background: #f68991;
box-shadow: 0px 4px #d3545d;
color: white;
}
/* Simulating "pressed" effect on active state of the keys by removing the box-shadow and moving the keys down a bit */
.keys span:active {
box-shadow: 0px 0px #6b54d3;
top: 4px;
}
.keys span.eval:active {
box-shadow: 0px 0px #717a33;
top: 4px;
}
.top span.clear:active {
top: 4px;
box-shadow: 0px 0px #d3545d;
}
</style> |
12.JavaScript-Applications/Topics/01. Promises and asynchronous programming/demos/1. callbacks/1.5Piramid of Death.html | VVoev/Telerik-Academy | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<script src="script.js"></script>
</body>
</html> |
lib/public/widgets/E2MUploadWidget.tpl.html | rinzeb/excel2map-dist | <div class="fill-height" style="margin: 20px 5px 2px 5px;overflow:auto;height:95%" id="drop-box">
<div style="display: inline-block; margin-left: 2px;" ng-hide="data.hideTitle">
<div style="display: inline-block; font-size:16px; font-weight:bold; margin-bottom:2px;">{{data.title}}</div>
<div style="display: inline-block; margin-right:5px; position: absolute; top: 2px; right: 0px;">
<a class="widget-min-max-close" ng-click="vm.close()" ng-if="vm.canClose()"><i class="fa fa-times"></i></a>
<a class="widget-min-max-close" ng-click="vm.minimize()" ng-show="vm.canMinimize() && minimized"> <i class="fa fa-plus"></i></a>
<a class="widget-min-max-close" ng-click="vm.minimize()" ng-show="vm.canMinimize() && !minimized"> <i class="fa fa-minus"></i></a>
<a class="widget-min-max-close" ng-click="vm.exportToPDF()"><i class="fa fa-save" uib-tooltip="{{'SAVE_AS_PDF' | translate}}" tooltip-trigger="mouseenter" tooltip-append-to-body="true" ng-show="vm.exporterAvailable&&!minimized"></i></a>
</div>
<!--<div class="display:inline-block; margin-right:10px; btn-group btn-group-sm" role="group">
<a ng-click="vm.minimize()">
<i class="makeNarrow fa fa-plus"></i>
</a>
<button type="button" class="btn btn-secondary makeNarrow fa fa-plus leftpanel-header-button" ng-click="vm.minimize()" ng-show="minimized" />
<button type="button" class="btn btn-secondary makeNarrow fa fa-minus leftpanel-header-button" ng-click="vm.minimize()" ng-hide="minimized" />
<button type="button" class="btn btn-secondary makeNarrow fa fa-times leftpanel-header-button" ng-if="vm.canClose()" ng-click="vm.close()" />
</div>-->
</div>
<div class="fill-height" style="padding:0px;font-size:12px;margin:0px;" ng-hide="minimized">
<div class="table fill-height">
<div class="row">
<div class="col-xs-12 fill-height">
<h2>{{'UPLOAD_FROM_EXCEL2MAP' | translate}}</h2>
</div>
</div>
<div class="row">
<div class="col-xs-12 fill-height">
<div>{{'UPLOAD_DESCRIPTION' | translate}}
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6 fill-height">
<h4>{{'OPTION' | translate:'{ number: "1" }'}}. {{ 'PASTE_CLIPBOARD' | translate}}.</h4>
<div>{{ 'PASTE_CLIPBOARD_DESCRIPTION' | translate}}</div>
<h4>{{'OPTION' | translate:'{ number: "2" }'}}. {{ 'UPLOAD_FILE' | translate}}.</h4>
<div>{{ 'UPLOAD_FILE_DESCRIPTION' | translate}}</div>
<input type="file" id="file-upload" style="margin-top:8px"/>
<h4>{{'OPTION' | translate:'{ number: "3" }'}}. {{ 'DRAG_FILE' | translate}}.</h4>
<div>{{ 'DRAG_FILE_DESCRIPTION' | translate}}.</div>
</div>
<div class="col-xs-6 fill-height">
<textarea rows="16" class="fill-height" id="clipboard-box" style="width:95%;margin-top: 24px" placeholder="{{'PASTE_HERE' | translate}}" ng-model="vm.textContent"
ng-change="vm.updatedContent()"></textarea>
</div>
</div>
<div class="row">
<div class="col-xs-12 fill-height">
<div style="margin-top: 8px">
<label for="projectid">Project ID:</label>
<input type="text" class="fill-height" id="projectid" ng-model="vm.projectId">
</div>
<div>
<label for="password">{{'PASSWORD' | translate}}:</label>
<input type="text" class="fill-height" id="password" ng-model="vm.password">
</div>
<div>
<input class="btn big-button" type="button" value="{{'CONVERT' | translate}}" ng-click="vm.convertData()" ng-disabled="!vm.textContent"
/>
</div>
<div ng-hide="!vm.projectId">
<a class="btn" target="_blank" href="/?project={{vm.projectId}}" style="font-size:large">{{'VIEW_PROJECT' | translate}}</a>
</div>
</div>
</div>
</div>
</div>
</div> |
app/index.html | antonioparisi/quizzard-desktop-client | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>App</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- build:css(tmp/result) /assets/app.min.css -->
<link rel="stylesheet" href="/assets/app.css">
<!-- endbuild -->
<!-- for more details visit: https://github.com/yeoman/grunt-usemin -->
<!-- build:js(tmp/result) /assets/config.min.js -->
<script src="/config/environment.js"></script>
<!-- @if tests=false -->
<!-- @if dist=false -->
<script src="/config/environments/development.js"></script>
<!-- @endif --><!-- @if dist=true -->
<script src="/config/environments/production.js"></script>
<!-- @endif -->
<!-- @endif --><!-- @if tests=true -->
<script src="/config/environments/test.js"></script>
<!-- @endif -->
<!-- endbuild -->
<!-- build:js(tmp/result) /assets/vendor.min.js -->
<script src="/vendor/jquery/jquery.js"></script>
<!-- @if dist=false -->
<script src="/vendor/handlebars/handlebars.js"></script>
<script src="/vendor/ember/ember.js"></script>
<!-- @endif --><!-- @if dist=true -->
<script src="/vendor/handlebars/handlebars.runtime.js"></script>
<script src="/vendor/ember/ember.prod.js"></script>
<!-- @endif -->
<script src="/vendor/ember-model/ember-model.js"></script>
<script src="/vendor/loader.js"></script>
<script src="/vendor/ember-resolver/dist/ember-resolver.js"></script>
<script src="/vendor/ic-ajax/main.js"></script>
<script src="/vendor/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="/vendor/pusher/dist/pusher.min.js"></script>
<!-- endbuild -->
<!-- build:js(tmp/result) /assets/app.min.js -->
<script src="/assets/app.js"></script>
<script src="/assets/templates.js"></script>
<!-- endbuild -->
<!-- @if dist=false -->
<style>
@keyframes domChanged { from { background: yellow; } }
@-webkit-keyframes domChanged { from { background: yellow; } }
.ember-view { animation: domChanged 1s; -webkit-animation: domChanged 1s; }
</style>
<!-- @endif -->
<!-- @if tests=true -->
<link rel="stylesheet" href="/vendor/qunit/qunit/qunit.css">
<script src="/vendor/qunit/qunit/qunit.js"></script>
<style>
#ember-testing-container {
position: absolute;
background: white;
bottom: 0;
right: 0;
width: 640px;
height: 384px;
overflow: auto;
z-index: 9999;
border: 1px solid #ccc;
}
#ember-testing {
zoom: 50%;
}
</style>
<!-- @endif -->
</head>
<body>
<!--[if lt IE 8]>
<p class="browsehappy">
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a>
to improve your experience.
</p>
<![endif]-->
<!-- @if tests=true -->
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="/tests/tests.js"></script>
<script src="/tests/test-helper.js"></script>
<script src="/tests/test-loader.js"></script>
<script src="/testem.js"></script>
<!-- @endif -->
<!-- @if tests=false -->
<script>
window.App = require('appkit/app')["default"].create();
</script>
<!-- @endif -->
</body>
</html>
|
app/styles/yk-box.css | yogiekurniawan/JayaMekar-ChromeApp | box {
position: relative;
background: #ffffff;
border-top: 2px solid #c1c1c1;
margin-bottom: 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 100%;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
|
docs/paymentsheet/com.stripe.android.paymentsheet/-payment-sheet/-configuration/default-billing-details.html | stripe/stripe-android | <html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>defaultBillingDetails</title>
</head><body><link href="../../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../../../";</script>
<script type="text/javascript" src="../../../../scripts/sourceset_dependencies.js" async></script><link href="../../../../styles/style.css" rel="Stylesheet"><link href="../../../../styles/jetbrains-mono.css" rel="Stylesheet"><link href="../../../../styles/main.css" rel="Stylesheet"><link href="../../../../styles/prism.css" rel="Stylesheet"><link href="../../../../styles/logo-styles.css" rel="Stylesheet"><script type="text/javascript" src="../../../../scripts/clipboard.js" async></script><script type="text/javascript" src="../../../../scripts/navigation-loader.js" async></script><script type="text/javascript" src="../../../../scripts/platform-content-handler.js" async></script><script type="text/javascript" src="../../../../scripts/main.js" defer></script><script type="text/javascript" src="../../../../scripts/prism.js" async></script><script>const storage = localStorage.getItem("dokka-dark-mode")
const savedDarkMode = storage ? JSON.parse(storage) : false
if(savedDarkMode === true){
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}</script>
<div class="navigation-wrapper" id="navigation-wrapper">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<div class="library-name"><a href="../../../../index.html"><span>stripe-android</span></a></div>
<div></div>
<div class="pull-right d-flex"><button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
</div>
</div>
<div id="container">
<div id="leftColumn">
<div id="sideMenu"></div>
</div>
<div id="main">
<div class="main-content" id="content" pageids="paymentsheet::com.stripe.android.paymentsheet/PaymentSheet.Configuration/defaultBillingDetails/#/PointingToDeclaration//2002900378">
<div class="breadcrumbs"><a href="../../../index.html">paymentsheet</a>/<a href="../../index.html">com.stripe.android.paymentsheet</a>/<a href="../index.html">PaymentSheet</a>/<a href="index.html">Configuration</a>/<a href="default-billing-details.html">defaultBillingDetails</a></div>
<div class="cover ">
<h1 class="cover"><span>default</span><wbr><span>Billing</span><wbr><span><span>Details</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":paymentsheet:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="default-billing-details.html">defaultBillingDetails</a><span class="token operator">: </span><a href="../-billing-details/index.html">PaymentSheet.BillingDetails</a><span class="token operator">?</span><span class="token operator"> = </span>null<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><p class="paragraph">The billing information for the customer.</p><p class="paragraph">If set, PaymentSheet will pre-populate the form fields with the values provided.</p></div></div>
</div>
<div class="footer"><span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2022 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
</div>
</div>
</body></html>
|
public/status.html | KPB-US/dispatch-display | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Dispatch Display Status</title>
<script src="js/vue.js"></script>
<script src="js/status.js" defer></script>
<link rel="stylesheet" href="css/status.css">
</head>
<body>
<div id="status">
<div class="stations">
<div v-for="entry in results.directory">
<table class="posts">
<thead>
<tr>
<th colspan="3">
<div class="name">{{entry.ids.join(', ')}}</div>
<div class="address">{{entry.address}}</div>
<div class="since">{{new Date(entry.since).toLocaleDateString()}} {{new Date(entry.since).toLocaleTimeString()}}</div>
</th>
</tr>
<tr v-if="entry.posts.length > 0">
<th>Call #</th>
<th>Call Sent</th>
<th>Call Ack</th>
</tr>
<tr v-else>
<th colspan="5" class="no-calls">No calls yet.</th>
</tr>
</thead>
<tbody>
<tr v-for="post in entry.posts">
<template v-if="post.type == 'call'">
<td class="call-number">{{post.callNumber}}</td>
<td class="call-sent">{{new Date(post.callSent).toLocaleDateString()}}</td>
<td class="call-ack">{{new Date(post.callAck).toLocaleTimeString()}}</td>
</template>
<template v-else-if="post.type == 'callslog'">
<td class="call-number">Logs</td>
<td class="call-sent">{{new Date(post.callslogSent).toLocaleDateString()}}</td>
<td class="call-ack">{{new Date(post.callslogAck).toLocaleTimeString()}}</td>
</template>
</tr>
</tbody>
</table>
</div>
</div>
<div class="history">
<div v-if="results.callHistory.length > 0">
<table>
<thead>
<tr>
<th colspan="6">Call History</th>
</tr>
<tr>
<th>Call #</th>
<th>Area</th>
<th>Received</th>
<th>Type</th>
<th>Dispatch Code</th>
</tr>
</thead>
<tbody>
<tr v-for="call in results.callHistory">
<td class="call-number">{{call.callNumber}}</td>
<td class="call-area">{{call.callData.area}}</td>
<td class="call-received">{{new Date(call.receivedDate).toLocaleDateString()}} {{new Date(call.receivedDate).toLocaleTimeString()}}</td>
<td class="call-type">{{call.callData.callType}}</td>
<td class="call-dispatch-code">{{call.callData.dispatchCode}}</td>
</tr>
</tbody>
</table>
</div>
<div v-else>
No calls yet.
</div>
</div>
</div>
</body>
</html> |
example/amd/index.html | patientslikeme/notifyr | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Notifyr - AMD environment example</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/styles.css">
<style>
.custom-notification-class {
background-color: #039;
color: #fff !important;
border-radius: 10px;
}
</style>
</head>
<body>
<div id="notifications" aria-live="assertive" aria-atomic="true" aria-relevant="additions"></div>
<ul>
<li>
<a href="#" id="notification-1">Open a notification and display alerts on event hooks</a>
</li>
<li>
<a href="#" id="notification-2">Open a long notification in bottom left with a custom class</a>
</li>
<li>
<a href="#" id="notification-3" data-notification-message="A message for you" data-notification-title="A title here" data-notification-location="bottom-right" data-notification-animation-speed="1000">Open a notification in bottom right with a title and a longer animation time</a>
</li>
<li>
<a href="#" id="notification-4">A top-left notification with a custom button</a>
</li>
<li>
<a href="#" id="notification-5">A "sticky" notification that will not autodismiss</a>
</li>
</ul>
<script data-main="script" src="/requirejs/require.js"></script>
</body>
</html> |
hire-me/lightbox/default/default.css | ashga/ashga.github.io | /*
* Nivo Lightbox Default Theme v1.0
* http://dev7studios.com/nivo-lightbox
*
* Copyright 2013, Dev7studios
* Free to use and abuse under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
background: #666;
background: rgba(0,0,0,0.6);
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(loading.gif) no-repeat 50% 50%; }
.nivo-lightbox-theme-default .nivo-lightbox-nav {
top: 10%;
width: 8%;
height: 80%;
text-indent: -9999px;
background-repeat: no-repeat;
background-position: 50% 50%;
opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
opacity: 1;
background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
background-image: url(prev.png);
border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
background-image: url(next.png);
border-radius: 3px 0 0 3px;
}
/*.nivo-lightbox-theme-default .nivo-lightbox-close {
display: block;
background: url(close.png) no-repeat 5px 5px;
width: 16px;
height: 16px;
text-indent: -9999px;
padding: 5px;
opacity: 0.5;
}*/
.nivo-lightbox-theme-default .nivo-lightbox-close {
cursor: pointer;
display: block;
height: 50px;
right: 20px;
position: absolute;
top: 15px;
width: 40px;
z-index: 999;
-webkit-transition: opacity 0.5s ease 0s;
-moz-transition: opacity 0.5s ease 0s;
-o-transition: opacity 0.5s ease 0s;
transition: opacity 0.5s ease 0s;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close span {
-moz-user-select: none;
background-color: #FFFFFF;
display: block;
font-size: 0;
height: 1px;
left: 0;
margin-top: -2px;
position: absolute;
top: 50%;
-webkit-transition: background-color 0.3s ease 0s;
-moz-transition: background-color 0.3s ease 0s;
-o-transition: background-color 0.3s ease 0s;
transition: background-color 0.3s ease 0s;
width: 100%;
}
.nivo-lightbox-theme-default .nivo-lightbox-close span {
background-color: rgba(0, 0, 0, 0);
}
.nivo-lightbox-theme-default .nivo-lightbox-close span:before, .nivo-lightbox-theme-default .nivo-lightbox-close span:after {
background: none repeat scroll 0 0 #FFFFFF;
content: "";
height: 100%;
left: 0;
position: absolute;
-webkit-transition: transform 0.3s ease 0s;
-moz-transition: transform 0.3s ease 0s;
-o-transition: transform 0.3s ease 0s;
transition: transform 0.3s ease 0s;
width: 100%;
}
.nivo-lightbox-theme-default .nivo-lightbox-close span:before {
-webkit-transform: translateY(0px) rotate(45deg);
-moz-transform: translateY(0px) rotate(45deg);
-ms-transform: translateY(0px) rotate(45deg);
-o-transform: translateY(0px) rotate(45deg);
transform: translateY(0px) rotate(45deg);
}
.nivo-lightbox-theme-default .nivo-lightbox-close span:after {
-webkit-transform: translateY(0px) rotate(-45deg);
-moz-transform: translateY(0px) rotate(-45deg);
-ms-transform: translateY(0px) rotate(-45deg);
-o-transform: translateY(0px) rotate(-45deg);
transform: translateY(0px) rotate(-45deg);
}
//.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
background: #000;
color: #fff;
padding: 7px 15px;
border-radius: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
background: #fff;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
background: #fff;
padding: 40px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
@media (-webkit-min-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(min--moz-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
background-image: url(loading@2x.gif);
background-size: 32px 32px;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
background-image: url(prev@2x.png);
background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
background-image: url(next@2x.png);
background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
background-image: url(close@2x.png);
background-size: 16px 16px;
}
} |
app/view2/view2.html | chloeleichen/beers | <div id ="view2" class="container">
<div class="sm-col sm-col-3">
<form>
<label class="clearfix" for="search">Search: {{search.keyword}} </label>
<input id="filter" type="text" class="field" ng-model="search.keyword">
<label>Select</label>
<ul class="block col-12">
<li ng-repeat ="family in families" class="beer-family">
{{family}}
</li>
</ul>
</form>
</div>
<div class="sm-col sm-col-9">
<ul class="list-reset">
<li> placeholder </li>
</ul>
</div>
|
app/partials/step_one.html | jvlucic/angulin | <!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<div ng-include="'partials/localization.html'"></div>
<div ng-include="'partials/step_one/promotions_accordion.html'"></div>
<div ng-include="'partials/step_one/messages.html'"></div>
<div ng-include="'partials/step_one/booking_form.html'"></div>
<div ng-include="'partials/step_one/shopping_cart.html'"></div>
<div ng-include="'partials/step_one/result_list.html'"></div>
<div ng-include="'partials/step_one/shopping_cart.html'"></div>
</body>
</html> |
client/src/app/admin/import.component.html | UMM-CSci-3601-S17/digital-display-garden-iteration-4-dorfner-v2 | <div *ngIf="this.authorized" class="import-page">
<h2>Import Spreadsheet</h2>
<file-upload #fu (change)="this.fileSelected()" [multiple]="false">-</file-upload>
<button *ngIf="filename === undefined && !uploadStarted" class="btn btn-primary" (click)="this.handleUpload()" style="margin-top: 10px">
<span class="glyphicon glyphicon-upload" aria-hidden="true"></span>
Import
</button>
<div *ngIf="filename!==undefined"> Your file was successfully uploaded as data set {{this.filename}}.
</div>
<div *ngIf="filename === undefined && uploadAttempted === true">File upload failed.</div>
<div>
<button [routerLink]="['/admin']" class="btn btn-primary" style="float: right">Back to Admin Page</button>
</div>
</div>
<style>
.import-page {
margin-top: -115px;
}
</style> |
css/main.css | cmp-cc/cmp-cc.github.io | /* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block; /* 1 */
vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit; /* 1 */
font: inherit; /* 2 */
margin: 0; /* 3 */
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0; /* 1 */
padding: 0; /* 2 */
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.pullquote {
width: 45%;
}
.pullquote.left {
float: left;
margin-left: 5px;
margin-right: 10px;
}
.pullquote.right {
float: right;
margin-left: 10px;
margin-right: 5px;
}
.highlight table,
.gist table {
width: auto;
}
.highlight table td,
.gist table td {
border: none;
}
.highlight a,
.gist a {
color: #222 !important;
text-decoration: none !important;
}
.affix.affix.affix {
position: fixed;
}
.translation {
margin-top: -20px;
font-size: 14px;
color: #999;
}
.use-motion .motion-element {
opacity: 0;
}
#local-search-input {
padding: 3px;
border: none;
text-indent: 14px;
border-radius: 0;
width: 140px;
outline: none;
border-bottom: 1px solid #999;
background: inherit;
opacity: 0.5;
}
#local-search-input:focus {
opacity: 1;
}
.search-icon {
position: absolute;
top: 9px;
}
table {
margin: 20px 0;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
border: 1px solid #ddd;
font-size: 14px;
table-layout: fixed;
word-wrap: break-word;
}
table>tbody>tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
table>tbody>tr:hover {
background-color: #f5f5f5;
}
caption,
th,
td {
padding: 8px;
text-align: left;
vertical-align: middle;
font-weight: normal;
}
th,
td {
border-bottom: 3px solid #ddd;
border-right: 1px solid #eee;
}
th {
padding-bottom: 10px;
font-weight: 700;
}
td {
border-bottom-width: 1px;
}
html,
body {
height: 100%;
}
.container {
position: relative;
min-height: 100%;
}
.header-inner {
margin: 0 auto;
padding: 100px 0 70px;
width: 700px;
}
@media (min-width: 1600px) {
.container .header-inner {
width: 900px;
}
}
.main {
padding-bottom: 150px;
}
.main-inner {
margin: 0 auto;
width: 700px;
}
@media (min-width: 1600px) {
.container .main-inner {
width: 900px;
}
}
.footer {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 50px;
}
.footer-inner {
box-sizing: border-box;
margin: 20px auto;
width: 700px;
}
@media (min-width: 1600px) {
.container .footer-inner {
width: 900px;
}
}
pre,
.highlight {
background: #f7f7f7;
margin: 20px 0;
padding: 15px;
overflow: auto;
font-size: 13px;
color: #4d4d4c;
line-height: 1.6;
}
.highlight .gutter pre {
color: #666;
}
pre,
code {
font-family: "Input Mono", "PT Mono", Consolas, Monaco, Menlo, monospace;
}
code {
word-break: break-all;
background: #eee;
text-shadow: 0 1px #fff;
padding: 0 0.3em;
}
pre code {
background: none;
text-shadow: none;
padding: 0;
}
.highlight pre {
border: none;
margin: 0;
padding: 1px;
}
.highlight table {
margin: 0;
width: auto;
border: none;
}
.highlight td {
border: none;
padding: 0;
}
.highlight figcaption {
font-size: 0.85em;
color: #8e908c;
line-height: 1em;
margin-bottom: 1em;
}
.highlight figcaption:before,
.highlight figcaption:after {
content: " ";
display: table;
}
.highlight figcaption:after {
clear: both;
}
.highlight figcaption a {
float: right;
}
.highlight .gutter pre {
text-align: right;
padding-right: 20px;
}
.highlight .line {
height: 20px;
}
pre .comment {
color: #8e908c;
}
pre .variable,
pre .attribute,
pre .tag,
pre .regexp,
pre .ruby .constant,
pre .xml .tag .title,
pre .xml .pi,
pre .xml .doctype,
pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo {
color: #c82829;
}
pre .number,
pre .preprocessor,
pre .built_in,
pre .literal,
pre .params,
pre .constant,
pre .command {
color: #f5871f;
}
pre .ruby .class .title,
pre .css .rules .attribute {
color: #718c00;
}
pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata,
pre .special,
pre .number,
pre .formula {
color: #718c00;
}
pre .title,
pre .css .hexcolor {
color: #3e999f;
}
pre .function,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title {
color: #4271ae;
}
pre .keyword,
pre .javascript .function {
color: #8959a8;
}
.full-image.full-image.full-image {
border: none;
max-width: 100%;
width: auto;
margin: 20px auto;
}
@media (min-width: 992px) {
.full-image.full-image.full-image {
max-width: none;
width: 126%;
margin: 0 -13%;
}
}
.blockquote-center,
.page-home .post-type-quote blockquote,
.page-post-detail .post-type-quote blockquote {
position: relative;
margin: 40px 0;
padding: 0;
border-left: none;
text-align: center;
}
.blockquote-center::before,
.page-home .post-type-quote blockquote::before,
.page-post-detail .post-type-quote blockquote::before,
.blockquote-center::after,
.page-home .post-type-quote blockquote::after,
.page-post-detail .post-type-quote blockquote::after {
position: absolute;
content: ' ';
display: block;
width: 100%;
height: 24px;
opacity: 0.2;
background-repeat: no-repeat;
background-position: 0 -6px;
background-size: 22px 22px;
}
.blockquote-center::before,
.page-home .post-type-quote blockquote::before,
.page-post-detail .post-type-quote blockquote::before {
top: -20px;
background-image: url("../images/quote-l.svg");
border-top: 1px solid #ccc;
}
.blockquote-center::after,
.page-home .post-type-quote blockquote::after,
.page-post-detail .post-type-quote blockquote::after {
bottom: -20px;
background-image: url("../images/quote-r.svg");
border-bottom: 1px solid #ccc;
background-position: 100% 8px;
}
.blockquote-center p,
.page-home .post-type-quote blockquote p,
.page-post-detail .post-type-quote blockquote p,
.blockquote-center div,
.page-home .post-type-quote blockquote div,
.page-post-detail .post-type-quote blockquote div {
text-align: center;
}
.post .post-body .group-picture img {
box-sizing: border-box;
padding: 0 3px;
border: none;
}
.post .group-picture-row {
overflow: hidden;
margin-top: 6px;
}
.post .group-picture-row:first-child {
margin-top: 0;
}
.post .group-picture-column {
float: left;
}
.page-post-detail .post-body .group-picture-column {
float: none;
margin-top: 10px;
width: auto !important;
}
.page-post-detail .post-body .group-picture-column img {
margin: 0 auto;
}
.page-archive .group-picture-container {
overflow: hidden;
}
.page-archive .group-picture-row {
float: left;
}
.page-archive .group-picture-row:first-child {
margin-top: 6px;
}
.page-archive .group-picture-column {
max-width: 150px;
max-height: 150px;
}
.btn {
display: inline-block;
padding: 0 20px;
font-size: 14px;
color: #fff;
background: #222;
border: 2px solid #222;
text-decoration: none;
border-radius: 0;
transition-property: background-color;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
}
.btn:hover,
.post-more-link .btn:hover {
border-color: #222;
color: #222;
background: #fff;
}
.btn-bar {
display: block;
width: 22px;
height: 2px;
background: #555;
border-radius: 1px;
}
.btn-bar+.btn-bar {
margin-top: 4px;
}
.pagination {
margin: 120px 0 40px;
text-align: center;
border-top: 1px solid #eee;
}
.page-number-basic,
.pagination .prev,
.pagination .next,
.pagination .page-number,
.pagination .space {
display: inline-block;
position: relative;
top: -1px;
margin: 0 10px;
padding: 0 10px;
line-height: 30px;
}
@media (max-width: 767px) {
.page-number-basic,
.pagination .prev,
.pagination .next,
.pagination .page-number,
.pagination .space {
margin: 0 5px;
}
}
.pagination .prev,
.pagination .next,
.pagination .page-number {
border-bottom: 0;
border-top: 1px solid #eee;
transition-property: border-color;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
}
.pagination .prev:hover,
.pagination .next:hover,
.pagination .page-number:hover {
border-top-color: #222;
}
.pagination .space {
padding: 0;
margin: 0;
}
.pagination .prev {
margin-left: 0;
}
.pagination .next {
margin-right: 0;
}
.pagination .page-number.current {
color: #fff;
background: #ccc;
border-top-color: #ccc;
}
@media (max-width: 767px) {
.pagination {
border-top: none;
}
.pagination .prev,
.pagination .next,
.pagination .page-number {
margin-bottom: 10px;
border-top: 0;
border-bottom: 1px solid #eee;
}
.pagination .prev:hover,
.pagination .next:hover,
.pagination .page-number:hover {
border-bottom-color: #222;
}
}
.comments {
margin: 60px 20px 0;
}
.tag-cloud {
text-align: center;
}
.tag-cloud a {
display: inline-block;
margin: 10px;
}
.back-to-top {
box-sizing: border-box;
position: fixed;
bottom: -100px;
right: 50px;
z-index: 1050;
padding: 0 6px;
width: 25px;
background: #222;
font-size: 12px;
opacity: 1;
color: #fff;
cursor: pointer;
text-align: center;
-webkit-transform: translateZ(0);
transition-property: bottom;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
}
@media (max-width: 767px) {
.back-to-top {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.back-to-top {
display: none;
}
}
.back-to-top.back-to-top-on {
bottom: 19px;
}
.header {
background: #fff;
}
.header-inner {
position: relative;
}
.headband {
height: 3px;
background: #222;
}
.site-meta {
margin: 0;
text-align: left;
}
@media (max-width: 767px) {
.site-meta {
text-align: center;
}
}
.brand {
position: relative;
display: inline-block;
padding: 0 40px;
color: #222;
background: #222;
border-bottom: none;
font-family: Lato, "PingFang SC", "Microsoft YaHei", sans-serif;
}
.brand:hover {
color: #222;
}
.logo {
display: inline-block;
margin-right: 5px;
line-height: 36px;
vertical-align: top;
}
.site-title {
display: inline-block;
vertical-align: top;
line-height: 36px;
font-size: 20px;
font-weight: normal;
}
.site-subtitle {
margin-top: 10px;
font-size: 13px;
color: #999;
}
.use-motion .brand {
opacity: 0;
}
.use-motion .logo,
.use-motion .site-title,
.use-motion .site-subtitle {
opacity: 0;
position: relative;
top: -10px;
}
.site-nav-toggle {
display: none;
position: absolute;
top: 10px;
left: 10px;
}
@media (max-width: 767px) {
.site-nav-toggle {
display: block;
}
}
.site-nav-toggle button {
margin-top: 2px;
padding: 9px 10px;
background: transparent;
border: none;
}
@media (max-width: 767px) {
.site-nav {
display: none;
margin: 0 -10px;
padding: 0 10px;
clear: both;
border-top: 1px solid #ddd;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.site-nav {
display: block !important;
}
}
@media (min-width: 992px) {
.site-nav {
display: block !important;
}
}
.menu {
margin-top: 20px;
padding-left: 0;
text-align: center;
}
.menu .menu-item {
display: inline-block;
margin: 0 10px;
}
@media screen and (max-width: 767px) {
.menu .menu-item {
margin-top: 10px;
}
}
.menu .menu-item a {
display: block;
font-size: 13px;
text-transform: capitalize;
line-height: inherit;
border-bottom: 1px solid transparent;
transition-property: border-color;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
}
.menu .menu-item a:hover {
border-bottom-color: #222;
}
.menu .menu-item .fa {
margin-right: 5px;
}
.use-motion .menu-item {
opacity: 0;
}
@media (max-width: 767px) {
.post-body {
word-break: break-all;
}
}
.post-body .fancybox img {
display: block !important;
margin: 0 auto;
cursor: pointer;
cursor: zoom-in;
cursor: -webkit-zoom-in;
}
.post-body .image-caption,
.post-body .figure .caption {
margin: 10px auto 15px;
text-align: center;
font-size: 14px;
color: #999;
font-weight: bold;
line-height: 1;
}
.post-sticky-flag {
display: inline-block;
font-size: 16px;
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}
.posts-expand {
padding-top: 40px;
}
@media (max-width: 767px) {
.posts-expand {
margin: 0 20px;
}
.post-body pre,
.post-body .highlight {
padding: 10px;
}
.post-body pre .gutter pre,
.post-body .highlight .gutter pre {
padding-right: 10px;
}
}
@media (min-width: 992px) {
.posts-expand .post-body {
text-align: justify;
}
}
.posts-expand .post-body h2,
.posts-expand .post-body h3,
.posts-expand .post-body h4,
.posts-expand .post-body h5,
.posts-expand .post-body h6 {
padding-top: 10px;
}
.posts-expand .post-body h2 .header-anchor,
.posts-expand .post-body h3 .header-anchor,
.posts-expand .post-body h4 .header-anchor,
.posts-expand .post-body h5 .header-anchor,
.posts-expand .post-body h6 .header-anchor {
float: right;
margin-left: 10px;
color: #ccc;
border-bottom-style: none;
visibility: hidden;
}
.posts-expand .post-body h2 .header-anchor:hover,
.posts-expand .post-body h3 .header-anchor:hover,
.posts-expand .post-body h4 .header-anchor:hover,
.posts-expand .post-body h5 .header-anchor:hover,
.posts-expand .post-body h6 .header-anchor:hover {
color: inherit;
}
.posts-expand .post-body h2:hover .header-anchor,
.posts-expand .post-body h3:hover .header-anchor,
.posts-expand .post-body h4:hover .header-anchor,
.posts-expand .post-body h5:hover .header-anchor,
.posts-expand .post-body h6:hover .header-anchor {
visibility: visible;
}
.posts-expand .post-body ul li {
list-style: circle;
}
.posts-expand .post-body img {
box-sizing: border-box;
margin: auto;
padding: 3px;
border: 1px solid #ddd;
}
.posts-expand .fancybox img {
margin: 0 auto;
}
@media (max-width: 767px) {
.posts-collapse {
margin: 0 20px;
}
.posts-collapse .post-title,
.posts-collapse .post-meta {
display: block;
width: auto;
text-align: left;
}
}
.posts-collapse {
margin-left: 0;
}
@media (max-width: 767px) {
.posts-collapse {
margin: 0 20px;
}
}
.posts-collapse .collection-title {
position: relative;
margin: 60px 0;
}
.posts-collapse .collection-title h2 {
margin-left: 20px;
}
.posts-collapse .collection-title small {
color: #bbb;
}
.posts-collapse .collection-title::before {
content: " ";
position: absolute;
left: 0;
top: 50%;
margin-left: -4px;
margin-top: -4px;
width: 8px;
height: 8px;
background: #bbb;
border-radius: 50%;
}
.posts-collapse .post {
margin: 30px 0;
}
.posts-collapse .post-header {
position: relative;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
transition-property: border;
border-bottom: 1px dashed #ccc;
}
.posts-collapse .post-header::before {
content: " ";
position: absolute;
left: 0;
top: 12px;
width: 6px;
height: 6px;
margin-left: -4px;
background: #bbb;
border-radius: 50%;
border: 1px solid #fff;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
transition-property: background;
}
.posts-collapse .post-header:hover {
border-bottom-color: #666;
}
.posts-collapse .post-header:hover::before {
background: #222;
}
.posts-collapse .post-meta {
position: absolute;
font-size: 12px;
left: 20px;
top: 5px;
}
.posts-collapse .post-comments-count {
display: none;
}
.posts-collapse .post-title {
margin-left: 60px;
font-size: 16px;
font-weight: normal;
font-family: Lato, "PingFang SC", "Microsoft YaHei", sans-serif;
line-height: inherit;
}
.posts-collapse .post-title::after {
margin-left: 3px;
opacity: 0.6;
}
.posts-collapse .post-title a {
color: #666;
border-bottom: none;
}
.page-home .post-type-quote .post-header,
.page-post-detail .post-type-quote .post-header,
.page-home .post-type-quote .post-tags,
.page-post-detail .post-type-quote .post-tags {
display: none;
}
.posts-expand .post-title {
font-size: 26px;
text-align: center;
word-break: break-word;
}
@media (max-width: 767px) {
.posts-expand .post-title {
font-size: 22px;
}
}
.posts-expand .post-title-link {
display: inline-block;
position: relative;
color: #555;
border-bottom: none;
line-height: 1.2;
vertical-align: top;
}
.posts-expand .post-title-link::before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: #000;
visibility: hidden;
transform: scaleX(0);
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
}
.posts-expand .post-title-link:hover::before {
visibility: visible;
transform: scaleX(1);
}
.posts-expand .post-title-link .fa {
font-size: 16px;
}
.posts-expand .post-meta {
margin: 3px 0 60px 0;
color: #999;
font-size: 12px;
text-align: center;
}
.posts-expand .post-meta .post-category-list {
display: inline-block;
margin: 0;
padding: 3px;
}
.posts-expand .post-meta .post-category-list-link {
color: #999;
}
.post-meta-item-icon {
display: none;
margin-right: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
.post-meta-item-icon {
display: inline-block;
}
}
@media (max-width: 767px) {
.post-meta-item-icon {
display: inline-block;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.post-meta-item-text {
display: none;
}
}
@media (max-width: 767px) {
.post-meta-item-text {
display: none;
}
}
@media (max-width: 767px) {
.posts-expand .post-comments-count {
display: none;
}
}
.post-more-link {
margin-top: 50px;
}
.post-more-link .btn {
color: #555;
font-size: 14px;
background: transparent;
border-radius: 0;
line-height: 2;
}
.posts-expand .post-tags {
margin-top: 40px;
text-align: center;
}
.posts-expand .post-tags a {
display: inline-block;
margin-right: 10px;
font-size: 13px;
}
.post-nav {
overflow: hidden;
margin-top: 60px;
padding: 10px;
white-space: nowrap;
border-top: 1px solid #eee;
}
.post-nav-item {
display: inline-block;
width: 50%;
white-space: normal;
}
.post-nav-item a {
position: relative;
display: inline-block;
line-height: 25px;
font-size: 14px;
color: #555;
border-bottom: none;
}
.post-nav-item a:hover {
color: #222;
border-bottom: none;
}
.post-nav-item a:active {
top: 2px;
}
.post-nav-item a i {
font-size: 12px;
}
.post-nav-prev {
text-align: right;
}
.posts-expand .post-eof {
display: block;
margin: 80px auto 60px;
width: 8%;
height: 1px;
background: #ccc;
text-align: center;
}
.post:last-child .post-eof.post-eof.post-eof {
display: none;
}
.post-gallery {
display: table;
table-layout: fixed;
width: 100%;
border-collapse: separate;
}
.post-gallery-row {
display: table-row;
}
.post-gallery .post-gallery-img {
display: table-cell;
text-align: center;
vertical-align: middle;
border: none;
}
.post-gallery .post-gallery-img img {
max-width: 100%;
max-height: 100%;
border: none;
}
.fancybox-close,
.fancybox-close:hover {
border: none;
}
.sidebar {
width: 0;
position: fixed;
right: 0;
top: 0;
bottom: 0;
z-index: 1040;
box-shadow: inset 0 2px 6px #000;
background: #222;
-webkit-transform: translateZ(0);
}
.sidebar a {
color: #999;
border-bottom-color: #555;
}
.sidebar a:hover {
color: #eee;
}
@media (min-width: 768px) and (max-width: 991px) {
.sidebar {
display: none !important;
}
}
@media (max-width: 767px) {
.sidebar {
display: none !important;
}
}
.sidebar-inner {
position: relative;
padding: 20px 10px;
color: #999;
text-align: center;
}
.sidebar-toggle {
position: fixed;
right: 50px;
bottom: 45px;
width: 15px;
height: 15px;
padding: 5px;
background: #222;
line-height: 0;
z-index: 1050;
cursor: pointer;
-webkit-transform: translateZ(0);
}
@media (min-width: 768px) and (max-width: 991px) {
.sidebar-toggle {
display: none;
}
}
@media (max-width: 767px) {
.sidebar-toggle {
display: none;
}
}
.sidebar-toggle-line {
position: relative;
display: inline-block;
vertical-align: top;
height: 2px;
width: 100%;
background: #fff;
margin-top: 3px;
}
.sidebar-toggle-line:first-child {
margin-top: 0;
}
.site-author-image {
display: block;
margin: 0 auto;
max-width: 96px;
height: auto;
border: 2px solid #333;
padding: 2px;
}
.site-author-name {
margin: 5px 0 0;
color: #f5f5f5;
}
.site-description {
margin-top: 5px;
font-size: 14px;
color: #555;
}
.site-state {
overflow: hidden;
line-height: 1.4;
white-space: nowrap;
}
.site-state-item {
display: inline-block;
padding: 0 15px;
border-left: 1px solid #333;
}
.site-state-item:first-child {
border-left: none;
}
.site-state-item a {
border-bottom: none;
}
.site-state-item-count {
display: block;
text-align: center;
color: inherit;
font-weight: 600;
font-size: 18px;
}
.site-state-item-name {
font-size: 13px;
color: inherit;
}
.feed-link {
margin-top: 20px;
}
.feed-link a {
display: inline-block;
padding: 0 15px;
color: #fc6423;
border: 1px solid #fc6423;
border-radius: 4px;
}
.feed-link a i {
color: #fc6423;
font-size: 14px;
}
.feed-link a:hover {
color: #fff;
background: #fc6423;
}
.feed-link a:hover i {
color: #fff;
}
.links-of-author {
margin-top: 20px;
}
.links-of-author a {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
margin-bottom: 10px;
border-bottom-color: #555;
font-size: 13px;
}
.links-of-author a:before {
display: inline-block;
vertical-align: middle;
margin-right: 3px;
content: " ";
width: 4px;
height: 4px;
border-radius: 50%;
background: #6a75ad;
}
.links-of-blogroll {
font-size: 13px;
}
.links-of-blogroll-title {
margin-top: 20px;
font-size: 14px;
font-weight: 600;
}
.links-of-blogroll-list {
margin: 0;
padding: 0;
}
.links-of-blogroll-item {
padding: 2px 10px;
}
.sidebar-nav {
margin: 0 0 20px;
padding-left: 0;
}
.sidebar-nav li {
display: inline-block;
cursor: pointer;
border-bottom: 1px solid transparent;
font-size: 14px;
color: #555;
}
.sidebar-nav li:hover {
color: #f5f5f5;
}
.page-post-detail .sidebar-nav-toc {
padding: 0 5px;
}
.page-post-detail .sidebar-nav-overview {
margin-left: 10px;
}
.sidebar-nav .sidebar-nav-active {
color: #87daff;
border-bottom-color: #87daff;
}
.sidebar-nav .sidebar-nav-active:hover {
color: #87daff;
}
.sidebar-panel {
display: none;
}
.sidebar-panel-active {
display: block;
}
.post-toc {
overflow: hidden;
position: relative;
}
.post-toc-empty {
font-size: 14px;
color: #666;
}
.post-toc ol {
overflow: auto;
margin: 0;
padding: 0 10px 10px;
text-align: left;
list-style: none;
font-size: 14px;
}
.post-toc ol a {
color: #999;
}
.post-toc ol a:hover {
color: #ccc;
}
.post-toc .nav .nav-child {
display: none;
}
.post-toc .nav .active > .nav-child {
display: block;
}
.post-toc .nav .active-current > .nav-child {
display: block;
}
.post-toc .nav .active-current > .nav-child > .nav-item {
display: block;
}
.post-toc .nav .active > a {
color: #ccc;
}
.post-toc .nav .active-current > a {
color: #87daff;
}
.post-toc .nav .active-current > a:hover {
color: #87daff;
}
.post-toc-indicator {
height: 20px;
text-align: center;
color: #fff;
font-size: 14px;
}
.post-toc-indicator-top {
opacity: 0;
margin-top: 10px;
}
.post-toc-indicator-bottom {
position: absolute;
width: 100%;
}
.footer {
font-size: 14px;
color: #999;
}
.footer img {
border: none;
}
.footer-inner {
text-align: center;
}
.with-love {
display: inline-block;
margin: 0 5px;
}
.powered-by,
.theme-info {
display: inline-block;
}
.powered-by {
margin-right: 10px;
}
.powered-by::after {
content: "|";
padding-left: 10px;
}
.cc-license {
margin-top: 10px;
text-align: center;
}
.cc-license .cc-opacity {
opacity: 0.7;
border-bottom: none;
}
.cc-license .cc-opacity:hover {
opacity: 0.9;
}
.cc-license img {
display: inline-block;
}
.theme-next #ds-thread #ds-reset {
color: #555;
}
.theme-next #ds-thread #ds-reset .ds-replybox {
margin-bottom: 30px;
}
.theme-next #ds-thread #ds-reset .ds-replybox .ds-avatar,
.theme-next #ds-reset .ds-avatar img {
box-shadow: none;
}
.theme-next #ds-thread #ds-reset .ds-textarea-wrapper {
border-color: #c7d4e1;
background: none;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.theme-next #ds-thread #ds-reset .ds-textarea-wrapper textarea {
height: 60px;
}
.theme-next #ds-reset .ds-rounded-top {
border-radius: 0;
}
.theme-next #ds-thread #ds-reset .ds-post-toolbar {
box-sizing: border-box;
border: 1px solid #c7d4e1;
background: #f6f8fa;
}
.theme-next #ds-thread #ds-reset .ds-post-options {
height: 40px;
border: none;
background: none;
}
.theme-next #ds-thread #ds-reset .ds-toolbar-buttons {
top: 11px;
}
.theme-next #ds-thread #ds-reset .ds-sync {
top: 5px;
}
.theme-next #ds-thread #ds-reset .ds-post-button {
top: 4px;
right: 5px;
width: 90px;
height: 30px;
border: 1px solid #c5ced7;
border-radius: 3px;
background-image: linear-gradient(#fbfbfc, #f5f7f9);
color: #60676d;
}
.theme-next #ds-thread #ds-reset .ds-post-button:hover {
background-position: 0 -30px;
color: #60676d;
}
.theme-next #ds-thread #ds-reset .ds-comments-info {
padding: 10px 0;
}
.theme-next #ds-thread #ds-reset .ds-sort {
display: none;
}
.theme-next #ds-thread #ds-reset li.ds-tab a.ds-current {
border: none;
background: #f6f8fa;
color: #60676d;
}
.theme-next #ds-thread #ds-reset li.ds-tab a.ds-current:hover {
background-color: #e9f0f7;
color: #60676d;
}
.theme-next #ds-thread #ds-reset li.ds-tab a {
border-radius: 2px;
padding: 5px;
}
.theme-next #ds-thread #ds-reset .ds-login-buttons p {
color: #999;
line-height: 36px;
}
.theme-next #ds-thread #ds-reset .ds-login-buttons .ds-service-list li {
height: 28px;
}
.theme-next #ds-thread #ds-reset .ds-service-list a {
background: none;
padding: 5px;
border: 1px solid;
border-radius: 3px;
text-align: center;
}
.theme-next #ds-thread #ds-reset .ds-service-list a:hover {
color: #fff;
background: #666;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-weibo {
color: #fc9b00;
border-color: #fc9b00;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-weibo:hover {
background: #fc9b00;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-qq {
color: #60a3ec;
border-color: #60a3ec;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-qq:hover {
background: #60a3ec;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-renren {
color: #2e7ac4;
border-color: #2e7ac4;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-renren:hover {
background: #2e7ac4;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-douban {
color: #37994c;
border-color: #37994c;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-douban:hover {
background: #37994c;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-kaixin {
color: #fef20d;
border-color: #fef20d;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-kaixin:hover {
background: #fef20d;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-netease {
color: #f00;
border-color: #f00;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-netease:hover {
background: #f00;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-sohu {
color: #ffcb05;
border-color: #ffcb05;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-sohu:hover {
background: #ffcb05;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-baidu {
color: #2831e0;
border-color: #2831e0;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-baidu:hover {
background: #2831e0;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-google {
color: #166bec;
border-color: #166bec;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-google:hover {
background: #166bec;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-weixin {
color: #00ce0d;
border-color: #00ce0d;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-weixin:hover {
background: #00ce0d;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-more-services {
border: none;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-more-services:hover {
background: none;
}
.theme-next #ds-reset .duoshuo-ua-admin {
display: inline-block;
color: #f00;
}
.theme-next #ds-reset .duoshuo-ua-platform,
.theme-next #ds-reset .duoshuo-ua-browser {
color: #ccc;
}
.theme-next #ds-reset .duoshuo-ua-platform .fa,
.theme-next #ds-reset .duoshuo-ua-browser .fa {
display: inline-block;
margin-right: 3px;
}
.theme-next #ds-reset .duoshuo-ua-separator {
display: inline-block;
margin-left: 5px;
}
.theme-next .this_ua {
background-color: #ccc !important;
border-radius: 4px;
padding: 0 5px !important;
margin: 1px 1px !important;
border: 1px solid #bbb !important;
color: #fff;
display: inline-block !important;
}
.theme-next .this_ua.admin {
background-color: #d9534f !important;
border-color: #d9534f !important;
}
.theme-next .this_ua.platform.iOS,
.theme-next .this_ua.platform.Mac,
.theme-next .this_ua.platform.Windows {
background-color: #39b3d7 !important;
border-color: #46b8da !important;
}
.theme-next .this_ua.platform.Linux {
background-color: #3a3a3a !important;
border-color: #1f1f1f !important;
}
.theme-next .this_ua.platform.Android {
background-color: #00c47d !important;
border-color: #01b171 !important;
}
.theme-next .this_ua.browser.Mobile,
.theme-next .this_ua.browser.Chrome {
background-color: #5cb85c !important;
border-color: #4cae4c !important;
}
.theme-next .this_ua.browser.Firefox {
background-color: #f0ad4e !important;
border-color: #eea236 !important;
}
.theme-next .this_ua.browser.Maxthon,
.theme-next .this_ua.browser.IE {
background-color: #428bca !important;
border-color: #357ebd !important;
}
.theme-next .this_ua.browser.baidu,
.theme-next .this_ua.browser.UCBrowser,
.theme-next .this_ua.browser.Opera {
background-color: #d9534f !important;
border-color: #d43f3a !important;
}
.theme-next .this_ua.browser.Android,
.theme-next .this_ua.browser.QQBrowser {
background-color: #78ace9 !important;
border-color: #4cae4c !important;
}
.post-spread {
margin-top: 20px;
text-align: center;
}
.jiathis_style {
display: inline-block;
}
.jiathis_style a {
border: none;
}
.post-spread {
margin-top: 20px;
text-align: center;
}
.bdshare-slide-button-box a {
border: none;
}
.bdsharebuttonbox {
display: inline-block;
}
.bdsharebuttonbox a {
border: none;
}
ul.search-result-list {
padding-left: 0px;
margin: 0px 5px 0px 8px;
}
p.search-result {
border-bottom: 1px dashed #ccc;
padding: 5px 0;
}
a.search-result-title {
font-weight: bold;
}
a.search-result {
border-bottom: transparent;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.search-keyword {
border-bottom: 1px dashed #4088b8;
font-weight: bold;
}
#local-search-result {
height: 90%;
overflow: auto;
}
.popup {
display: none;
position: fixed;
top: 10%;
left: 50%;
width: 700px;
height: 80%;
margin-left: -350px;
padding: 3px 0 0 10px;
background: #fff;
color: #333;
z-index: 9999;
border-radius: 5px;
}
@media (max-width: 767px) {
.popup {
padding: 3px;
top: 0;
left: 0;
margin: 0;
width: 100%;
height: 100%;
border-radius: 0px;
}
}
.popoverlay {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 2080;
background-color: rgba(0,0,0,0.3);
}
#local-search-input {
margin-bottom: 10px;
width: 50%;
}
.popup-btn-close {
position: absolute;
top: 6px;
right: 14px;
color: #4ebd79;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
}
#no-result {
position: absolute;
left: 44%;
top: 42%;
color: #ccc;
}
.use-motion .post {
opacity: 0;
}
.page-archive .archive-page-counter {
position: relative;
top: 3px;
left: 20px;
}
@media (max-width: 767px) {
.page-archive .archive-page-counter {
top: 5px;
}
}
.page-archive .posts-collapse {
position: relative;
z-index: 1010;
}
.page-archive .posts-collapse::after {
top: 20px;
left: 0;
margin-left: -2px;
width: 4px;
height: 100%;
background: #f5f5f5;
z-index: -1;
}
.page-archive .posts-collapse .archive-move-on {
position: absolute;
top: 11px;
left: 0;
margin-left: -6px;
width: 10px;
height: 10px;
opacity: 0.5;
background: #555;
border: 1px solid #fff;
border-radius: 50%;
}
.page-archive .posts-collapse::before,
.page-archive .posts-collapse::after {
content: " ";
position: absolute;
}
.category-all-page .category-all-title {
text-align: center;
}
.category-all-page .category-all {
margin-top: 20px;
}
.category-all-page .category-list {
margin: 0;
padding: 0;
list-style: none;
}
.category-all-page .category-list-item {
margin: 5px 10px;
}
.category-all-page .category-list-count {
color: #bbb;
}
.category-all-page .category-list-count:before {
display: inline;
content: " (";
}
.category-all-page .category-list-count:after {
display: inline;
content: ") ";
}
.category-all-page .category-list-child {
padding-left: 10px;
}
.page-post-detail .sidebar-toggle-line {
background: #87daff;
}
.page-post-detail .comments {
overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 20px 0 10px;
}
p {
margin: 0 0 25px 0;
}
a {
border-bottom-color: #ccc;
}
hr {
margin: 20px 0;
height: 2px;
}
.main-inner {
margin-top: 80px;
}
.header {
background: #f5f5f5;
}
.header-inner {
padding: 25px 0 20px;
}
.header-inner:before,
.header-inner:after {
content: " ";
display: table;
}
.header-inner:after {
clear: both;
}
@media (max-width: 767px) {
.header-inner {
width: auto;
margin-bottom: 50px;
padding: 10px;
}
}
.site-meta {
float: left;
margin-left: -20px;
line-height: normal;
}
@media (max-width: 767px) {
.site-meta {
margin-left: 10px;
}
}
.site-meta .brand {
padding: 2px 1px;
background: none;
}
@media (max-width: 767px) {
.site-meta .brand {
display: block;
}
}
.site-meta .logo {
display: none;
}
.site-meta .site-title {
font-size: 22px;
font-weight: bolder;
}
@media (max-width: 767px) {
.site-meta .site-title {
line-height: 34px;
}
}
.logo-line-before,
.logo-line-after {
display: block;
overflow: hidden;
margin: 0 auto;
width: 75%;
}
@media (max-width: 767px) {
.logo-line-before,
.logo-line-after {
display: none;
}
}
.logo-line-before i,
.logo-line-after i {
position: relative;
display: block;
height: 2px;
background: #222;
}
@media (max-width: 767px) {
.logo-line-before i,
.logo-line-after i {
height: 3px;
}
}
.use-motion .logo-line-before i {
left: -100%;
}
.use-motion .logo-line-after i {
right: -100%;
}
.site-subtitle {
display: none;
}
.site-nav-toggle {
position: static;
float: right;
}
.menu {
float: right;
margin: 8px 0 0 0;
}
@media (max-width: 767px) {
.menu {
margin: 20px 0 0 0;
padding: 0;
}
}
.menu br {
display: none;
}
.menu .menu-item {
margin: 0;
}
@media (max-width: 767px) {
.menu .menu-item {
display: block;
}
}
.menu .menu-item a {
padding: 0 10px;
background: none;
border: none;
border-radius: 2px;
transition-property: background;
}
@media (max-width: 767px) {
.menu .menu-item a {
text-align: left;
}
}
.menu .menu-item a:hover {
background: #e1e1e1;
}
.menu a::before {
display: none;
}
@media (max-width: 767px) {
.menu a::before {
display: block;
}
}
@media (max-width: 767px) {
.menu {
float: none;
}
}
.site-search form {
display: none;
}
.posts-expand {
padding-top: 0;
}
.posts-expand .post-title,
.posts-expand .post-meta {
text-align: left;
}
@media (max-width: 767px) {
.posts-expand .post-title,
.posts-expand .post-meta {
text-align: center;
}
}
.posts-expand .post-eof {
display: none;
}
.posts-expand .post {
margin-top: 120px;
}
.posts-expand .post:first-child {
margin-top: 0;
}
.posts-expand .post-meta {
margin-top: 5px;
margin-bottom: 20px;
}
.posts-expand .post-title {
position: relative;
font-size: 26px;
font-weight: 400;
}
@media (max-width: 767px) {
.posts-expand .post-title {
font-size: 20px;
}
}
@media (min-width: 1600px) {
.posts-expand .post-title {
font-size: 26px;
}
}
.posts-expand .post-title:hover:before {
background: #222;
}
.posts-expand .post-body img {
margin: 0;
}
.posts-expand .post-tags {
text-align: left;
}
.posts-expand .post-tags a {
padding: 1px 5px;
background: #f5f5f5;
border-bottom: none;
}
.posts-expand .post-tags a:hover {
background: #ccc;
}
.posts-expand .post-nav {
margin-top: 40px;
}
.post-more-link {
margin-top: 20px;
text-align: left;
}
.post-more-link a {
padding: 0;
font-size: 14px;
color: #666;
background: none;
border: none;
border-bottom: 2px solid #666;
transition-property: border;
}
@media (max-width: 767px) {
.post-more-link a {
font-size: 12px;
}
}
@media (min-width: 1600px) {
.post-more-link a {
font-size: 16px;
}
}
.post-more-link a:hover {
border-bottom-color: #222;
}
.btn {
padding: 0 10px;
border-width: 2px;
border-radius: 0;
}
.headband {
display: none;
}
.site-search {
position: relative;
float: right;
margin-top: 5px;
padding-top: 3px;
}
@media (max-width: 767px) {
.site-search {
float: none;
padding: 0 10px;
}
}
@media (max-width: 767px) {
.container .main-inner {
width: auto;
}
}
.page-post-detail .post-title,
.page-post-detail .post-meta {
text-align: center;
}
.page-post-detail .post-title:before {
display: none;
}
.page-post-detail .post-meta {
margin-bottom: 60px;
}
.pagination {
margin: 120px 0 0;
text-align: left;
}
@media (max-width: 767px) {
.pagination {
margin: 80px 10px 0;
text-align: center;
}
}
.footer {
margin-top: 80px;
padding: 10px 0;
background: #f5f5f5;
color: #666;
}
.footer-inner {
margin: 0 auto;
text-align: left;
}
@media (max-width: 767px) {
.footer-inner {
width: auto;
text-align: center;
}
}
body {
font-size: 15px;
line-height: 1.6;
padding-top: 12px;
padding-bottom: 12px;
background-color: #fff;
padding: 12px;
}
body > *:first-child {
margin-top: 0 !important;
}
body > *:last-child {
margin-bottom: 0 !important;
}
a {
color: #4183c4;
}
a.absent {
color: #c00;
}
a.anchor {
display: block;
padding-left: 30px;
margin-left: -30px;
cursor: pointer;
position: absolute;
top: 0;
left: 0;
bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 20px 0 10px;
padding: 0;
font-weight: bold;
-webkit-font-smoothing: antialiased;
cursor: text;
position: relative;
}
h1:hover a.anchor,
h2:hover a.anchor,
h3:hover a.anchor,
h4:hover a.anchor,
h5:hover a.anchor,
h1 tt,
h1 code {
font-size: inherit;
}
h2 tt,
h2 code {
font-size: inherit;
}
h3 tt,
h3 code {
font-size: inherit;
}
h4 tt,
h4 code {
font-size: inherit;
}
h5 tt,
h5 code {
font-size: inherit;
}
h6 tt,
h6 code {
font-size: inherit;
}
h1 {
font-size: 28px;
color: #000;
}
h2 {
font-size: 24px;
color: #000;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}
h5 {
font-size: 14px;
}
h6 {
color: #777;
font-size: 14px;
}
p,
blockquote,
ul,
ol,
dl,
li,
table,
pre {
margin: 8px 0;
}
hr {
border: 0 none;
color: #ccc;
height: 4px;
padding: 0;
}
body > h2:first-child {
margin-top: 0;
padding-top: 0;
}
body > h1:first-child {
margin-top: 0;
padding-top: 0;
}
body > h1:first-child + h2 {
margin-top: 0;
padding-top: 0;
}
body > h3:first-child,
body > h4:first-child,
body > h5:first-child,
body > h6:first-child {
margin-top: 0;
padding-top: 0;
}
a:first-child h1,
a:first-child h2,
a:first-child h3,
a:first-child h4,
a:first-child h5,
a:first-child h6 {
margin-top: 0;
padding-top: 0;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
margin-top: 0;
}
li p.first {
display: inline-block;
}
li {
margin: 0;
}
ul,
ol {
padding-left: 30px;
}
ul :first-child,
ol :first-child {
margin-top: 0;
}
dl {
padding: 0;
}
dl dt {
font-size: 14px;
font-weight: bold;
font-style: italic;
padding: 0;
margin: 8px 0 5px;
}
dl dt:first-child {
padding: 0;
}
dl dt > :first-child {
margin-top: 0;
}
dl dt > :last-child {
margin-bottom: 0;
}
dl dd {
margin: 0 0 8px;
padding: 0 15px;
}
dl dd > :first-child {
margin-top: 0;
}
dl dd > :last-child {
margin-bottom: 0;
}
blockquote {
border-left: 4px solid #ddd;
padding: 0 15px;
color: #777;
}
blockquote > :first-child {
margin-top: 0;
}
blockquote > :last-child {
margin-bottom: 0;
}
img {
max-width: 100%;
}
span.frame {
display: block;
overflow: hidden;
}
span.frame > span {
border: 1px solid #ddd;
display: block;
float: left;
overflow: hidden;
margin: 13px 0 0;
padding: 7px;
width: auto;
}
span.frame span img {
display: block;
float: left;
}
span.frame span span {
clear: both;
color: #333;
display: block;
padding: 5px 0 0;
}
span.align-center {
display: block;
overflow: hidden;
clear: both;
}
span.align-center > span {
display: block;
overflow: hidden;
margin: 13px auto 0;
text-align: center;
}
span.align-center span img {
margin: 0 auto;
text-align: center;
}
span.align-right {
display: block;
overflow: hidden;
clear: both;
}
span.align-right > span {
display: block;
overflow: hidden;
margin: 13px 0 0;
text-align: right;
}
span.align-right span img {
margin: 0;
text-align: right;
}
span.float-left {
display: block;
margin-right: 13px;
overflow: hidden;
float: left;
}
span.float-left span {
margin: 13px 0 0;
}
span.float-right {
display: block;
margin-left: 13px;
overflow: hidden;
float: right;
}
span.float-right > span {
display: block;
overflow: hidden;
margin: 13px auto 0;
text-align: right;
}
code,
tt {
margin: 0 2px;
padding: 0 5px;
border: 1px solid #eaeaea;
background-color: #f8f8f8;
border-radius: 3px;
white-space: normal;
}
pre code {
margin: 0;
padding: 0;
white-space: pre;
word-wrap: break-word;
max-width: 100%;
border: none;
background: transparent;
}
.highlight pre {
background-color: #f8f8f8;
/*border: 1px solid #cccccc;*/
font-size: 13px;
line-height: 19px;
overflow: auto;
padding: 6px 10px;
border-radius: 3px;
}
pre {
background-color: #f8f8f8;
/*border: 1px solid #cccccc;*/
font-size: 13px;
line-height: 19px;
overflow: auto;
padding: 6px 10px;
border-radius: 3px;
}
pre code,
pre tt {
background-color: transparent;
border: none;
}
@media screen {
pre {
word-wrap: break-word;
}
}
@media print {
table,
pre {
page-break-inside: avoid;
}
pre {
word-wrap: break-word;
}
}
.hljs {
display: block;
padding: 0.5em;
background: #f0f0f0;
}
.hljs,
.hljs-subst,
.hljs-tag .hljs-title,
.lisp .hljs-title,
.clojure .hljs-built_in,
.nginx .hljs-title {
color: #000;
}
.hljs-string,
.hljs-title,
.hljs-constant,
.hljs-parent,
.hljs-tag .hljs-value,
.hljs-rules .hljs-value,
.hljs-rules .hljs-value .hljs-number,
.hljs-preprocessor,
.hljs-pragma,
.haml .hljs-symbol,
.ruby .hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.hljs-aggregate,
.hljs-template_tag,
.django .hljs-variable,
.smalltalk .hljs-class,
.hljs-addition,
.hljs-flow,
.hljs-stream,
.bash .hljs-variable,
.apache .hljs-tag,
.apache .hljs-cbracket,
.tex .hljs-command,
.tex .hljs-special,
.erlang_repl .hljs-function_or_atom,
.asciidoc .hljs-header,
.markdown .hljs-header,
.coffeescript .hljs-attribute {
color: #800;
}
.smartquote,
.hljs-comment,
.hljs-annotation,
.hljs-template_comment,
.diff .hljs-header,
.hljs-chunk,
.asciidoc .hljs-blockquote,
.markdown .hljs-blockquote {
color: #888;
}
.hljs-number,
.hljs-date,
.hljs-regexp,
.hljs-literal,
.hljs-hexcolor,
.smalltalk .hljs-symbol,
.smalltalk .hljs-char,
.go .hljs-constant,
.hljs-change,
.lasso .hljs-variable,
.makefile .hljs-variable,
.asciidoc .hljs-bullet,
.markdown .hljs-bullet,
.asciidoc .hljs-link_url,
.markdown .hljs-link_url {
color: #080;
}
.hljs-label,
.hljs-javadoc,
.ruby .hljs-string,
.hljs-decorator,
.hljs-filter .hljs-argument,
.hljs-localvars,
.hljs-array,
.hljs-attr_selector,
.hljs-important,
.hljs-pseudo,
.hljs-pi,
.haml .hljs-bullet,
.hljs-doctype,
.hljs-deletion,
.hljs-envvar,
.hljs-shebang,
.apache .hljs-sqbracket,
.nginx .hljs-built_in,
.tex .hljs-formula,
.erlang_repl .hljs-reserved,
.hljs-prompt,
.asciidoc .hljs-link_label,
.markdown .hljs-link_label,
.vhdl .hljs-attribute,
.clojure .hljs-attribute,
.asciidoc .hljs-attribute,
.lasso .hljs-attribute,
.coffeescript .hljs-property,
.hljs-phony {
color: #88f;
}
.hljs-keyword,
.hljs-id,
.hljs-title,
.hljs-built_in,
.hljs-aggregate,
.css .hljs-tag,
.hljs-javadoctag,
.hljs-phpdoc,
.hljs-yardoctag,
.smalltalk .hljs-class,
.hljs-winutils,
.bash .hljs-variable,
.apache .hljs-tag,
.go .hljs-typename,
.tex .hljs-command,
.asciidoc .hljs-strong,
.markdown .hljs-strong,
.hljs-request,
.hljs-status {
font-weight: bold;
}
.asciidoc .hljs-emphasis,
.markdown .hljs-emphasis {
font-style: italic;
}
.nginx .hljs-built_in {
font-weight: normal;
}
.coffeescript .javascript,
.javascript .xml,
.lasso .markup,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata {
opacity: 0.5;
}
pre,
code {
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.pln {
color: #48484c;
}
.str {
color: #d14;
}
.kwd {
color: #1e347b;
}
.com {
color: #93a1a1;
}
.typ {
color: #008080;
}
.lit {
color: #195f91;
}
.pun {
color: #93a1a1;
}
.opn {
color: #93a1a1;
}
.clo {
color: #93a1a1;
}
.tag {
color: #008;
}
.atn {
color: #008080;
}
.atv {
color: #d14;
}
.dec {
color: #008080;
}
.var {
color: #008080;
}
.fun {
color: #dc322f;
}
pre.prettyprint {
background-color: #f7f7f9;
padding: 10px;
border: 1px solid #e1e1e8;
}
pre.prettyprint.linenums {
box-shadow: 40px 0 0 #fbfbfc inset, 41px 0 0 #ececf0 inset;
}
pre.prettyprint.linenums ol.linenums {
color: #1e347b;
padding-left: 30px !important;
margin-top: 0;
margin-bottom: 0;
}
pre.prettyprint.linenums ol.linenums li {
color: #bebec5;
line-height: 18px;
padding-left: 12px !important;
}
pre ol li.L0,
pre.prettyprint.linenums ol.linenums li.L1,
pre.prettyprint.linenums ol.linenums li.L2,
pre.prettyprint.linenums ol.linenums li.L3,
pre.prettyprint.linenums ol.linenums li.L4,
pre.prettyprint.linenums ol.linenums li.L5,
pre.prettyprint.linenums ol.linenums li.L6,
pre.prettyprint.linenums ol.linenums li.L7,
pre.prettyprint.linenums ol.linenums li.L8,
pre.prettyprint.linenums ol.linenums li.L9 {
list-style-type: decimal !important;
}
blockquote {
margin-left: 35px;
}
a > img {
margin-left: 10px;
}
figure {
padding: 0 false;
margin: 0 !important;
}
.highlight pre {
border: none;
}
|
_site/404.html | RobertTalbert/blog | <!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Page Not Found – Casting Out Nines</title>
<!-- Twitter Cards -->
<meta name="twitter:title" content="Page Not Found">
<meta name="twitter:site" content="@RobertTalbert">
<meta name="twitter:creator" content="@RobertTalbert">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="/blog/images/site-logo.png">
<!-- Open Graph -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="Page Not Found">
<meta property="og:url" content="/blog/404.html">
<meta property="og:site_name" content="Casting Out Nines">
<link rel="canonical" href="/blog/404.html">
<link href="/blog/feed.xml" type="application/atom+xml" rel="alternate" title="Casting Out Nines Feed">
<!-- https://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- For all browsers -->
<link rel="stylesheet" href="/blog/assets/css/main.css">
<!-- Webfonts -->
<script src="https://use.edgefonts.net/source-sans-pro:n2,i2,n3,i3,n4,i4,n6,i6,n7,i7,n9,i9;source-code-pro:n4,n7;volkhov.js"></script>
<meta http-equiv="cleartype" content="on">
<!-- HTML5 Shiv and Media Query Support -->
<!--[if lt IE 9]>
<script src="/blog/assets/js/vendor/html5shiv.min.js"></script>
<script src="/blog/assets/js/vendor/respond.min.js"></script>
<![endif]-->
<!-- Modernizr -->
<script src="/blog/assets/js/vendor/modernizr-2.7.1.custom.min.js"></script>
<!-- MathJax -->
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<!-- Icons -->
<!-- 16x16 -->
<link rel="shortcut icon" href="/blog/favicon.ico">
<!-- 32x32 -->
<link rel="shortcut icon" href="/blog/favicon.png">
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
<link rel="apple-touch-icon-precomposed" href="/blog/images/apple-touch-icon-precomposed.png">
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/blog/images/apple-touch-icon-72x72-precomposed.png">
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/blog/images/apple-touch-icon-114x114-precomposed.png">
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/blog/images/apple-touch-icon-144x144-precomposed.png">
</head>
<body id="page">
<div class="navigation-wrapper">
<nav role="navigation" id="site-nav" class="animated drop">
<ul>
<li><a href="/blog/about/" >About</a></li>
<li><a href="/blog/search/" >Search</a></li>
<li><a href="http://rtalbert.org" target="_blank">RT</a></li>
</ul>
</nav>
</div><!-- /.navigation-wrapper -->
<!--[if lt IE 9]><div class="upgrade"><strong><a href="http://whatbrowser.org/">Your browser is quite old!</strong> Why not upgrade to a different browser to better enjoy this site?</a></div><![endif]-->
<header class="masthead">
<div class="wrap">
<a href="/blog/" class="site-logo" rel="home" title="Casting Out Nines"><img src="/blog/images/site-logo.png" width="200" height="200" alt="Casting Out Nines logo" class="animated fadeInDown"></a>
<h1 class="site-title animated fadeIn"><a href="/blog/">Casting Out Nines</a></h1>
<h2 class="site-description animated fadeIn" itemprop="description">math ∩ tech ∩ edu</h2>
</div>
</header><!-- /.masthead -->
<div class="js-menu-screen menu-screen"></div>
<div id="main" role="main">
<article class="entry">
<div class="entry-wrapper">
<header class="entry-header">
<h1 class="entry-title">Page Not Found</h1>
</header>
<div class="entry-content">
<p>Sorry, but the page you were trying to view does not exist — perhaps you can try searching for it below.</p>
<script type="text/javascript">
var GOOG_FIXURL_LANG = 'en';
var GOOG_FIXURL_SITE = '/blog'
</script>
<script type="text/javascript" src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js">
</script>
</div><!-- /.entry-content -->
</div><!-- /.entry-wrapper -->
</article>
</div><!-- /#main -->
<div class="footer-wrapper">
<footer role="contentinfo" class="entry-wrapper">
<span>© 2016 Robert Talbert. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> using the <a href="https://mademistakes.com/work/so-simple-jekyll-theme/" rel="nofollow">So Simple Theme</a>.</span>
<div class="social-icons">
<a href="https://twitter.com/RobertTalbert" title="Robert Talbert on Twitter" target="_blank"><i class="fa fa-twitter-square fa-2x"></i></a>
<a href="https://plus.google.com/+RobertTalbert" title="Robert Talbert on Google+" target="_blank"><i class="fa fa-google-plus-square fa-2x"></i></a>
<a href="https://linkedin.com/in/RobertTalbert" title="Robert Talbert on LinkedIn" target="_blank"><i class="fa fa-linkedin-square fa-2x"></i></a>
<a href="https://stackexchange.com/users/1015044/robert-talbert" title="Robert Talbert on StackExchange" target="_blank"><i class="fa fa-stack-exchange fa-2x"></i></a>
<a href="https://github.com/RobertTalbert" title="Robert Talbert on Github" target="_blank"><i class="fa fa-github-square fa-2x"></i></a>
<a href="/blog/feed.xml" title="Atom/RSS feed"><i class="fa fa-rss-square fa-2x"></i></a>
</div><!-- /.social-icons -->
</footer>
</div><!-- /.footer-wrapper -->
<script type="text/javascript">
var BASE_URL = '/blog';
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/blog/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="/blog/assets/js/scripts.min.js"></script>
</body>
</html>
|
index.html | h-zone/lib-vtags | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Demo</title>
<link type="text/css" rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css"/>
<link type="text/css" rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap-theme.min.css"/>
<link type="text/css" rel="stylesheet" href="css/lib-vtags.css"/>
</head>
<body role="document">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button aria-controls="navbar" aria-expanded="false" data-target="#navbar" data-toggle="collapse" class="navbar-toggle collapsed" type="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand">lib-vtags</a>
</div>
<div class="navbar-collapse collapse" id="navbar">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="https://github.com/h-zone/lib-vtags">GitHub</a></li>
<li class="dropdown">
<a aria-expanded="false" aria-haspopup="true" role="button" data-toggle="dropdown" class="dropdown-toggle" href="#">DEMO <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="editor.html">Editor</a></li>
<li><a href="editor-fluid.html">Editor (fluid)</a></li>
<li><a href="gallery.html">Gallery</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div role="main" class="container">
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<h1>Visual Tags for Image</h1>
<p>Select a demo to view code</p>
<div class="row">
<div class="col-xs-12">
<a class="btn btn-lg btn-link" href="editor.html">Editor</a>
<a class="btn btn-lg btn-link" href="editor-fluid.html">Editor (fluid)</a>
<a class="btn btn-lg btn-link" href="gallery.html">Gallery</a>
</div>
</div>
</div>
</div>
</body>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/jqueryui-touch-punch/jquery.ui.touch-punch.min.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
</html>
|
public/javascripts/widgets/webshopmenu/templates/selectedcategory.html | VirtueMe/MyPage-BackBone-test | <a class="remove"></a>
<div class="resTxt"><%= name %></div>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/e36868d060fda7e6fb36375094ce7c85e4640903f6f120ef282242c1d802183d.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./a6242fca0e03d7c912a88d63757b652b87491e678d2ca6c3da64a582b7fca835.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> |
clean/Linux-x86_64-4.07.1-2.0.6/released/8.11.1/coquelicot/2.1.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>coquelicot: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.11.1 / coquelicot - 2.1.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
coquelicot
<small>
2.1.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-10-19 05:32:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-19 05:32:36 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.11.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "guillaume.melquiond@inria.fr"
homepage: "http://coquelicot.saclay.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/coquelicot/coquelicot.git"
bug-reports: "https://gitlab.inria.fr/coquelicot/coquelicot/issues"
license: "LGPL-3.0-or-later"
build: [
["./configure"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
"coq" {>= "8.4pl4" & < "8.6~"}
"coq-ssreflect" {= "1.5.0"}
]
tags: [ "keyword:real analysis" "keyword:topology" "keyword:filters" "keyword:metric spaces" "category:Mathematics/Real Calculus and Topology" ]
authors: [ "Sylvie Boldo <sylvie.boldo@inria.fr>" "Catherine Lelay <catherine.lelay@inria.fr>" "Guillaume Melquiond <guillaume.melquiond@inria.fr>" ]
synopsis: "A Coq formalization of real analysis compatible with the standard library"
url {
src: "https://coquelicot.gitlabpages.inria.fr/releases/coquelicot-2.1.0.tar.gz"
checksum: "md5=eac4d9717150b22a416b4b286ff3d9db"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-coquelicot.2.1.0 coq.8.11.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1).
The following dependencies couldn't be met:
- coq-coquelicot -> coq < 8.6~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-coquelicot.2.1.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
docs/_includes/sections/backend/models/databases.html | CleverStack/cleverstack.io | <h3 id="databases" class="page-header">
DataBases <a class="permalink" href="#databases" title="Permalink"><small>¶</small></a><br/>
<small>CleverStack supports a number of databases out of the box.</small>
</h3>
<ol class="breadcrumb">
<li><a href="/documentation">Documentation</a></li>
<li><a href="/documentation/backend">Backend</a></li>
<li><a href="/documentation/backend/models">Models</a></li>
<li class="active">DataBases</li>
</ol>
<h5>Supported DataBases:</h5>
<ul>
<li>MySQL</li>
<li>MariaDB</li>
<li>PostgreSQL</li>
<li>MSSQL</li>
<li>MongoDB</li>
<li>SQLite</li>
</ul>
<br/>
<h5>Coming Soon:</h5>
<ul>
<li>DynamoDB</li>
<li>SimpleDB</li>
<li>Redis</li>
</ul>
|
demos/Mirror_PP.html | maldicion069/monkeybrush.js | <!DOCTYPE html>
<html>
<head>
<title>Alien Procedural</title>
<link rel="stylesheet" type="text/css" href="./libs/style.css" />
</head>
<body>
<div class="spinner" id="spinner">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div id="stats"></div>
<script type="text/javascript" src="./libs/libraries.js"></script>
<script type="text/javascript" src="../dist/output.js"></script>
<script type="x-shader/x-fragment" id="shader-fs">#version 300 es
precision highp float;
out vec4 fragColor;
in vec2 uv;
precision mediump float;
uniform sampler2D tex;
uniform int side;
void main() {
vec2 p = uv;
if (side == 0){
if (p.x > 0.5)
p.x = 1.0 - p.x;
} else if (side == 1) {
if (p.x < 0.5)
p.x = 1.0 - p.x;
} else if (side == 2) {
if (p.y < 0.5)
p.y = 1.0 - p.y;
} else if (side == 3) {
if (p.y > 0.5)
p.y = 1.0 - p.y;
}
vec4 color = texture(tex, p);
fragColor = color;
}
</script>
<script type="text/javascript">
var MyConfig = function () {
return {
Side: 0
};
};
var MyScene = (function (_super) {
__extends(MyScene, _super);
function MyScene() {
_super.call(this, "App", new MB.GLContextW2(), MyConfig());
};
MyScene.prototype.loadAssets = function () {
MB.Loaders.loadImage("../assets/images/Dundus_Square.jpg", "myTex");
};
MyScene.prototype.initialize = function () {
this.tex2d = new MB.Texture2D(this.context, "myTex", {
flipY: 1,
minFilter: MB.ctes.TextureFilter.Nearest,
magFilter: MB.ctes.TextureFilter.Nearest,
wrapS: MB.ctes.WrapMode.Clamp2Edge,
wrapT: MB.ctes.WrapMode.Clamp2Edge
});
this.prog = new MB.PostProcessMaterial(this.context, {
name: "pixelizationShader",
fragmentShader: MB.Utils.readScriptShader("shader-fs"),
uniforms: {
tex: {
type: MB.UniformType.Integer,
value: 0
},
side: { type: MB.UniformType.Integer }
}
});
this.tex2d.bind(0);
};
MyScene.prototype.update = function (dt) {
this.__resize__();
};
MyScene.prototype.draw = function () {
this.prog.uniforms.side.value = this.text.Side;
this.prog.renderPP();
};
MyScene.prototype.textCB = function (gui) {
gui.add(this.text, "Side").min(0).max(4).step(1);
};
return MyScene;
}(MB.App));
window.onload = function () {
var myScene = new MyScene();
myScene.start();
};
</script>
</body>
</html>
|
assimp/3.1.1/doc/AssimpDoc_Html/functions_vars_0x67.html | phaser/KRAL_libs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.5"/>
<title>Assimp: Class Members - Variables</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Assimp
 <span id="projectnumber">v3.1.1 (June 2014)</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li class="current"><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li><a href="functions.html"><span>All</span></a></li>
<li><a href="functions_func.html"><span>Functions</span></a></li>
<li class="current"><a href="functions_vars.html"><span>Variables</span></a></li>
<li><a href="functions_type.html"><span>Typedefs</span></a></li>
<li><a href="functions_enum.html"><span>Enumerations</span></a></li>
<li><a href="functions_eval.html"><span>Enumerator</span></a></li>
<li><a href="functions_rela.html"><span>Related Functions</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li><a href="functions_vars.html#index__"><span>_</span></a></li>
<li><a href="functions_vars_0x61.html#index_a"><span>a</span></a></li>
<li><a href="functions_vars_0x62.html#index_b"><span>b</span></a></li>
<li><a href="functions_vars_0x63.html#index_c"><span>c</span></a></li>
<li><a href="functions_vars_0x64.html#index_d"><span>d</span></a></li>
<li><a href="functions_vars_0x66.html#index_f"><span>f</span></a></li>
<li class="current"><a href="functions_vars_0x67.html#index_g"><span>g</span></a></li>
<li><a href="functions_vars_0x69.html#index_i"><span>i</span></a></li>
<li><a href="functions_vars_0x6c.html#index_l"><span>l</span></a></li>
<li><a href="functions_vars_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="functions_vars_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="functions_vars_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="functions_vars_0x70.html#index_p"><span>p</span></a></li>
<li><a href="functions_vars_0x72.html#index_r"><span>r</span></a></li>
<li><a href="functions_vars_0x73.html#index_s"><span>s</span></a></li>
<li><a href="functions_vars_0x74.html#index_t"><span>t</span></a></li>
<li><a href="functions_vars_0x75.html#index_u"><span>u</span></a></li>
<li><a href="functions_vars_0x77.html#index_w"><span>w</span></a></li>
<li><a href="functions_vars_0x78.html#index_x"><span>x</span></a></li>
<li><a href="functions_vars_0x79.html#index_y"><span>y</span></a></li>
<li><a href="functions_vars_0x7a.html#index_z"><span>z</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="contents">
 
<h3><a class="anchor" id="index_g"></a>- g -</h3><ul>
<li>g
: <a class="el" href="classai_color4t.html#ab0308badb3f7322781db38a51e52c921">aiColor4t< TReal ></a>
, <a class="el" href="structai_color3_d.html#a40ecdcee92b5373cbaa5e00ebcdb2cfb">aiColor3D</a>
, <a class="el" href="structai_texel.html#a41da3516b8241165e4ca58ea8ed68fe6">aiTexel</a>
</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Jul 31 2015 11:49:26 for Assimp by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.5
</small></address>
</body>
</html>
|
assets/legacy.css | Chibichuba/chibichuba.github.io | /* Lotus - iOS Interface Cascading Style Sheet
* Copyright (C) 2014-2015 Timon Olsthoorn (tmnlsthrn)
*/
/*
* Redistribution and use in source and binary
* forms, with or without modification, are permitted
* provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the
* above copyright notice, this list of conditions
* and the following disclaimer.
* 2. 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.
* 3. The name of the author may not be used to endorse
* or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
*/
.prerequisite p {
text-align:center
}
.header {
margin: 10px;
padding: 4px 13px
}
.header>img {
float: left;
margin: 0 0 10px
}
.header>div {
margin: 7px 0 0 12px;
float: left
}
.header h1 {
font-size: 22px
}
.header h2 {
font-size: 17px
}
/* START */
panel > input[type="submit"], fieldset >a > div > div > input[type="checkbox"], fieldset > a > div > div > select {
-moz-appearance:none;
-webkit-appearance:none
}
fieldset > div, panel > block, fieldset > a > div > div > label.detail {
-webkit-user-select:text;
user-select:text;
-moz-user-select:element;
-ms-user-select:element;
user-select:element
}
fieldset > a[href] {
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-tap-highlight-color:transparent
}
* {
border:0;-webkit-border-radius:0;
-moz-border-radius:0;
-ms-border-radius:0;
-o-border-radius:0;
border-radius:0;
color:inherit;
font-family:inherit;
font-size:inherit;
font-style:inherit;
font-weight:inherit;
margin:0;
outline:0;
padding:0;
text-decoration:none;
vertical-align:baseline
}
.clearfix:after, fieldset > a > div > div:after {
content:".";
display:block;
clear:both;
visibility:hidden;
line-height:0;
height:0
}
.clearfix, fieldset > a > div > div {
display:block
}
* {
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box
}
img {
-ms-interpolation-mode:bicubic;
image-rendering:auto;
image-rendering:optimizeQuality
}
img.crisp {
-ms-interpolation-mode:nearest-neighbor;
image-rendering:optimizeSpeed;
image-rendering:-webkit-optimize-contrast;
image-rendering:-o-crisp-edges;
image-rendering:-moz-crisp-edges;
image-rendering:crisp-edges
}
strong {
font-weight:bold
}
em {
font-style:italic
}
sup {
font-size:smaller;
position:relative;
top:-6px;
margin-top:-6px
}
pre {
font-family:monospace
}
body {
font-family:Helvetica,Arial;
-webkit-text-size-adjust:none;
-webkit-touch-callout:none;
-webkit-user-select:none;
width:320px;
margin:0 auto
}
body.white {
background-color:#fff
}
body.pinstripe {
/* background: url(background.png) top center repeat-y #fff */
background:#c7ced5 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAABCAIAAACdaSOZAAAAFElEQVQIHWM4euYKErp0+tINIAIAuHQQ4rDrv5YAAAAASUVORK5CYII=')
}
.default {
color:#aab
}
div.cy-table {
margin:0 auto;
max-width:568px
}
panel {
display:block;
margin:0 auto
}
panel > block {
display:block;
border:1px dashed #999;
-webkit-border-radius:9px;
-moz-border-radius:9px;
-ms-border-radius:9px;
-o-border-radius:9px;
border-radius:9px;
background-color:rgba(255,255,255,0.5);
margin:9px
}
panel > fieldset {
display:block;
background-color:#fff;
border:1px solid #999;
-webkit-border-radius:9px;
-moz-border-radius:9px;
-ms-border-radius:9px;
-o-border-radius:9px;
border-radius:9px;
margin:9px;
font-size:16px;
position:relative;
max-width:302px
}
panel > fieldset.terminal {
background-color:#000;
color:#fff;
font-family:monospace;
font-size:14px;
font-weight:bold;
padding:10px
}
panel > label {
display:block;
margin:9px;
position:relative;
top:4px;
padding-left:11px;
color:#4d4d70;
text-shadow:rgba(255,255,255,0.75) 1px 1px 0;
font-weight:bold
}
panel > footer {
display:block;
margin:9px;
color:#4d4d70;
font-size:12px;
text-align:center
}
panel > iframe {
display:block;
margin:-9px 0
}
panel > iframe:first-child, panel > iframe+iframe {
margin-top:0
}
panel > div a {
color:#586c90;
font-weight:bold;
text-shadow:rgba(255,255,255,0.75) 1px 1px 0
}
panel > input[type="submit"] {
display:block;
background-color:#fff;
border:1px solid blue;
-webkit-border-radius:9px;
-moz-border-radius:9px;
-ms-border-radius:9px;
-o-border-radius:9px;
border-radius:9px;
color:blue;
font-size:20px;
font-weight:bold;
text-align:center;
margin:9px auto;
padding:10px 14px;
width:302px
}
panel > input[type="submit"]:active {
background-color:blue;
color:#fff
}
fieldset > div, panel > block {
font-size:16px;
padding:0 13px
}
fieldset > div > *, panel > block > * {
margin-top:9px;
margin-bottom:9px
}
fieldset > div > p {
text-align:left
}
panel > block > p {
text-align:center
}
fieldset > div > ul, panel > block > ul {
list-style-position:inside
}
fieldset > div > hr, panel > block > hr {
border-top:1px dashed #999
}
fieldset > div a, panel > block a {
color:blue
}
fieldset > a, fieldset > div, fieldset > textarea {
display:block;
position:relative
}
panel > fieldset > a, panel > fieldset > div, panel > fieldset > textarea {
border-bottom:1px solid #999
}
div.cy-table > fieldset > a, div.cy-table > fieldset > div, div.cy-table > fieldset > textarea {
border-bottom:1px solid #e0e0e0
}
fieldset > a:last-child, fieldset > a.left:nth-last-child(2), fieldset > div:last-child, fieldset > div.left:nth-last-child(2), fieldset > textarea:last-child, fieldset > textarea.left:nth-last-child(2) {
border-bottom:0
}
panel > fieldset > a:first-child, panel > fieldset > div:first-child, panel > fieldset > textarea:first-child {
-moz-border-radius-topleft:8px;
-webkit-border-top-left-radius:8px;
border-top-left-radius:8px;
-moz-border-radius-topright:8px;
-webkit-border-top-right-radius:8px;
border-top-right-radius:8px
}
panel>fieldset>a.left:first-child,panel>fieldset>div.left:first-child,panel>fieldset>textarea.left:first-child{-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0}
panel>fieldset>a.right:nth-child(2),panel>fieldset>div.right:nth-child(2),panel>fieldset>textarea.right:nth-child(2){-moz-border-radius-topright:8px;-webkit-border-top-right-radius:8px;border-top-right-radius:8px}
panel>fieldset>a:last-child,panel>fieldset>div:last-child,panel>fieldset>textarea:last-child{-moz-border-radius-bottomleft:8px;-webkit-border-bottom-left-radius:8px;border-bottom-left-radius:8px;-moz-border-radius-bottomright:8px;-webkit-border-bottom-right-radius:8px;border-bottom-right-radius:8px}
panel>fieldset>a.left:nth-last-child(2),panel>fieldset>div.left:nth-last-child(2),panel>fieldset>textarea.left:nth-last-child(2){-moz-border-radius-bottomleft:8px;-webkit-border-bottom-left-radius:8px;border-bottom-left-radius:8px}
panel>fieldset>a.right:last-child,panel>fieldset>div.right:last-child,panel>fieldset>textarea.right:last-child{-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0}
fieldset>img.close{position:absolute;z-index:1;top:-11px;left:-11px;content:url(closebox@2x.png);width:30px;height:29px}
fieldset>a>div>div>label>p{display:inline;text-rendering:optimizeLegibility}
fieldset>a>div>div>label:first-child{font-weight:bold}
fieldset>a>div>div>label.detail{display:inline-block;float:right;text-align:right}
fieldset>a>div>div>label.price{display:inline-block;float:right;background-color:#2463de;-webkit-border-radius:9px;-moz-border-radius:9px;-ms-border-radius:9px;-o-border-radius:9px;border-radius:9px;color:#fff;padding:0.2em 0.4em;margin:-0.2em -0.4em}
fieldset>a>div>div>label.verbose{display:inline-block;float:right;font-size:10px;position:relative;margin:-3.5px;text-align:center}
fieldset>a>div>div>label.lower{display:block;font-size:13px}
fieldset>a>div>div>label.url{display:block;font-size:14px;font-style:italic;word-wrap:break-word}
fieldset>a>span.extra{position:absolute;-moz-border-radius-bottomleft:7px;-webkit-border-bottom-left-radius:7px;border-bottom-left-radius:7px;padding:0.2em 0.4em;background-color:#999;color:#fff;font-size:12px;font-weight:bold}
panel>fieldset>a>span.extra{top:-1px;right:-1px}
div.cy-table>fieldset>a>span.extra{top:0px;right:0px}
fieldset>a>span.badge{position:absolute;bottom:0px;right:0px;-moz-border-radius-topleft:7px;-webkit-border-top-left-radius:7px;border-top-left-radius:7px;padding:0.2em 0.4em;background-color:#da0812;color:#fff;font-size:11px;font-weight:bold}
panel>fieldset>a:first-child>span.extra{-moz-border-radius-topright:9px;-webkit-border-top-right-radius:9px;border-top-right-radius:9px}
panel>fieldset>a:last-child>span.badge{-moz-border-radius-bottomright:8px;-webkit-border-bottom-right-radius:8px;border-bottom-right-radius:8px}
fieldset{clear:both}
fieldset.more{clear:none;margin-right:9px}
fieldset.half>a>div>div label,fieldset.more>a>div>div label{margin-right:-10px}
fieldset>a>img.icon{position:absolute;height:auto;max-height:30px;width:30px;min-width:30px;margin:5px 5px}
fieldset>a>img.icon+div{margin-left:40px}
fieldset>a>img.icon+div>div{min-height:40px}
fieldset>a>div{margin-left:14px}
fieldset>a>div>div{padding:10px 14px 10px 0}
fieldset>a[type="profile"]>img.icon{position:absolute;height:50px;width:50px;background-repeat:no-repeat;background-position:center center;max-height:none;min-width:none;margin:0}
panel>fieldset>a[type="profile"]>img.icon{-moz-border-radius-topleft:8px;-webkit-border-top-left-radius:8px;border-top-left-radius:8px;-moz-border-radius-bottomleft:8px;-webkit-border-bottom-left-radius:8px;border-bottom-left-radius:8px}
fieldset>a[type="profile"]>img.icon+div{margin-left:50px;border-left:1px solid #999}
fieldset>a[type="profile"]>img.icon+div>div{min-height:50px}
fieldset>a[type="profile"]>div>div{padding:6px}
fieldset>a[type="thumb"]>img.icon{position:absolute;height:64px;width:64px;background-repeat:no-repeat;background-position:center center;max-height:none;min-width:none;margin:0}
panel>fieldset>a[type="thumb"]>img.icon{-moz-border-radius-topleft:8px;-webkit-border-top-left-radius:8px;border-top-left-radius:8px;-moz-border-radius-bottomleft:8px;-webkit-border-bottom-left-radius:8px;border-bottom-left-radius:8px}
fieldset>a[type="thumb"]>img.icon+div{margin-left:64px;border-left:1px solid #999}
fieldset>a[type="thumb"]>img.icon+div>div{min-height:64px}
fieldset>a[type="thumb"]>div>div{padding:13px}
div.cy-table>label{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAXCAYAAADKmiUPAAAASklEQVQIHQ3BoRECARDAwCR3RT3t0ACWUhkEEoFgKIHf5Xq7vzuOC32+P1JpRlqjE7VLUzRKM1EzdKItKiklR9qWVEoJpYRezwd/hakIzN7IcU4AAAAASUVORK5CYII=');background-repeat:repeat-x no-repeat-y;-webkit-background-size:1px 23px;background-size:1px 23px;height:23px;padding:1px 5px;display:block;color:#fff;font-weight:bold;text-shadow:rgba(0,0,0,0.5) 0px 1px 0}
@media screen and (-webkit-min-device-pixel-ratio: 2){
div.cy-table>label{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAuCAYAAAAC2MhpAAAAcklEQVQYV33OPQ6AIAwF4P5wBOIRNF7NG7h6UXVxc0DjwqShgIYGmb70vQJmGKcNnmMaayGg71qBOy/B7g4BIdaAyBGsIorgn3WiAjliyk8kQJ5AGWlQ7FDagryl7gEgNdGdMvpMFN4/1zsJ87oIvPcBN23ED1QZEXz1AAAAAElFTkSuQmCC')}
}
fieldset>.right{border-left:1px solid #999}
fieldset>.left,fieldset>.right{display:inline-block;width:50%}
fieldset.half{float:left}
panel>fieldset.half{min-width:146.5px;margin-top:0}
div.cy-table>fieldset.half{width:160px}
div.cy-table>fieldset.half>a{border-right-width:1px;border-right-style:solid}
fieldset>a[href]>div{padding-right:14px}
fieldset>a>div>div>select,fieldset>a[href]>div>div{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAANCAYAAACQN/8FAAAAUElEQVQoz2NggIKysrI6EGbAB6CK/kNxHT6FLUgKQbiaaorb0RRXUK4YKCENxG+RFD4BYiFsim6jKVKhnSIWID6CVxGSYhWoAtyK0BTjVAQA7b9/uRuNojcAAAAASUVORK5CYII=');background-position:right center;background-repeat:no-repeat;padding-right:24px;-webkit-background-size:10px 13px;background-size:10px 13px}
@media screen and (-webkit-min-device-pixel-ratio: 2){
fieldset>a>div>div>select,fieldset>a[href]>div>div{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAaCAYAAAC3g3x9AAAAn0lEQVRIx73VUQqAIBAEUCm6WWIQ/hZBh+nmtkGGyKKzuiTMj8FD1sFMCMHkoTVTVu5bLRxmKdcbMVrCmtAUcwwmRiM2Uc4CCKPpCVXQfIbdKHfLXSi/CaKUAQIF6EYZIbAVrdcAQ/eIYmUVoJrgAYESTOtSvvn9VxsQ81CxUUzzcfDFuWti0ge2iuUnXHoxboauB0N+oyKs1EPbgj25AROsvvXJNxxhAAAAAElFTkSuQmCC')}
}
fieldset.dark>a>div>div>select,fieldset.dark>a[href]>div>div{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAANCAYAAACQN/8FAAAAUElEQVQoz2NggILOzs46EGbAB6CK/kNxHT6FLUgKQbiaaorb0RRXUK4YKCENxG+RFD4BYiFsim6jKVKhnSIWID6CVxGSYhWoAtyK0BTjVAQADpCNh/CoZr0AAAAASUVORK5CYII=')}
@media screen and (-webkit-min-device-pixel-ratio: 2){
fieldset.dark>a>div>div>select,fieldset.dark>a[href]>div>div{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAaCAYAAAC3g3x9AAAAnElEQVRIx73U0QqAIAwFUCn6s6Qgei2CPqY/N4MMkU2u2+jhgi44hk5dCMERGWMW5ls1VNHHXG+a0RomQvPJRGDNaBoMMWcFhNF8YoKWBTVKFVUotxKKdiiIoltMj4IiFOktBN0Tit4AGLUEDxSEMatD+fbv17ZBsBVtbBQzexxYrATVWA6aYOUfzlqM2sNJg3Gn7KVYrQ+9BHtyAx0sbnA+jpPNAAAAAElFTkSuQmCC')}
}
fieldset>a>div>div>input[type="checkbox"]{margin-right:-4px;border:1px solid #999;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px;border-radius:7px;float:right;height:1.25em;width:1.25em}
fieldset>a>div>div>input[type="checkbox"]:checked{background-color:#000}
fieldset>a>div>div>input[type="password"],fieldset>a>div>div>input[type="text"]{float:right;text-align:right}
fieldset>a>div>div>select{background-color:transparent;text-align:right;direction:rtl;float:right;min-width:100px;text-indent:0.01px;text-overflow:""}
fieldset>a>div>div>select::-ms-expand{display:none}
fieldset>a>div>div>select>option{direction:ltr}
fieldset>textarea{padding:10px;width:100%;min-width:300px}
fieldset>textarea.left,fieldset>textarea.right{min-width:150px}
fieldset>a>div>div>label+label,fieldset>a>div>div>input,fieldset>a>div>div>select,fieldset>textarea{color:#193250}
fieldset>a.cytyle-up{-webkit-transition:background 0.3s ease-in}
fieldset>a.cytyle-up p{-webkit-transition:color 0.3s ease-in}fieldset>a.cytyle-dn,fieldset>a.cytyle-in{background-color:#0374e2 !important;background-image:-moz-linear-gradient(top, #058cdf 0%, #015de6 100%) !important;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #058cdf), color-stop(100%, #015de6)) !important;background-image:-webkit-linear-gradient(top, #058cdf 0%, #015de6 100%) !important;background-image:-ms-linear-gradient(top, #058cdf 0%, #015de6 100%) !important;background-image:linear-gradient(to bottom, #058cdf 0%,#015de6 100%) !important}
fieldset>a.cytyle-dn label,fieldset>a.cytyle-dn span,fieldset>a.cytyle-in label,fieldset>a.cytyle-in span{background:none !important}
fieldset>a.cytyle-dn[href]>div>div,fieldset>a.cytyle-in[href]>div>div{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAANCAYAAACQN/8FAAAAUElEQVQoz2NggILOzs46EGbAB6CK/kNxHT6FLUgKQbiaaorb0RRXUK4YKCENxG+RFD4BYiFsim6jKVKhnSIWID6CVxGSYhWoAtyK0BTjVAQADpCNh/CoZr0AAAAASUVORK5CYII=')}
@media screen and (-webkit-min-device-pixel-ratio: 2){
fieldset>a.cytyle-dn[href]>div>div,fieldset>a.cytyle-in[href]>div>div{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAaCAYAAAC3g3x9AAAAnElEQVRIx73U0QqAIAwFUCn6s6Qgei2CPqY/N4MMkU2u2+jhgi44hk5dCMERGWMW5ls1VNHHXG+a0RomQvPJRGDNaBoMMWcFhNF8YoKWBTVKFVUotxKKdiiIoltMj4IiFOktBN0Tit4AGLUEDxSEMatD+fbv17ZBsBVtbBQzexxYrATVWA6aYOUfzlqM2sNJg3Gn7KVYrQ+9BHtyAx0sbnA+jpPNAAAAAElFTkSuQmCC')}
}
fieldset>a.cytyle-dn p,fieldset>a.cytyle-dn p span,fieldset>a.cytyle-in p,fieldset>a.cytyle-in p span{color:#fff !important}
p,input[type="password"],input[type="text"],select{line-height:1.25;position:relative}
panel>block p,fieldset>div>p{margin-left:-0.0625em;margin-right:-0.0625em}
fieldset>a>div>div>label:first-child,fieldset>a>div>div>label.lower,fieldset>a>div>div>label.url{left:-0.0625em} |
0-Essentials/9-Components/0-Using-Components-4.html | bizhong/vuejs-guide-examples | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>使用组件#data 必须是函数 - 组件 - Vue.js</title>
<script src="https://unpkg.com/vue/dist/vue.js"></script>
</head>
<body>
<div id="example-2">
<simple-counter></simple-counter>
<simple-counter></simple-counter>
<simple-counter></simple-counter>
</div>
<script>
var data = { counter: 0 }
Vue.component('simple-counter', {
template: '<button v-on:click="counter += 1">{{ counter }}</button>',
// data 是一个函数,因此 Vue 不会警告,
// 但是我们为每一个组件返回了同一个对象引用
data: function () {
return data
}
})
new Vue({
el: '#example-2'
})
</script>
</body>
</html> |
public/modules/core/css/core.css | shainaztamboli/MeanDashboard | .content {
margin-top: 50px;
}
.undecorated-link:hover {
text-decoration: none;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
.ng-invalid.ng-dirty {
border-color: #FA787E;
}
.ng-valid.ng-dirty {
border-color: #78FA89;
}
.panel-wrapper {
background: #fff;
border: 1px solid #e2e2e2;
border-radius: 3px;
margin-bottom: 10px;
}
.panel-wrapper .panel-title {
border-bottom: 1px solid #d7d7d7;
color: #666;
font-size: 14px;
font-weight: 200;
padding: 7px 10px 4px;
}
.panel-wrapper .panel-stage {
overflow: hidden;
padding: 5px 10px;
position: relative;
}
.panel-wrapper .panel-notes {
background: #fbfbfb;
border-top: 1px solid #e2e2e2;
color: gray;
font-size: 12px;
padding: 8px 10px 5px;
}
.panel-wrapper .red-days{
font-size:24pt;
color:red;
text-align: center;
padding:16px;
}
.panel-wrapper .red{
background: red;
color: white;
font-weight: bold;
}
.panel-wrapper .grey{
background: #fbfbfb;
}
.panel-wrapper .white{
background: white;
}
|
zh/jmessage/client/im_win_api_docs/struct_jmcpp_1_1_message_settings-members.html | Nocturnana/jpush-docs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Windows C++ SDK: 成员列表</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Windows C++ SDK
 <span id="projectnumber">1.0.0</span>
</div>
<div id="projectbrief">Windows C++ SDK</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- 制作者 Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'搜索');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','搜索');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('struct_jmcpp_1_1_message_settings.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">Jmcpp::MessageSettings 成员列表</div> </div>
</div><!--header-->
<div class="contents">
<p>成员的完整列表,这些成员属于 <a class="el" href="struct_jmcpp_1_1_message_settings.html">Jmcpp::MessageSettings</a>,包括所有继承而来的类成员</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="struct_jmcpp_1_1_message_settings.html#ac46d10992b0c708930c2f13905f8b4c3">needReceipt</a></td><td class="entry"><a class="el" href="struct_jmcpp_1_1_message_settings.html">Jmcpp::MessageSettings</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="struct_jmcpp_1_1_message_settings.html#a315a4a32a82830441a119b248ab82fd1">offline</a></td><td class="entry"><a class="el" href="struct_jmcpp_1_1_message_settings.html">Jmcpp::MessageSettings</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">制作者
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
</ul>
</div>
</body>
</html>
|
lib/pmd-bin-5.0.4/docs/apidocs/net/sourceforge/pmd/lang/java/rule/design/class-use/UnsynchronizedStaticDateFormatterRule.html | jmagas/RedditDailyProgrammer | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Wed May 01 12:49:32 CEST 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class net.sourceforge.pmd.lang.java.rule.design.UnsynchronizedStaticDateFormatterRule (PMD 5.0.4 API)</title>
<meta name="date" content="2013-05-01">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class net.sourceforge.pmd.lang.java.rule.design.UnsynchronizedStaticDateFormatterRule (PMD 5.0.4 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="../../../../../../../../net/sourceforge/pmd/lang/java/rule/design/UnsynchronizedStaticDateFormatterRule.html" title="class in net.sourceforge.pmd.lang.java.rule.design">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>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?net/sourceforge/pmd/lang/java/rule/design//class-useUnsynchronizedStaticDateFormatterRule.html" target="_top">Frames</a></li>
<li><a href="UnsynchronizedStaticDateFormatterRule.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class net.sourceforge.pmd.lang.java.rule.design.UnsynchronizedStaticDateFormatterRule" class="title">Uses of Class<br>net.sourceforge.pmd.lang.java.rule.design.UnsynchronizedStaticDateFormatterRule</h2>
</div>
<div class="classUseContainer">No usage of net.sourceforge.pmd.lang.java.rule.design.UnsynchronizedStaticDateFormatterRule</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="../../../../../../../../net/sourceforge/pmd/lang/java/rule/design/UnsynchronizedStaticDateFormatterRule.html" title="class in net.sourceforge.pmd.lang.java.rule.design">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>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?net/sourceforge/pmd/lang/java/rule/design//class-useUnsynchronizedStaticDateFormatterRule.html" target="_top">Frames</a></li>
<li><a href="UnsynchronizedStaticDateFormatterRule.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 © 2002-2013 <a href="http://pmd.sourceforge.net/">InfoEther</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.