path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
src/index.css
eugrdn/react-photo-rater
@import 'normalize.css'; html, body { width: 100%; height: 100%; margin: 0; padding: 0; overflow-x:hidden; font-size: 1rem; font-family: 'Roboto', sans-serif; background-color: #221f1f; color: #ffffff; } .container { margin: 50px auto 0; } .header { position: fixed; top: 0; left: 20px; z-index: 1; text-decoration: underline; } /* scrollbar */ ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); border-radius: 10px; background-color: #F5F5F5; } ::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } ::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #555; }
modules/couples/client/views/create-couple.client.view.html
leonjorge23/meanjsv2
<div ng-controller="CouplesController"> <div class="row"> <div class="col-lg-12"> <h1 class="page-header">Add New Couple</h1> </div> </div> <div class="row"> <div class="col-lg-12"> <div class="panel panel-default"> <div class="panel-heading"> </div> <div class="panel-body"> <form name="coupleForm" class="form-horizontal" ng-submit="create(coupleForm.$valid)" novalidate> <div class="form-group"> <label>His Name</label> <input class="form-control" placeholder="Enter His Name" type="text" ng-model="hisName" id="hisName" required> <div ng-messages="coupleForm.title.$error" role="alert"> <p class="help-block error-text" ng-message="required">His Name is required.</p> </div> </div> <div class="form-group"> <label>Her Name</label> <input class="form-control" placeholder="Enter Her Name" type="text" ng-model="herName" id="herName" required> <div ng-messages="coupleForm.title.$error" role="alert"> <p class="help-block error-text" ng-message="required">Her title is required.</p> </div> </div> <div class="form-group"> <label>Last Name</label> <input class="form-control" type="text" ng-model="lastName" id="lastName" required placeholder="Enter Last Name" required> <div ng-messages="coupleForm.title.$error" role="alert"> <p class="help-block error-text" ng-message="required">Last Name is required.</p> </div> </div> <div class="form-group"> <label>Address</label> <input class="form-control" placeholder="Enter Address" type="text" ng-model="address" id="address"> </div> <div class="form-group"> <label>City</label> <input class="form-control" placeholder="Enter City" type="text" ng-model="city" id="city"> </div> <div class="form-group"> <label>Zip</label> <input class="form-control" placeholder="e.g. 91710" type="text" ng-model="zip" id="zip"> </div> <div class="form-group"> <label>State</label> <input class="form-control" placeholder="Enter State" type="text" ng-model="state" id="state"> </div> <div class="form-group"> <label>Home Phone</label> <input class="form-control" placeholder="e.g. 999-999-9999" type="text" ng-model="homePhone" id="homePhone"> </div> <div class="form-group"> <label>His Cell</label> <input class="form-control" placeholder="e.g. 999-999-9999" type="text" ng-model="hisCell" id="hisCell"> </div> <div class="form-group"> <label>Her Cell</label> <input class="form-control" placeholder="e.g. 999-999-9999" type="text" ng-model="herCell" id="herCell"> </div> <div class="form-group"> <label>Primary Email</label> <input class="form-control" placeholder="Enter Primary Email" type="text" ng-model="primaryEmail" id="primaryEmail"> </div> <div class="form-group"> <label>Secondary Email</label> <input class="form-control" placeholder="Enter Secondary Email" type="text" ng-model="secondaryEmail" id="secondaryEmail"> </div> <div class="form-group"> <label>Couple's Photo URL</label> <input class="form-control" placeholder="Enter Photo URL"> </div> <div class="form-group"> <label>Is Couple Active</label> <select class="form-control" ng-model="isActive" id="isActive"> <option valule="Active">Active</option> <option valuel="Inactive">Inactive</option> </select> </div> <button type="submit" class="btn btn-primary">Add Couple</button> <div class="alert alert-warning" ng-show="error"> <strong ng-bind="error"></strong> </div> </form> </div> </div> </div> </div> </div>
_attachments/2014-05-21-captura-de-tela-de-2014-05-21-201146.html
rhesoftsolutions/Blog
--- layout: attachment title: Kivy for Android Tutorial date: 2014-05-21 23:12:52.000000000 -03:00 categories: [] tags: [] status: inherit type: attachment published: false meta: {} author: login: aronbbordin email: aron.bordin@gmail.com display_name: aron.bordin first_name: '' last_name: '' excerpt: !ruby/object:Hpricot::Doc options: {} ---
WS.Start/Resources/Private/Partials/Layout/HTML/JavaScripts.html
klixn/mein.wildersueden.org
<script src="https://libraries.wildersueden.org/js/jquery-2/jquery.min.js"></script> <script src="https://libraries.wildersueden.org/js/bootstrap-3/bootstrap.min.js"></script> <script src="https://libraries.wildersueden.org/js/scripts.js"></script> <script src="{f:uri.resource(path: 'js/package.js')}"></script>
ARCHIVE V1.0/weeka-T.html
georgethedan/georgethedan.github.io
<html style="Height: 100%"> <head> <title>Home</title> <link rel="stylesheet" href="http://georgethedan.github.io/stylesheets/style/stuff.min.css"> <link rel="stylesheet" href="http://georgethedan.github.io/stylesheets/style.css"> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" /> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script> <link href="icon.png" sizes="57x57" rel="apple-touch-icon-precomposed"> <link href="icon@2x.png" sizes="114x114" rel="apple-touch-icon-precomposed"> <meta content="yes" name="apple-mobile-web-app-capable" /> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <meta content="minimum-scale=1.0, width=device-width, maximum-scale=0.6667, user-scalable=no" name="viewport" /> <meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1" media="(device-height: 568px)" /> <title>DOTT</title> <link href="icon-T.png" sizes="72x72" rel="apple-touch-icon-precomposed"> <link href="startup-T.png" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image"> <link href="startupL-T.png" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image"> <link href="icon@2x-T.png" sizes="144x144" rel="apple-touch-icon-precomposed"> <link href="startup@2x-T.png" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"> <link href="startup@2xL-T.png" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"> <script> document.ontouchmove = function(e) {e.preventDefault()}; </script> </head> <body> <link rel="stylesheet" href="http://georgethedan.github.io/stylesheets/style/stuff.min.css"> <div data-role="page" data-theme="f" id="timetable"> <div data-role="header" data-theme="a"> <h1>Timetable</h1> <a href="http://georgethedan.github.io/mobile/about.html" data-icon="info" class="ui-btn-right" data-theme="f">About</a> <style> #navbar { border: 0 solid red !important; } </style> <div data-role="navbar" id='navbar'> <ul> <li><a data-theme="f" class="ui-btn-active">Week A</a></li> <li><a data-theme="f" onClick='location.replace("http://georgethedan.github.io/mobile/weekb-T")' data-ajax="false">Week B</a></li> </ul> </div> </div><!-- /header --> <div data-role="content" id="timetable1" bgcolor='white'> <table class="mystyle" width='100%' onClick="location.replace('http://georgethedan.github.io/mobile/subjects-T')"> <tr> <th> </th> <th >Monday</th> <th >Tuesday</th> <th >Wednesday</th> <th >Thursday</th> <th >Friday</th> </tr> <tr style='vertical-align:bottom'> <td><center><br/><br/>P1<br/><br/><br/></center></td> <td><center><img src='images/ds.png' align='middle'/><br/>DSO</center></td> <td><center><img src='images/pes.png' align='middle'/><br/>OVAL</center></td> <td><center><img src='images/fs.png' align='middle'/><br/>R701</center></td> <td><center><img src='images/geos.png' align='middle'/><br/>R210</center></td> <td><center><img src='images/ccs.png' align='middle'/><br/>ICL</center></td> </tr> <tr style='vertical-align:bottom'> <td><center><br/><br/>P2<br/><br/><br/></center></td> <td><center><img src='images/scs.png' align='middle'/><br/>R303</center></td> <td><center><img src='images/ms.png' align='middle'/><br/>R503</center></td> <td><center><img src='images/englishs.png' align='middle'/><br/>R107</center></td> <td><center><img src='images/scs.png' align='middle'/><br/>R214</center></td> <td><center><img src='images/geos.png' align='middle'/><br/>R210</center></td> </tr> <tr style='vertical-align:bottom'> <td><center><br/><br/>P3<br/><br/><br/></center></td> <td><center><img src='images/geos.png' align='middle'/><br/>R210</center></td> <td><center><img src='images/ds.png' align='middle'/><br/>DSO</center></td> <td><center><img src='images/scs.png' align='middle'/><br/>R901</center></td> <td><center><img src='images/englishs.png' align='middle'/><br/>R107</center></td> <td><center><img src='images/ms.png' align='middle'/><br/>R503</center></td> </tr> <tr style='vertical-align:bottom'> <td><center><br/><br/>P4<br/><br/><br/></center></td> <td><center><img src='images/englishs.png' align='middle'/><br/>R107</center></td> <td><center><img src='images/scs.png' align='middle'/><br/>R304</center></td> <td><center><img src='images/ms.png' align='middle'/><br/>R503</center></td> <td ><center><img src='images/fs.png' align='middle'/><br/>R701</center></td> <td><center><img src='images/pes.png' align='middle'/><br/>R802</center></td> </tr> <tr style='vertical-align:bottom'> <td><center><br/><br/>P5<br/><br/><br/></center></td> <td><center><img src='images/raves.png' align='middle'/><br/>R214</center></td> <td><center><img src='images/ccs.png' align='middle'/><br/>R705</center></td> <td><center><img src='images/ds.png' align='middle'/><br/>DSO</center></td> <td><center><img src='images/ccs.png' align='middle'/><br/>R705</center></td> <td ><center><img src='images/fs.png' align='middle'/><br/>R701</center></td> </tr> </table> </div><!-- /content --> <div data-role="footer" data-position="fixed"> <h1>Tap on table for subjects</h1> </div> </body> </html>
public/assets/application-c17cf9f2ac9191bc5e49af3a6713071e8921523b3e7408462c08688c19fc68df.css
goel42/twitter-stalky
/* This is custom CSS file */ body { font-size: 16px; color: #000; background-color: #f5f8fa; font-family: 'Oxygen', sans-serif; } /* HEADER */ #header-nav { background-color: #4099FF; border-radius: 0; border: 0; } .navbar-brand { padding-top: 20px; padding-bottom: 10px; } .navbar-brand h1 { position: relative; font-family: 'Lobster'; color: #FFFFFF; font-size: 2.5em; font-weight: bold; text-shadow: 1px 1px 1px #222; margin-top: 0; line-height: .75; } .navbar-brand a:hover, .navbar-brand a:focus { text-decoration: none; } .navbar-brand p { color: #e7e7e7; font-size: 1em; margin: 10px 0 25px 0; } .navbar-brand p span { vertical-align: middle; } #nav-list { margin-top: 10px; } #nav-list a { color: #000000; text-align: center; } #nav-list a:hover { background: #FFFFFF; } #nav-list a span { font-size: 1.8em; } .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { color: #555; background-color: #FFFFFF; opacity: 0.95; } .navbar-header button.navbar-toggle, .navbar-header .icon-bar { border: 1px solid #4099FF; } .navbar-header button.navbar-toggle { clear: both; margin-top: -30px; } /* END HEADER */ /* HOME PAGE */ #logo-img { background: url('../images/logo.jpg') no-repeat; width: 50px; height: 50px; margin: 5px 5px 5px 0; } .jumbotron { padding: 0; box-shadow: 0 0 50px #FFFFFF; height: auto; background-color: #FFFFFF; border: 2px solid #FFFFFF; opacity: 0.95; } .handle-title { position: relative; margin: 0; padding: 0; height: auto; text-align: center; color: #FFFFFF; background-color: #4099FF; } .add-new { margin: 10px 42.5% 10px 44%; } #logo-img { float: left; background-image: url('../images/logo.jpg') no-repeat; width: 50px; height: 50px; margin: 5px 5px 5px 0; clear: both; border: 1px; } #t-handle { text-align: center; } .index-table { margin: 0 40% 0 36%; } a { color: #FFFFFF; } .new-form { text-align: center; margin: 0 40% 0 40%; } .back-button { margin: 20px 40% 20px 48%; } .show-buttons { margin: 10px 30% 0 42%; } .show-stalker-name { text-align: center; font-size: 1.4em; } .tweets { position: relative; padding: 10px 100px 10px 220px; margin: 10px 40px 10px 40px; width: 80%; } .show-table { position: relative; width: 80% } .tweet-separator { position: relative; width: 60% } .panel-footer { position: fixed; width: 102%; margin-top: 30px; margin-right: 0; margin-left: 0; padding-top: 25px; padding-bottom: 20px; color: #FFFFFF; text-align: center; background-color: #4099FF; border-top: 0; bottom: 0; right: 0; left: 0; } .nav-menu { color: #000000; } .btn-primary { background-color: #4099FF; } /* END HOME PAGE */ /********** Large devices only **********/ @media (min-width: 1200px) { .container .jumbotron { height: auto; } } /********** Medium devices only **********/ @media (min-width: 992px) and (max-width: 1199px) { /* Header */ /* End Header */ /* Home Page */ /* End Home Page */ } /********** Small devices only **********/ @media (min-width: 768px) and (max-width: 991px) { /* Home Page */ /* End Home Page */ } /********** Extra small devices only **********/ @media (max-width: 767px) { /* Header */ .navbar-brand { padding-top: 10px; height: 80px; } .navbar-brand h1 { padding-top: 10px; font-size: 5vw; /* 1vw = 1% of viewport width */ } .navbar-brand p { font-size: .6em; margin-top: 12px; } .navbar-brand p img { height: 20px; } #collapsable-nav a { /* Collapsed nav menu text */ font-size: 1.2em; } #collapsable-nav a span { /* Collapsed nav menu glyph */ font-size: 1em; margin-right: 5px; } #call-btn > a { font-size: 1.5em; display: block; margin: 0 20px; padding: 10px; border: 2px solid #fff; background-color: #f6b319; color: #951c49; } #xs-deliver { margin-top: 5px; font-size: .7em; letter-spacing: .1em; text-transform: uppercase; } /* End Header */ /* Home Page */ } @charset "UTF-8"; /* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the bottom of the * compiled file so the styles you add here take precedence over styles defined in any styles * defined in the other CSS/SCSS files in this directory. It is generally better to create a new * file per style scope. * */ /*! * Bootstrap v3.3.6 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /* line 9, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ body { margin: 0; } /* line 33, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /* line 54, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } /* line 67, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ audio:not([controls]) { display: none; height: 0; } /* line 77, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ [hidden], template { display: none; } /* line 89, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ a { background-color: transparent; } /* line 98, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ a:active, a:hover { outline: 0; } /* line 110, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ abbr[title] { border-bottom: 1px dotted; } /* line 118, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ b, strong { font-weight: bold; } /* line 127, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ dfn { font-style: italic; } /* line 136, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ h1 { font-size: 2em; margin: 0.67em 0; } /* line 145, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ mark { background: #ff0; color: #000; } /* line 154, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ small { font-size: 80%; } /* line 162, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } /* line 170, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ sup { top: -0.5em; } /* line 174, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ sub { bottom: -0.25em; } /* line 185, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ img { border: 0; } /* line 193, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ svg:not(:root) { overflow: hidden; } /* line 204, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ figure { margin: 1em 40px; } /* line 212, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ hr { box-sizing: content-box; height: 0; } /* line 221, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ pre { overflow: auto; } /* line 229, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* line 252, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } /* line 266, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ button { overflow: visible; } /* line 277, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ button, select { text-transform: none; } /* line 290, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } /* line 302, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ button[disabled], html input[disabled] { cursor: default; } /* line 311, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /* line 322, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ input { line-height: normal; } /* line 334, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } /* line 346, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } /* line 356, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } /* line 367, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /* line 376, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /* line 387, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ legend { border: 0; padding: 0; } /* line 396, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ textarea { overflow: auto; } /* line 405, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ optgroup { font-weight: bold; } /* line 416, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 421, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */ td, th { padding: 0; } /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { /* line 9, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */ *, *:before, *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; } /* line 18, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */ a, a:visited { text-decoration: underline; } /* line 23, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */ a[href]:after { content: " (" attr(href) ")"; } /* line 27, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */ abbr[title]:after { content: " (" attr(title) ")"; } /* line 33, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } /* line 38, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */ pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* line 44, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */ thead { display: table-header-group; } /* line 48, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */ tr, img { page-break-inside: avoid; } /* line 53, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */ img { max-width: 100% !important; } /* line 57, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */ p, h2, h3 { orphans: 3; widows: 3; } /* line 64, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */ h2, h3 { page-break-after: avoid; } /* line 72, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */ .navbar { display: none; } /* line 77, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */ .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } /* line 81, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */ .label { border: 1px solid #000; } /* line 85, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */ .table { border-collapse: collapse !important; } /* line 88, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */ .table td, .table th { background-color: #fff !important; } /* line 94, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */ .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } @font-face { font-family: 'Glyphicons Halflings'; src: url("/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot"); src: url("/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix") format("embedded-opentype"), url("/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2") format("woff2"), url("/assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff") format("woff"), url("/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf") format("truetype"), url("/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular") format("svg"); } /* line 24, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .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; } /* line 37, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-asterisk:before { content: "\002a"; } /* line 38, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-plus:before { content: "\002b"; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-euro:before, .glyphicon-eur:before { content: "\20ac"; } /* line 41, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-minus:before { content: "\2212"; } /* line 42, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-cloud:before { content: "\2601"; } /* line 43, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-envelope:before { content: "\2709"; } /* line 44, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-pencil:before { content: "\270f"; } /* line 45, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-glass:before { content: "\e001"; } /* line 46, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-music:before { content: "\e002"; } /* line 47, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-search:before { content: "\e003"; } /* line 48, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-heart:before { content: "\e005"; } /* line 49, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-star:before { content: "\e006"; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-star-empty:before { content: "\e007"; } /* line 51, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-user:before { content: "\e008"; } /* line 52, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-film:before { content: "\e009"; } /* line 53, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-th-large:before { content: "\e010"; } /* line 54, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-th:before { content: "\e011"; } /* line 55, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-th-list:before { content: "\e012"; } /* line 56, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-ok:before { content: "\e013"; } /* line 57, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-remove:before { content: "\e014"; } /* line 58, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-zoom-in:before { content: "\e015"; } /* line 59, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-zoom-out:before { content: "\e016"; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-off:before { content: "\e017"; } /* line 61, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-signal:before { content: "\e018"; } /* line 62, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-cog:before { content: "\e019"; } /* line 63, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-trash:before { content: "\e020"; } /* line 64, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-home:before { content: "\e021"; } /* line 65, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-file:before { content: "\e022"; } /* line 66, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-time:before { content: "\e023"; } /* line 67, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-road:before { content: "\e024"; } /* line 68, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-download-alt:before { content: "\e025"; } /* line 69, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-download:before { content: "\e026"; } /* line 70, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-upload:before { content: "\e027"; } /* line 71, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-inbox:before { content: "\e028"; } /* line 72, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-play-circle:before { content: "\e029"; } /* line 73, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-repeat:before { content: "\e030"; } /* line 74, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-refresh:before { content: "\e031"; } /* line 75, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-list-alt:before { content: "\e032"; } /* line 76, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-lock:before { content: "\e033"; } /* line 77, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-flag:before { content: "\e034"; } /* line 78, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-headphones:before { content: "\e035"; } /* line 79, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-volume-off:before { content: "\e036"; } /* line 80, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-volume-down:before { content: "\e037"; } /* line 81, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-volume-up:before { content: "\e038"; } /* line 82, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-qrcode:before { content: "\e039"; } /* line 83, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-barcode:before { content: "\e040"; } /* line 84, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-tag:before { content: "\e041"; } /* line 85, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-tags:before { content: "\e042"; } /* line 86, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-book:before { content: "\e043"; } /* line 87, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-bookmark:before { content: "\e044"; } /* line 88, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-print:before { content: "\e045"; } /* line 89, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-camera:before { content: "\e046"; } /* line 90, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-font:before { content: "\e047"; } /* line 91, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-bold:before { content: "\e048"; } /* line 92, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-italic:before { content: "\e049"; } /* line 93, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-text-height:before { content: "\e050"; } /* line 94, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-text-width:before { content: "\e051"; } /* line 95, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-align-left:before { content: "\e052"; } /* line 96, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-align-center:before { content: "\e053"; } /* line 97, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-align-right:before { content: "\e054"; } /* line 98, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-align-justify:before { content: "\e055"; } /* line 99, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-list:before { content: "\e056"; } /* line 100, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-indent-left:before { content: "\e057"; } /* line 101, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-indent-right:before { content: "\e058"; } /* line 102, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-facetime-video:before { content: "\e059"; } /* line 103, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-picture:before { content: "\e060"; } /* line 104, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-map-marker:before { content: "\e062"; } /* line 105, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-adjust:before { content: "\e063"; } /* line 106, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-tint:before { content: "\e064"; } /* line 107, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-edit:before { content: "\e065"; } /* line 108, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-share:before { content: "\e066"; } /* line 109, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-check:before { content: "\e067"; } /* line 110, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-move:before { content: "\e068"; } /* line 111, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-step-backward:before { content: "\e069"; } /* line 112, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-fast-backward:before { content: "\e070"; } /* line 113, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-backward:before { content: "\e071"; } /* line 114, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-play:before { content: "\e072"; } /* line 115, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-pause:before { content: "\e073"; } /* line 116, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-stop:before { content: "\e074"; } /* line 117, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-forward:before { content: "\e075"; } /* line 118, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-fast-forward:before { content: "\e076"; } /* line 119, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-step-forward:before { content: "\e077"; } /* line 120, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-eject:before { content: "\e078"; } /* line 121, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-chevron-left:before { content: "\e079"; } /* line 122, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-chevron-right:before { content: "\e080"; } /* line 123, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-plus-sign:before { content: "\e081"; } /* line 124, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-minus-sign:before { content: "\e082"; } /* line 125, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-remove-sign:before { content: "\e083"; } /* line 126, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-ok-sign:before { content: "\e084"; } /* line 127, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-question-sign:before { content: "\e085"; } /* line 128, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-info-sign:before { content: "\e086"; } /* line 129, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-screenshot:before { content: "\e087"; } /* line 130, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-remove-circle:before { content: "\e088"; } /* line 131, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-ok-circle:before { content: "\e089"; } /* line 132, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-ban-circle:before { content: "\e090"; } /* line 133, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-arrow-left:before { content: "\e091"; } /* line 134, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-arrow-right:before { content: "\e092"; } /* line 135, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-arrow-up:before { content: "\e093"; } /* line 136, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-arrow-down:before { content: "\e094"; } /* line 137, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-share-alt:before { content: "\e095"; } /* line 138, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-resize-full:before { content: "\e096"; } /* line 139, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-resize-small:before { content: "\e097"; } /* line 140, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-exclamation-sign:before { content: "\e101"; } /* line 141, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-gift:before { content: "\e102"; } /* line 142, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-leaf:before { content: "\e103"; } /* line 143, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-fire:before { content: "\e104"; } /* line 144, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-eye-open:before { content: "\e105"; } /* line 145, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-eye-close:before { content: "\e106"; } /* line 146, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-warning-sign:before { content: "\e107"; } /* line 147, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-plane:before { content: "\e108"; } /* line 148, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-calendar:before { content: "\e109"; } /* line 149, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-random:before { content: "\e110"; } /* line 150, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-comment:before { content: "\e111"; } /* line 151, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-magnet:before { content: "\e112"; } /* line 152, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-chevron-up:before { content: "\e113"; } /* line 153, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-chevron-down:before { content: "\e114"; } /* line 154, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-retweet:before { content: "\e115"; } /* line 155, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-shopping-cart:before { content: "\e116"; } /* line 156, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-folder-close:before { content: "\e117"; } /* line 157, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-folder-open:before { content: "\e118"; } /* line 158, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-resize-vertical:before { content: "\e119"; } /* line 159, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-resize-horizontal:before { content: "\e120"; } /* line 160, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-hdd:before { content: "\e121"; } /* line 161, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-bullhorn:before { content: "\e122"; } /* line 162, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-bell:before { content: "\e123"; } /* line 163, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-certificate:before { content: "\e124"; } /* line 164, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-thumbs-up:before { content: "\e125"; } /* line 165, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-thumbs-down:before { content: "\e126"; } /* line 166, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-hand-right:before { content: "\e127"; } /* line 167, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-hand-left:before { content: "\e128"; } /* line 168, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-hand-up:before { content: "\e129"; } /* line 169, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-hand-down:before { content: "\e130"; } /* line 170, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-circle-arrow-right:before { content: "\e131"; } /* line 171, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-circle-arrow-left:before { content: "\e132"; } /* line 172, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-circle-arrow-up:before { content: "\e133"; } /* line 173, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-circle-arrow-down:before { content: "\e134"; } /* line 174, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-globe:before { content: "\e135"; } /* line 175, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-wrench:before { content: "\e136"; } /* line 176, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-tasks:before { content: "\e137"; } /* line 177, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-filter:before { content: "\e138"; } /* line 178, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-briefcase:before { content: "\e139"; } /* line 179, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-fullscreen:before { content: "\e140"; } /* line 180, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-dashboard:before { content: "\e141"; } /* line 181, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-paperclip:before { content: "\e142"; } /* line 182, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-heart-empty:before { content: "\e143"; } /* line 183, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-link:before { content: "\e144"; } /* line 184, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-phone:before { content: "\e145"; } /* line 185, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-pushpin:before { content: "\e146"; } /* line 186, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-usd:before { content: "\e148"; } /* line 187, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-gbp:before { content: "\e149"; } /* line 188, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sort:before { content: "\e150"; } /* line 189, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sort-by-alphabet:before { content: "\e151"; } /* line 190, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } /* line 191, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sort-by-order:before { content: "\e153"; } /* line 192, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sort-by-order-alt:before { content: "\e154"; } /* line 193, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sort-by-attributes:before { content: "\e155"; } /* line 194, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } /* line 195, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-unchecked:before { content: "\e157"; } /* line 196, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-expand:before { content: "\e158"; } /* line 197, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-collapse-down:before { content: "\e159"; } /* line 198, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-collapse-up:before { content: "\e160"; } /* line 199, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-log-in:before { content: "\e161"; } /* line 200, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-flash:before { content: "\e162"; } /* line 201, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-log-out:before { content: "\e163"; } /* line 202, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-new-window:before { content: "\e164"; } /* line 203, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-record:before { content: "\e165"; } /* line 204, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-save:before { content: "\e166"; } /* line 205, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-open:before { content: "\e167"; } /* line 206, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-saved:before { content: "\e168"; } /* line 207, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-import:before { content: "\e169"; } /* line 208, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-export:before { content: "\e170"; } /* line 209, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-send:before { content: "\e171"; } /* line 210, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-floppy-disk:before { content: "\e172"; } /* line 211, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-floppy-saved:before { content: "\e173"; } /* line 212, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-floppy-remove:before { content: "\e174"; } /* line 213, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-floppy-save:before { content: "\e175"; } /* line 214, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-floppy-open:before { content: "\e176"; } /* line 215, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-credit-card:before { content: "\e177"; } /* line 216, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-transfer:before { content: "\e178"; } /* line 217, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-cutlery:before { content: "\e179"; } /* line 218, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-header:before { content: "\e180"; } /* line 219, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-compressed:before { content: "\e181"; } /* line 220, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-earphone:before { content: "\e182"; } /* line 221, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-phone-alt:before { content: "\e183"; } /* line 222, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-tower:before { content: "\e184"; } /* line 223, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-stats:before { content: "\e185"; } /* line 224, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sd-video:before { content: "\e186"; } /* line 225, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-hd-video:before { content: "\e187"; } /* line 226, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-subtitles:before { content: "\e188"; } /* line 227, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sound-stereo:before { content: "\e189"; } /* line 228, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sound-dolby:before { content: "\e190"; } /* line 229, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sound-5-1:before { content: "\e191"; } /* line 230, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sound-6-1:before { content: "\e192"; } /* line 231, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sound-7-1:before { content: "\e193"; } /* line 232, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-copyright-mark:before { content: "\e194"; } /* line 233, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-registration-mark:before { content: "\e195"; } /* line 234, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-cloud-download:before { content: "\e197"; } /* line 235, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-cloud-upload:before { content: "\e198"; } /* line 236, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-tree-conifer:before { content: "\e199"; } /* line 237, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-tree-deciduous:before { content: "\e200"; } /* line 238, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-cd:before { content: "\e201"; } /* line 239, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-save-file:before { content: "\e202"; } /* line 240, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-open-file:before { content: "\e203"; } /* line 241, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-level-up:before { content: "\e204"; } /* line 242, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-copy:before { content: "\e205"; } /* line 243, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-paste:before { content: "\e206"; } /* line 252, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-alert:before { content: "\e209"; } /* line 253, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-equalizer:before { content: "\e210"; } /* line 254, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-king:before { content: "\e211"; } /* line 255, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-queen:before { content: "\e212"; } /* line 256, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-pawn:before { content: "\e213"; } /* line 257, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-bishop:before { content: "\e214"; } /* line 258, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-knight:before { content: "\e215"; } /* line 259, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-baby-formula:before { content: "\e216"; } /* line 260, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-tent:before { content: "\26fa"; } /* line 261, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-blackboard:before { content: "\e218"; } /* line 262, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-bed:before { content: "\e219"; } /* line 263, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-apple:before { content: "\f8ff"; } /* line 264, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-erase:before { content: "\e221"; } /* line 265, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-hourglass:before { content: "\231b"; } /* line 266, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-lamp:before { content: "\e223"; } /* line 267, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-duplicate:before { content: "\e224"; } /* line 268, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-piggy-bank:before { content: "\e225"; } /* line 269, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-scissors:before { content: "\e226"; } /* line 270, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-bitcoin:before { content: "\e227"; } /* line 271, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-btc:before { content: "\e227"; } /* line 272, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-xbt:before { content: "\e227"; } /* line 273, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-yen:before { content: "\00a5"; } /* line 274, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-jpy:before { content: "\00a5"; } /* line 275, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-ruble:before { content: "\20bd"; } /* line 276, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-rub:before { content: "\20bd"; } /* line 277, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-scale:before { content: "\e230"; } /* line 278, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-ice-lolly:before { content: "\e231"; } /* line 279, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-ice-lolly-tasted:before { content: "\e232"; } /* line 280, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-education:before { content: "\e233"; } /* line 281, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-option-horizontal:before { content: "\e234"; } /* line 282, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-option-vertical:before { content: "\e235"; } /* line 283, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-menu-hamburger:before { content: "\e236"; } /* line 284, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-modal-window:before { content: "\e237"; } /* line 285, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-oil:before { content: "\e238"; } /* line 286, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-grain:before { content: "\e239"; } /* line 287, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sunglasses:before { content: "\e240"; } /* line 288, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-text-size:before { content: "\e241"; } /* line 289, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-text-color:before { content: "\e242"; } /* line 290, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-text-background:before { content: "\e243"; } /* line 291, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-object-align-top:before { content: "\e244"; } /* line 292, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-object-align-bottom:before { content: "\e245"; } /* line 293, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-object-align-horizontal:before { content: "\e246"; } /* line 294, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-object-align-left:before { content: "\e247"; } /* line 295, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-object-align-vertical:before { content: "\e248"; } /* line 296, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-object-align-right:before { content: "\e249"; } /* line 297, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-triangle-right:before { content: "\e250"; } /* line 298, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-triangle-left:before { content: "\e251"; } /* line 299, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-triangle-bottom:before { content: "\e252"; } /* line 300, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-triangle-top:before { content: "\e253"; } /* line 301, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-console:before { content: "\e254"; } /* line 302, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-superscript:before { content: "\e255"; } /* line 303, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-subscript:before { content: "\e256"; } /* line 304, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-menu-left:before { content: "\e257"; } /* line 305, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-menu-right:before { content: "\e258"; } /* line 306, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-menu-down:before { content: "\e259"; } /* line 307, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-menu-up:before { content: "\e260"; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */ * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */ *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 22, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */ html { font-size: 10px; -webkit-tap-highlight-color: transparent; } /* line 27, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */ body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333333; background-color: #fff; } /* line 36, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */ input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } /* line 48, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */ a { color: #337ab7; text-decoration: none; } /* line 52, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */ a:hover, a:focus { color: #23527c; text-decoration: underline; } /* line 58, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */ a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } /* line 69, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */ figure { margin: 0; } /* line 76, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */ img { vertical-align: middle; } /* line 81, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */ .img-responsive { display: block; max-width: 100%; height: auto; } /* line 86, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */ .img-rounded { border-radius: 6px; } /* line 93, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */ .img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } /* line 106, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */ .img-circle { border-radius: 50%; } /* line 113, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */ hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eeeeee; } /* line 125, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */ .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } /* line 141, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */ .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } /* line 159, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */ [role="button"] { cursor: pointer; } /* line 9, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } /* line 16, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small { font-weight: normal; line-height: 1; color: #777777; } /* line 24, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; } /* line 30, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small { font-size: 65%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ h4, .h4, h5, .h5, h6, .h6 { margin-top: 10px; margin-bottom: 10px; } /* line 41, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small { font-size: 75%; } /* line 47, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ h1, .h1 { font-size: 36px; } /* line 48, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ h2, .h2 { font-size: 30px; } /* line 49, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ h3, .h3 { font-size: 24px; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ h4, .h4 { font-size: 18px; } /* line 51, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ h5, .h5 { font-size: 14px; } /* line 52, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ h6, .h6 { font-size: 12px; } /* line 58, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ p { margin: 0 0 10px; } /* line 62, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .lead { margin-bottom: 20px; font-size: 16px; font-weight: 300; line-height: 1.4; } @media (min-width: 768px) { /* line 62, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .lead { font-size: 21px; } } /* line 78, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ small, .small { font-size: 85%; } /* line 83, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ mark, .mark { background-color: #fcf8e3; padding: .2em; } /* line 90, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .text-left { text-align: left; } /* line 91, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .text-right { text-align: right; } /* line 92, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .text-center { text-align: center; } /* line 93, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .text-justify { text-align: justify; } /* line 94, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .text-nowrap { white-space: nowrap; } /* line 97, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .text-lowercase { text-transform: lowercase; } /* line 98, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .text-uppercase, .initialism { text-transform: uppercase; } /* line 99, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .text-capitalize { text-transform: capitalize; } /* line 102, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .text-muted { color: #777777; } /* line 5, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */ .text-primary { color: #337ab7; } /* line 8, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */ a.text-primary:hover, a.text-primary:focus { color: #286090; } /* line 5, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */ .text-success { color: #3c763d; } /* line 8, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */ a.text-success:hover, a.text-success:focus { color: #2b542c; } /* line 5, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */ .text-info { color: #31708f; } /* line 8, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */ a.text-info:hover, a.text-info:focus { color: #245269; } /* line 5, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */ .text-warning { color: #8a6d3b; } /* line 8, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */ a.text-warning:hover, a.text-warning:focus { color: #66512c; } /* line 5, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */ .text-danger { color: #a94442; } /* line 8, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */ a.text-danger:hover, a.text-danger:focus { color: #843534; } /* line 119, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .bg-primary { color: #fff; } /* line 5, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */ .bg-primary { background-color: #337ab7; } /* line 8, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */ a.bg-primary:hover, a.bg-primary:focus { background-color: #286090; } /* line 5, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */ .bg-success { background-color: #dff0d8; } /* line 8, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */ a.bg-success:hover, a.bg-success:focus { background-color: #c1e2b3; } /* line 5, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */ .bg-info { background-color: #d9edf7; } /* line 8, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */ a.bg-info:hover, a.bg-info:focus { background-color: #afd9ee; } /* line 5, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */ .bg-warning { background-color: #fcf8e3; } /* line 8, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */ a.bg-warning:hover, a.bg-warning:focus { background-color: #f7ecb5; } /* line 5, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */ .bg-danger { background-color: #f2dede; } /* line 8, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */ a.bg-danger:hover, a.bg-danger:focus { background-color: #e4b9b9; } /* line 138, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eeeeee; } /* line 149, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ ul, ol { margin-top: 0; margin-bottom: 10px; } /* line 153, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; } /* line 167, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .list-unstyled { padding-left: 0; list-style: none; } /* line 173, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } /* line 177, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } /* line 185, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ dl { margin-top: 0; margin-bottom: 20px; } /* line 189, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ dt, dd { line-height: 1.42857143; } /* line 193, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ dt { font-weight: bold; } /* line 196, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ dd { margin-left: 0; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; display: table; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .dl-horizontal dd:after { clear: both; } @media (min-width: 768px) { /* line 211, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /* line 218, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .dl-horizontal dd { margin-left: 180px; } } /* line 229, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777777; } /* line 235, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .initialism { font-size: 90%; } /* line 241, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eeeeee; } /* line 250, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } /* line 257, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #777777; } /* line 265, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } /* line 274, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; } /* line 286, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ''; } /* line 287, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } /* line 294, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */ address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; } /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */ code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } /* line 15, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */ code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px; } /* line 24, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */ 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, 0.25); } /* line 32, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */ kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none; } /* line 41, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */ 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 #ccc; border-radius: 4px; } /* line 55, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */ pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } /* line 66, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */ .pre-scrollable { max-height: 340px; overflow-y: scroll; } /* line 10, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */ .container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .container:before, .container:after { content: " "; display: table; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .container:after { clear: both; } @media (min-width: 768px) { /* line 10, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */ .container { width: 750px; } } @media (min-width: 992px) { /* line 10, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */ .container { width: 970px; } } @media (min-width: 1200px) { /* line 10, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */ .container { width: 1170px; } } /* line 30, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */ .container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .container-fluid:before, .container-fluid:after { content: " "; display: table; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .container-fluid:after { clear: both; } /* line 39, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */ .row { margin-left: -15px; margin-right: -15px; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .row:before, .row:after { content: " "; display: table; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .row:after { clear: both; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .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; } /* line 27, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .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; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-1 { width: 8.33333333%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-2 { width: 16.66666667%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-3 { width: 25%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-4 { width: 33.33333333%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-5 { width: 41.66666667%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-6 { width: 50%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-7 { width: 58.33333333%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-8 { width: 66.66666667%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-9 { width: 75%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-10 { width: 83.33333333%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-11 { width: 91.66666667%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-12 { width: 100%; } /* line 55, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-0 { right: auto; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-1 { right: 8.33333333%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-2 { right: 16.66666667%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-3 { right: 25%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-4 { right: 33.33333333%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-5 { right: 41.66666667%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-6 { right: 50%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-7 { right: 58.33333333%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-8 { right: 66.66666667%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-9 { right: 75%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-10 { right: 83.33333333%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-11 { right: 91.66666667%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-12 { right: 100%; } /* line 45, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-0 { left: auto; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-1 { left: 8.33333333%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-2 { left: 16.66666667%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-3 { left: 25%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-4 { left: 33.33333333%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-5 { left: 41.66666667%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-6 { left: 50%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-7 { left: 58.33333333%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-8 { left: 66.66666667%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-9 { left: 75%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-10 { left: 83.33333333%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-11 { left: 91.66666667%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-12 { left: 100%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-0 { margin-left: 0%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-1 { margin-left: 8.33333333%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-2 { margin-left: 16.66666667%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-3 { margin-left: 25%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-4 { margin-left: 33.33333333%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-5 { margin-left: 41.66666667%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-6 { margin-left: 50%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-7 { margin-left: 58.33333333%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-8 { margin-left: 66.66666667%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-9 { margin-left: 75%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-10 { margin-left: 83.33333333%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-11 { margin-left: 91.66666667%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-12 { margin-left: 100%; } @media (min-width: 768px) { /* line 27, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .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; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-1 { width: 8.33333333%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-2 { width: 16.66666667%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-3 { width: 25%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-4 { width: 33.33333333%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-5 { width: 41.66666667%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-6 { width: 50%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-7 { width: 58.33333333%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-8 { width: 66.66666667%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-9 { width: 75%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-10 { width: 83.33333333%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-11 { width: 91.66666667%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-12 { width: 100%; } /* line 55, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-0 { right: auto; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-1 { right: 8.33333333%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-2 { right: 16.66666667%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-3 { right: 25%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-4 { right: 33.33333333%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-5 { right: 41.66666667%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-6 { right: 50%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-7 { right: 58.33333333%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-8 { right: 66.66666667%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-9 { right: 75%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-10 { right: 83.33333333%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-11 { right: 91.66666667%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-12 { right: 100%; } /* line 45, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-0 { left: auto; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-1 { left: 8.33333333%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-2 { left: 16.66666667%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-3 { left: 25%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-4 { left: 33.33333333%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-5 { left: 41.66666667%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-6 { left: 50%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-7 { left: 58.33333333%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-8 { left: 66.66666667%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-9 { left: 75%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-10 { left: 83.33333333%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-11 { left: 91.66666667%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-12 { left: 100%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-0 { margin-left: 0%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-1 { margin-left: 8.33333333%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-2 { margin-left: 16.66666667%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-3 { margin-left: 25%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-4 { margin-left: 33.33333333%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-5 { margin-left: 41.66666667%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-6 { margin-left: 50%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-7 { margin-left: 58.33333333%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-8 { margin-left: 66.66666667%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-9 { margin-left: 75%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-10 { margin-left: 83.33333333%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-11 { margin-left: 91.66666667%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-12 { margin-left: 100%; } } @media (min-width: 992px) { /* line 27, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .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; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-1 { width: 8.33333333%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-2 { width: 16.66666667%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-3 { width: 25%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-4 { width: 33.33333333%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-5 { width: 41.66666667%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-6 { width: 50%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-7 { width: 58.33333333%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-8 { width: 66.66666667%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-9 { width: 75%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-10 { width: 83.33333333%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-11 { width: 91.66666667%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-12 { width: 100%; } /* line 55, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-0 { right: auto; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-1 { right: 8.33333333%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-2 { right: 16.66666667%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-3 { right: 25%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-4 { right: 33.33333333%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-5 { right: 41.66666667%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-6 { right: 50%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-7 { right: 58.33333333%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-8 { right: 66.66666667%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-9 { right: 75%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-10 { right: 83.33333333%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-11 { right: 91.66666667%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-12 { right: 100%; } /* line 45, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-0 { left: auto; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-1 { left: 8.33333333%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-2 { left: 16.66666667%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-3 { left: 25%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-4 { left: 33.33333333%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-5 { left: 41.66666667%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-6 { left: 50%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-7 { left: 58.33333333%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-8 { left: 66.66666667%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-9 { left: 75%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-10 { left: 83.33333333%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-11 { left: 91.66666667%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-12 { left: 100%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-0 { margin-left: 0%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-1 { margin-left: 8.33333333%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-2 { margin-left: 16.66666667%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-3 { margin-left: 25%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-4 { margin-left: 33.33333333%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-5 { margin-left: 41.66666667%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-6 { margin-left: 50%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-7 { margin-left: 58.33333333%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-8 { margin-left: 66.66666667%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-9 { margin-left: 75%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-10 { margin-left: 83.33333333%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-11 { margin-left: 91.66666667%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-12 { margin-left: 100%; } } @media (min-width: 1200px) { /* line 27, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .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; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-1 { width: 8.33333333%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-2 { width: 16.66666667%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-3 { width: 25%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-4 { width: 33.33333333%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-5 { width: 41.66666667%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-6 { width: 50%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-7 { width: 58.33333333%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-8 { width: 66.66666667%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-9 { width: 75%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-10 { width: 83.33333333%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-11 { width: 91.66666667%; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-12 { width: 100%; } /* line 55, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-0 { right: auto; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-1 { right: 8.33333333%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-2 { right: 16.66666667%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-3 { right: 25%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-4 { right: 33.33333333%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-5 { right: 41.66666667%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-6 { right: 50%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-7 { right: 58.33333333%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-8 { right: 66.66666667%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-9 { right: 75%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-10 { right: 83.33333333%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-11 { right: 91.66666667%; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-12 { right: 100%; } /* line 45, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-0 { left: auto; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-1 { left: 8.33333333%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-2 { left: 16.66666667%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-3 { left: 25%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-4 { left: 33.33333333%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-5 { left: 41.66666667%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-6 { left: 50%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-7 { left: 58.33333333%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-8 { left: 66.66666667%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-9 { left: 75%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-10 { left: 83.33333333%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-11 { left: 91.66666667%; } /* line 40, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-12 { left: 100%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-0 { margin-left: 0%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-1 { margin-left: 8.33333333%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-2 { margin-left: 16.66666667%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-3 { margin-left: 25%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-4 { margin-left: 33.33333333%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-5 { margin-left: 41.66666667%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-6 { margin-left: 50%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-7 { margin-left: 58.33333333%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-8 { margin-left: 66.66666667%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-9 { margin-left: 75%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-10 { margin-left: 83.33333333%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-11 { margin-left: 91.66666667%; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-12 { margin-left: 100%; } } /* line 6, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ table { background-color: transparent; } /* line 9, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; } /* line 15, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ th { text-align: left; } /* line 22, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ .table { width: 100%; max-width: 100%; margin-bottom: 20px; } /* line 31, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } /* line 41, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ .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; } /* line 57, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ .table > tbody + tbody { border-top: 2px solid #ddd; } /* line 62, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ .table .table { background-color: #fff; } /* line 75, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ .table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td { padding: 5px; } /* line 88, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ .table-bordered { border: 1px solid #ddd; } /* line 94, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; } /* line 101, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } /* line 114, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } /* line 125, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ .table-hover > tbody > tr:hover { background-color: #f5f5f5; } /* line 135, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ table col[class*="col-"] { position: static; float: none; display: table-column; } /* line 143, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; } /* line 9, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */ .table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { background-color: #f5f5f5; } /* line 20, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */ .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:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } /* line 9, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */ .table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th { background-color: #dff0d8; } /* line 20, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */ .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:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } /* line 9, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */ .table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th { background-color: #d9edf7; } /* line 20, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */ .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:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } /* line 9, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */ .table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th { background-color: #fcf8e3; } /* line 20, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */ .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:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } /* line 9, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */ .table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th { background-color: #f2dede; } /* line 20, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */ .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:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } /* line 171, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ .table-responsive { overflow-x: auto; min-height: 0.01%; } @media screen and (max-width: 767px) { /* line 171, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } /* line 183, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ .table-responsive > .table { margin-bottom: 0; } /* line 191, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } /* line 200, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ .table-responsive > .table-bordered { border: 0; } /* line 208, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } /* line 212, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } /* line 225, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */ .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } /* line 10, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ fieldset { padding: 0; margin: 0; border: 0; min-width: 0; } /* line 20, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ 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; } /* line 32, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; } /* line 47, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 52, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } /* line 59, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ input[type="file"] { display: block; } /* line 64, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ input[type="range"] { display: block; width: 100%; } /* line 70, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ select[multiple], select[size] { height: auto; } /* line 76, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ 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; } /* line 83, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555555; } /* line 114, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; 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 0.15s, box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } /* line 57, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } /* line 103, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */ .form-control::-moz-placeholder { color: #999; opacity: 1; } /* line 107, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */ .form-control:-ms-input-placeholder { color: #999; } /* line 108, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */ .form-control::-webkit-input-placeholder { color: #999; } /* line 136, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-control::-ms-expand { border: 0; background-color: transparent; } /* line 146, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; } /* line 153, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; } /* line 162, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ textarea.form-control { height: auto; } /* line 174, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ input[type="search"] { -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) { /* line 193, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 34px; } /* line 197, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] { line-height: 30px; } /* line 202, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] { line-height: 46px; } } /* line 215, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-group { margin-bottom: 15px; } /* line 224, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } /* line 231, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .radio label, .checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; } /* line 239, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; } /* line 248, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } /* line 254, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } /* line 264, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } /* line 276, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } /* line 285, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } /* line 295, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label { cursor: not-allowed; } /* line 307, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 34px; } /* line 315, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn { padding-left: 0; padding-right: 0; } /* line 71, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ .input-sm, .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; } /* line 79, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn { height: 30px; line-height: 30px; } /* line 84, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn { height: auto; } /* line 333, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } /* line 340, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-group-sm select.form-control { height: 30px; line-height: 30px; } /* line 344, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; } /* line 348, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-group-sm .form-control-static { height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5; } /* line 71, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ .input-lg, .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.3333333; border-radius: 6px; } /* line 79, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn { height: 46px; line-height: 46px; } /* line 84, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn { height: auto; } /* line 359, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } /* line 366, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-group-lg select.form-control { height: 46px; line-height: 46px; } /* line 370, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; } /* line 374, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.3333333; } /* line 388, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .has-feedback { position: relative; } /* line 393, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .has-feedback .form-control { padding-right: 42.5px; } /* line 398, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; } /* line 410, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; } /* line 417, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; } /* line 8, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; } /* line 21, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ .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); } /* line 24, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ .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; } /* line 31, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } /* line 37, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-success .form-control-feedback { color: #3c763d; } /* line 8, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; } /* line 21, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ .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); } /* line 24, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ .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; } /* line 31, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } /* line 37, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-warning .form-control-feedback { color: #8a6d3b; } /* line 8, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; } /* line 21, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ .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); } /* line 24, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ .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; } /* line 31, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } /* line 37, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-error .form-control-feedback { color: #a94442; } /* line 439, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .has-feedback label ~ .form-control-feedback { top: 25px; } /* line 442, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } /* line 453, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width: 768px) { /* line 478, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } /* line 485, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } /* line 492, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .form-control-static { display: inline-block; } /* line 496, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .input-group { display: inline-table; vertical-align: middle; } /* line 500, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } /* line 508, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .input-group > .form-control { width: 100%; } /* line 512, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } /* line 519, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } /* line 526, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; } /* line 530, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } /* line 537, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .has-feedback .form-control-feedback { top: 0; } } /* line 559, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; } /* line 569, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; } /* line 575, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-horizontal .form-group { margin-left: -15px; margin-right: -15px; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; display: table; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .form-horizontal .form-group:after { clear: both; } @media (min-width: 768px) { /* line 582, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } } /* line 593, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-horizontal .has-feedback .form-control-feedback { right: 15px; } @media (min-width: 768px) { /* line 603, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 18px; } } @media (min-width: 768px) { /* line 611, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } } /* line 9, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; 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; } /* line 26, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } /* line 32, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; } /* line 39, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .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); } /* line 46, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } /* line 58, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } /* line 68, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .btn-default { color: #333; background-color: #fff; border-color: #ccc; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } /* line 17, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } /* line 22, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #333; background-color: #e6e6e6; border-color: #adadad; } /* line 29, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } /* line 37, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { background-image: none; } /* line 45, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; } /* line 53, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default .badge { color: #fff; background-color: #333; } /* line 71, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; } /* line 17, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; } /* line 22, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #286090; border-color: #204d74; } /* line 29, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus { color: #fff; background-color: #204d74; border-color: #122b40; } /* line 37, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { background-image: none; } /* line 45, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus { background-color: #337ab7; border-color: #2e6da4; } /* line 53, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary .badge { color: #337ab7; background-color: #fff; } /* line 75, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; } /* line 17, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; } /* line 22, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #449d44; border-color: #398439; } /* line 29, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus { color: #fff; background-color: #398439; border-color: #255625; } /* line 37, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { background-image: none; } /* line 45, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus { background-color: #5cb85c; border-color: #4cae4c; } /* line 53, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success .badge { color: #5cb85c; background-color: #fff; } /* line 79, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } /* line 17, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } /* line 22, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #31b0d5; border-color: #269abc; } /* line 29, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } /* line 37, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { background-image: none; } /* line 45, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da; } /* line 53, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info .badge { color: #5bc0de; background-color: #fff; } /* line 83, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } /* line 17, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } /* line 22, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #ec971f; border-color: #d58512; } /* line 29, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } /* line 37, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { background-image: none; } /* line 45, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus { background-color: #f0ad4e; border-color: #eea236; } /* line 53, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning .badge { color: #f0ad4e; background-color: #fff; } /* line 87, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } /* line 17, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } /* line 22, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #c9302c; border-color: #ac2925; } /* line 29, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } /* line 37, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { background-image: none; } /* line 45, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a; } /* line 53, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger .badge { color: #d9534f; background-color: #fff; } /* line 96, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .btn-link { color: #337ab7; font-weight: normal; border-radius: 0; } /* line 101, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } /* line 109, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } /* line 115, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .btn-link:hover, .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; } /* line 123, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; } /* line 135, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } /* line 139, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } /* line 143, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } /* line 151, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .btn-block { display: block; width: 100%; } /* line 157, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ .btn-block + .btn-block { margin-top: 5px; } /* line 165, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } /* line 10, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */ .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } /* line 13, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */ .fade.in { opacity: 1; } /* line 18, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */ .collapse { display: none; } /* line 21, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */ .collapse.in { display: block; } /* line 26, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */ tr.collapse.in { display: table-row; } /* line 28, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */ tbody.collapse.in { display: table-row-group; } /* line 30, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */ .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease; } /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent; } /* line 20, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropup, .dropdown { position: relative; } /* line 26, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-toggle:focus { outline: 0; } /* line 31, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .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; text-align: left; background-color: #fff; border: 1px solid #ccc; 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; } /* line 54, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-menu.pull-right { right: 0; left: auto; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } /* line 65, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; } /* line 78, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; } /* line 88, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #337ab7; } /* line 103, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777777; } /* line 110, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .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; } /* line 123, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .open > .dropdown-menu { display: block; } /* line 128, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .open > a { outline: 0; } /* line 137, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-menu-right { left: auto; right: 0; } /* line 147, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-menu-left { left: 0; right: auto; } /* line 153, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777777; white-space: nowrap; } /* line 163, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } /* line 173, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .pull-right > .dropdown-menu { right: 0; left: auto; } /* line 186, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; content: ""; } /* line 193, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width: 768px) { /* line 207, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .navbar-right .dropdown-menu { right: 0; left: auto; } /* line 212, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */ .navbar-right .dropdown-menu-left { left: 0; right: auto; } } /* line 6, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } /* line 15, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { z-index: 2; } /* line 26, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-toolbar { margin-left: -5px; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .btn-toolbar:before, .btn-toolbar:after { content: " "; display: table; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .btn-toolbar:after { clear: both; } /* line 39, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } /* line 44, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } /* line 51, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } /* line 56, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn:first-child { margin-left: 0; } /* line 58, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } /* line 63, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .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; } /* line 69, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn-group { float: left; } /* line 72, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } /* line 76, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } /* line 81, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } /* line 86, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } /* line 105, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } /* line 109, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } /* line 116, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .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); } /* line 120, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } /* line 127, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn .caret { margin-left: 0; } /* line 131, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-lg .caret, .btn-group-lg > .btn .caret { border-width: 5px 5px 0; border-bottom-width: 0; } /* line 136, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret { border-width: 0 5px 5px; } /* line 145, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { content: " "; display: table; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .btn-group-vertical > .btn-group:after { clear: both; } /* line 157, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-vertical > .btn-group > .btn { float: none; } /* line 162, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .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; } /* line 172, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } /* line 175, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } /* line 179, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } /* line 184, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } /* line 188, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .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; } /* line 193, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } /* line 201, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } /* line 206, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } /* line 212, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-justified > .btn-group .btn { width: 100%; } /* line 216, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-justified > .btn-group .dropdown-menu { left: auto; } /* line 237, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */ [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group { position: relative; display: table; border-collapse: separate; } /* line 13, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } /* line 33, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group .form-control:focus { z-index: 3; } /* line 58, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } /* line 63, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .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; } /* line 68, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } /* line 77, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .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 #ccc; border-radius: 4px; } /* line 89, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn { padding: 5px 10px; font-size: 12px; border-radius: 3px; } /* line 94, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn { padding: 10px 16px; font-size: 18px; border-radius: 6px; } /* line 101, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } /* line 108, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .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; } /* line 117, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-addon:first-child { border-right: 0; } /* line 120, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .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; } /* line 129, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-addon:last-child { border-left: 0; } /* line 135, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } /* line 144, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-btn > .btn { position: relative; } /* line 146, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-btn > .btn + .btn { margin-left: -1px; } /* line 150, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } /* line 159, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } /* line 165, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; } /* line 9, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav { margin-bottom: 0; padding-left: 0; list-style: none; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .nav:before, .nav:after { content: " "; display: table; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .nav:after { clear: both; } /* line 15, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav > li { position: relative; display: block; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav > li > a { position: relative; display: block; padding: 10px 15px; } /* line 23, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } /* line 31, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav > li.disabled > a { color: #777777; } /* line 34, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed; } /* line 46, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #337ab7; } /* line 59, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } /* line 66, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav > li > a > img { max-width: none; } /* line 76, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs { border-bottom: 1px solid #ddd; } /* line 78, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs > li { float: left; margin-bottom: -1px; } /* line 84, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; } /* line 89, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; } /* line 96, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } /* line 118, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-pills > li { float: left; } /* line 122, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-pills > li > a { border-radius: 4px; } /* line 125, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-pills > li + li { margin-left: 2px; } /* line 131, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #337ab7; } /* line 144, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-stacked > li { float: none; } /* line 146, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } /* line 160, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-justified, .nav-tabs.nav-justified { width: 100%; } /* line 163, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-justified > li, .nav-tabs.nav-justified > li { float: none; } /* line 165, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-justified > li > a, .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } /* line 171, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { /* line 177, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-justified > li, .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } /* line 180, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-justified > li > a, .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } /* line 190, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs-justified, .nav-tabs.nav-justified { border-bottom: 0; } /* line 193, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; } /* line 199, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { /* line 206, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } /* line 210, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } } /* line 224, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .tab-content > .tab-pane { display: none; } /* line 227, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .tab-content > .active { display: block; } /* line 237, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .navbar:before, .navbar:after { content: " "; display: table; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .navbar:after { clear: both; } @media (min-width: 768px) { /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar { border-radius: 4px; } } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .navbar-header:before, .navbar-header:after { content: " "; display: table; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .navbar-header:after { clear: both; } @media (min-width: 768px) { /* line 31, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-header { float: left; } } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-collapse { 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; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .navbar-collapse:before, .navbar-collapse:after { content: " "; display: table; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .navbar-collapse:after { clear: both; } /* line 59, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } /* line 68, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } /* line 75, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-collapse.in { overflow-y: visible; } /* line 81, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } } /* line 92, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } @media (max-device-width: 480px) and (orientation: landscape) { /* line 92, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } /* line 108, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { /* line 108, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } /* line 128, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 768px) { /* line 128, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-static-top { border-radius: 0; } } /* line 138, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 768px) { /* line 138, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } /* line 150, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-fixed-top { top: 0; border-width: 0 0 1px; } /* line 154, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } /* line 163, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-brand { float: left; padding: 15px 15px; font-size: 18px; line-height: 20px; height: 50px; } /* line 170, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } /* line 175, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-brand > img { display: block; } @media (min-width: 768px) { /* line 180, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } } /* line 193, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .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; } /* line 206, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-toggle:focus { outline: 0; } /* line 211, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } /* line 217, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 768px) { /* line 193, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-toggle { display: none; } } /* line 232, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-nav { margin: 7.5px -15px; } /* line 235, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; } @media (max-width: 767px) { /* line 243, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } /* line 251, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } /* line 255, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; } /* line 257, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 768px) { /* line 232, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-nav { float: left; margin: 0; } /* line 270, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-nav > li { float: left; } /* line 272, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; } } /* line 286, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .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) { /* line 478, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } /* line 485, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } /* line 492, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .form-control-static { display: inline-block; } /* line 496, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .input-group { display: inline-table; vertical-align: middle; } /* line 500, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; } /* line 508, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .input-group > .form-control { width: 100%; } /* line 512, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } /* line 519, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } /* line 526, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; } /* line 530, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } /* line 537, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 767px) { /* line 298, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-form .form-group { margin-bottom: 5px; } /* line 302, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width: 768px) { /* line 286, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .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; } } /* line 327, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } /* line 332, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } /* line 343, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-btn { margin-top: 8px; margin-bottom: 8px; } /* line 346, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn { margin-top: 10px; margin-bottom: 10px; } /* line 349, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn { margin-top: 14px; margin-bottom: 14px; } /* line 359, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-text { margin-top: 15px; margin-bottom: 15px; } @media (min-width: 768px) { /* line 359, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-text { float: left; margin-left: 15px; margin-right: 15px; } } @media (min-width: 768px) { /* line 379, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-left { float: left !important; } /* line 382, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-right { float: right !important; margin-right: -15px; } /* line 386, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-right ~ .navbar-right { margin-right: 0; } } /* line 397, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } /* line 401, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-brand { color: #777; } /* line 403, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } /* line 410, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-text { color: #777; } /* line 415, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-nav > li > a { color: #777; } /* line 418, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; } /* line 425, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .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; } /* line 433, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .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; } /* line 442, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-toggle { border-color: #ddd; } /* line 444, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; } /* line 448, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-toggle .icon-bar { background-color: #888; } /* line 453, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } /* line 462, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555; } @media (max-width: 767px) { /* line 473, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } /* line 475, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .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; } /* line 482, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .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; } /* line 490, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .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; } } /* line 506, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-link { color: #777; } /* line 508, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-link:hover { color: #333; } /* line 513, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .btn-link { color: #777; } /* line 515, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; } /* line 521, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; } /* line 531, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse { background-color: #222; border-color: #090909; } /* line 535, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-brand { color: #9d9d9d; } /* line 537, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; } /* line 544, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-text { color: #9d9d9d; } /* line 549, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-nav > li > a { color: #9d9d9d; } /* line 552, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; } /* line 559, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #090909; } /* line 567, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .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; } /* line 577, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-toggle { border-color: #333; } /* line 579, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; } /* line 583, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } /* line 588, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } /* line 596, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #090909; color: #fff; } @media (max-width: 767px) { /* line 607, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #090909; } /* line 610, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #090909; } /* line 613, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; } /* line 615, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .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; } /* line 622, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .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: #090909; } /* line 630, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .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; } } /* line 641, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-link { color: #9d9d9d; } /* line 643, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-link:hover { color: #fff; } /* line 648, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .btn-link { color: #9d9d9d; } /* line 650, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; } /* line 656, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; } /* line 6, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */ .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px; } /* line 13, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */ .breadcrumb > li { display: inline-block; } /* line 16, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */ .breadcrumb > li + li:before { content: "/ "; padding: 0 5px; color: #ccc; } /* line 25, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */ .breadcrumb > .active { color: #777777; } /* line 4, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */ .pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; } /* line 10, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */ .pagination > li { display: inline; } /* line 12, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */ .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #337ab7; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; } /* line 25, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */ .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; } /* line 32, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */ .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; } /* line 41, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */ .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus { z-index: 2; color: #23527c; background-color: #eeeeee; border-color: #ddd; } /* line 52, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */ .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus { z-index: 3; color: #fff; background-color: #337ab7; border-color: #337ab7; cursor: default; } /* line 64, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */ .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; background-color: #fff; border-color: #ddd; cursor: not-allowed; } /* line 5, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */ .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; } /* line 12, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */ .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } /* line 18, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */ .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; } /* line 5, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */ .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; } /* line 12, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */ .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } /* line 18, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */ .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } /* line 6, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */ .pager { padding-left: 0; margin: 20px 0; list-style: none; text-align: center; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .pager:before, .pager:after { content: " "; display: table; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .pager:after { clear: both; } /* line 12, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */ .pager li { display: inline; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */ .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } /* line 23, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */ .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } /* line 31, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */ .pager .next > a, .pager .next > span { float: right; } /* line 38, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */ .pager .previous > a, .pager .previous > span { float: left; } /* line 45, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */ .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #777777; background-color: #fff; cursor: not-allowed; } /* line 5, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */ .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; } /* line 20, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */ .label:empty { display: none; } /* line 25, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */ .btn .label { position: relative; top: -1px; } /* line 33, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */ a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; } /* line 44, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */ .label-default { background-color: #777777; } /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */ .label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; } /* line 48, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */ .label-primary { background-color: #337ab7; } /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */ .label-primary[href]:hover, .label-primary[href]:focus { background-color: #286090; } /* line 52, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */ .label-success { background-color: #5cb85c; } /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */ .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } /* line 56, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */ .label-info { background-color: #5bc0de; } /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */ .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } /* line 60, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */ .label-warning { background-color: #f0ad4e; } /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */ .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } /* line 64, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */ .label-danger { background-color: #d9534f; } /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */ .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */ .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; color: #fff; line-height: 1; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #777777; border-radius: 10px; } /* line 22, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */ .badge:empty { display: none; } /* line 27, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */ .btn .badge { position: relative; top: -1px; } /* line 32, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */ .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge { top: 0; padding: 1px 5px; } /* line 41, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */ .list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #337ab7; background-color: #fff; } /* line 47, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */ .list-group-item > .badge { float: right; } /* line 51, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */ .list-group-item > .badge + .badge { margin-right: 5px; } /* line 55, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */ .nav-pills > li > a > .badge { margin-left: 3px; } /* line 62, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */ a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } /* line 6, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */ .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; } /* line 13, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */ .jumbotron h1, .jumbotron .h1 { color: inherit; } /* line 18, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */ .jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; } /* line 24, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */ .jumbotron > hr { border-top-color: #d5d5d5; } /* line 28, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */ .container .jumbotron, .container-fluid .jumbotron { border-radius: 6px; padding-left: 15px; padding-right: 15px; } /* line 35, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */ .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { /* line 6, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */ .jumbotron { padding-top: 48px; padding-bottom: 48px; } /* line 43, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */ .container .jumbotron, .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; } /* line 49, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */ .jumbotron h1, .jumbotron .h1 { font-size: 63px; } } /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */ .thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: border 0.2s ease-in-out; -o-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out; } /* line 17, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */ .thumbnail > img, .thumbnail a > img { display: block; max-width: 100%; height: auto; margin-left: auto; margin-right: auto; } /* line 27, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */ .thumbnail .caption { padding: 9px; color: #333333; } /* line 34, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */ a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #337ab7; } /* line 9, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */ .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } /* line 16, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */ .alert h4 { margin-top: 0; color: inherit; } /* line 23, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */ .alert .alert-link { font-weight: bold; } /* line 28, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */ .alert > p, .alert > ul { margin-bottom: 0; } /* line 33, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */ .alert > p + p { margin-top: 5px; } /* line 42, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */ .alert-dismissable, .alert-dismissible { padding-right: 35px; } /* line 47, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */ .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } /* line 59, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */ .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } /* line 8, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */ .alert-success hr { border-top-color: #c9e2b3; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */ .alert-success .alert-link { color: #2b542c; } /* line 63, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */ .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } /* line 8, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */ .alert-info hr { border-top-color: #a6e1ec; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */ .alert-info .alert-link { color: #245269; } /* line 67, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */ .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } /* line 8, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */ .alert-warning hr { border-top-color: #f7e1b5; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */ .alert-warning .alert-link { color: #66512c; } /* line 71, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */ .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } /* line 8, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */ .alert-danger hr { border-top-color: #e4b9c0; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */ .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; } } /* line 26, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */ .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); } /* line 36, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */ .progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #337ab7; -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; -o-transition: width 0.6s ease; transition: width 0.6s ease; } /* line 54, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */ .progress-striped .progress-bar, .progress-bar-striped { 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: -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); background-size: 40px 40px; } /* line 64, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */ .progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } /* line 73, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */ .progress-bar-success { background-color: #5cb85c; } /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */ .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: -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); } /* line 77, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */ .progress-bar-info { background-color: #5bc0de; } /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */ .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: -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); } /* line 81, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */ .progress-bar-warning { background-color: #f0ad4e; } /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */ .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: -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); } /* line 85, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */ .progress-bar-danger { background-color: #d9534f; } /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */ .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: -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); } /* line 1, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */ .media { margin-top: 15px; } /* line 5, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */ .media:first-child { margin-top: 0; } /* line 10, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */ .media, .media-body { zoom: 1; overflow: hidden; } /* line 16, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */ .media-body { width: 10000px; } /* line 20, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */ .media-object { display: block; } /* line 24, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */ .media-object.img-thumbnail { max-width: none; } /* line 29, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */ .media-right, .media > .pull-right { padding-left: 10px; } /* line 34, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */ .media-left, .media > .pull-left { padding-right: 10px; } /* line 39, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */ .media-left, .media-right, .media-body { display: table-cell; vertical-align: top; } /* line 46, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */ .media-middle { vertical-align: middle; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */ .media-bottom { vertical-align: bottom; } /* line 55, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */ .media-heading { margin-top: 0; margin-bottom: 5px; } /* line 63, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */ .media-list { padding-left: 0; list-style: none; } /* line 10, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */ .list-group { margin-bottom: 20px; padding-left: 0; } /* line 21, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; } /* line 31, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item:first-child { border-top-right-radius: 4px; border-top-left-radius: 4px; } /* line 34, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } /* line 46, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */ a.list-group-item, button.list-group-item { color: #555; } /* line 50, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */ a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #333; } /* line 55, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */ a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus { text-decoration: none; color: #555; background-color: #f5f5f5; } /* line 63, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */ button.list-group-item { width: 100%; text-align: left; } /* line 70, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { background-color: #eeeeee; color: #777777; cursor: not-allowed; } /* line 78, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit; } /* line 81, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #777777; } /* line 87, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7; } /* line 96, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small { color: inherit; } /* line 101, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #c7ddef; } /* line 4, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */ .list-group-item-success { color: #3c763d; background-color: #dff0d8; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-success, button.list-group-item-success { color: #3c763d; } /* line 15, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } /* line 24, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } /* line 4, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */ .list-group-item-info { color: #31708f; background-color: #d9edf7; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-info, button.list-group-item-info { color: #31708f; } /* line 15, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } /* line 24, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } /* line 4, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */ .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-warning, button.list-group-item-warning { color: #8a6d3b; } /* line 15, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } /* line 24, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } /* line 4, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */ .list-group-item-danger { color: #a94442; background-color: #f2dede; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-danger, button.list-group-item-danger { color: #a94442; } /* line 15, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } /* line 24, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } /* line 123, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } /* line 127, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item-text { margin-bottom: 0; line-height: 1.3; } /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel { margin-bottom: 20px; background-color: #fff; 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); } /* line 16, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel-body { padding: 15px; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .panel-body:before, .panel-body:after { content: " "; display: table; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .panel-body:after { clear: both; } /* line 22, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-radius: 3px; } /* line 27, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel-heading > .dropdown .dropdown-toggle { color: inherit; } /* line 33, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; } /* line 39, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a { color: inherit; } /* line 49, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } /* line 63, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0; } /* line 67, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } /* line 74, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 3px; border-top-left-radius: 3px; } /* line 82, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } /* line 89, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } /* line 96, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } /* line 100, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .list-group + .panel-footer { border-top-width: 0; } /* line 110, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0; } /* line 115, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption { padding-left: 15px; padding-right: 15px; } /* line 121, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 3px; border-top-left-radius: 3px; } /* line 127, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } /* line 131, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .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 th:first-child, .panel > .table-responsive:first-child > .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 th:first-child { border-top-left-radius: 3px; } /* line 135, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .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 th:last-child, .panel > .table-responsive:first-child > .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 th:last-child { border-top-right-radius: 3px; } /* line 143, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } /* line 149, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } /* line 153, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .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 th:first-child, .panel > .table-responsive:last-child > .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 th:first-child { border-bottom-left-radius: 3px; } /* line 157, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .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 th:last-child, .panel > .table-responsive:last-child > .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 th:last-child { border-bottom-right-radius: 3px; } /* line 164, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #ddd; } /* line 170, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } /* line 174, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } /* line 181, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } /* line 185, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } /* line 194, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } /* line 203, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } /* line 210, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table-responsive { border: 0; margin-bottom: 0; } /* line 222, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel-group { margin-bottom: 20px; } /* line 226, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel-group .panel { margin-bottom: 0; border-radius: 4px; } /* line 230, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel-group .panel + .panel { margin-top: 5px; } /* line 235, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel-group .panel-heading { border-bottom: 0; } /* line 238, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #ddd; } /* line 244, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel-group .panel-footer { border-top: 0; } /* line 246, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; } /* line 254, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel-default { border-color: #ddd; } /* line 6, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #ddd; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333333; } /* line 20, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; } /* line 257, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel-primary { border-color: #337ab7; } /* line 6, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-primary > .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #337ab7; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-primary > .panel-heading .badge { color: #337ab7; background-color: #fff; } /* line 20, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #337ab7; } /* line 260, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel-success { border-color: #d6e9c6; } /* line 6, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; } /* line 20, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; } /* line 263, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel-info { border-color: #bce8f1; } /* line 6, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; } /* line 20, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; } /* line 266, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel-warning { border-color: #faebcc; } /* line 6, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; } /* line 20, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; } /* line 269, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */ .panel-danger { border-color: #ebccd1; } /* line 6, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; } /* line 20, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; } /* line 5, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */ .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } /* line 12, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */ .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; } /* line 28, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */ .embed-responsive-16by9 { padding-bottom: 56.25%; } /* line 33, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */ .embed-responsive-4by3 { padding-bottom: 75%; } /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */ .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); } /* line 15, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */ .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } /* line 22, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */ .well-lg { padding: 24px; border-radius: 6px; } /* line 26, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */ .well-sm { padding: 9px; border-radius: 3px; } /* line 6, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */ .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); } /* line 15, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */ .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } /* line 30, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */ button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal-open { overflow: hidden; } /* line 16, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } /* line 32, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-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; } /* line 36, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } /* line 38, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal-open .modal { overflow-x: hidden; overflow-y: auto; } /* line 44, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal-dialog { position: relative; width: auto; margin: 10px; } /* line 51, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal-content { position: relative; background-color: #fff; border: 1px solid #999; 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: 0; } /* line 64, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } /* line 73, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } /* line 74, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } /* line 79, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .modal-header:before, .modal-header:after { content: " "; display: table; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .modal-header:after { clear: both; } /* line 85, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal-header .close { margin-top: -2px; } /* line 90, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal-title { margin: 0; line-height: 1.42857143; } /* line 97, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal-body { position: relative; padding: 15px; } /* line 103, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .modal-footer:before, .modal-footer:after { content: " "; display: table; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .modal-footer:after { clear: both; } /* line 110, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } /* line 115, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal-footer .btn-group .btn + .btn { margin-left: -1px; } /* line 119, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal-footer .btn-block + .btn-block { margin-left: 0; } /* line 125, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 768px) { /* line 136, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal-dialog { width: 600px; margin: 30px auto; } /* line 140, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .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); } /* line 145, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal-sm { width: 300px; } } @media (min-width: 992px) { /* line 149, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */ .modal-lg { width: 900px; } } /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 12px; opacity: 0; filter: alpha(opacity=0); } /* line 18, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.top { margin-top: -3px; padding: 5px 0; } /* line 20, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.right { margin-left: 3px; padding: 0 5px; } /* line 21, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.bottom { margin-top: 3px; padding: 5px 0; } /* line 22, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.left { margin-left: -3px; padding: 0 5px; } /* line 26, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 4px; } /* line 36, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } /* line 45, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } /* line 52, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } /* line 59, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } /* line 66, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } /* line 73, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } /* line 80, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } /* line 87, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } /* line 94, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } /* line 6, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */ .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 14px; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; 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); } /* line 27, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */ .popover.top { margin-top: -10px; } /* line 28, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */ .popover.right { margin-left: 10px; } /* line 29, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */ .popover.bottom { margin-top: 10px; } /* line 30, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */ .popover.left { margin-left: -10px; } /* line 33, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */ .popover-title { margin: 0; padding: 8px 14px; font-size: 14px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } /* line 42, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */ .popover-content { padding: 9px 14px; } /* line 51, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */ .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } /* line 61, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */ .popover > .arrow { border-width: 11px; } /* line 64, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */ .popover > .arrow:after { border-width: 10px; content: ""; } /* line 70, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */ .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; } /* line 77, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */ .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff; } /* line 85, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */ .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); } /* line 92, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */ .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff; } /* line 100, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */ .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; } /* line 107, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */ .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff; } /* line 116, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */ .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); } /* line 123, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */ .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px; } /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel { position: relative; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner { position: relative; overflow: hidden; width: 100%; } /* line 16, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } /* line 22, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) { /* line 16, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .item { -webkit-transition: -webkit-transform 0.6s ease-in-out; -moz-transition: -moz-transform 0.6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; } /* line 34, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .item.next, .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; } /* line 39, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .item.prev, .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; } /* line 44, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0; } } /* line 53, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } /* line 59, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .active { left: 0; } /* line 63, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } /* line 70, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .next { left: 100%; } /* line 73, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .prev { left: -100%; } /* line 76, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } /* line 81, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .active.left { left: -100%; } /* line 84, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .active.right { left: 100%; } /* line 93, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); background-color: transparent; } /* line 109, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, 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); } /* line 112, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, 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); } /* line 119, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control:hover, .carousel-control:focus { outline: 0; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } /* line 128, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; margin-top: -10px; z-index: 5; display: inline-block; } /* line 138, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; } /* line 143, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; } /* line 148, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; line-height: 1; font-family: serif; } /* line 158, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control .icon-prev:before { content: '\2039'; } /* line 163, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control .icon-next:before { content: '\203a'; } /* line 174, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .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; } /* line 185, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: transparent; } /* line 207, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff; } /* line 218, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } /* line 229, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { /* line 240, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } /* line 249, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -10px; } /* line 253, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -10px; } /* line 260, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } /* line 267, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-indicators { bottom: 20px; } } /* line 14, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .clearfix:before, .clearfix:after { content: " "; display: table; } /* line 19, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .clearfix:after { clear: both; } /* line 12, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */ .center-block { display: block; margin-left: auto; margin-right: auto; } /* line 15, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */ .pull-right { float: right !important; } /* line 18, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */ .pull-left { float: left !important; } /* line 27, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */ .hide { display: none !important; } /* line 30, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */ .show { display: block !important; } /* line 33, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */ .invisible { visibility: hidden; } /* line 36, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */ .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } /* line 45, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */ .hidden { display: none !important; } /* line 53, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */ .affix { position: fixed; } @-ms-viewport { width: device-width; } /* line 18, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .visible-xs { display: none !important; } /* line 18, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .visible-sm { display: none !important; } /* line 18, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .visible-md { display: none !important; } /* line 18, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .visible-lg { display: none !important; } /* line 36, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .visible-xs { display: block !important; } /* line 10, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ table.visible-xs { display: table !important; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ tr.visible-xs { display: table-row !important; } /* line 12, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { /* line 54, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-xs-block { display: block !important; } } @media (max-width: 767px) { /* line 59, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { /* line 64, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .visible-sm { display: block !important; } /* line 10, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ table.visible-sm { display: table !important; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ tr.visible-sm { display: table-row !important; } /* line 12, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 73, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 78, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 83, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .visible-md { display: block !important; } /* line 10, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ table.visible-md { display: table !important; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ tr.visible-md { display: table-row !important; } /* line 12, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 92, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 97, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 102, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .visible-lg { display: block !important; } /* line 10, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ table.visible-lg { display: table !important; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ tr.visible-lg { display: table-row !important; } /* line 12, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { /* line 111, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { /* line 116, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { /* line 121, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { /* line 18, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 18, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 18, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .hidden-md { display: none !important; } } @media (min-width: 1200px) { /* line 18, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .hidden-lg { display: none !important; } } /* line 18, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .visible-print { display: none !important; } @media print { /* line 7, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .visible-print { display: block !important; } /* line 10, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ table.visible-print { display: table !important; } /* line 11, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ tr.visible-print { display: table-row !important; } /* line 12, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ th.visible-print, td.visible-print { display: table-cell !important; } } /* line 155, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-print-block { display: none !important; } @media print { /* line 155, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-print-block { display: block !important; } } /* line 162, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-print-inline { display: none !important; } @media print { /* line 162, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-print-inline { display: inline !important; } } /* line 169, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-print-inline-block { display: none !important; } @media print { /* line 169, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-print-inline-block { display: inline-block !important; } } @media print { /* line 18, C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .hidden-print { display: none !important; } }
templates/feedback/settings.html
SpeedProg/eve-inc-waitlist
{% extends "settings/base.html" %} {% block title %}{{ _('Settings') }} - {{ _('Tickets') }}{% endblock %} {% block head %} <meta name="api-esi-ui-newmail" content="{{url_for('api_ui.post_esi_openwindow_newmail')}}"> <meta name="api-esi-ui-auth" content="{{ url_for('api_ui.auth') }}"> {{ super() }} {% assets filters="babili", output="gen/ticket.%(version)s.js", "js/api/ui.js", "js/ticket-settings.js" %} <script type="text/javascript" src="{{ ASSET_URL }}"></script> {% endassets %} {% endblock %} {% block content %} <table class="table"> <thead> <tr> <th>{{ _('Actions') }}</th> <th>{{ _('Time') }}</th> <th>{{ _('Character Name') }}</th> <th>{{ _('Title') }}</th> <th>{{ _('Message') }}</th> </tr> </thead> <tbody id="ticket-table-body"> {% for fb in tickets %} <tr id="fb-{{ fb.id }}" data-characterid="{{fb.character.id}}"> <td id="fb-{{fb.id}}-actions"> <button type="button" class="btn btn-sm btn-info" data-action="sendTicketMail" data-ticketId="{{fb.id}}">{{ _('Open Answer Mail') }}</button> <button type="button" class="btn btn-sm btn-info" data-action="changeTicketStatus" data-ticketId="{{fb.id}}" data-newStatus="close">{{ _('Close Ticket') }}</button> </td> <td id="fb-{{fb.id}}-time">{{ fb.time }}</td> <td id="fb-{{fb.id}}-name">{{ fb.character.eve_name }}</td> <td id="fb-{{fb.id}}-title">{{ fb.title }}</td> <td id="fb-{{fb.id}}-message">{% autoescape false %}{{ fb.message|e|replace('\n', '<br>') }}{% endautoescape %}</td> </tr> {% endfor %} </tbody> </table> {% endblock %}
src/Viteloge/CoreBundle/Resources/descriptions/72296.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Saint-Maixent est un village géographiquement positionné dans le département de Sarthe en Pays de la Loire. Elle totalisait 743 habitants en 2008.</p> <p>À Saint-Maixent, la valorisation moyenne à l'achat d'un appartement se situe à zero &euro; du m² en vente. La valeur moyenne d'une maison à l'achat se situe à 1&nbsp;752 &euro; du m². À la location le prix moyen se situe à 4,88 &euro; du m² mensuel.</p> <p>À coté de Saint-Maixent sont localisées les villes de <a href="{{VLROOT}}/immobilier/luart_72172/">Le&nbsp;Luart</a> localisée à 5&nbsp;km, 1&nbsp;237 habitants, <a href="{{VLROOT}}/immobilier/saint-martin-des-monts_72302/">Saint-Martin-des-Monts</a> située à 7&nbsp;km, 169 habitants, <a href="{{VLROOT}}/immobilier/sceaux-sur-huisne_72331/">Sceaux-sur-Huisne</a> située à 5&nbsp;km, 577 habitants, <a href="{{VLROOT}}/immobilier/champrond_72057/">Champrond</a> localisée à 7&nbsp;km, 113 habitants, <a href="{{VLROOT}}/immobilier/lamnay_72156/">Lamnay</a> située à 4&nbsp;km, 845 habitants, <a href="{{VLROOT}}/immobilier/semur-en-vallon_72333/">Semur-en-Vallon</a> située à 7&nbsp;km, 473 habitants, entre autres. De plus, Saint-Maixent est située à seulement 28&nbsp;km de <a href="{{VLROOT}}/immobilier/nogent-le-rotrou_28280/">Nogent-le-Rotrou</a>.</p> <p>La commune propose de nombreux équipements, elle dispose, entre autres, de un terrain de tennis, un centre d'équitation, un terrain de sport et une boucle de randonnée.</p> <p>Si vous envisagez de emmenager à Saint-Maixent, vous pourrez facilement trouver une maison à acheter. </p> <p>Le parc de logements, à Saint-Maixent, se décomposait en 2011 en neuf appartements et 420 maisons soit un marché plutôt équilibré.</p> </div>
app/views/comments.scala.html
MJCallahanPage/XssApp
@import scala.collection.mutable.ArrayBuffer @(goodComments:ArrayBuffer[String])(badComments:ArrayBuffer[Html]) @main("All Comments"){ <p> <button id="back" name="back" value="back" onclick="window.history.back()">Back</button> </p> <table class="table"> <col width="50%" /> <thead> <td><h2>Vulnerable Comment</h2></td> <td><h2>Protected Comment</h2></td> </thead> <tbody> <tr> <td> @for(x <- badComments){ <div class="comment bad"> @x </div> } </td> <td> @for(x <- goodComments){ <div class="comment good"> @x </div> } </td> </tr> </tbody> </table> }
public/admin/css/plugins/jquery.chosen.css
44189483/baixingjin
/* @group Base */ .chzn-container { font-size: 13px; position: relative; top:9px; display: inline-block; zoom: 1; *display: inline; } .chzn-container .chzn-drop { background: #fff; border: 1px solid #aaa; border-top: 0; position: absolute; top: 29px; left: 0; -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15); -moz-box-shadow : 0 4px 5px rgba(0,0,0,.15); -o-box-shadow : 0 4px 5px rgba(0,0,0,.15); box-shadow : 0 4px 5px rgba(0,0,0,.15); z-index: 1010; } /* @end */ /* @group Single Chosen */ .chzn-container-single .chzn-single { background-color: #ffffff; -webkit-border-radius: 2px; -moz-border-radius : 2px; border-radius : 2px; border: 1px solid #ccc; -moz-box-shadow: inset 0 1px 2px #ddd; -webkit-box-shadow: inset 0 1px 2px #ddd; box-shadow: inset 0 1px 2px #ddd; display: block; overflow: hidden; white-space: nowrap; position: relative; line-height: 24px; padding: 0 0 0 8px; color: #666; text-decoration: none; } .chzn-container-single .chzn-default { color: #999; } .chzn-container-single .chzn-single span { margin-top: 4px; margin-right: 26px; display: block; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis; } .chzn-container-single .chzn-single abbr { display: block; position: absolute; right: 26px; top: 6px; width: 12px; height: 13px; font-size: 1px; background: url('../../images/chosen-sprite.png') right top no-repeat; } .chzn-container-single .chzn-single abbr:hover { background-position: right -11px; } .chzn-container-single.chzn-disabled .chzn-single abbr:hover { background-position: right top; } .chzn-container-single .chzn-single div { position: absolute; right: 0; top: 0; display: block; height: 100%; width: 18px; } .chzn-container-single .chzn-single div b { background: url('../../images/chosen-sprite.png') no-repeat -2px 3px; display: block; width: 100%; height: 100%; } .chzn-container-single .chzn-search { padding: 3px 4px; position: relative; margin: 0; white-space: nowrap; z-index: 1010; } .chzn-container-single .chzn-search input { background: #fff url('../../images/chosen-sprite.png') no-repeat 100% -22px; background: url('../../images/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff)); background: url('../../images/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%); background: url('../../images/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%); background: url('../../images/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%); background: url('../../images/chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%); background: url('../../images/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%); margin: 1px 0; padding: 4px 20px 4px 5px; outline: 0; border: 1px solid #bbb; font-family: sans-serif; font-size: 1em; } .chzn-container-single .chzn-drop { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius : 0 0 4px 4px; border-radius : 0 0 4px 4px; -moz-background-clip : padding; -webkit-background-clip: padding-box; background-clip : padding-box; } /* @end */ .chzn-container-single-nosearch .chzn-search input { position: absolute; left: -9000px; } /* @group Multi Chosen */ .chzn-container-multi .chzn-choices { background-color: #fff; border: 1px solid #ccc; margin: 0; padding: 0; cursor: text; overflow: hidden; height: auto !important; height: 1%; position: relative; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: inset 0 1px 2px #ddd; -webkit-box-shadow: inset 0 1px 2px #ddd; box-shadow: inset 0 1px 2px #ddd; } .chzn-container-multi .chzn-choices li { float: left; list-style: none; } .chzn-container-multi .chzn-choices .search-field { white-space: nowrap; margin: 0; padding: 0; } .chzn-container-multi .chzn-choices .search-field input { color: #666; background: transparent !important; border: 0 !important; font-family: sans-serif; font-size: 100%; height: 15px; padding: 7px 5px; margin: 1px 0; outline: 0; -webkit-box-shadow: none; -moz-box-shadow : none; -o-box-shadow : none; box-shadow : none; } .chzn-container-multi .chzn-choices .search-field .default { color: #999; } .chzn-container-multi .chzn-choices .search-choice { -webkit-border-radius: 2px; -moz-border-radius : 2px; border-radius : 2px; -moz-background-clip : padding; -webkit-background-clip: padding-box; background-clip : padding-box; background-color: #e4e4e4; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee)); background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05); -moz-box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05); box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05); color: #666; border: 1px solid #bbb; line-height: 13px; padding: 5px 20px 4px 5px; margin: 3px 0 3px 3px; position: relative; cursor: default; } .chzn-container-multi .chzn-choices .search-choice-focus { background: #d4d4d4; } .chzn-container-multi .chzn-choices .search-choice .search-choice-close { display: block; position: absolute; right: 3px; top: 5px; width: 12px; height: 13px; font-size: 1px; background: url('../../images/chosen-sprite.png') right top no-repeat; } .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover { background-position: right -11px; } .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close { background-position: right -11px; } /* @end */ /* @group Results */ .chzn-container .chzn-results { margin: 0 4px 4px 0; max-height: 240px; padding: 0 0 0 4px; position: relative; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; } .chzn-container-multi .chzn-results { margin: -1px 0 0; padding: 0; } .chzn-container .chzn-results li { display: none; line-height: 15px; padding: 5px 6px; margin: 0; list-style: none; } .chzn-container .chzn-results .active-result { cursor: pointer; display: list-item; } .chzn-container .chzn-results .highlighted { background-color: #FB9337; color: #fff; } .chzn-container .chzn-results li em { background: #feffde; font-style: normal; } .chzn-container .chzn-results .highlighted em { background: transparent; } .chzn-container .chzn-results .no-results { background: #f4f4f4; display: list-item; } .chzn-container .chzn-results .group-result { cursor: default; color: #999; font-weight: bold; } .chzn-container .chzn-results .group-option { padding-left: 15px; } .chzn-container-multi .chzn-drop .result-selected { display: none; } .chzn-container .chzn-results-scroll { background: white; margin: 0 4px; position: absolute; text-align: center; width: 321px; /* This should by dynamic with js */ z-index: 1; } .chzn-container .chzn-results-scroll span { display: inline-block; height: 17px; text-indent: -5000px; width: 9px; } .chzn-container .chzn-results-scroll-down { bottom: 0; } .chzn-container .chzn-results-scroll-down span { background: url('../../images/chosen-sprite.png') no-repeat -4px -3px; } .chzn-container .chzn-results-scroll-up span { background: url('../../images/chosen-sprite.png') no-repeat -22px -3px; } /* @end */ /* @group Active */ .chzn-container-active .chzn-single { -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1); -moz-box-shadow : 0 0 5px rgba(0,0,0,.1); -o-box-shadow : 0 0 5px rgba(0,0,0,.1); box-shadow : 0 0 5px rgba(0,0,0,.1); } .chzn-container-active .chzn-single-with-drop { border: 1px solid #aaa; -webkit-box-shadow: 0 1px 0 #fff inset; -moz-box-shadow : 0 1px 0 #fff inset; -o-box-shadow : 0 1px 0 #fff inset; box-shadow : 0 1px 0 #fff inset; background-color: #fff; -webkit-border-bottom-left-radius : 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomleft : 0; -moz-border-radius-bottomright: 0; border-bottom-left-radius : 0; border-bottom-right-radius: 0; } .chzn-container-active .chzn-single-with-drop div { background: transparent; border-left: none; } .chzn-container-active .chzn-single-with-drop div b { background-position: -20px 2px; } .chzn-container-active .chzn-choices { -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1); -moz-box-shadow : 0 0 5px rgba(0,0,0,.1); -o-box-shadow : 0 0 5px rgba(0,0,0,.1); box-shadow : 0 0 5px rgba(0,0,0,.1); } .chzn-container-active .chzn-choices .search-field input { color: #111 !important; } /* @end */ /* @group Disabled Support */ .chzn-disabled { cursor: default; opacity:0.5 !important; } .chzn-disabled .chzn-single { cursor: default; } .chzn-disabled .chzn-choices .search-choice .search-choice-close { cursor: default; } /* @group Right to Left */ .chzn-rtl { text-align: right; } .chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; } .chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; } .chzn-rtl .chzn-single div { left: 3px; right: auto; } .chzn-rtl .chzn-single abbr { left: 26px; right: auto; } .chzn-rtl .chzn-choices .search-field input { direction: rtl; } .chzn-rtl .chzn-choices li { float: right; } .chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; } .chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;} .chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; } .chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; } .chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; } .chzn-rtl .chzn-search input { background: #fff url('../../images/chosen-sprite.png') no-repeat -38px -22px; background: url('../../images/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff)); background: url('../../images/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%); background: url('../../images/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%); background: url('../../images/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%); background: url('../../images/chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%); background: url('../../images/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%); padding: 4px 5px 4px 20px; direction: rtl; } /* @end */
app/styles/main.css
khornberg/bible-reading-planner
body { background: #fafafa; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333; } .browsehappy { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* Everything but the jumbotron gets side spacing for mobile first views */ .header, .marketing, .footer { padding-left: 15px; padding-right: 15px; } .jumbotron { text-align: center; border-bottom: 1px solid #48525d; background-color: #48525d; color: #fff; } /* Custom page header */ .header { border-bottom: 1px solid #e5e5e5; } /* Make the masthead heading the same height as the navigation */ .header h3 { margin-top: 0; margin-bottom: 0; line-height: 40px; padding-bottom: 19px; } .container-narrow > hr { margin: 30px 0; } .list-group-scroll { max-height: 230px; overflow: hidden; overflow-y: auto; } #amountNumber, #amountSpecified { display: none; } .create { padding-top: 1.5em; padding-bottom: 1.5em; } .wait { display: none; left: 50%; padding: 2em; padding-bottom: 4em; } .plan { background-color: #9a8c77; display: none; } /*.fade {*/ /* -webkit-animation: fade 1s;*/ /* -o-animation: fade 1s;*/ /* animation: fade 1s;*/ /* display: block;*/ /* opacity: 1;*/ /*}*/ /*-fail- */ /*@-webkit-keyframes fade {*/ /* from {opacity: 0}*/ /* to {opacity: 1}*/ /*}*/ /*@keyframes fade {*/ /* from {opacity: 0}*/ /* to {opacity: 1}*/ /*}*/ .actions { text-align: center; } .save, .share { padding-bottom: 10px; line-height: 35px; } .save a, .share a { display: none; } table { background-color: white; } .legal { display: none; } /* Custom page footer */ footer { padding-top: 19px; border-top: 1px solid #e5e5e5; background-color: #48525d; color: #eee; } footer a { color: #eee; } /* Responsive: Portrait tablets and up */ @media screen and (min-width: 768px) { /* Remove the padding we set earlier */ .header, .marketing, .footer { padding-left: 0; padding-right: 0; } /* Space out the masthead */ .header { margin-bottom: 30px; } /* Remove the bottom border on the jumbotron for visual effect */ .jumbotron { border-bottom: 0; } } /* Print */ @media print { body { background: white; font-size: 12pt; font-family: serif; } .plan, .jumbotron { width: auto; margin: 0 5%; padding: 0; border: 0; color: black; } /* hide elements we don't want to print */ div .col-md-6, .create, .save, .share, footer { display: none; } }
project/LearnSIO/index.html
xzzw9987/Memos
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <script src="./socket.io-client.js"></script> </body> </html>
css-responsive-menu/assets/css/responsive-menu.css
Orlmente/css-only-responsive-menu
/*************************************** * Responsive Menu - v.1.0 * * Tested on: * Firefox * Chrome * Safari * IE9+ (because of its responsive nature is useless to optimize it for previeous IEs) * Safari iOS * ...It should work on Android too, but I've not tested on it yet ;) * * Overview: * * Two states responsive menu: * - for desktops (or >768px screen resolutions) it renders as a classic inline menu, * - for mobile (or <768px screen resolutions) it renders as a dropdown menu with open/close helper icon. * * Easily stylable, just change whatever you want in .main-* classes, or add your own classes if you prefer to. * * No javascript needed * * Notes: * * .responsive-* classes are the structural rules, * .main-* classes are the stylistic rules, you should change them in order to make it render as you desire. * * The main html uses a resets-and-helpers.css external stylesheet in order to keep this one clean and readable, * you can merge them together in your own project * * !Important! * Add an ontouchstart="" listener to <body> tag to enable touch events * * ...Yeah, I know the look and feel is poor, but this is not a "Look-at-that-uber-cool-styled-menu" experiment, * it was made as proof of concept, it must work not just look pretty... * If you want it to nicer or match your design taste, then just extend it's style ;) * ***************************************/ /*************************************** * Structure ***************************************/ .responsive-menu { height: auto; overflow: hidden; cursor: pointer; } .responsive-menu-voice { float: left; height: 30px; line-height: 30px; } /*************************************** * Styles goes here ***************************************/ .main-menu { background: #e9e9e9; } .main-menu a { padding: 0 5px; color: #333; font: 400 14px/14px Arial, Helvetica, Sans-Serif; text-decoration: none; text-transform: capitalize; } .main-menu .main-menu-voice { background: #e9e9e9; } .main-menu .main-menu-voice:hover { background: #e0e0e0; } .main-menu .main-menu-voice:hover a { text-decoration: underline; } /*************************************** * mediaquery overrides ***************************************/ /* Landscape phone to portrait tablet */ @media only screen and (max-width: 768px) { /*************************************** * Structure ***************************************/ .responsive-menu:before { /* responsive-menu-opener.png width 30px, height 30px */ content: url('../gfx/responsive-menu-opener.png');/* opener's height should match wrapper height */ } .responsive-menu:active, .responsive-menu:hover { height: auto; } .responsive-menu:active:before, .responsive-menu:hover:before { /* hover status for menu opener, just override content:...; */ content: url('../gfx/responsive-menu-opener-hover.png'); } .responsive-menu { height: 30px;/* wrapper height should match opener's height */ } .responsive-menu-voices { margin: 0; } .responsive-menu-voice { float: none; } .responsive-menu-voice-link { display: block; } /*************************************** * Styles goes here ***************************************/ .main-menu { background: #d5d5d5; } .main-menu a { line-height: 35px; } .main-menu .main-menu-voice { height: 35px; line-height: 35px; } .main-menu .main-menu-voice:active a, .main-menu .main-menu-voice:hover a { text-decoration: none; padding-left: 10px; } } /*************************************** * Puts your IE specific styles here ***************************************/
src/samples/map.html
simplyio/moduler.js
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <title>Moduler.js - Maps</title> <meta name="viewport" content="width=device-width"> <style> body { font-family: sans-serif; } .red { background: red; padding: 10px; } .green { background: green; padding: 10px; } a.loading { text-decoration: none; } a.loading:after { content: '...'; } .hide { display: none; } .clear {clear:both;} .Box { float: left; width: 33%; } .Map { width: 100%; height: 300px; background: rgba(0,0,0,0.1); } </style> </head> <body data-module="app lazy"> <h1>Moduler.js - map</h1> <div class="Box" style="width: 100%"> <h4>Map with pins at London and Stockholm</h3> <div class="Map" data-module="map" data-map="data: [{ address: 'London' }, { address: 'Stockholm' }]"></div> </div> <div class="Box"> <h4>Map of Stockholm</h3> <div class="Map" data-module="map" data-map="data: { address: 'Stockholm' }"></div> </div> <div class="Box"> <h4>Map of London</h3> <div class="Map" data-module="map" data-map="data: { lat: 51.5073509, lng: -0.1277583 }"></div> </div> <div class="Box clear"> <div class="js-maps"></div> </div> <div class="Box clear"> <button>Add map</button> </div> <div class="clear"></div> <div class="Box" style="width: 66%"> <h4>Map with info windows</h3> <div class="Map" data-module="map:lazy" data-map="showInfoWindow: true, data: [{ address: 'London', title: 'City of London', description: 'This is London.', url: 'http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FLondon' }, { address: 'Stockholm', title: 'City of Stockholm', description: 'This is Stockholm.', url: 'http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FStockholm' }]"></div> </div> <div class="clear"></div> <div class="Box" style="width: 66%"> <h4>Loading pins from JSON url with marker clusterer</h3> <div class="Map" data-module="map:lazy" data-map="showInfoWindow: true, useMarkerClusterer: true, dataUrl: '_mapPositions.json'"></div> </div> <div class="clear"></div> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.</p> <p>Com sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p> <p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.</p> <p>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</p> <p>Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.</p> <p>Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.</p> <p>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi.</p> <p>Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum.</p> <p>Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus.</p> <p>Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc,</p> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.</p> <p>Com sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p> <p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.</p> <p>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</p> <p>Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.</p> <p>Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.</p> <p>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi.</p> <p>Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum.</p> <p>Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus.</p> <p>Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc,</p> <div class="Box" style="float: left;"> <h3>Lazy loaded map of St. Pauls, London</h3> <div class="Map" data-module="map:lazy" data-map="data: { address: 'St. Pauls, London, UK'}, zoom: 16"></div> </div> <div style="clear:both"></div> <p>Com sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p> <p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.</p> <p>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</p> <p>Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.</p> <p>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi.</p> <p>Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum.</p> <!-- library scripts --> <script src="../vendor/jquery-1.10.2.min.js"></script> <script src="../moduler.js"></script> <!-- modules --> <script src="../app.js"></script> <script src="../modules/loader.js"></script> <script src="../modules/background.js"></script> <script src="../modules/dispatcher.js"></script> <script src="../modules/confirm.js"></script> <script src="../modules/map.js"></script> <script src="../modules/lazy.js"></script> <!-- <script src="https://maps.googleapis.com/maps/api/js?key=&amp;sensor=false"></script> --> <script> $('button').click(function () { $('.js-maps').append('<h3>Async loaded map</h3></h3><div class="Map" data-module="map" data-map="data: {address:\'Berlin\'}"></div>') }) </script> </body> </html>
backend/softadmin/login_register.html
project-store/theme
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Login // Soft Admin</title> <!-- Default Styles (DO NOT TOUCH) --> <link rel="stylesheet" href="lib/css/font-awesome.min.css"> <link rel="stylesheet" href="lib/css/bootstrap.min.css"> <link rel="stylesheet" href="lib/css/fonts.css"> <link type="text/css" rel="stylesheet" href="lib/css/soft-admin.css"/> <!-- Adjustable Styles --> <link type="text/css" rel="stylesheet" href="lib/css/icheck.css?v=1.0.1"> <style> body { background: url(lib/img/bg1.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } #logo { background:rgba(153, 153, 153, 0.95); width:220px; margin:auto; position:relative; top:30px; } #log-tbl { width:100%; height:100%; display:table; clear:both; content:''; } #log-contain { width:100%; height:100%; text-align:center; display:table-cell; vertical-align:middle; padding-bottom:140px; } #login { color:#555; width:460px; margin:auto; padding: 65px 25px 20px 25px; background:rgba(255, 255, 255, 0.75); text-align:left; } #log-contain .tbl { margin:auto; padding:15px 10px; background:rgba(239, 239, 239, 0.75); width:460px; } #login .input-icon > .icon { color:#CCC; } #login .input-icon { position:relative; top:-20px; } #login .form-group.remember { margin-bottom:30px; color:#777; } #login label { font-weight:normal !important; } .social {width:40px; margin-left:auto; margin-right:auto; position:relative; top:150px; right:-250px; } .social > .btn { width:40px !important; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .btn-primary { opacity:0.95; filter:alpha(opacity=95); } .btn-info { opacity:0.95; filter:alpha(opacity=95); } .bg-switch { position:absolute; width:100px; height: 312px; padding:5px 10px; background: rgba(0, 0, 0, 0.55); -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; top:50%; margin-top:-156px; } .bg-switch img { margin: 5px 0px; opacity:0.70; filter:alpha(opacity=70); } .bg-switch img:hover { opacity:1.0; filter:alpha(opacity=100); } .bg-switch a, .bg-switch img { outline:none !important; } .bg-switch img.active { opacity:1.0; filter:alpha(opacity=100); } </style> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="lib/js/html5shiv.js"></script> <script src="lib/js/respond.min.js"></script> <![endif]--> </head> <body> <div class="bg-switch"> <a href="javascript:void(0);" onclick="bgSwitch(1);"><img src="lib/img/bg1.jpg" class="img-thumbnail bg-1 active"></a> <a href="javascript:void(0);" onclick="bgSwitch(2);"><img src="lib/img/bg2.jpg" class="img-thumbnail bg-2"></a> <a href="javascript:void(0);" onclick="bgSwitch(3);"><img src="lib/img/bg3.jpg" class="img-thumbnail bg-3"></a> <a href="javascript:void(0);" onclick="bgSwitch(4);"><img src="lib/img/bg4.jpg" class="img-thumbnail bg-4"></a> <a href="javascript:void(0);" onclick="bgSwitch(5);"><img src="lib/img/bg5.jpg" class="img-thumbnail bg-5"></a> </div> <div id="log-tbl"> <div id="log-contain"> <div class="social"> <a href="#" class="btn btn-primary" style="margin-bottom:10px;"><i class="fa fa-facebook"></i></a> <a href="#" class="btn btn-info"><i class="fa fa-twitter"></i></a> </div> <div id="logo" style="z-index:100;"><img src="lib/img/logo3.png"/></div> <div id="login"> <form id="login-form" class="form"> <div class="form-group"> <label for="login-username">Username</label> <div class="input-icon"> <i class="icon icon-user"></i> <input class="form-control form-soft input-sm" type="text" style="margin-top:0px; margin-bottom:0px;"> </div> </div> <div class="form-group"> <label for="login-password">Password</label> <div class="input-icon"> <i class="icon icon-lock"></i> <input class="form-control form-soft input-sm" type="password"> </div> </div> <div class="form-group remember"> <input tabindex="13" type="checkbox" class="flat-checkbox" id="fc1" checked> <label for="fc1">&nbsp;&nbsp;Remember Me</label> </div> <div class="form-group"> <button type="submit" id="login-btn" class="btn btn-primary btn-block btn-lg">Login&nbsp;&nbsp;&nbsp;<i class="fa fa-play"></i></button> </div> </form> </div> <div class="tbl"> <div class="col-md-12" > <a href="#" class="btn btn-warning" style="float:left;"><i class="fa fa-question"></i>&nbsp;&nbsp;&nbsp;Forgot Password</a> <a href="#" class="btn btn-soft" style="float:right;">Create Account&nbsp;&nbsp;&nbsp;<i class="fa fa-arrow-right"></i></a> </div> </div> </div> </div> <!-- Default JS (DO NOT TOUCH) --> <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script> <script src="lib/js/bootstrap.min.js"></script> <!-- Adjustable JS --> <script src="lib/js/icheck.js"></script> <script> $(document).ready(function() { $('.flat-checkbox').iCheck({ checkboxClass: 'icheckbox_flat-purple', radioClass: 'iradio_flat-purple' }); }); function bgSwitch(which){ bgReset(); if(which == 1){ $(document.body).css('background-image','url(lib/img/bg1.jpg)'); $('.bg-1').addClass('active'); } if(which == 2){ $(document.body).css('background-image','url(lib/img/bg2.jpg)'); $('.bg-2').addClass('active'); } if(which == 3){ $(document.body).css('background-image','url(lib/img/bg3.jpg)'); $('.bg-3').addClass('active'); } if(which == 4){ $(document.body).css('background-image','url(lib/img/bg4.jpg)'); $('.bg-4').addClass('active'); } if(which == 5){ $(document.body).css('background-image','url(lib/img/bg5.jpg)'); $('.bg-5').addClass('active'); } } function bgReset(){ $('.bg-1').removeClass('active'); $('.bg-2').removeClass('active'); $('.bg-3').removeClass('active'); $('.bg-4').removeClass('active'); $('.bg-5').removeClass('active'); } </script> </body> </html>
phase0/unit1_week1/stylesheets/dbc2.css
azywong/azywong.github.io
* { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } body { background-image:url('../images/bg.png'); font-family: Trebuchet MS; max-width: 1400px; } #container { margin: 0 auto; width: 70%; background-color: #ffffff; } #header { background-color: #ff5628; padding: 3px 3px 3px 7px; color: #ffffff; border-bottom: 1px solid #696969; } #content { width: 75%; float: left; background-color: #ebebeb; margin: 10px 3px 10px 3px; padding: 10px 5px 5px 5px; } .subcontent { font-size: 12px; line-height: 15px; margin-bottom: 10px; } p { margin: 5px 3px 5px 3px; } .large-cap { font-size: 15px; font-weight:bolder; color: #ff5628; } .green { color: #779e00; } #sidebar { width: 22%; float: right; height:100%; margin: 10px 3px 10px 0px; } #sidebar a { display: block; border-right: 10px solid #a4cb2d; background-color: #e1ff85; margin-top: 1px; padding: 2px 2px 2px 5px; text-decoration: none; } #sidebar a:visited { background-color: #b9e043; } #sidebar a:hover, a:active { background-color: #d4d4d4; color: #ff5628; } #footer { clear: both; background-color: #ff5628; padding: 3px 3px 3px 3px; text-align: center; } .caption { width: 75%; margin: 0 auto; border-radius: 10px; background-color: #ffffff; border: 1px solid #ababab; padding: 5px 5px 5px 5px; } .caption img { display: block; margin: 0 auto; padding: 15px 0px 15px 0px; } .caption .caption-text { display: block; width: 450px; position: relative; left: 10px; top: -100px; color: #ffffff; background-color: #000000; opacity: 0.6; padding: 5px 10px 5px 10px; }
_layouts/post.html
Mich93/ricky
--- layout: default --- <div class="post"> <h1>{{ page.title }}</h1> <span class="post-date">{{ page.date | date_to_string }}</span> {{ content }} </div> <div class="related"> <h2>Related Posts</h2> <ul class="related-posts"> {% for post in site.related_posts limit:3 %} <li> <h3> <a href="{{ post.url }}"> {{ post.title }} <small>{{ post.date | date_to_string }}</small> </a> </h3> </li> {% endfor %} </ul> </div>
dist/css/common.css
eyeA/www.eyeseau.com
nav{height:64px;line-height:64px;border-bottom:1px solid gray}nav::after{content:'';display:block;clear:both}#nav-head{float:left;height:20px;line-height:20px}#nav-p{float:right;height:20px;line-height:20px}footer{position:fixed;bottom:0;left:0;right:0;text-align:center}
templates/message.html
Skookum/WebChat
<% if(data.date) { %> <p class="chat-message-date"><%= data.date %></p> <% } %> <li class="chat-message <%= (data.mine ? 'chat-message-mine' : '') %>" data-message-id="<%= data.cid %>" > <h3 class="chat-message-user" ><%= data.user %></h3> <p class="chat-message-text"><%= data.body %></p> </li>
clean/Linux-x86_64-4.09.1-2.0.6/released/8.11.2/quickchick/1.4.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>quickchick: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / quickchick - 1.4.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> quickchick <small> 1.4.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-01 03:33:26 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-01 03:33:26 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;llamp@seas.upenn.edu&quot; synopsis: &quot;Randomized Property-Based Testing Plugin for Coq&quot; homepage: &quot;https://github.com/QuickChick/QuickChick&quot; dev-repo: &quot;git+https://github.com/QuickChick/QuickChick.git&quot; bug-reports: &quot;https://github.com/QuickChick/QuickChick/issues&quot; license: &quot;MIT&quot; build: [ make &quot;-j&quot; jobs ] install: [ [make &quot;-j&quot; jobs &quot;install&quot; ] [make &quot;-j&quot; jobs &quot;tests&quot;] {with-test} ] depends: [ &quot;ocaml&quot; {&gt;= &quot;4.07&quot;} &quot;coq&quot; {&gt;= &quot;8.12&quot; &lt; &quot;8.13~&quot;} &quot;coq-ext-lib&quot; &quot;coq-mathcomp-ssreflect&quot; &quot;ocamlbuild&quot; &quot;ocamlfind&quot; &quot;menhir&quot; {build} &quot;coq-simple-io&quot; ] authors: [ &quot;Leonidas Lampropoulos &lt;&gt;&quot; &quot;Zoe Paraskevopoulou &lt;&gt;&quot; &quot;Maxime Denes &lt;&gt;&quot; &quot;Catalin Hritcu &lt;&gt;&quot; &quot;Benjamin Pierce &lt;&gt;&quot; &quot;Li-yao Xia &lt;&gt;&quot; &quot;Arthur Azevedo de Amorim &lt;&gt;&quot; &quot;Yishuai Li &lt;&gt;&quot; &quot;Antal Spector-Zabusky &lt;&gt;&quot; ] tags: [ &quot;keyword:extraction&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;logpath:QuickChick&quot; ] url { src: &quot;https://github.com/QuickChick/QuickChick/archive/v1.4.0.tar.gz&quot; checksum: &quot;md5=6a6712834eb3d9820ae10c55fd1b7d54&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-quickchick.1.4.0 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2). The following dependencies couldn&#39;t be met: - coq-quickchick -&gt; coq &gt;= 8.12 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-quickchick.1.4.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
_includes/header.html
marion-lv/marion-lv.github.io
<header> <a id="go-back-home" href="{{ site.url }}"><img src="http://i.imgur.com/1I4y8Rr.jpg" alt="scribble" width="53" height="59"></a> <p>{{ site.title }}</p> </header>
test/expected.output/table9.html
clarkgrubb/wikidot-to-html
<table class="wiki-content-table"> <tr> <td>foo<br /> #<br /> # foo</td> <td>foo<br /> <br /> foo</td> </tr> </table>
docs/index.html
taniele/Foundation
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>JsDoc Reference - Index</title> <meta name="generator" content="JsDoc Toolkit" /> <style type="text/css"> /* default.css */ body { font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; width: 800px; } .header { clear: both; background-color: #ccc; padding: 8px; } h1 { font-size: 150%; font-weight: bold; padding: 0; margin: 1em 0 0 .3em; } hr { border: none 0; border-top: 1px solid #7F8FB1; height: 1px; } pre.code { display: block; padding: 8px; border: 1px dashed #ccc; } #index { margin-top: 24px; float: left; width: 160px; position: absolute; left: 8px; background-color: #F3F3F3; padding: 8px; } #content { margin-left: 190px; width: 600px; } .classList { list-style-type: none; padding: 0; margin: 0 0 0 8px; font-family: arial, sans-serif; font-size: 1em; overflow: auto; } .classList li { padding: 0; margin: 0 0 8px 0; } .summaryTable { width: 100%; } h1.classTitle { font-size:170%; line-height:130%; } h2 { font-size: 110%; } caption, div.sectionTitle { background-color: #7F8FB1; color: #fff; font-size:130%; text-align: left; padding: 2px 6px 2px 6px; border: 1px #7F8FB1 solid; } div.sectionTitle { margin-bottom: 8px; } .summaryTable thead { display: none; } .summaryTable td { vertical-align: top; padding: 4px; border-bottom: 1px #7F8FB1 solid; border-right: 1px #7F8FB1 solid; } /*col#summaryAttributes {}*/ .summaryTable td.attributes { border-left: 1px #7F8FB1 solid; width: 140px; text-align: right; } td.attributes, .fixedFont { line-height: 15px; color: #002EBE; font-family: "Courier New",Courier,monospace; font-size: 13px; } .summaryTable td.nameDescription { text-align: left; font-size: 13px; line-height: 15px; } .summaryTable td.nameDescription, .description { line-height: 15px; padding: 4px; padding-left: 4px; } .summaryTable { margin-bottom: 8px; } ul.inheritsList { list-style: square; margin-left: 20px; padding-left: 0; } .detailList { margin-left: 20px; line-height: 15px; } .detailList dt { margin-left: 20px; } .detailList .heading { font-weight: bold; padding-bottom: 6px; margin-left: 0; } .light, td.attributes, .light a:link, .light a:visited { color: #777; font-style: italic; } .fineprint { text-align: right; font-size: 10px; } </style> </head> <body> <div id="header"> </div> <div id="index"> <div align="center"><a href="index.html">Class Index</a> | <a href="files.html">File Index</a></div> <hr /> <h2>Classes</h2> <ul class="classList"> <li><i><a href="symbols/_global_.html">_global_</a></i></li> <li><a href="symbols/app.html">app</a></li> <li><a href="symbols/Foundation.html">Foundation</a></li> <li><a href="symbols/Foundation.PersistentStorage.html">Foundation.PersistentStorage</a></li> <li><a href="symbols/Foundation.Request.html">Foundation.Request</a></li> <li><a href="symbols/Foundation.Storage.html">Foundation.Storage</a></li> <li><a href="symbols/Foundation.UI.html">Foundation.UI</a></li> </ul> <hr /> </div> <div id="content"> <h1 class="classTitle">Class Index</h1> <div> <h2><a href="symbols/_global_.html">_global_</a></h2> </div> <hr /> <div> <h2><a href="symbols/app.html">app</a></h2> Your app's namespace. </div> <hr /> <div> <h2><a href="symbols/Foundation.html">Foundation</a></h2> </div> <hr /> <div> <h2><a href="symbols/Foundation.PersistentStorage.html">Foundation.PersistentStorage</a></h2> </div> <hr /> <div> <h2><a href="symbols/Foundation.Request.html">Foundation.Request</a></h2> </div> <hr /> <div> <h2><a href="symbols/Foundation.Storage.html">Foundation.Storage</a></h2> </div> <hr /> <div> <h2><a href="symbols/Foundation.UI.html">Foundation.UI</a></h2> </div> <hr /> </div> <div class="fineprint" style="clear:both"> Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Fri Nov 19 2010 11:02:54 GMT-0000 (GMT) </div> </body> </html>
_layouts/default.html
fharms/fharms.github.io
<!DOCTYPE html> <html> {% include header.html %} {% include google_analytics.html %} <body> {{ content }} </body> </html>
app/public/stylesheets/style.css
jheckjr/online-html-editor
body { padding: 30px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } a { color: #00B7FF; } div.main { border: 1px solid #e1e4e8; } input[type="button"] { color: #FFF; background-color: #5cb85c; cursor: pointer; border: none; margin: 1em, 0.25em, 0, 0; padding: 6px; font-weight: 700; text-align: center; border-radius: 0.3rem; box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, .15) inset; }
examples/markdown/index.html
quri/react-form-builder
<!doctype html public "embarassment"> <title>Markdown Example</title> <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> <style type="text/css"> .markdown-group { overflow: hidden; border: 1px solid #CCC; border-radius: 4px; } .markdown-field { border: none; border-radius: 0; border-right: 1px solid #CCC; font-color: #333; } .markdown-field-group { position: relative; } .markdown-field-group .buttons { position: absolute; bottom: 5px; right: 5px; } .markdown-field-group .buttons button { margin-left: 5px; } .markdown-preview { padding: 6px 12px; overflow-wrap: break-word; } .form-horizontal .form-group.textarea-nested-field { margin-left: 0; margin-right: 0; } .input-group-btn { vertical-align: top; } </style> <body> <div id="example"/> <script src="/markdown.js"></script>
_includes/head.html
fabiomirandaa/fabiomirandaa.github.io
<head> <meta charset="utf-8"> <title>{% if page.title %}{{ page.title }} |{% endif %} {{ site.theme_settings.title }}</title> <meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.theme_settings.description }}{% endif %}"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- CSS --> <link rel="stylesheet" href="{{ "/assets/css/main.css" | prepend: site.baseurl }}"> <!--Favicon--> <link rel="shortcut icon" href="{{ "/favicon.ico" | prepend: site.baseurl }}" type="image/x-icon"> <!-- Canonical --> <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> <!-- RSS --> <link rel="alternate" type="application/atom+xml" title="{{ site.theme_settings.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" /> <!-- Font Awesome --> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet"> <!-- Google Fonts --> {% if site.theme_settings.google_fonts %} <link href="//fonts.googleapis.com/css?family={{ site.theme_settings.google_fonts }}" rel="stylesheet" type="text/css"> {% endif %} <meta property="og:locale" content="pt_BR"> <meta property="og:type" content="article"> <meta property="og:title" content="{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}"> <meta property="og:url" content="{{ site.url }}{{ page.url }}"/> <meta property="og:image" content="{% if page.seo-image %}{{ site.url }}{{ page.seo-image }}{% else %}{{ site.url }}/assets/img/about_me.jpg{% endif %}"/> <meta property="og:site_name" content="Fábio Miranda Blog"/> <meta property="article:publisher" content="http://www.facebook.com/fabiomirandadev" /> <meta property="article:author" content="https://www.facebook.com/fabiomirandadev" /> <meta property="article:published_time" content="{{ page.date }}" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:image" content="{% if page.seo-image %}{{ site.url }}{{ page.seo-image }}{% else %}{{ site.url }}/assets/img/about_me.jpg{% endif %}" /> <meta name="twitter:site" content="@fabiomirandadev" /> <meta name="twitter:creator" content="@fabiomirandadev" /> <meta property="og:title" content="{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}" /> <meta property="og:description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}" /> <meta property="og:image" content="{% if page.seo-image %}{{ site.url }}/{{ page.seo-image }}{% else %}{{ site.url }}/assets/img/about_me.jpg{% endif %}" /> </head>
templates/comments_view.rs.html
Damezuma/rs-threads-board
@* A very simple template with no arguments. This line is a comment. *@ @use model::Comment; @use markdown::render; @use model::ToHTML; @(comments:&Vec<Comment>) @for comment in comments{ <div class="media" style="overflow:visible;"> <div class="media-left media-middle"> <img class="media-object" src="@comment.get_user().get_gravatar_url(Some(64))"> </div> <div class="media-body" > <article> @render(comment.get_content()) </article> <aside> <hr> by <span>@comment.get_user().get_nickname()#@comment.get_user().get_uid()</span> <span class="comment-writed-date">@comment.get_writed_datetime()</span> <button class="btn btn-default btn-delete-comment" data-comment-id="@comment.get_uid()">삭제</button> </aside> </div> </div> }
evaluation/fullPages/02-salleedesign/index-sliced1.html
jomaras/Firecrow
<!DOCTYPE html> <html lang="en" class="no-js"> <head> <style href="style/global.css" rel="stylesheet"> html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0px; padding: 0px; border: 0px none; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { font: 14px/1.41 'Proxima-Nova-1',Proxima Nova,Myriad Pro,Arial,sans-serif; color: rgb(102, 102, 102); overflow-x: hidden; padding-top: 70px; } select, input, textarea, button { font: 99% sans-serif; } html { overflow-y: scroll; } a:hover, a:active, button { outline: medium none; } ul, ol { margin-left: 2em; } nav ul, nav li { margin: 0px; list-style: none outside none; } label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; } button, input, select, textarea { margin: 0px; } button { width: auto; overflow: visible; font-family: "Proxima-Nova-1",Arial,sans-serif; } h1, h2, h3, h4, h5, h6 { color: rgb(53, 54, 57); font-size: 14px; font-weight: bold; } a, a:active, a:visited { color: rgb(35, 118, 198); transition: color 0.3s ease 0s; } a:hover { color: rgb(3, 103, 199); } body { min-width: 960px; } .container_12 { margin-left: auto; margin-right: auto; width: 960px; } .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 { display: inline; float: left; margin-left: 10px; margin-right: 10px; } .container_12 .grid_2 { width: 140px; } .container_12 .grid_12 { width: 940px; } #branding { background: none repeat scroll 0% 0% rgb(47, 47, 47); height: 70px; width: 100%; position: fixed; top: 0px; left: 0px; right: 0px; display: block; z-index: 997; box-shadow: 0px -3px 2px rgba(0, 0, 0, 0.28) inset, 0px -1px 0px rgb(34, 34, 34) inset, 0px 1px 3px rgba(0, 0, 0, 0.5); } #branding .logo_text { z-index: 2; position: relative; float: left; left: 0px; top: 0px; padding-top: 17px; padding-left: 20px; } #branding .logo_text h1 { float: left; overflow: hidden; margin-right: 15px; transition: all 0.2s ease 0s; } #branding .logo_text h1 a { font-size: 24px; color: rgba(255, 255, 255, 0.6); text-decoration: none; font-weight: bold; text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2), 1px -1px 0px rgba(0, 0, 0, 0.2), -1px 1px 0px rgba(0, 0, 0, 0.2), 1px 1px 0px rgba(0, 0, 0, 0.2); } #branding .logo_text h1 a:hover { color: rgb(255, 255, 255); } #branding .logo_text h1 a:active { text-shadow: 0px -2px 1px rgba(0, 0, 0, 0.5), -1px -1px 0px rgba(0, 0, 0, 0.2), 1px -1px 0px rgba(0, 0, 0, 0.2), -1px 1px 0px rgba(0, 0, 0, 0.2), 1px 1px 0px rgba(0, 0, 0, 0.2); } #branding .logo_text h1 a span { font-weight: 300; color: rgb(107, 189, 225); } #branding .logo_text h1 a span:hover { color: rgb(17, 174, 243); } header ul { list-style: none outside none; } #mustache_picker { width: 63px; display: block; height: 31px; margin-top: 2px; float: left; padding: 0px 0px 0px 3px; border-radius: 5px; border: 1px solid rgba(0, 0, 0, 0.51); box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05), 0px 1px 0px rgba(255, 255, 255, 0.12) inset; background: none repeat scroll 0% 0% rgb(47, 47, 47); } #mustache_picker.initialized { transition: all 500ms cubic-bezier(0.91, -0.335, 0.23, 1.005) 0.5s; } #mustache_picker div { position: relative; z-index: 100; transition: opacity 0.5s ease 0.8s; } #mustache_picker ul { opacity: 0; max-height: 31px; overflow: hidden; position: absolute; } #mustache_picker.expandme { transition: width 500ms cubic-bezier(0.215, 0.005, 0.085, 1.36) 0.5s; width: 311px; } #mustache_picker li { float: left; } #mustache_picker a { float: left; display: block; background: url('images/header_assets_new.png'); width: 31px; height: 31px; } #mustache_picker a.m_1 { background-position: -24px -68px; } #mustache_picker a.m_2 { background-position: -74px -68px; } #mustache_picker a.m_3 { background-position: -124px -68px; } #mustache_picker a.m_4 { background-position: -174px -68px; } #mustache_picker a.m_5 { background-position: -224px -68px; } #mustache_picker a.m_6 { background-position: -274px -68px; } #mustache_picker a.m_7 { background-position: -324px -68px; } #mustache_picker a.m_8 { background-position: -374px -68px; } #mustache_picker a.m_9 { background-position: -424px -68px; } #mustache_picker a.m_1:hover, #mustache_picker a.m_1.selected { background-position: -24px -98px; } #mustache_picker a.m_2:hover, #mustache_picker a.m_2.selected { background-position: -74px -98px; } #mustache_picker a.m_3:hover, #mustache_picker a.m_3.selected { background-position: -124px -98px; } #mustache_picker a.m_4:hover, #mustache_picker a.m_4.selected { background-position: -174px -98px; } #mustache_picker a.m_5:hover, #mustache_picker a.m_5.selected { background-position: -224px -98px; } #mustache_picker a.m_6:hover, #mustache_picker a.m_6.selected { background-position: -274px -98px; } #mustache_picker a.m_7:hover, #mustache_picker a.m_7.selected { background-position: -324px -98px; } #mustache_picker a.m_8:hover, #mustache_picker a.m_8.selected { background-position: -374px -98px; } #mustache_picker a.m_9:hover, #mustache_picker a.m_9.selected { background-position: -424px -98px; } #mustache_picker #selected_tache.m_1, #mustache_picker #selected_tache.m_1:hover { background-position: -22px -68px; margin-left: -3px; padding-left: 3px; transition: all 0.1s ease-in 0s; } #mustache_picker .collapse_arrow { background-position: -463px -66px; width: 31px; height: 31px; padding: 0px; border-left: 1px solid rgba(0, 0, 0, 0.4); box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.03) inset; transition: all 0.1s ease-in 0s; } #mustache_picker .expand_arrow { background-position: -494px -66px; width: 31px; height: 31px; border-left: 1px solid rgba(0, 0, 0, 0.4); box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.03) inset; } #mustache_picker .collapse_arrow:hover, #mustache_picker .expand_arrow:hover, #mustache_picker #selected_tache.m_1:hover { background-color: rgba(0, 0, 0, 0.2); } #mustache_picker .collapse_arrow:active, #mustache_picker .expand_arrow:active, #mustache_picker #selected_tache.m_1:active { box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7) inset; } #branding .logo_icon { width: 90px; margin: 3px auto 0px; position: relative; z-index: 4; height: 66px; background: none repeat scroll 0% 0% transparent; box-shadow: 1px 0px 0px transparent inset, -1px 0px 0px transparent inset, 1px 0px 0px rgba(255, 255, 255, 0), -1px 0px 0px rgba(255, 255, 255, 0); transition: background 0.2s ease-out 0s; } #branding .logo_icon:hover { background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.05); box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.16) inset, -1px 0px 0px rgba(0, 0, 0, 0.16) inset, 1px 0px 0px rgba(255, 255, 255, 0.02), -1px 0px 0px rgba(255, 255, 255, 0.02); } #branding .logo_icon:active { background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.2); box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.31) inset, -1px 0px 1px rgba(0, 0, 0, 0.31) inset, 1px 0px 0px rgba(255, 255, 255, 0.02), -1px 0px 0px rgba(255, 255, 255, 0.02); } #mustache_on_logo { display: block; background: url("http://localhost/Firecrow/evaluation/fullPages/02-salleedesign/images/header_assets_new.png") repeat scroll -10px -45px transparent; width: 90px; height: 30px; position: absolute; margin-top: 35px; transition: background-position 0.3s ease 0s; } #mustache_on_logo.m_1 { background-position: 5px -43px; } #mustache_on_logo.m_2 { background-position: -95px -43px; } #mustache_on_logo.m_3 { background-position: -195px -43px; } #mustache_on_logo.m_4 { background-position: -295px -43px; } #main_nav { float: right; margin-top: 0px; position: relative; z-index: 3; margin-right: 5px; width: 250px; } #main_nav li { float: left; } #main_nav ul li a.icons, #main_nav ul li a.iconsho { width: 48px; height: 70px; display: block; padding: 0px; background: url("http://localhost/Firecrow/evaluation/fullPages/02-salleedesign/images/header_assets_new.png") no-repeat scroll 0% 0% transparent; } #main_nav ul li a.iconsho { position: absolute; top: 0px; opacity: 0; transition: opacity 0.8s ease 0s; } #main_nav ul li:hover a.iconsho { opacity: 1; } #main_nav ul li:hover a.iconsho.selected { opacity: 0.3; } #main_nav ul li a.icons.home { background-position: -15px -119px; } #main_nav ul li a.icons.portfolio { background-position: -65px -119px; } #main_nav ul li a.icons.resources { background-position: -115px -119px; } #main_nav ul li a.icons.photoblog { background-position: -165px -119px; } #main_nav ul li a.icons.about { background-position: -215px -119px; } #main_nav ul li a.icons.home.selected { background-position: -15px -219px; } #main_nav ul li a.iconsho.home { background-position: -15px -169px; } #main_nav ul li a.iconsho.portfolio { background-position: -65px -169px; } #main_nav ul li a.iconsho.resources { background-position: -115px -169px; } #main_nav ul li a.iconsho.photoblog { background-position: -165px -169px; } #main_nav ul li a.iconsho.about { background-position: -215px -169px; } #main_nav ul li a.tooltips { position: absolute; font-size: 10px; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgba(30, 30, 30, 0.93); padding: 3px 8px; text-align: center; border-radius: 4px; margin-top: -14px; opacity: 0; text-decoration: none; transition: all 0.3s ease-in 0s; } #main_nav ul li a.tooltips.home { margin-left: 4px; } #main_nav ul li a.tooltips.portfolio { margin-left: -5px; } #main_nav ul li a.tooltips.resources { margin-left: -7px; } #main_nav ul li a.tooltips.photoblog { margin-left: 3px; } #main_nav ul li a.tooltips.about { margin-left: 7px; } #main_nav ul li:hover a.tooltips { opacity: 1; } .footer_wrapp { background: none repeat scroll 0% 0% rgb(40, 41, 46); position: relative; z-index: 0; } footer a, #details a { color: rgb(50, 150, 253); text-decoration: none; } footer a:hover, #details a:hover { color: rgb(141, 164, 249); } #details { background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.15); margin-top: 33px; padding: 25px 0px 10px; border-top: 1px solid rgba(255, 255, 255, 0.05); box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25) inset; font-size: 12px; } #details .backtop { text-align: right; } #details .backtop a { padding: 5px 20px; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(58, 91, 216); border-radius: 5px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5), 0px 2px 0px rgba(255, 255, 255, 0.05), 0px 1px 0px rgba(255, 255, 255, 0.26) inset, 0px -9px 9px rgb(40, 63, 198) inset; } </style> <style href="style/style.css" rel="stylesheet"> html { overflow-x: hidden; } .home_nav .grid_12 { text-align: center; position: absolute; z-index: 50; margin-top: -57px; transition: opacity 0.2s ease 0s; } .home_nav button { border: medium none; transition: background-position 0.2s ease 0s; } .home_nav .sides { width: 11px; height: 17px; background: url("http://localhost/Firecrow/evaluation/fullPages/02-salleedesign/images/navigation_assets.png") repeat scroll -17px 0px transparent; margin-right: 10px; } .home_nav .right { margin-right: 0px; margin-left: 10px; background-position: -28px 0px; } .home_nav .left:hover { background-position: -17px -17px; } .home_nav .right:hover { background-position: -28px -17px; } .home_nav .direct { width: 14px; height: 17px; background: url("http://localhost/Firecrow/evaluation/fullPages/02-salleedesign/images/navigation_assets.png") repeat scroll 0px 0px transparent; } .home_nav .direct:hover, .home_nav .selected { background-position: 0px -16px; } #home_slider { margin-left: 0px; height: 616px; position: relative; transition: margin 1s ease 0s; width: 50000px; background: none repeat scroll 0% 0% rgb(250, 250, 250); } .webmadeclean, .imake, .welcome, .menuslide, .myphotoblog { height: 616px; width: 2000px; overflow: hidden; float: left; z-index: 1; background: url("http://localhost/Firecrow/evaluation/fullPages/02-salleedesign/images/bg_white.png") repeat scroll 0% 0% rgb(236, 236, 238); } .welcome { background: url("http://localhost/Firecrow/evaluation/fullPages/02-salleedesign/images/sep_bg.png") repeat scroll 0% 0%, url("http://localhost/Firecrow/evaluation/fullPages/02-salleedesign/images/bg_blue.png") repeat-x scroll 0% 0% transparent; } .menuslide { padding-top: 12px; height: 604px; } </style> </head> <body id="top"> <header role="banner" id="branding"> <nav class="logo_text"> <h1><a href="http://salleedesign.com">sallee<span>design</span></a></h1> <div id="mustache_picker"> <div> <a class="m_1" id="selected_tache" href=""></a> <a class="expand_arrow" href="#"></a> </div> <ul> <li><a class="m_1 selected" href="#"></a></li> <li><a class="m_2" href="#"></a></li> <li><a class="m_3" href="#"></a></li> <li><a class="m_4" href="#"></a></li> <li><a class="m_5" href="#"></a></li> <li><a class="m_6" href="#"></a></li> <li><a class="m_7" href="#"></a></li> <li><a class="m_8" href="#"></a></li> <li><a class="m_9" href="#"></a></li> <li class="last"><a class="collapse_arrow" href="#"></a></li> </ul> </div> </nav> <nav id="main_nav"> <ul> <li> <a class="icons home" href="http://salleedesign.com/home/"></a> <a class="iconsho home" href="http://salleedesign.com/home/"></a> <a class="tooltips home" href="http://salleedesign.com/home/">home<p></p> </a></li><a class="tooltips home" href="http://salleedesign.com/home/"> </a><li><a class="tooltips home" href="http://salleedesign.com/home/"> </a><a class="icons portfolio" href="http://salleedesign.com/portfolio/"></a> <a class="iconsho portfolio" href="http://salleedesign.com/portfolio/"></a> <a class="tooltips portfolio" href="http://salleedesign.com/portfolio/">portfolio</a> </li> <li> <a class="icons resources" href="http://salleedesign.com/resources/"></a> <a class="iconsho resources" href="http://salleedesign.com/resources/"></a> <a class="tooltips resources" href="http://salleedesign.com/resources/">resources</a> </li> <li> <a class="icons photoblog" href="http://salleedesign.com/photoblog/"></a> <a class="iconsho photoblog" href="http://salleedesign.com/photoblog/"></a> <a class="tooltips photoblog" href="http://salleedesign.com/photoblog/">photos</a> </li> <li> <a class="icons about" href="http://salleedesign.com/about/"></a> <a class="iconsho about" href="http://salleedesign.com/about/"></a> <a class="tooltips about" href="http://salleedesign.com/about/">about</a> </li> </ul> </nav> <nav class="logo_icon"> <a class="m_1" id="mustache_on_logo" href="http://salleedesign.com"></a> </nav> </header> <div id="home_slider"> <section class="welcome"> </section> <section class="webmadeclean"> </section> <section class="imake"> </section> <section class="myphotoblog"> </section> <section class="menuslide"> </section> </div> <div class="container_12 home_nav"> <nav class="grid_12"> <button class="left sides"></button> <button class="slider_one direct selected"></button> <button class="slider_two direct"></button> <button class="slider_three direct"></button> <button class="slider_four direct"></button> <button class="slider_five direct"></button> <button class="right sides"></button> </nav> </div> <div class="footer_wrapp"> <div id="details"> <div class="container_12"> <p class="grid_2 backtop"><a class="scroller" href="#top">back to top!</a></p> </div> </div> </div> <script> +((function(window, undefined) { var readyList, rootjQuery, core_strundefined = typeof undefined, document = window.document, class2type = {}, core_deletedIds = [], core_version = '1.10.2', core_concat = core_deletedIds.concat, core_push = core_deletedIds.push, core_slice = core_deletedIds.slice, core_toString = class2type.toString, core_hasOwn = class2type.hasOwnProperty, core_trim = core_version.trim, jQuery = function(selector, context) { return new jQuery.fn.init(selector, context, rootjQuery); }, core_pnum = (/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/).source, core_rnotwhite = /\S+/g, rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/, rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>|)$/, rmsPrefix = /^-ms-/, rdashAlpha = /-([\da-z])/gi, fcamelCase = function(all, letter){}, completed = function(event) { if(document.addEventListener) { jQuery.ready(); } }; jQuery.fn = jQuery.prototype = { constructor: jQuery, init: function(selector, context, rootjQuery) { var match, elem; if(!selector) { return this; } if(typeof selector === 'string') { if(selector.charAt(0) === '<' && selector.charAt(selector.length - 1) === '>' && selector.length >= 3) { match = [null, selector, null]; } else { match = rquickExpr.exec(selector); } if(match && (match[1] || !context)) { if(match[1]) { context = context instanceof jQuery ? 0 : context; jQuery.merge(this, jQuery.parseHTML(match[1], context ? 0 : document, true)); return this; } else { elem = document.getElementById(match[2]); if(elem && elem.parentNode) { this.length = 1; this[0] = elem; } return this; } } else if(!context) { return (context || rootjQuery).find(selector); } } else if(selector.nodeType) { this[0] = selector; this.length = 1; return this; } else if(jQuery.isFunction(selector)) { return rootjQuery.ready(selector); } return jQuery.makeArray(selector, this); }, length: 0, toArray: function() { return core_slice.call(this); }, get: function(num) { return num == null ? this.toArray() : 0; }, pushStack: function(elems) { var ret = jQuery.merge(this.constructor(), elems); return ret; }, each: function(callback, args) { return jQuery.each(this, callback, args); }, ready: function(fn) { jQuery.ready.promise().done(fn); return this; } }; jQuery.fn.init.prototype = jQuery.fn; jQuery.extend = jQuery.fn.extend = function() { var src, copyIsArray, copy, name, options, clone, target = arguments[0], i = 1, length = arguments.length, deep = false; if(typeof target === 'boolean') { deep = target; target = arguments[1]; i = 2; } if(length === i) { target = this; --i; } for(;i < length;i++) { if((options = arguments[i]) != null) { for(name in options) { src = target[name]; copy = options[name]; if(deep && copy && (jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)))) { if(copyIsArray); else { clone = src && jQuery.isPlainObject(src) ? src : 0; } jQuery.extend(deep, clone, copy); } else if(copy !== undefined) { target[name] = copy; } } } } return target; }; jQuery.extend({ expando: 'jQuery' + (core_version + Math.random()).replace(/\D/g, ''), noConflict: function(deep){}, isReady: false, readyWait: 1, holdReady: function(hold){}, ready: function(wait) { readyList.resolveWith(document, [jQuery]); if(jQuery.fn.trigger) { jQuery(document); } }, isFunction: function(obj) { return jQuery.type(obj) === 'function'; }, isArray: Array.isArray || function(obj) { return jQuery.type(obj) === 'array'; }, isWindow: function(obj) { return obj != null && obj == obj.window; }, isNumeric: function(obj) { return !(isNaN(parseFloat(obj))) && isFinite(obj); }, type: function(obj) { return typeof obj === 'object' || typeof obj === 'function' ? class2type[core_toString.call(obj)] || 'object' : typeof obj; }, isPlainObject: function(obj) { var key; if(!obj || jQuery.type(obj) !== 'object' || obj.nodeType || jQuery.isWindow(obj)) { return false; } for(key in obj) ; return key === undefined || core_hasOwn.call(obj, key); }, isEmptyObject: function(obj){}, error: function(msg){}, parseHTML: function(data, context, keepScripts) { context = context; var parsed = rsingleTag.exec(data); if(parsed) { return [context.createElement(parsed[1])]; } }, parseJSON: function(data){}, parseXML: function(data){}, noop: function(){}, globalEval: function(data){}, camelCase: function(string) { return string.replace(rmsPrefix, 'ms-').replace(rdashAlpha, fcamelCase); }, nodeName: function(elem, name) { return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); }, each: function(obj, callback, args) { var i = 0, length = obj.length, isArray = isArraylike(obj); if(args); else { if(isArray) { for(;i < length;i++) { callback.call(obj[i], i, obj[i]); } } else { for(i in obj) { callback.call(obj[i], i, obj[i]); } } } return obj; }, trim: core_trim && !(core_trim.call(' ')) ? 0 : function(text) { return text == null ? 0 : (text + '').replace(rtrim, ''); }, makeArray: function(arr, results) { var ret = results; if(arr != null) { if(isArraylike(Object(arr))); else { core_push.call(ret, arr); } } return ret; }, inArray: function(elem, arr, i){}, merge: function(first, second) { var l = second.length, i = first.length, j = 0; if(typeof l === 'number') { for(;j < l;j++) { first[i++] = second[j]; } } first.length = i; return first; }, grep: function(elems, callback, inv){}, map: function(elems, callback, arg){}, guid: 1, proxy: function(fn, context){}, access: function(elems, fn, key, value, chainable, emptyGet, raw) { var i = 0, length = elems.length, bulk = key == null; if(jQuery.type(key) === 'object') { chainable = true; for(i in key) { jQuery.access(elems, fn, i, key[i], true, emptyGet, raw); } } else if(value !== undefined) { chainable = true; if(!(jQuery.isFunction(value))) { raw = true; } if(fn) { for(;i < length;i++) { fn(elems[i], key, raw ? value : 0); } } } return chainable ? elems : bulk ? 0 : length ? fn(elems[0], key) : 0; }, now: function(){}, swap: function(elem, options, callback, args) { var ret, name, old = {}; for(name in options) { old[name] = elem.style[name]; elem.style[name] = options[name]; } ret = callback.apply(elem, args || []); for(name in options) { elem.style[name] = old[name]; } return ret; } }); jQuery.ready.promise = function(obj) { if(!readyList) { readyList = jQuery.Deferred(); if(document.readyState === 'complete'); else if(document.addEventListener) { document.addEventListener('DOMContentLoaded', completed, false); } } return readyList.promise(obj); }; jQuery.each(('Boolean Number String Function Array Date RegExp Object Error').split(' '), function(i, name) { class2type[('[object ' + name) + ']'] = name.toLowerCase(); }); function isArraylike(obj) { var length = obj.length, type = jQuery.type(obj); if(jQuery.isWindow(obj)) { return false; } return type === 'array' || (type !== 'function' && (length === 0 || (typeof length === 'number' && length > 0 && (length - 1) in obj))); } rootjQuery = jQuery(document); (function(window, undefined) { var support, Expr, isXML, setDocument, document, docElem, documentIsHTML, rbuggyQSA, contains, expando = 'sizzle' + -(new Date()), preferredDoc = window.document, arr = [], push = arr.push, booleans = 'checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped', matchExpr = { 'bool': new RegExp(('^(?:' + booleans) + ')$', 'i') }, rnative = /^[^{]+\{\s*\[native \w/, rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/; function Sizzle(selector, context, results, seed) { var match, m, nodeType, newContext, newSelector; context = context; results = results; if((nodeType = context.nodeType) !== 1 && nodeType !== 9); if(documentIsHTML && !seed) { if(match = rquickExpr.exec(selector)) { if(m = match[1]); else if(match[2]) { push.apply(results, context.getElementsByTagName(selector)); return results; } else if((m = match[3]) && support.getElementsByClassName && context.getElementsByClassName) { push.apply(results, context.getElementsByClassName(m)); return results; } } if(support.qsa && !rbuggyQSA) { newContext = context; newSelector = nodeType === 9 && selector; if(newSelector) { try { push.apply(results, newContext.querySelectorAll(newSelector)); return results; } catch(qsaError){} } } } } function assert(fn) { var div = document.createElement('div'); try { return !(!(fn(div))); } catch(e){} } isXML = Sizzle.isXML = function(elem) { var documentElement = elem && (elem.ownerDocument || elem).documentElement; return documentElement ? documentElement.nodeName !== 'HTML' : 0; }; support = Sizzle.support = {}; setDocument = Sizzle.setDocument = function(node) { var doc = node ? 0 : preferredDoc; document = doc; docElem = doc.documentElement; documentIsHTML = !(isXML(doc)); support.attributes = assert(function(div) { div.className = 'i'; return !(div.getAttribute('className')); }); support.getElementsByClassName = assert(function(div) { div.innerHTML = '<div class=\'a\'></div><div class=\'a i\'></div>'; div.firstChild.className = 'i'; return div.getElementsByClassName('i').length === 2; }); assert(function(div) { docElem.appendChild(div).id = expando; return !(doc.getElementsByName) || !(doc.getElementsByName(expando).length); }); rbuggyQSA = []; if(support.qsa = rnative.test(doc.querySelectorAll)); rbuggyQSA = rbuggyQSA.length; contains = rnative.test(docElem.contains) ? function(a, b) { var adown = a.nodeType === 9 ? 0 : a, bup = b && b.parentNode; return a === bup || !(!(bup && bup.nodeType === 1 && (adown.contains ? adown.contains(bup) : 0))); } : 0; return doc; }; Sizzle.contains = function(context, elem) { return contains(context, elem); }; Sizzle.attr = function(elem, name) { var fn = Expr.attrHandle[name.toLowerCase()], val = fn ? 0 : undefined; return val === undefined ? support.attributes ? elem.getAttribute(name) : 0 : 0; }; Expr = Sizzle.selectors = { match: matchExpr, attrHandle: {} }; setDocument(); jQuery.find = Sizzle; jQuery.expr = Sizzle.selectors; jQuery.isXMLDoc = Sizzle.isXML; jQuery.contains = Sizzle.contains; })(window); var optionsCache = {}; function createOptions(options) { var object = optionsCache[options] = {}; return object; } jQuery.Callbacks = function(options) { options = typeof options === 'string' ? optionsCache[options] || createOptions(options) : 0; var firing, fired, firingLength, firingIndex, firingStart, list = [], fire = function(data) { firingIndex = firingStart || 0; firingLength = list.length; for(;list && firingIndex < firingLength;firingIndex++) { if(list[firingIndex].apply(data[0], data[1]) === false); } }, self = { add: function() { if(list) { (function add(args) { jQuery.each(args, function(_, arg) { var type = jQuery.type(arg); if(type === 'function') { if(!(options.unique)) { list.push(arg); } } }); })(arguments); } return this; }, disable: function() { return this; }, lock: function() { return this; }, fireWith: function(context, args) { if(list && !fired) { args = args; args = [context, args.slice ? args.slice() : 0]; if(firing); else { fire(args); } } return this; } }; return self; }; jQuery.extend({ Deferred: function(func) { var tuples = [['resolve', 'done', jQuery.Callbacks('once memory'), 'resolved'], ['reject', 'fail', jQuery.Callbacks('once memory'), 'rejected'], ['notify', 'progress', jQuery.Callbacks('memory')]], promise = { state: function(){}, always: function(){}, then: function(){}, promise: function(obj) { return obj != null ? jQuery.extend(obj, promise) : promise; } }, deferred = {}; promise.pipe = promise.then; jQuery.each(tuples, function(i, tuple) { var list = tuple[2], stateString = tuple[3]; promise[tuple[1]] = list.add; if(stateString) { list.add(function(){}, tuples[i ^ 1][2].disable, tuples[2][2].lock); } deferred[tuple[0] + 'With'] = list.fireWith; }); promise.promise(deferred); return deferred; }, when: function(subordinate){} }); (function(support) { for(i in jQuery(support)) { break; } jQuery(function() { var container, body = document.getElementsByTagName('body')[0]; container = document.createElement('div'); container.style.cssText = 'border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px'; body.appendChild(container); jQuery.swap(body, body.style.zoom != null ? {zoom: 1} : 0, function(){}); body.removeChild(container); }); return support; })({}); function internalData(elem, name, data, pvt) { var ret, thisCache, internalKey = jQuery.expando, isNode = elem.nodeType, cache = isNode ? jQuery.cache : 0, id = isNode ? elem[internalKey] : 0; if(!id) { if(isNode) { id = elem[internalKey] = core_deletedIds.pop() || jQuery.guid++; } } if(!(cache[id])) { cache[id] = isNode ? {} : 0; } thisCache = cache[id]; if(typeof name === 'string') { ret = thisCache[name]; } else { ret = thisCache; } return ret; } jQuery.extend({ cache: {}, noData: {}, hasData: function(elem){}, data: function(elem, name, data){}, removeData: function(elem, name){}, _data: function(elem, name, data) { return internalData(elem, name, data, true); }, _removeData: function(elem, name){}, acceptData: function(elem){} }); jQuery.fn.extend({ data: function(key, value){}, removeData: function(key){} }); jQuery.extend({ queue: function(elem, type, data){}, dequeue: function(elem, type){}, _queueHooks: function(elem, type){} }); jQuery.fn.extend({ queue: function(type, data){}, dequeue: function(type){}, delay: function(time, type){}, clearQueue: function(type){}, promise: function(type, obj){} }); var nodeHook, rclass = /[\t\r\n\f]/g; jQuery.fn.extend({ attr: function(name, value) { return jQuery.access(this, jQuery.attr, name, value, arguments.length > 1); }, removeAttr: function(name){}, prop: function(name, value){}, removeProp: function(name){}, addClass: function(value) { var classes, elem, cur, clazz, j, i = 0, len = this.length, proceed = typeof value === 'string' && value; if(proceed) { classes = (value).match(core_rnotwhite); for(;i < len;i++) { elem = this[i]; cur = elem.nodeType === 1 && (elem.className ? ((' ' + elem.className) + ' ').replace(rclass, ' ') : ' '); if(cur) { j = 0; while(clazz = classes[j++]) { if(cur.indexOf((' ' + clazz) + ' ') < 0) { cur += clazz + ' '; } } elem.className = jQuery.trim(cur); } } } return this; }, removeClass: function(value) { var classes, elem, cur, clazz, j, i = 0, len = this.length, proceed = arguments.length === 0 || (typeof value === 'string' && value); if(proceed) { classes = (value || '').match(core_rnotwhite) || []; for(;i < len;i++) { elem = this[i]; cur = elem.nodeType === 1 && (elem.className ? ((' ' + elem.className) + ' ').replace(rclass, ' ') : 0); if(cur) { j = 0; while(clazz = classes[j++]) { while(cur.indexOf((' ' + clazz) + ' ') >= 0) { cur = cur.replace((' ' + clazz) + ' ', ' '); } } elem.className = value ? jQuery.trim(cur) : ''; } } } return this; }, toggleClass: function(value, stateVal){}, hasClass: function(selector){}, val: function(value){} }); jQuery.extend({ valHooks: {}, attr: function(elem, name, value) { var hooks, ret, nType = elem.nodeType; if(nType !== 1 || !(jQuery.isXMLDoc(elem))) { name = name.toLowerCase(); hooks = jQuery.attrHooks[name] || (jQuery.expr.match.bool.test(name) ? 0 : nodeHook); } if(value !== undefined); else if(hooks); else { ret = jQuery.find.attr(elem, name); return ret == null ? 0 : ret; } }, removeAttr: function(elem, value){}, attrHooks: {}, propFix: {}, prop: function(elem, name, value){}, propHooks: {} }); var rmouseEvent = /^(?:mouse|contextmenu)|click/, rtypenamespace = /^([^.]*)(?:\.(.+)|)$/; function returnFalse() { return false; } jQuery.event = { add: function(elem, types, handler, data, selector) { var tmp, events, t, handleObjIn, special, eventHandle, handleObj, handlers, type, origType, elemData = jQuery._data(elem); if(!(handler.guid)) { handler.guid = jQuery.guid++; } if(!(events = elemData.events)) { events = elemData.events = {}; } if(!(eventHandle = elemData.handle)) { eventHandle = elemData.handle = function(e) { return typeof jQuery !== core_strundefined && (!e || jQuery.event.triggered !== e.type) ? jQuery.event.dispatch.apply(eventHandle.elem, arguments) : 0; }; eventHandle.elem = elem; } types = (types).match(core_rnotwhite); t = types.length; while(t--) { tmp = rtypenamespace.exec(types[t]); type = origType = tmp[1]; special = jQuery.event.special[type] || {}; type = (selector ? 0 : special.bindType) || type; special = jQuery.event.special[type] || {}; handleObj = jQuery.extend({ origType: origType, handler: handler }, handleObjIn); if(!(handlers = events[type])) { handlers = events[type] = []; handlers.delegateCount = 0; if(!(special.setup)) { if(elem.addEventListener) { elem.addEventListener(type, eventHandle, false); } } } if(selector); else { handlers.push(handleObj); } } }, dispatch: function(event) { event = jQuery.event.fix(event); var i, ret, handleObj, matched, j, handlerQueue, args = core_slice.call(arguments), handlers = (jQuery._data(this, 'events'))[event.type]; args[0] = event; handlerQueue = jQuery.event.handlers.call(this, event, handlers); i = 0; while((matched = handlerQueue[i++]) && !(event.isPropagationStopped())) { j = 0; while((handleObj = matched.handlers[j++]) && !(event.isImmediatePropagationStopped())) { if(!(event.namespace_re)) { event.handleObj = handleObj; ret = ((jQuery.event.special[handleObj.origType]).handle || handleObj.handler).apply(matched.elem, args); if(ret !== undefined) { if((event.result = ret) === false) { event.preventDefault(); event.stopPropagation(); } } } } } return event.result; }, handlers: function(event, handlers) { var handlerQueue = [], delegateCount = handlers.delegateCount; if(delegateCount < handlers.length) { handlerQueue.push({ elem: this, handlers: handlers.slice(delegateCount) }); } return handlerQueue; }, fix: function(event) { var i, prop, copy, type = event.type, originalEvent = event, fixHook = this.fixHooks[type]; if(!fixHook) { this.fixHooks[type] = fixHook = rmouseEvent.test(type) ? this.mouseHooks : 0; } copy = fixHook.props ? this.props.concat(fixHook.props) : 0; event = new jQuery.Event(originalEvent); i = copy.length; while(i--) { prop = copy[i]; event[prop] = originalEvent[prop]; } return fixHook.filter ? fixHook.filter(event, originalEvent) : 0; }, props: ('altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which').split(' '), fixHooks: {}, mouseHooks: { props: ('button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement').split(' '), filter: function(event, original) { return event; } }, special: { click: {} } }; jQuery.Event = function(src, props) { if(src && src.type) { this.originalEvent = src; this.type = src.type; } }; jQuery.Event.prototype = { isPropagationStopped: returnFalse, isImmediatePropagationStopped: returnFalse, preventDefault: function() { var e = this.originalEvent; if(e.preventDefault) { e.preventDefault(); } }, stopPropagation: function() { var e = this.originalEvent; if(e.stopPropagation) { e.stopPropagation(); } } }; jQuery.each({mouseenter: 'mouseover', mouseleave: 'mouseout'}, function(orig, fix) { jQuery.event.special[orig] = { bindType: fix, handle: function(event) { var ret, target = this, related = event.relatedTarget, handleObj = event.handleObj; if(!related || (related !== target && !(jQuery.contains(target, related)))) { ret = handleObj.handler.apply(this, arguments); } return ret; } }; }); jQuery.fn.extend({ on: function(types, selector, data, fn, one) { if(data == null); else if(fn == null) { if(typeof selector === 'string'); else { fn = data; data = selector; selector = undefined; } } return this.each(function() { jQuery.event.add(this, types, fn, data, selector); }); }, one: function(types, selector, data, fn){}, off: function(types, selector, fn){}, trigger: function(type, data){}, triggerHandler: function(type, data){} }); jQuery.fn.extend({ find: function(selector) { var i, ret = [], self = this, len = self.length; for(i = 0;i < len;i++) { jQuery.find(selector, self[i], ret); } ret = this.pushStack(len > 1 ? 0 : ret); return ret; }, has: function(target){}, not: function(selector){}, filter: function(selector){}, is: function(selector){}, closest: function(selectors, context){}, index: function(elem){}, add: function(selector, context){}, addBack: function(selector){} }); jQuery.extend({ filter: function(expr, elems, not){}, dir: function(elem, dir, until){}, sibling: function(n, elem){} }); function createSafeFragment(document) { var safeFrag = document.createDocumentFragment(); return safeFrag; } jQuery.fn.extend({ text: function(value){}, append: function() { return this.domManip(arguments, function(elem) { if(this.nodeType === 1) { var target = manipulationTarget(this, elem); target.appendChild(elem); } }); }, prepend: function(){}, before: function(){}, after: function(){}, remove: function(selector, keepData){}, empty: function(){}, clone: function(dataAndEvents, deepDataAndEvents){}, html: function(value){}, replaceWith: function(){}, detach: function(selector){}, domManip: function(args, callback, allowIntersection) { args = core_concat.apply([], args); var first, node, fragment, i = 0, l = this.length; if(l) { fragment = jQuery.buildFragment(args, this[0].ownerDocument, false, !allowIntersection && this); first = fragment.firstChild; if(fragment.childNodes.length === 1) { fragment = first; } if(first) { for(;i < l;i++) { node = fragment; callback.call(this[i], node, i); } } } return this; } }); function manipulationTarget(elem, content) { return jQuery.nodeName(elem, 'table') ? 0 : elem; } jQuery.each({appendTo: 'append', replaceAll: 'replaceWith'}, function(name, original) { jQuery.fn[name] = function(selector) { var elems, i = 0, ret = [], insert = jQuery(selector), last = insert.length - 1; for(;i <= last;i++) { elems = i === last ? this : 0; jQuery(insert[i])[original](elems); core_push.apply(ret, elems.get()); } return this.pushStack(ret); }; }); jQuery.extend({ clone: function(elem, dataAndEvents, deepDataAndEvents){}, buildFragment: function(elems, context, scripts, selection) { var elem, l = elems.length, safe = createSafeFragment(context), nodes = [], i = 0; for(;i < l;i++) { elem = elems[i]; if(elem) { if(jQuery.type(elem) === 'object') { jQuery.merge(nodes, elem.nodeType ? 0 : elem); } } } i = 0; while(elem = nodes[i++]) { (safe.appendChild(elem), null); } return safe; }, cleanData: function(elems, acceptData){}, _evalUrl: function(url){} }); jQuery.fn.extend({ wrapAll: function(html){}, wrapInner: function(html){}, wrap: function(html){}, unwrap: function(){} }); var getStyles, curCSS, rnumsplit = new RegExp(('^(' + core_pnum) + ')(.*)$', 'i'), cssExpand = ['Top', 'Right', 'Bottom', 'Left']; function vendorPropName(style, name) { if(name in style) { return name; } } jQuery.fn.extend({ css: function(name, value) { return jQuery.access(this, function(elem, name, value) { return value !== undefined ? jQuery.style(elem, name, value) : 0; }, name, value, arguments.length > 1); }, show: function(){}, hide: function(){}, toggle: function(state){} }); jQuery.extend({ cssHooks: {}, cssNumber: {}, cssProps: {}, style: function(elem, name, value, extra) { var type, hooks, origName = jQuery.camelCase(name), style = elem.style; name = jQuery.cssProps[origName]; hooks = jQuery.cssHooks[name]; if(value !== undefined) { type = typeof value; if(type === 'number' && !(jQuery.cssNumber[origName])) { value += 'px'; } if(!hooks || !('set' in hooks) || (value = hooks.set(elem, value, extra)) !== undefined) { try { style[name] = value; } catch(e){} } } }, css: function(elem, name, extra, styles) { var num, val, hooks, origName = jQuery.camelCase(name); name = jQuery.cssProps[origName] || (jQuery.cssProps[origName] = vendorPropName(elem.style, origName)); hooks = jQuery.cssHooks[name] || jQuery.cssHooks[origName]; if(hooks && 'get' in hooks) { val = hooks.get(elem, true, extra); } if(val === undefined) { val = curCSS(elem, name, styles); } if(extra === '' || extra) { num = parseFloat(val); return extra === true || jQuery.isNumeric(num) ? num || 0 : 0; } return val; } }); if(window.getComputedStyle) { getStyles = function(elem) { return window.getComputedStyle(elem, null); }; curCSS = function(elem, name, _computed) { var computed = _computed, ret = computed ? computed.getPropertyValue(name) || computed[name] : 0; return ret; }; } function setPositiveNumber(elem, value, subtract) { var matches = rnumsplit.exec(value); return matches ? Math.max(0, matches[1] - (subtract || 0)) + matches[2] : 0; } function augmentWidthOrHeight(elem, name, extra, isBorderBox, styles) { var i = extra === (isBorderBox ? 'border' : 0) ? 0 : name === 'width' ? 1 : 0, val = 0; for(;i < 4;i += 2) { if(isBorderBox) { if(extra === 'content') { val -= jQuery.css(elem, 'padding' + cssExpand[i], true, styles); } if(extra !== 'margin') { val -= jQuery.css(elem, ('border' + cssExpand[i]) + 'Width', true, styles); } } } return val; } function getWidthOrHeight(elem, name, extra) { var valueIsBorderBox = true, val = name === 'width' ? elem.offsetWidth : 0, styles = getStyles(elem), isBorderBox = jQuery.css(elem, 'boxSizing', false, styles); return (val + augmentWidthOrHeight(elem, name, extra, valueIsBorderBox, styles)) + 'px'; } jQuery.each(['height', 'width'], function(i, name) { jQuery.cssHooks[name] = { get: function(elem, computed, extra) { if(computed) { return elem.offsetWidth === 0 ? 0 : getWidthOrHeight(elem, name, extra); } }, set: function(elem, value, extra) { return setPositiveNumber(elem, value, extra ? 0 : 0); } }; }); jQuery(function(){}); jQuery.fn.extend({ serialize: function(){}, serializeArray: function(){} }); jQuery.each((('blur focus focusin focusout load resize scroll unload click dblclick ' + 'mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave ') + 'change select submit keydown keypress keyup error contextmenu').split(' '), function(i, name) { jQuery.fn[name] = function(data, fn) { return arguments.length > 0 ? this.on(name, null, data, fn) : 0; }; }); jQuery.fn.extend({ hover: function(fnOver, fnOut) { return this.mouseenter(fnOver).mouseleave(fnOut || fnOver); }, bind: function(types, data, fn){}, unbind: function(types, fn){}, delegate: function(selector, types, data, fn){}, undelegate: function(selector, types, fn){} }); var prefilters = {}, transports = {}, allTypes = ('*/').concat('*'); function addToPrefiltersOrTransports(structure) { return function(dataTypeExpression, func){}; } function ajaxExtend(target, src) { var deep, key, flatOptions = jQuery.ajaxSettings.flatOptions; for(key in src) { if(src[key] !== undefined) { (flatOptions[key] ? 0 : deep || (deep = {}))[key] = src[key]; } } if(deep) { jQuery.extend(true, target, deep); } return target; } jQuery.extend({ active: 0, lastModified: {}, etag: {}, ajaxSettings: { accepts: { '*': allTypes, json: 'application/json, text/javascript' }, contents: {xml: /xml/, json: /json/}, converters: { '* text': String, 'text xml': jQuery.parseXML }, flatOptions: {} }, ajaxSetup: function(target, settings) { return settings ? 0 : ajaxExtend(jQuery.ajaxSettings, target); }, ajaxPrefilter: addToPrefiltersOrTransports(prefilters), ajaxTransport: addToPrefiltersOrTransports(transports), ajax: function(url, options){}, getJSON: function(url, data, callback){}, getScript: function(url, callback){} }); jQuery.ajaxSetup({ accepts: {script: 'text/javascript, application/javascript, application/ecmascript, application/x-ecmascript'}, contents: {script: /(?:java|ecma)script/}, converters: { 'text script': function(text){} } }); jQuery.ajaxSetup({ jsonp: 'callback', jsonpCallback: function(){} }); function Animation(elem, properties, options){} jQuery.extend(Animation, { tweener: function(props, callback){}, prefilter: function(callback, prepend){} }); jQuery.fn.extend({ fadeTo: function(speed, to, easing, callback){}, animate: function(prop, speed, easing, callback){}, stop: function(type, clearQueue, gotoEnd){}, finish: function(type){} }); jQuery.fn.extend({ position: function(){}, offsetParent: function(){} }); jQuery.each({Height: 'height', Width: 'width'}, function(name, type) { jQuery.each({ padding: 'inner' + name, content: type, '': 'outer' + name }, function(defaultExtra, funcName) { jQuery.fn[funcName] = function(margin, value) { var chainable = arguments.length, extra = defaultExtra; return jQuery.access(this, function(elem, type, value) { if(jQuery.isWindow(elem)) { return elem.document.documentElement['client' + name]; } return value === undefined ? jQuery.css(elem, type, extra) : 0; }, type, chainable ? 0 : undefined, chainable, null); }; }); }); if(typeof module === 'object'); else { window.jQuery = window.$ = jQuery; } })(window)); </script> <script> $current_class = 'm_1'; var $root = $(document.documentElement), $window = $(window); var windowWidth; $(document).ready(function() { $('#mustache_picker').addClass('initialized'); ($root.width(), null, $('<style/>').appendTo('head'), manage_scroller()); onMoustacheHover(); onMoustachePicked(); onlistOut(); onMustachePickExpand(); }); function onMoustacheHover() { $('#mustache_picker ul li a').hover(function() { tmp = $(this).attr('class'); if(tmp != 'collapse_arrow') { $('#mustache_on_logo').removeClass().addClass(tmp); } }); } function onlistOut() { $('#mustache_picker ul li a').hover(function(){}, function() { setMoustacheLogo(); }); } function setMoustacheLogo() { $('#mustache_on_logo').removeClass().addClass($current_class); } function onMoustachePicked() { $('#mustache_picker li a').click(function() { if(tmp != 'collapse_arrow') { $('#mustache_picker ul li a').removeClass('selected'); $(this).addClass('selected'); setMoustacheLogo(); collapseMe(); } return false; }); } function onMustachePickExpand() { $('#selected_tache').click(function(){}); $('#mustache_picker .expand_arrow').click(function() { expandMe(); return false; }); $('#mustache_picker ul .collapse_arrow').click(function(){}); } function expandMe() { $('#branding .logo_text h1').addClass('expandme'); $('#mustache_picker').addClass('expandme'); } function collapseMe() { $('#branding .logo_text h1').removeClass('expandme'); $('#mustache_picker').removeClass('expandme'); } function manage_scroller() { jQuery('.scroller').click(function(){}); } </script> <script> var $root = $(document.documentElement), $window = $(window); $(document).ready(function() { (windowWidth = $(window).width(), $(window), $('<style/>').appendTo('head'), $('#main_nav ul li a.home').addClass('selected')); $('.welcome').css({ 'width': windowWidth }); $('.webmadeclean').css({ 'width': windowWidth }); $('.imake').css({ 'width': windowWidth }); $('.menuslide').css({ 'width': windowWidth }); $('.myphotoblog').css({ 'width': windowWidth }); $('#home_loader'); $('.slider_one').click(function(){}); $('.slider_two').click(function(){}); $('.slider_three').click(function(){}); $('.slider_four').click(function(){}); $('.slider_five').click(function(){}); $('.home_nav .right').click(function(){}); $('.home_nav .left').click(function(){}); $(document).keydown(function(e){}); $(window); }); </script> </body> </html>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/7654c1adcac88c344228e8d9a82f28c941d87a52549a373a8380b284187507aa.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./a403e5220be454de028ff1bff6661d4a11efb0e3059dec68e6ccc8ec22768abb.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
doc/uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCompany.html
tomtau/xml_normaliser
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_35) on Sun Mar 31 19:35:55 BST 2013 --> <TITLE> DTDParserTestCompany </TITLE> <META NAME="date" CONTENT="2013-03-31"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="DTDParserTestCompany"; } } </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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DTDParserTestCompany.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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;<A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParser.DTDParserException.html" title="class in uk.ac.ed.inf.proj.xmlnormaliser.parser.dtd"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCourses.html" title="class in uk.ac.ed.inf.proj.xmlnormaliser.parser.dtd"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../../index.html?uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCompany.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DTDParserTestCompany.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> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> uk.ac.ed.inf.proj.xmlnormaliser.parser.dtd</FONT> <BR> Class DTDParserTestCompany</H2> <PRE> java.lang.Object <IMG SRC="../../../../../../../../resources/inherit.gif" ALT="extended by "><B>uk.ac.ed.inf.proj.xmlnormaliser.parser.dtd.DTDParserTestCompany</B> </PRE> <HR> <DL> <DT><PRE>public class <B>DTDParserTestCompany</B><DT>extends java.lang.Object</DL> </PRE> <P> Unit tests of the basic DTD parser (one more simple DTD) <P> <P> <DL> <DT><B>Author:</B></DT> <DD>Tomas Tauber</DD> </DL> <HR> <P> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCompany.html#DTDParserTestCompany()">DTDParserTestCompany</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCompany.html#setUpBeforeClass()">setUpBeforeClass</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reads the file and loads it into the parser</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><A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCompany.html#testAttributesMatches()">testAttributesMatches</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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><A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCompany.html#testDisjuctiveType()">testDisjuctiveType</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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><A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCompany.html#testElementsMatch()">testElementsMatch</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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><A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCompany.html#testRootElementMatches()">testRootElementMatches</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="DTDParserTestCompany()"><!-- --></A><H3> DTDParserTestCompany</H3> <PRE> public <B>DTDParserTestCompany</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="setUpBeforeClass()"><!-- --></A><H3> setUpBeforeClass</H3> <PRE> public static void <B>setUpBeforeClass</B>() throws java.lang.Exception</PRE> <DL> <DD>Reads the file and loads it into the parser <P> <DD><DL> <DT><B>Throws:</B> <DD><CODE>java.lang.Exception</CODE></DL> </DD> </DL> <HR> <A NAME="testElementsMatch()"><!-- --></A><H3> testElementsMatch</H3> <PRE> public void <B>testElementsMatch</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="testAttributesMatches()"><!-- --></A><H3> testAttributesMatches</H3> <PRE> public void <B>testAttributesMatches</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="testRootElementMatches()"><!-- --></A><H3> testRootElementMatches</H3> <PRE> public void <B>testRootElementMatches</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="testDisjuctiveType()"><!-- --></A><H3> testDisjuctiveType</H3> <PRE> public void <B>testDisjuctiveType</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DTDParserTestCompany.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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;<A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParser.DTDParserException.html" title="class in uk.ac.ed.inf.proj.xmlnormaliser.parser.dtd"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCourses.html" title="class in uk.ac.ed.inf.proj.xmlnormaliser.parser.dtd"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../../index.html?uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCompany.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DTDParserTestCompany.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> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
mirror/prvCode_07/cityCode_005-areaCode_02-deptCode_007/voteCode_20120101T1A2-qryType_ctks-prvCode_06-cityCode_005-areaCode_02-deptCode_007-liCode_0152.html
g0v/projectV
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 選舉資料查詢 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>中選會選舉資料庫網站</title> <link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css"> <script type="text/javascript"> function AddToFaves_hp() { var is_4up = parseInt(navigator.appVersion); var is_mac = navigator.userAgent.toLowerCase().indexOf("mac")!=-1; var is_ie = navigator.userAgent.toLowerCase().indexOf("msie")!=-1; var thePage = location.href; if (thePage.lastIndexOf('#')!=-1) thePage = thePage.substring(0,thePage.lastIndexOf('#')); if (is_ie && is_4up && !is_mac) window.external.AddFavorite(thePage,document.title); else if (is_ie || document.images) booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60'); //booker_hp.focus(); } </script> </head> <body class="frame"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 標題:選舉資料庫網站 --> <div style="width: 100%; height: 56px; margin: 0px 0px 0px 0px; border-style: solid; border-width: 0px 0px 1px 0px; border-color: black;"> <div style="float: left;"> <img src="http://db.cec.gov.tw/images/main_title.gif" /> </div> <div style="width: 100%; height: 48px;"> <div style="text-align: center;"> <img src="http://db.cec.gov.tw/images/small_ghost.gif" /> <span style="height: 30px; font-size: 20px;"> <a href="http://www.cec.gov.tw" style="text-decoration: none;">回中選會網站</a> </span> </div> </div> <div style="width: 100%; height: 8px; background-color: #fde501;"> </div> </div> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 頁籤 --> <div style="width: 100%; height: 29px; background-image: url('http://db.cec.gov.tw/images/tab_background.gif'); background-repeat: repeat-x;"> <div style="text-align: center;"> <a href="histMain.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_01.gif" /></a> <a href="histCand.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_02.gif" /></a> <!-- <a href=""><img border="0" src="images/tab_03.gif" /></a> --> <!-- <a href=""><img border="0" src="images/tab_04.gif" /></a> --> <a href="histQuery.jsp?voteCode=20120101T1A2&amp;qryType=ctks&amp;prvCode=06&amp;cityCode=005&amp;areaCode=02&amp;deptCode=007&amp;liCode=0152#"><img border="0" src="http://db.cec.gov.tw/images/tab_05.gif" onClick="AddToFaves_hp()" /></a> <a href="mailto:info@cec.gov.tw;ytlin@cec.gov.tw"><img border="0" src="http://db.cec.gov.tw/images/tab_06.gif" /></a> </div> </div> <div style="width: 100%; height: 22px; background-image: url('http://db.cec.gov.tw/images/tab_separator.gif'); background-repeat: repeat-x;"> </div> <div class="query"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 子頁面:查詢候選人得票數 --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 標題 --> <div class="titlebox"> <div class="title"> <div class="head">第 08 屆 立法委員選舉(區域)&nbsp;候選人得票數</div> <div class="date">投票日期:中華民國101年01月14日</div> <div class="separator"></div> </div> </div> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 查詢:候選人得票數,縣市多選區,如區域立委 --> <link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/qryCtks.css" /> <!-- 投開票所表頭 --> <table class="ctks" width="950" height="22" border=1 cellpadding="0" cellspacing="0" > <tr class="title"> <td nowrap align="center">地區</td> <td nowrap align="center">姓名</td> <td nowrap align="center">號次</td> <td nowrap align="center">得票數</td> <td nowrap align="center">得票率</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap rowspan=2 align=center>彰化縣第02選區彰化市南安里第0255投開票所</td> <td nowrap align="center">黃秀芳</td> <td nowrap align="center">1</td> <td nowrap align="right">383</td> <td nowrap align="right"> 44.12%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap align="center">林滄敏</td> <td nowrap align="center">2</td> <td nowrap align="right">485</td> <td nowrap align="right"> 55.87%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap rowspan=2 align=center>彰化縣第02選區彰化市南安里第0256投開票所</td> <td nowrap align="center">黃秀芳</td> <td nowrap align="center">1</td> <td nowrap align="right">283</td> <td nowrap align="right"> 45.64%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap align="center">林滄敏</td> <td nowrap align="center">2</td> <td nowrap align="right">337</td> <td nowrap align="right"> 54.35%</td> </tr> </table> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <div style="width: 100%; height: 20px; margin: 30px 0px 0px 0px; text-align: center; "> <span> <img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" /> </span> <span style="margin: 0px 10px 0px 10px; "> <a style="text-decoration: none; font-size: 15px; " href="histPrint">下載</a> </span> <span> <img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" /> </span> <span style="margin-right: 100px;">&nbsp;</span> <span> <img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" /> </span> <span style="margin: 0px 10px 0px 10px; "> <a style="text-decoration: none; font-size: 15px; " href="histMain.jsp">離開</a> </span> <span> <img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" /> </span> </div> </div> </body> </html>
Partners/GamePix/Stacker_GamePix2/index.html
Guighost/Guighost.github.io
<!DOCTYPE html> <!--GuiGhost Games - GuiStack- Tower of Balance--> <!--GuiGhost Games - GuiStack v1.2 March 2018--> <html> <head> <script src="https://integration.gamepix.com/sdk/v3/gamepix.sdk.js"></script> <title>Stacker - Boxes of Balance</title> <meta name="viewport" content="width = device-width, initial-scale = 1.0, maximum-scale = 1.0, minimum-scale = 1.0, user-scalable = no, minimal-ui" /> <meta charset="UTF-8"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta property="og:type" content="game" /> <meta property="og:title" content="Stacker: Boxes of Balance" /> <meta property="og:description" content="Fun Physics games of box dropping to get the high score, but don't let them fall - Family Friendly Free Online Game" /> <link rel="shortcut icon" sizes="256x256" href="assets/sprites/crate16.png" /> <style type="text/css"> * { padding: 0; margin: 0; } body { background: #0259a0; background: url("images/bg.png") center fixed; background-size: cover; background-repeat: no-repeat; background-color: black; overflow: hidden; width: 100%; height: 100%; margin: 0; } canvas { touch-action: none; -ms-touch-action: none; position: absolute; top: 0; } #wrongorientation { background: url("images/wrongorientation.png") no-repeat center center fixed; background-size: contain; position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 1000; display: none; } #gameDiv { width: 100%; position: absolute; top: 0; } #gameLink { position: absolute; left: 50%; bottom: 15%; width: 232px; height: 79px; transform: translateX(-115px); z-index: 2000; } #gGlogoMenu { background: url("images/gabbyLogo.png"); background-repeat: no-repeat; background-size: contain; background-position: center; } #loadingGG { position: absolute; top: 15%; left: 50%; min-width: 200px; height: 60%; transform: translateX(-150px); z-index: 15000; } #rateMeBtnWrap { position: absolute; bottom: 5px; width: 100%; left: 0px; } @-webkit-keyframes heartBeat { 0% { -webkit-transform: scale(1); transform: scale(1); } 14% { -webkit-transform: scale(1.3); transform: scale(1.3); } 28% { -webkit-transform: scale(1); transform: scale(1); } 42% { -webkit-transform: scale(1.3); transform: scale(1.3); } 70% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes heartBeat { 0% { -webkit-transform: scale(1); transform: scale(1); } 14% { -webkit-transform: scale(1.3); transform: scale(1.3); } 28% { -webkit-transform: scale(1); transform: scale(1); } 42% { -webkit-transform: scale(1.3); transform: scale(1.3); } 70% { -webkit-transform: scale(1); transform: scale(1); } } .heartBeat { -webkit-animation-name: heartBeat; animation-name: heartBeat; -webkit-animation-duration: 1.3s; animation-duration: 1.3s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } @-webkit-keyframes zoomInRight { from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } @keyframes zoomInRight { from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } .zoomInRight { -webkit-animation-name: zoomInRight; animation-name: zoomInRight; } #levelComplete { position: absolute; width: 100%; height: 100%; z-index: 5000; top: 0px; background-color: black; overflow: hidden; display: none; } #levelCompleteInner { margin: auto; width: 95%; height: 95%; z-index: 5000; text-align: center; font-family: 'Comic Sans MS'; color: azure; } #bannerImg { width: 100%; } #LevelComleteTextDiv { margin: auto; width: 95%; height: 100%; font-family: 'Comic Sans MS'; font-size: xx-large; } #goalText { margin-top: 2%; } .rowBackFail { width: 60%; height: 10%; margin-left: 20%; float: left; margin-top: 5px; margin-bottom: 25px; font-size: x-large; } h4 { background-image: radial-gradient( grey, black); } #goalHtml { background-image: radial-gradient( green, black); } .rowBackFail2 { width: 40%; height: 8%; margin-left: 30%; float: left; margin-top: 1px; margin-bottom: 12px; font-size: x-large; border: 3px grey groove; background-image: radial-gradient( purple, black); border-radius: 15px; text-align: center; } .buttonSize { max-width: 110px; float: left; margin: auto; margin-left: 10px; } #lvlStatusTxt { background-image: url(images/topBanner.png); background-repeat: no-repeat; background-position: top; color: red; font-size: xx-large; height: 60px; padding-top: 5px; margin-top: 10%; } #tryAgainText { margin-top: 25px; background-image: radial-gradient( brown, black); } #startOver { background-image: radial-gradient( blue, black); } @media screen and (max-height: 600px) { #levelComplete { max-height: 100%; } #LevelComleteTextDiv { font-size: large; } .rowBackFail2 .rowBackFail { font-size: medium; height: 5%; width: 70%; margin-left: 15%; } #lvlStatusTxt { margin-top: 1%; } } </style> <link rel="stylesheet" type="text/css" href="animate.min.css"> <script src="phaser.min.js"></script> <script src="box2d-plugin-full.js"></script> <script src="guiStack_New.js"></script> </head> <body> <div id="gameDiv"></div> <div id="loadingGG"><IMG SRC="images/loading4.gif"></div> <div id="wrongorientation"></div> <audio id="NiceSound" class="gameSounds"> <source src="assets\sounds\\loops/OveMelaa-ItaloUnlimited.mp3" type="audio/mp3"> </audio> <!--SELF Advertising-->` <!--<div id="selfInterstatial">--> <!--<div id="closeSelfAd">X</div>--> <!--<div id="adTimerX"> 30 </div> <div id="selfAdMain"> <video id="promoVid1" width="265" height="470" > <source src="assets/starMatchPromo.mp4" type="video/mp4"> Your browser does not support the video tag. </video>--> <!--<div id="labelSelfInter"> Star Match 2048 </div>--> <!--<div id="selfAdInner"> <img id="selfAdGraphic" src="images/starMatchPromo1.png" /> </div> <a id="gameLink" class="external-link" href='https://play.google.com/store/apps/details?id=com.GuiGhostGames.StarMatch2048' target='_blank'><img id="gPlayImg" alt='Get it on Google Play' src='images/google-play-badge_altered.png' /></a> </div> </div>--> <!--<div id="rateMe" > <div id="rateMeInner" class="fadeIn " > <div id="rateMeTopWrap"> <div id="rateMeText"> <h2>Please Rate Our App</h2> <p> It takes only a moment and helps alot</p> </div> </div> <div id="rateMeImage" class="heartBeat"> <img id="rateImage" alt='Rate on Google Play' src='images/ratingstars.png' /> </div> <div id="rateMeBtnWrap" > <div id="rateMeBtnNo" class="rateBtn">No Thanks</div> <div id="rateMeBtnYes" class="rateBtn"> <b>Rate Now</b> </div> <div id="rateMeBtnLater" class="rateBtn">Later</div> </div> </div> </div>--> <div id="levelComplete" class="zoomInDown"> <div id="levelCompleteInner"> <div id="headFailed"> <!--<img id="bannerImg" src="images/topBanner.png"/>--> <div id="lvlStatusTxt"><p>FAILED</p> </div> </div> <div id="LevelComleteTextDiv"> <div id="goalText" class="rowBackFail">Level Goal <h4 id="goalHtml" >25</h4> </div> <div id="yourScoreText" class="rowBackFail">Your Score <h4 id="scoreHtml">0</h4> </div> <!--<div id="tryAgainText" class="rowBackFail2"><img class="buttonSize" id="continueBtnHtml" src="images/continueButton.png" />Try Again </div> <div id="SkipLevelText" class="rowBackFail2" ><img class="buttonSize heartBeat" id="viewAdBtnHtml" src="images/viewAd.png" />Skip Level </div> <div id="startOver" class="rowBackFail2"><img class="buttonSize" id="startoverBtnHtml" src="images/playButtonNew.png" /> Start Over </div>--> <br/> <div id="tryAgainText" class="rowBackFail2">Try Again </div> <div id="SkipLevelText" class="rowBackFail2">Skip Level </div> <div id="startOver" class="rowBackFail2">Start Over </div> </div> <div id="LevelComleteSkipBtn"></div> <div id="LevelComleteQuitBtn"></div> </div> </div> <!--<div id="leftAdBar"> <iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ac&ref=tf_til&ad_type=product_link&tracking_id=guighost-20&marketplace=amazon&region=US&placement=B07SR1BRN5&asins=B07SR1BRN5&linkId=a12838dc2659e081dd5bd9f1c1ac3cd5&show_border=false&link_opens_in_new_window=false&price_color=333333&title_color=0066C0&bg_color=FFFFFF"></iframe> <iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ac&ref=tf_til&ad_type=product_link&tracking_id=guighost-20&marketplace=amazon&region=US&placement=B07RX6FBFR&asins=B07RX6FBFR&linkId=97ed958c2c381f17391a99c71a600952&show_border=false&link_opens_in_new_window=false&price_color=333333&title_color=0066c0&bg_color=ffffff"></iframe> </div> <div id="rightAdBar"> <iframe src="//rcm-na.amazon-adsystem.com/e/cm?o=1&p=11&l=ez&f=ifr&linkID=692ac2ae1b87ac1549a2749e07927cf6&t=guighost-20&tracking_id=guighost-20" width="120" height="600" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe> </div>--> <script type=text/javascript> window.addEventListener('load', (event) => { //console.log('page is fully loaded'); ///start level end loss modal document.getElementById("tryAgainText").addEventListener("click", handleLevelPopup); document.getElementById("tryAgainText").addEventListener("touchstart", handleLevelPopup); document.getElementById("SkipLevelText").addEventListener("click", handleLevelPopup2); document.getElementById("SkipLevelText").addEventListener("touchstart", handleLevelPopup2); document.getElementById("startOver").addEventListener("click", handleLevelPopup3); document.getElementById("startOver").addEventListener("touchstart", handleLevelPopup3); }); if (GamePix.localStorage.getItem("timesPlayed") == null) { GamePix.localStorage.setItem("timesPlayed", 0); } var timesPlayed = GamePix.localStorage.getItem("timesPlayed") timesPlayed++ GamePix.localStorage.setItem("timesPlayed", timesPlayed); var showItOrNo = GamePix.localStorage.getItem("showInterstatial"); var onceOnlyAd = 0; var levelEndModal = document.getElementById("levelComplete"); //try again function handleLevelPopup(evt) { // console.log("still here") evt.preventDefault() showItOrNo = GamePix.localStorage.getItem("showInterstatial"); if (showItOrNo == 1) { levelEndModal.style.display = 'none'; GamePix.localStorage.setItem("showInterstatial", 0); //ad call showAd(1); } else { levelEndModal.style.display = 'none' game.state.start("PlayGame"); } } //view rewarded ad and skip level var firstClick2 = 0; function handleLevelPopup2(evt) { if (firstClick2 == 0 ) { firstClick2 = 1; evt.preventDefault() // console.log("showAd") /*fireEnhance2()*/ //if (gdsdk !== 'undefined' && gdsdk.showAd !== 'undefined') { // gdsdk.showAd('rewarded'); //} levelEndModal.style.display = 'none'; LEVEL = GamePix.localStorage.getItem("stackerLevel"); LEVEL = parseInt(LEVEL) + 1; GamePix.localStorage.setItem("stackerLevel", LEVEL); firstClick2 = 0; //ad call showAd(2); //setTimeout(function(){ // levelEndModal.style.display = 'none'; // LEVEL = GamePix.localStorage.getItem("stackerLevel"); // LEVEL = parseInt(LEVEL) + 1; // GamePix.localStorage.setItem("stackerLevel", LEVEL); // game.state.start("PlayGame"); // firstClick2 = 0; // }, 4000); } } //start over function handleLevelPopup3(evt) { evt.preventDefault() // console.log("still here3") levelEndModal.style.display = 'none' LEVEL = 1; //ad call showAd(1); } </script> <script src="loader.js"></script> </body> </html> <!--//Credits to http://www.emanueleferonato.com/ for the tuturial on the javascript that started this project-->
example/Card.css
mmmoli/react-morphine
body { background-color: #FFD605; margin: 0; padding: 0; } #root { display: flex; justify-content: center; align-items: center; height: 100vh; width: 100vw; } .Card { display: flex; position: relative; background-color: #215CFF; border-radius: 5px; width: 350px; height: 70vh; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); overflow: hidden; } .Card svg { overflow: hidden; border-radius: 5px; position: absolute; top: -1px; /* fixes rendering issue in FF */ z-index: 10; width: 100%; height: 100%; } .Card svg path { fill: #0038CC; }
templates/wiki/admin.html
TylerRudie/Onsen
{%extends 'wiki/_base.html' %} {% load staticfiles %} {% block content %} {{ block.super }} {# ## Insert HTML Fragment Starting Here###} <div class="span2 well"> <h1>Admin Panel</h1> <p>&nbsp;</p> <p>Admin panel provides additional functionalities and advanced features that are not available in the main interface. Some of these functions include the ability to delete contacts, events, hardware assignments, configurations, and pools. Additionally, the Admin Panel allows the user to create or delete groups and users that access the system. These functions are not available in the main interface for security reasons.</p> <p><br /> The Admin Panel can be accessed quickly from main interface by clicking on <strong>Extras </strong>and then <strong>Admin Panel.</strong></p> <p><br /> It can also be accessed directly via following link: http://onsen.tech-res.net/admin.<br /> To log in for the first time, you can use user <strong>admin</strong> and password <strong>system32</strong><br /> </p> <p><img src="http://onsen.tech-res.net/static/img/wiki/admin_panel.PNG" width="1147" height="853" /></p> <p>&nbsp;</p> <h2><strong>Users and Groups</strong></h2> <p>The Admin Panel allows you to create additional users and user groups which will have access to the system. Groups make it easier to manage user permissions for multiple users so they do not have to be specified individually.</p> <p>&nbsp;</p> <h2><strong>Creating Groups</strong></h2> <p>To create a new group in Admin Panel: </p> <ul> <li> <p>Click on <strong>Groups</strong> link located under &quot;Authentication and Authorization&quot; section.</p> </li> <li> <p> This will open up a new page and display a list of groups currently in the system </p> </li> </ul> <p>&nbsp;</p> <p><img src="http://onsen.tech-res.net/static/img/wiki/groups.PNG" width="1166" height="324" /></p> <ul> <li> <p>Click on <strong>Add Group</strong></p> </li> <li> <p> New page opens where you can enter the name for new group and select permissions which will be applied to users belonging to this group </p> </li> </ul> <p>&nbsp;</p> <p>&nbsp;</p> <h2><strong>Creating a new user</strong></h2> <p><br /> To create a new users that will have access to the system:</p> <ul> <li> <p>Click on <strong>Users</strong> link under &quot;Authorization and Authentication&quot; section.</p> </li> <li> <p> New page will open and display a list of all the users currently in the system.</p> </li> </ul> <p><img src="http://onsen.tech-res.net/static/img/wiki/usrs.PNG" width="1147" height="417" /></p> <ul> <li> <p>Click <strong>Create User</strong> button.</p> </li> <li> <p> On the next page, enter username for the new user as well as password.</p> </li> </ul> <p><img src="http://onsen.tech-res.net/static/img/wiki/user_add.PNG" width="1147" height="417" /></p> <ul> <li> <p>Click <strong>Save</strong> to save the information and continue.</p> </li> <li> <p> New page will open which allows you to add the user to a group or assign special </p> </li> <li> <p>On this page you can enter the user's first and last name as well as email address. When creating a new user it is important to make sure the option under <strong>Permissions</strong> section &quot;Active&quot; is selected, otherwise the user will be created as inactive user.</p> </li> <li> <p>If you would like this user to be able to log in to the Admin Panel, you can select <strong>Staff Status</strong> option. If you would like to set this user up with all the permissions, check the <strong>Superuser Status</strong> option. NOTE: Giving a user Superuser permissions will allow them unlimited access to the system. </p> </li> <li> <p>From the Available Groups you can select the group(s) you wish to add this user to. This will automatically give the user same permissions that are assigned to that group.</p> </li> <li> <p>Additional or individual permissions can also be added under User Permissions.</p> </li> <li> <p>Click <strong>Save</strong> button to save all the information and create the new user.</p> </li> </ul> <p>&nbsp;</p> </div> {# ## Insert HTML Fragment ending Here###} {% endblock %}
pages/layout/fixed.html
weikangchia/jaga-me-coding-test
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>AdminLTE 2 | Fixed Layout</title> <!-- Tell the browser to be responsive to screen width --> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <!-- Bootstrap 3.3.6 --> <link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css"> <!-- Font Awesome --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css"> <!-- Ionicons --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css"> <!-- Theme style --> <link rel="stylesheet" href="../../dist/css/AdminLTE.min.css"> <!-- AdminLTE Skins. Choose a skin from the css/skins folder instead of downloading all of them to reduce the load. --> <link rel="stylesheet" href="../../dist/css/skins/_all-skins.min.css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <!-- ADD THE CLASS fixed TO GET A FIXED HEADER AND SIDEBAR LAYOUT --> <!-- the fixed layout is not compatible with sidebar-mini --> <body class="hold-transition skin-blue fixed sidebar-mini"> <!-- Site wrapper --> <div class="wrapper"> <header class="main-header"> <!-- Logo --> <a href="../../index2.html" class="logo"> <!-- mini logo for sidebar mini 50x50 pixels --> <span class="logo-mini"><b>A</b>LT</span> <!-- logo for regular state and mobile devices --> <span class="logo-lg"><b>Admin</b>LTE</span> </a> <!-- Header Navbar: style can be found in header.less --> <nav class="navbar navbar-static-top"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <div class="navbar-custom-menu"> <ul class="nav navbar-nav"> <!-- Messages: style can be found in dropdown.less--> <li class="dropdown messages-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-envelope-o"></i> <span class="label label-success">4</span> </a> <ul class="dropdown-menu"> <li class="header">You have 4 messages</li> <li> <!-- inner menu: contains the actual data --> <ul class="menu"> <li><!-- start message --> <a href="#"> <div class="pull-left"> <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> </div> <h4> Support Team <small><i class="fa fa-clock-o"></i> 5 mins</small> </h4> <p>Why not buy a new awesome theme?</p> </a> </li> <!-- end message --> </ul> </li> <li class="footer"><a href="#">See All Messages</a></li> </ul> </li> <!-- Notifications: style can be found in dropdown.less --> <li class="dropdown notifications-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-bell-o"></i> <span class="label label-warning">10</span> </a> <ul class="dropdown-menu"> <li class="header">You have 10 notifications</li> <li> <!-- inner menu: contains the actual data --> <ul class="menu"> <li> <a href="#"> <i class="fa fa-users text-aqua"></i> 5 new members joined today </a> </li> </ul> </li> <li class="footer"><a href="#">View all</a></li> </ul> </li> <!-- Tasks: style can be found in dropdown.less --> <li class="dropdown tasks-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-flag-o"></i> <span class="label label-danger">9</span> </a> <ul class="dropdown-menu"> <li class="header">You have 9 tasks</li> <li> <!-- inner menu: contains the actual data --> <ul class="menu"> <li><!-- Task item --> <a href="#"> <h3> Design some buttons <small class="pull-right">20%</small> </h3> <div class="progress xs"> <div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">20% Complete</span> </div> </div> </a> </li> <!-- end task item --> </ul> </li> <li class="footer"> <a href="#">View all tasks</a> </li> </ul> </li> <!-- User Account: style can be found in dropdown.less --> <li class="dropdown user user-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="../../dist/img/user2-160x160.jpg" class="user-image" alt="User Image"> <span class="hidden-xs">Alexander Pierce</span> </a> <ul class="dropdown-menu"> <!-- User image --> <li class="user-header"> <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> <p> Alexander Pierce - Web Developer <small>Member since Nov. 2012</small> </p> </li> <!-- Menu Body --> <li class="user-body"> <div class="row"> <div class="col-xs-4 text-center"> <a href="#">Followers</a> </div> <div class="col-xs-4 text-center"> <a href="#">Sales</a> </div> <div class="col-xs-4 text-center"> <a href="#">Friends</a> </div> </div> <!-- /.row --> </li> <!-- Menu Footer--> <li class="user-footer"> <div class="pull-left"> <a href="#" class="btn btn-default btn-flat">Profile</a> </div> <div class="pull-right"> <a href="#" class="btn btn-default btn-flat">Sign out</a> </div> </li> </ul> </li> <!-- Control Sidebar Toggle Button --> <li> <a href="#" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a> </li> </ul> </div> </nav> </header> <!-- =============================================== --> <!-- Left side column. contains the sidebar --> <aside class="main-sidebar"> <!-- sidebar: style can be found in sidebar.less --> <section class="sidebar"> <!-- Sidebar user panel --> <div class="user-panel"> <div class="pull-left image"> <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> </div> <div class="pull-left info"> <p>Alexander Pierce</p> <a href="#"><i class="fa fa-circle text-success"></i> Online</a> </div> </div> <!-- search form --> <form action="#" method="get" class="sidebar-form"> <div class="input-group"> <input type="text" name="q" class="form-control" placeholder="Search..."> <span class="input-group-btn"> <button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i> </button> </span> </div> </form> <!-- /.search form --> <!-- sidebar menu: : style can be found in sidebar.less --> <ul class="sidebar-menu"> <li class="header">MAIN NAVIGATION</li> <li class="treeview"> <a href="#"> <i class="fa fa-dashboard"></i> <span>Dashboard</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="../../index1.html"><i class="fa fa-circle-o"></i> Dashboard v1</a></li> <li><a href="../../index2.html"><i class="fa fa-circle-o"></i> Dashboard v2</a></li> </ul> </li> <li class="treeview active"> <a href="#"> <i class="fa fa-files-o"></i> <span>Layout Options</span> <span class="pull-right-container"> <span class="label label-primary pull-right">4</span> </span> </a> <ul class="treeview-menu"> <li><a href="../layout/top-nav.html"><i class="fa fa-circle-o"></i> Top Navigation</a></li> <li><a href="../layout/boxed.html"><i class="fa fa-circle-o"></i> Boxed</a></li> <li class="active"><a href="../layout/fixed.html"><i class="fa fa-circle-o"></i> Fixed</a></li> <li><a href="collapsed-sidebar.html"><i class="fa fa-circle-o"></i> Collapsed Sidebar</a></li> </ul> </li> <li> <a href="../widgets.html"> <i class="fa fa-th"></i> <span>Widgets</span> <span class="pull-right-container"> <small class="label pull-right bg-green">new</small> </span> </a> </li> <li class="treeview"> <a href="#"> <i class="fa fa-pie-chart"></i> <span>Charts</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="../charts/chartjs.html"><i class="fa fa-circle-o"></i> ChartJS</a></li> <li><a href="../charts/morris.html"><i class="fa fa-circle-o"></i> Morris</a></li> <li><a href="../charts/flot.html"><i class="fa fa-circle-o"></i> Flot</a></li> <li><a href="../charts/inline.html"><i class="fa fa-circle-o"></i> Inline charts</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-laptop"></i> <span>UI Elements</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="../UI/general.html"><i class="fa fa-circle-o"></i> General</a></li> <li><a href="../UI/icons.html"><i class="fa fa-circle-o"></i> Icons</a></li> <li><a href="../UI/buttons.html"><i class="fa fa-circle-o"></i> Buttons</a></li> <li><a href="../UI/sliders.html"><i class="fa fa-circle-o"></i> Sliders</a></li> <li><a href="../UI/timeline.html"><i class="fa fa-circle-o"></i> Timeline</a></li> <li><a href="../UI/modals.html"><i class="fa fa-circle-o"></i> Modals</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-edit"></i> <span>Forms</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="../forms/general.html"><i class="fa fa-circle-o"></i> General Elements</a></li> <li><a href="../forms/advanced.html"><i class="fa fa-circle-o"></i> Advanced Elements</a></li> <li><a href="../forms/editors.html"><i class="fa fa-circle-o"></i> Editors</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-table"></i> <span>Tables</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="../tables/simple.html"><i class="fa fa-circle-o"></i> Simple tables</a></li> <li><a href="../tables/data.html"><i class="fa fa-circle-o"></i> Data tables</a></li> </ul> </li> <li> <a href="../calendar.html"> <i class="fa fa-calendar"></i> <span>Calendar</span> <span class="pull-right-container"> <small class="label pull-right bg-red">3</small> <small class="label pull-right bg-blue">17</small> </span> </a> </li> <li> <a href="../mailbox/mailbox.html"> <i class="fa fa-envelope"></i> <span>Mailbox</span> <span class="pull-right-container"> <small class="label pull-right bg-yellow">12</small> <small class="label pull-right bg-green">16</small> <small class="label pull-right bg-red">5</small> </span> </a> </li> <li class="treeview"> <a href="#"> <i class="fa fa-folder"></i> <span>Examples</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="../examples/invoice.html"><i class="fa fa-circle-o"></i> Invoice</a></li> <li><a href="../examples/profile.html"><i class="fa fa-circle-o"></i> Profile</a></li> <li><a href="../examples/login.html"><i class="fa fa-circle-o"></i> Login</a></li> <li><a href="../examples/register.html"><i class="fa fa-circle-o"></i> Register</a></li> <li><a href="../examples/lockscreen.html"><i class="fa fa-circle-o"></i> Lockscreen</a></li> <li><a href="../examples/404.html"><i class="fa fa-circle-o"></i> 404 Error</a></li> <li><a href="../examples/500.html"><i class="fa fa-circle-o"></i> 500 Error</a></li> <li><a href="../examples/blank.html"><i class="fa fa-circle-o"></i> Blank Page</a></li> <li><a href="../examples/pace.html"><i class="fa fa-circle-o"></i> Pace Page</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-share"></i> <span>Multilevel</span> <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li> <li> <a href="#"><i class="fa fa-circle-o"></i> Level One <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="#"><i class="fa fa-circle-o"></i> Level Two</a></li> <li> <a href="#"><i class="fa fa-circle-o"></i> Level Two <span class="pull-right-container"> <i class="fa fa-angle-left pull-right"></i> </span> </a> <ul class="treeview-menu"> <li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li> <li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li> </ul> </li> </ul> </li> <li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li> </ul> </li> <li><a href="../../documentation/index.html"><i class="fa fa-book"></i> <span>Documentation</span></a></li> <li class="header">LABELS</li> <li><a href="#"><i class="fa fa-circle-o text-red"></i> <span>Important</span></a></li> <li><a href="#"><i class="fa fa-circle-o text-yellow"></i> <span>Warning</span></a></li> <li><a href="#"><i class="fa fa-circle-o text-aqua"></i> <span>Information</span></a></li> </ul> </section> <!-- /.sidebar --> </aside> <!-- =============================================== --> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Fixed Layout <small>Blank example to the fixed layout</small> </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li><a href="#">Layout</a></li> <li class="active">Fixed</li> </ol> </section> <!-- Main content --> <section class="content"> <div class="callout callout-info"> <h4>Tip!</h4> <p>Add the fixed class to the body tag to get this layout. The fixed layout is your best option if your sidebar is bigger than your content because it prevents extra unwanted scrolling.</p> </div> <!-- Default box --> <div class="box"> <div class="box-header with-border"> <h3 class="box-title">Title</h3> <div class="box-tools pull-right"> <button type="button" class="btn btn-box-tool" data-widget="collapse" data-toggle="tooltip" title="Collapse"> <i class="fa fa-minus"></i></button> <button type="button" class="btn btn-box-tool" data-widget="remove" data-toggle="tooltip" title="Remove"> <i class="fa fa-times"></i></button> </div> </div> <div class="box-body"> Start creating your amazing application! </div> <!-- /.box-body --> <div class="box-footer"> Footer </div> <!-- /.box-footer--> </div> <!-- /.box --> </section> <!-- /.content --> </div> <!-- /.content-wrapper --> <footer class="main-footer"> <div class="pull-right hidden-xs"> <b>Version</b> 2.3.8 </div> <strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights reserved. </footer> <!-- Control Sidebar --> <aside class="control-sidebar control-sidebar-dark"> <!-- Create the tabs --> <ul class="nav nav-tabs nav-justified control-sidebar-tabs"> <li><a href="#control-sidebar-home-tab" data-toggle="tab"><i class="fa fa-home"></i></a></li> <li><a href="#control-sidebar-settings-tab" data-toggle="tab"><i class="fa fa-gears"></i></a></li> </ul> <!-- Tab panes --> <div class="tab-content"> <!-- Home tab content --> <div class="tab-pane" id="control-sidebar-home-tab"> <h3 class="control-sidebar-heading">Recent Activity</h3> <ul class="control-sidebar-menu"> <li> <a href="javascript:void(0)"> <i class="menu-icon fa fa-birthday-cake bg-red"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Langdon's Birthday</h4> <p>Will be 23 on April 24th</p> </div> </a> </li> <li> <a href="javascript:void(0)"> <i class="menu-icon fa fa-user bg-yellow"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Frodo Updated His Profile</h4> <p>New phone +1(800)555-1234</p> </div> </a> </li> <li> <a href="javascript:void(0)"> <i class="menu-icon fa fa-envelope-o bg-light-blue"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Nora Joined Mailing List</h4> <p>nora@example.com</p> </div> </a> </li> <li> <a href="javascript:void(0)"> <i class="menu-icon fa fa-file-code-o bg-green"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Cron Job 254 Executed</h4> <p>Execution time 5 seconds</p> </div> </a> </li> </ul> <!-- /.control-sidebar-menu --> <h3 class="control-sidebar-heading">Tasks Progress</h3> <ul class="control-sidebar-menu"> <li> <a href="javascript:void(0)"> <h4 class="control-sidebar-subheading"> Custom Template Design <span class="label label-danger pull-right">70%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-danger" style="width: 70%"></div> </div> </a> </li> <li> <a href="javascript:void(0)"> <h4 class="control-sidebar-subheading"> Update Resume <span class="label label-success pull-right">95%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-success" style="width: 95%"></div> </div> </a> </li> <li> <a href="javascript:void(0)"> <h4 class="control-sidebar-subheading"> Laravel Integration <span class="label label-warning pull-right">50%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-warning" style="width: 50%"></div> </div> </a> </li> <li> <a href="javascript:void(0)"> <h4 class="control-sidebar-subheading"> Back End Framework <span class="label label-primary pull-right">68%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-primary" style="width: 68%"></div> </div> </a> </li> </ul> <!-- /.control-sidebar-menu --> </div> <!-- /.tab-pane --> <!-- Stats tab content --> <div class="tab-pane" id="control-sidebar-stats-tab">Stats Tab Content</div> <!-- /.tab-pane --> <!-- Settings tab content --> <div class="tab-pane" id="control-sidebar-settings-tab"> <form method="post"> <h3 class="control-sidebar-heading">General Settings</h3> <div class="form-group"> <label class="control-sidebar-subheading"> Report panel usage <input type="checkbox" class="pull-right" checked> </label> <p> Some information about this general settings option </p> </div> <!-- /.form-group --> <div class="form-group"> <label class="control-sidebar-subheading"> Allow mail redirect <input type="checkbox" class="pull-right" checked> </label> <p> Other sets of options are available </p> </div> <!-- /.form-group --> <div class="form-group"> <label class="control-sidebar-subheading"> Expose author name in posts <input type="checkbox" class="pull-right" checked> </label> <p> Allow the user to show his name in blog posts </p> </div> <!-- /.form-group --> <h3 class="control-sidebar-heading">Chat Settings</h3> <div class="form-group"> <label class="control-sidebar-subheading"> Show me as online <input type="checkbox" class="pull-right" checked> </label> </div> <!-- /.form-group --> <div class="form-group"> <label class="control-sidebar-subheading"> Turn off notifications <input type="checkbox" class="pull-right"> </label> </div> <!-- /.form-group --> <div class="form-group"> <label class="control-sidebar-subheading"> Delete chat history <a href="javascript:void(0)" class="text-red pull-right"><i class="fa fa-trash-o"></i></a> </label> </div> <!-- /.form-group --> </form> </div> <!-- /.tab-pane --> </div> </aside> <!-- /.control-sidebar --> <!-- Add the sidebar's background. This div must be placed immediately after the control sidebar --> <div class="control-sidebar-bg"></div> </div> <!-- ./wrapper --> <!-- jQuery 2.2.3 --> <script src="../../plugins/jQuery/jquery-2.2.3.min.js"></script> <!-- Bootstrap 3.3.6 --> <script src="../../bootstrap/js/bootstrap.min.js"></script> <!-- SlimScroll --> <script src="../../plugins/slimScroll/jquery.slimscroll.min.js"></script> <!-- FastClick --> <script src="../../plugins/fastclick/fastclick.js"></script> <!-- AdminLTE App --> <script src="../../dist/js/app.min.js"></script> <!-- AdminLTE for demo purposes --> <script src="../../dist/js/demo.js"></script> </body> </html>
man/git-magic.html
tj/git-extras
<!DOCTYPE html> <html> <head> <meta http-equiv='content-type' value='text/html;charset=utf8'> <meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'> <title>git-magic(1) - Automate add/commit/push routines</title> <style type='text/css' media='all'> /* style: man */ body#manpage {margin:0} .mp {max-width:100ex;padding:0 9ex 1ex 4ex} .mp p,.mp pre,.mp ul,.mp ol,.mp dl {margin:0 0 20px 0} .mp h2 {margin:10px 0 0 0} .mp > p,.mp > pre,.mp > ul,.mp > ol,.mp > dl {margin-left:8ex} .mp h3 {margin:0 0 0 4ex} .mp dt {margin:0;clear:left} .mp dt.flush {float:left;width:8ex} .mp dd {margin:0 0 0 9ex} .mp h1,.mp h2,.mp h3,.mp h4 {clear:left} .mp pre {margin-bottom:20px} .mp pre+h2,.mp pre+h3 {margin-top:22px} .mp h2+pre,.mp h3+pre {margin-top:5px} .mp img {display:block;margin:auto} .mp h1.man-title {display:none} .mp,.mp code,.mp pre,.mp tt,.mp kbd,.mp samp,.mp h3,.mp h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143} .mp h2 {font-size:16px;line-height:1.25} .mp h1 {font-size:20px;line-height:2} .mp {text-align:justify;background:#fff} .mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#131211} .mp h1,.mp h2,.mp h3,.mp h4 {color:#030201} .mp u {text-decoration:underline} .mp code,.mp strong,.mp b {font-weight:bold;color:#131211} .mp em,.mp var {font-style:italic;color:#232221;text-decoration:none} .mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#0000ff} .mp b.man-ref {font-weight:normal;color:#434241} .mp pre {padding:0 4ex} .mp pre code {font-weight:normal;color:#434241} .mp h2+pre,h3+pre {padding-left:0} ol.man-decor,ol.man-decor li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px} ol.man-decor {width:100%} ol.man-decor li.tl {text-align:left} ol.man-decor li.tc {text-align:center;letter-spacing:4px} ol.man-decor li.tr {text-align:right;float:right} </style> </head> <!-- The following styles are deprecated and will be removed at some point: div#man, div#man ol.man, div#man ol.head, div#man ol.man. The .man-page, .man-decor, .man-head, .man-foot, .man-title, and .man-navigation should be used instead. --> <body id='manpage'> <div class='mp' id='man'> <div class='man-navigation' style='display:none'> <a href="#NAME">NAME</a> <a href="#SYNOPSIS">SYNOPSIS</a> <a href="#DESCRIPTION">DESCRIPTION</a> <a href="#OPTIONS">OPTIONS</a> <a href="#EXAMPLES">EXAMPLES</a> <a href="#AUTHOR">AUTHOR</a> <a href="#REPORTING-BUGS">REPORTING BUGS</a> <a href="#SEE-ALSO">SEE ALSO</a> </div> <ol class='man-decor man-head man head'> <li class='tl'>git-magic(1)</li> <li class='tc'>Git Extras</li> <li class='tr'>git-magic(1)</li> </ol> <h2 id="NAME">NAME</h2> <p class="man-name"> <code>git-magic</code> - <span class="man-whatis">Automate add/commit/push routines</span> </p> <h2 id="SYNOPSIS">SYNOPSIS</h2> <p><code>git-magic</code> [-a] [-m <var>msg</var>] [-e] [-p] [-f]</p> <h2 id="DESCRIPTION">DESCRIPTION</h2> <p>Produces summary of changes for commit message from <code>git status --porcelain</code> output. Commits staged changes with the generated commit message and opens editor to modify generated commit message optionally. Also staging and pushing can be automated optinally.</p> <h2 id="OPTIONS">OPTIONS</h2> <p>-a</p> <p>Adds everything including untracked files.</p> <p>-m <var>msg</var></p> <p>Use the given <var>msg</var> as the commit message. If multiple -m options are given, their values are concatenated as separate paragraphs. Passed to git commit command. The generated is appended to user-given messages.</p> <p>-e</p> <p>This option lets you further edit the generated message. Passed to git commit command.</p> <p>-p</p> <p>Runs <code>git push</code> after commit.</p> <p>-f</p> <p>Adds <code>-f</code> option to <code>git push</code> command.</p> <p>-h</p> <p>Prints synopsis.</p> <h2 id="EXAMPLES">EXAMPLES</h2> <p>This example stages all changes then commits with automatic commit message.</p> <pre><code>$ git magic -a [feature/magic dc2a11e] A man/git-magic.md 1 file changed, 37 insertions(+) create mode 100644 man/git-auto.md # git log Author: overengineer &lt;54alpersaid@gmail.com&gt; Date: Thu Sep 30 20:14:22 2021 +0300 M man/git-magic.md </code></pre> <p><code>-m</code> option PREPENDS generated message.</p> <pre><code>$ git magic -am "Added documentation for git magic" [feature/magic dc2a11e] Added documentation for git magic 1 file changed, 42 insertions(+), 0 deletions(-) create mode 100644 A man/git-auto.md $ git log Author: overengineer &lt;54alpersaid@gmail.com&gt; Date: Thu Sep 30 20:14:22 2021 +0300 Added documentation for git magic M man/git-magic.md </code></pre> <h2 id="AUTHOR">AUTHOR</h2> <p>Written by Alper S. Soylu <a href="&#x6d;&#x61;&#105;&#x6c;&#x74;&#x6f;&#58;&#x35;&#x34;&#97;&#x6c;&#112;&#x65;&#114;&#115;&#x61;&#105;&#x64;&#x40;&#103;&#x6d;&#x61;&#x69;&#108;&#46;&#x63;&#x6f;&#x6d;" data-bare-link="true">&#x35;&#52;&#x61;&#108;&#x70;&#x65;&#x72;&#x73;&#97;&#105;&#100;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#x63;&#111;&#x6d;</a></p> <h2 id="REPORTING-BUGS">REPORTING BUGS</h2> <p>&lt;<a href="https://github.com/tj/git-extras/issues" data-bare-link="true">https://github.com/tj/git-extras/issues</a>&gt;</p> <h2 id="SEE-ALSO">SEE ALSO</h2> <p>&lt;<a href="https://github.com/tj/git-extras" data-bare-link="true">https://github.com/tj/git-extras</a>&gt;</p> <ol class='man-decor man-foot man foot'> <li class='tl'></li> <li class='tc'>October 2021</li> <li class='tr'>git-magic(1)</li> </ol> </div> </body> </html>
packages/qgrid-ngx-theme-material/src/lib/templates/body-cell-url.tpl.html
qgrid/ng2
<ng-template key="body-cell-url.tpl.html" let-$cell let-$view="$view"> <a [attr.href]="$cell.value" tabindex="-1" target="_blank"> {{$cell.label || $cell.value}} </a> <button *ngIf="$view.edit.cell.canEdit($cell)" class="q-grid-url-edit q-grid-edit-trigger" mat-icon-button aria-label="url" tabindex="-1" matTooltip="Edit Url" matTooltipPosition="below" [matTooltipShowDelay]="800" [q-grid-command]="$view.edit.cell.enter" [q-grid-command-arg]="$cell"> <mat-icon class="q-grid-icon">edit</mat-icon> </button> </ng-template>
FILE/layout1/ui-nestable-list.html
MUK81/cms
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> <meta name="description" content="admin-themes-lab"> <meta name="author" content="themes-lab"> <link rel="shortcut icon" href="../assets/global/images/favicon.png" type="image/png"> <title>Make Admin Template &amp; Builder</title> <link href="../assets/global/css/style.css" rel="stylesheet"> <link href="../assets/global/css/theme.css" rel="stylesheet"> <link href="../assets/global/css/ui.css" rel="stylesheet"> <link href="../assets/admin/layout1/css/layout.css" rel="stylesheet"> <script src="../assets/global/plugins/modernizr/modernizr-2.6.2-respond-1.1.0.min.js"></script> </head> <!-- LAYOUT: Apply "submenu-hover" class to body element to have sidebar submenu show on mouse hover --> <!-- LAYOUT: Apply "sidebar-collapsed" class to body element to have collapsed sidebar --> <!-- LAYOUT: Apply "sidebar-top" class to body element to have sidebar on top of the page --> <!-- LAYOUT: Apply "sidebar-hover" class to body element to show sidebar only when your mouse is on left / right corner --> <!-- LAYOUT: Apply "submenu-hover" class to body element to show sidebar submenu on mouse hover --> <!-- LAYOUT: Apply "fixed-sidebar" class to body to have fixed sidebar --> <!-- LAYOUT: Apply "fixed-topbar" class to body to have fixed topbar --> <!-- LAYOUT: Apply "rtl" class to body to put the sidebar on the right side --> <!-- LAYOUT: Apply "boxed" class to body to have your page with 1200px max width --> <!-- THEME STYLE: Apply "theme-sdtl" for Sidebar Dark / Topbar Light --> <!-- THEME STYLE: Apply "theme sdtd" for Sidebar Dark / Topbar Dark --> <!-- THEME STYLE: Apply "theme sltd" for Sidebar Light / Topbar Dark --> <!-- THEME STYLE: Apply "theme sltl" for Sidebar Light / Topbar Light --> <!-- THEME COLOR: Apply "color-default" for dark color: #2B2E33 --> <!-- THEME COLOR: Apply "color-primary" for primary color: #319DB5 --> <!-- THEME COLOR: Apply "color-red" for red color: #C9625F --> <!-- THEME COLOR: Apply "color-green" for green color: #18A689 --> <!-- THEME COLOR: Apply "color-orange" for orange color: #B66D39 --> <!-- THEME COLOR: Apply "color-purple" for purple color: #6E62B5 --> <!-- THEME COLOR: Apply "color-blue" for blue color: #4A89DC --> <!-- BEGIN BODY --> <body class="fixed-topbar fixed-sidebar theme-sdtl color-default"> <!--[if lt IE 7]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <section> <!-- BEGIN SIDEBAR --> <div class="sidebar"> <div class="logopanel"> <h1> <a href="dashboard.html"></a> </h1> </div> <div class="sidebar-inner"> <div class="sidebar-top"> <form action="search-result.html" method="post" class="searchform" id="search-results"> <input type="text" class="form-control" name="keyword" placeholder="Search..."> </form> <div class="userlogged clearfix"> <i class="icon icons-faces-users-01"></i> <div class="user-details"> <h4>Mike Mayers</h4> <div class="dropdown user-login"> <button class="btn btn-xs dropdown-toggle btn-rounded" type="button" data-toggle="dropdown" data-hover="dropdown" data-close-others="true" data-delay="300"> <i class="online"></i><span>Available</span><i class="fa fa-angle-down"></i> </button> <ul class="dropdown-menu"> <li><a href="#"><i class="busy"></i><span>Busy</span></a></li> <li><a href="#"><i class="turquoise"></i><span>Invisible</span></a></li> <li><a href="#"><i class="away"></i><span>Away</span></a></li> </ul> </div> </div> </div> </div> <div class="menu-title"> Navigation <div class="pull-right menu-settings"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true" data-delay="300"> <i class="icon-settings"></i> </a> <ul class="dropdown-menu"> <li><a href="#" id="reorder-menu" class="reorder-menu">Reorder menu</a></li> <li><a href="#" id="remove-menu" class="remove-menu">Remove elements</a></li> <li><a href="#" id="hide-top-sidebar" class="hide-top-sidebar">Hide user &amp; search</a></li> </ul> </div> </div> <ul class="nav nav-sidebar"> <li><a href="dashboard.html"><i class="icon-home"></i><span>Dashboard</span></a></li> <li class="nav-parent"> <a href="#"><i class="icon-puzzle"></i><span>Builder</span> <span class="fa arrow"></span></a> <ul class="children collapse"> <li><a target="_blank" href="../../admin-builder/index.html"> Admin</a></li> <li><a href="page-builder/index.html"> Page</a></li> <li><a href="ecommerce-pricing-table.html"> Pricing Table</a></li> </ul> </li> <li class="nav-parent"> <a href="#"><i class="icon-bulb"></i><span>Mailbox</span> <span class="fa arrow"></span></a> <ul class="children collapse"> <li><a href="mailbox.html"> Inbox</a></li> <li><a href="mailbox-send.html"> Send Email</a></li> </ul> </li> <li class="nav-parent nav-active active"> <a href=""><i class="icon-screen-desktop"></i><span>UI Elements</span> <span class="fa arrow"></span></a> <ul class="children collapse"> <li><a href="ui-buttons.html"> Buttons</a></li> <li><a href="ui-components.html"> Components</a></li> <li><a href="ui-tabs.html"> Tabs</a></li> <li><a href="ui-animations.html"> Animations CSS3</a></li> <li><a href="ui-icons.html"> Icons</a></li> <li><a href="ui-portlets.html"> Portlets</a></li> <li class="active"><a href="ui-nestable-list.html"> Nestable List</a></li> <li><a href="ui-tree-view.html"> Tree View</a></li> <li><a href="ui-modals.html"> Modals</a></li> <li><a href="ui-notifications.html"> Notifications</a></li> <li><a href="ui-typography.html"> Typography</a></li> <li><a href="ui-helper.html"> Helper Classes</a></li> </ul> </li> <li class="nav-parent"> <a href=""><i class="icon-layers"></i><span>Layouts</span><span class="fa arrow"></span></a> <ul class="children collapse"> <li><a href="layouts-api.html"> Layout API</a></li> <li><a href="layout-topbar-menu.html"> Topbar Menu</a></li> <li><a href="layout-topbar-mega-menu.html"> Topbar Mega Menu</a></li> <li><a href="layout-topbar-mega-menu-dark.html"> Topbar Mega Dark</a></li> <li><a href="layout-sidebar-hover.html"> Sidebar on Hover</a></li> <li><a href="layout-submenu-hover.html"> Sidebar Submenu Hover</a></li> <li><a href="layout-boxed.html"> Boxed Layout</a></li> </ul> </li> <li class="nav-parent"> <a href=""><i class="icon-note"></i><span>Forms </span><span class="fa arrow"></span></a> <ul class="children collapse"> <li><a href="forms.html"> Forms Elements</a></li> <li><a href="forms-validation.html"> Forms Validation</a></li> <li><a href="forms-plugins.html"> Advanced Plugins</a></li> <li><a href="forms-wizard.html"> <span class="pull-right badge badge-danger">low</span> <span>Form Wizard</span></a></li> <li><a href="forms-sliders.html"> Sliders</a></li> <li><a href="forms-editors.html"> Text Editors</a></li> <li><a href="forms-input-masks.html"> Input Masks</a></li> </ul> </li> <li class="nav-parent"> <a href=""><i class="fa fa-table"></i><span>Tables</span><span class="fa arrow"></span></a> <ul class="children collapse"> <li><a href="tables.html"> Tables Styling</a></li> <li><a href="tables-dynamic.html"> Tables Dynamic</a></li> <li><a href="tables-filter.html"> Tables Filter</a></li> <li><a href="tables-editable.html"> Tables Editable</a></li> </ul> </li> <li class="nav-parent"> <a href=""><i class="icon-bar-chart"></i><span>Charts </span><span class="fa arrow"></span></a> <ul class="children collapse"> <li><a href="charts.html"> Charts</a></li> <li><a href="charts-finance.html"> Financial Charts</a></li> </ul> </li> <li class="nav-parent"> <a href=""><i class="icon-picture"></i><span>Medias</span><span class="fa arrow"></span></a> <ul class="children collapse"> <li><a href="medias-image-croping.html"> Images Croping</a></li> <li><a href="medias-gallery-sortable.html"> Gallery Sortable</a></li> <li><a href="medias-hover-effects.html"> <span class="pull-right badge badge-primary">12</span> Hover Effects</a></li> </ul> </li> <li class="nav-parent"> <a href=""><i class="icon-docs"></i><span>Pages </span><span class="fa arrow"></span></a> <ul class="children collapse"> <li><a href="page-timeline.html"> Timeline</a></li> <li><a href="page-404.html"> Error 404</a></li> <li><a href="page-500.html"> Error 500</a></li> <li><a href="page-blank.html"> Blank Page</a></li> <li><a href="page-contact.html"> Contact</a></li> </ul> </li> <li class="nav-parent"> <a href=""><i class="icon-user"></i><span>User </span><span class="fa arrow"></span></a> <ul class="children collapse"> <li><a href="user-profil.html"> <span class="pull-right badge badge-danger">Hot</span> Profil</a></li> <li><a href="user-lockscreen.html"> Lockscreen</a></li> <li><a href="user-login-v1.html"> Login / Register</a></li> <li><a href="user-login-v2.html"> Login / Register v2</a></li> <li><a href="user-session-timeout.html"> Session Timeout</a></li> </ul> </li> <li class="nav-parent"> <a href=""><i class="icon-basket"></i><span>eCommerce </span><span class="fa arrow"></span></a> <ul class="children collapse"> <li><a href="ecommerce-cart.html"> Shopping Cart</a></li> <li><a href="ecommerce-invoice.html"> Invoice</a></li> <li><a href="ecommerce-pricing-table.html"><span class="pull-right badge badge-success">5</span> Pricing Table</a></li> </ul> </li> <li class="nav-parent"> <a href=""><i class="icon-cup"></i><span>Extra </span><span class="fa arrow"></span></a> <ul class="children collapse"> <li><a href="extra-fullcalendar.html"><span class="pull-right badge badge-primary">New</span> Fullcalendar</a></li> <li><a href="extra-widgets.html"> Widgets</a></li> <li><a href="page-coming-soon.html"> Coming Soon</a></li> <li><a href="extra-sliders.html"> Sliders</a></li> <li><a href="maps-google.html"> Google Maps</a></li> <li><a href="maps-vector.html"> Vector Maps</a></li> <li><a href="extra-translation.html"> Translation</a></li> </ul> </li> </ul> <!-- SIDEBAR WIDGET FOLDERS --> <div class="sidebar-widgets"> <p class="menu-title widget-title">Folders <span class="pull-right"><a href="#" class="new-folder"> <i class="icon-plus"></i></a></span></p> <ul class="folders"> <li> <a href="#"><i class="icon-doc c-primary"></i>My documents</a> </li> <li> <a href="#"><i class="icon-picture"></i>My images</a> </li> <li><a href="#"><i class="icon-lock"></i>Secure data</a> </li> <li class="add-folder"> <input type="text" placeholder="Folder's name..." class="form-control input-sm"> </li> </ul> </div> <div class="sidebar-footer clearfix"> <a class="pull-left footer-settings" href="#" data-rel="tooltip" data-placement="top" data-original-title="Settings"> <i class="icon-settings"></i></a> <a class="pull-left toggle_fullscreen" href="#" data-rel="tooltip" data-placement="top" data-original-title="Fullscreen"> <i class="icon-size-fullscreen"></i></a> <a class="pull-left" href="user-lockscreen.html" data-rel="tooltip" data-placement="top" data-original-title="Lockscreen"> <i class="icon-lock"></i></a> <a class="pull-left btn-effect" href="user-login-v1.html" data-modal="modal-1" data-rel="tooltip" data-placement="top" data-original-title="Logout"> <i class="icon-power"></i></a> </div> </div> </div> <!-- END SIDEBAR --> <div class="main-content"> <!-- BEGIN TOPBAR --> <div class="topbar"> <div class="header-left"> <div class="topnav"> <a class="menutoggle" href="#" data-toggle="sidebar-collapsed"><span class="menu__handle"><span>Menu</span></span></a> <ul class="nav nav-icons"> <li><a href="#" class="toggle-sidebar-top"><span class="icon-user-following"></span></a></li> <li><a href="mailbox.html"><span class="octicon octicon-mail-read"></span></a></li> <li><a href="#"><span class="octicon octicon-flame"></span></a></li> <li><a href="builder-page.html"><span class="octicon octicon-rocket"></span></a></li> </ul> </div> </div> <div class="header-right"> <ul class="header-menu nav navbar-nav"> <!-- BEGIN USER DROPDOWN --> <li class="dropdown" id="language-header"> <a href="#" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-globe"></i> <span>Language</span> </a> <ul class="dropdown-menu"> <li> <a href="#" data-lang="en"><img src="../assets/global/images/flags/usa.png" alt="flag-english"> <span>English</span></a> </li> <li> <a href="#" data-lang="es"><img src="../assets/global/images/flags/spanish.png" alt="flag-english"> <span>Español</span></a> </li> <li> <a href="#" data-lang="fr"><img src="../assets/global/images/flags/french.png" alt="flag-english"> <span>Français</span></a> </li> </ul> </li> <!-- END USER DROPDOWN --> <!-- BEGIN NOTIFICATION DROPDOWN --> <li class="dropdown" id="notifications-header"> <a href="#" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-bell"></i> <span class="badge badge-danger badge-header">6</span> </a> <ul class="dropdown-menu"> <li class="dropdown-header clearfix"> <p class="pull-left">12 Pending Notifications</p> </li> <li> <ul class="dropdown-menu-list withScroll" data-height="220"> <li> <a href="#"> <i class="fa fa-star p-r-10 f-18 c-orange"></i> Steve have rated your photo <span class="dropdown-time">Just now</span> </a> </li> <li> <a href="#"> <i class="fa fa-heart p-r-10 f-18 c-red"></i> John added you to his favs <span class="dropdown-time">15 mins</span> </a> </li> <li> <a href="#"> <i class="fa fa-file-text p-r-10 f-18"></i> New document available <span class="dropdown-time">22 mins</span> </a> </li> <li> <a href="#"> <i class="fa fa-picture-o p-r-10 f-18 c-blue"></i> New picture added <span class="dropdown-time">40 mins</span> </a> </li> <li> <a href="#"> <i class="fa fa-bell p-r-10 f-18 c-orange"></i> Meeting in 1 hour <span class="dropdown-time">1 hour</span> </a> </li> <li> <a href="#"> <i class="fa fa-bell p-r-10 f-18"></i> Server 5 overloaded <span class="dropdown-time">2 hours</span> </a> </li> <li> <a href="#"> <i class="fa fa-comment p-r-10 f-18 c-gray"></i> Bill comment your post <span class="dropdown-time">3 hours</span> </a> </li> <li> <a href="#"> <i class="fa fa-picture-o p-r-10 f-18 c-blue"></i> New picture added <span class="dropdown-time">2 days</span> </a> </li> </ul> </li> <li class="dropdown-footer clearfix"> <a href="#" class="pull-left">See all notifications</a> <a href="#" class="pull-right"> <i class="icon-settings"></i> </a> </li> </ul> </li> <!-- END NOTIFICATION DROPDOWN --> <!-- BEGIN MESSAGES DROPDOWN --> <li class="dropdown" id="messages-header"> <a href="#" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-paper-plane"></i> <span class="badge badge-primary badge-header"> 8 </span> </a> <ul class="dropdown-menu"> <li class="dropdown-header clearfix"> <p class="pull-left"> You have 8 Messages </p> </li> <li class="dropdown-body"> <ul class="dropdown-menu-list withScroll" data-height="220"> <li class="clearfix"> <span class="pull-left p-r-5"> <img src="../assets/global/images/avatars/avatar3.png" alt="avatar 3"> </span> <div class="clearfix"> <div> <strong>Alexa Johnson</strong> <small class="pull-right text-muted"> <span class="glyphicon glyphicon-time p-r-5"></span>12 mins ago </small> </div> <p>Lorem ipsum dolor sit amet, consectetur...</p> </div> </li> <li class="clearfix"> <span class="pull-left p-r-5"> <img src="../assets/global/images/avatars/avatar4.png" alt="avatar 4"> </span> <div class="clearfix"> <div> <strong>John Smith</strong> <small class="pull-right text-muted"> <span class="glyphicon glyphicon-time p-r-5"></span>47 mins ago </small> </div> <p>Lorem ipsum dolor sit amet, consectetur...</p> </div> </li> <li class="clearfix"> <span class="pull-left p-r-5"> <img src="../assets/global/images/avatars/avatar5.png" alt="avatar 5"> </span> <div class="clearfix"> <div> <strong>Bobby Brown</strong> <small class="pull-right text-muted"> <span class="glyphicon glyphicon-time p-r-5"></span>1 hour ago </small> </div> <p>Lorem ipsum dolor sit amet, consectetur...</p> </div> </li> <li class="clearfix"> <span class="pull-left p-r-5"> <img src="../assets/global/images/avatars/avatar6.png" alt="avatar 6"> </span> <div class="clearfix"> <div> <strong>James Miller</strong> <small class="pull-right text-muted"> <span class="glyphicon glyphicon-time p-r-5"></span>2 days ago </small> </div> <p>Lorem ipsum dolor sit amet, consectetur...</p> </div> </li> </ul> </li> <li class="dropdown-footer clearfix"> <a href="mailbox.html" class="pull-left">See all messages</a> <a href="#" class="pull-right"> <i class="icon-settings"></i> </a> </li> </ul> </li> <!-- END MESSAGES DROPDOWN --> <!-- BEGIN USER DROPDOWN --> <li class="dropdown" id="user-header"> <a href="#" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <img src="../assets/global/images/avatars/user1.png" alt="user image"> <span class="username">Hi, John Doe</span> </a> <ul class="dropdown-menu"> <li> <a href="#"><i class="icon-user"></i><span>My Profile</span></a> </li> <li> <a href="#"><i class="icon-calendar"></i><span>My Calendar</span></a> </li> <li> <a href="#"><i class="icon-settings"></i><span>Account Settings</span></a> </li> <li> <a href="#"><i class="icon-logout"></i><span>Logout</span></a> </li> </ul> </li> <!-- END USER DROPDOWN --> <!-- CHAT BAR ICON --> <li id="quickview-toggle"><a href="#"><i class="icon-bubbles"></i></a></li> </ul> </div> <!-- header-right --> </div> <!-- END TOPBAR --> <!-- BEGIN PAGE CONTENT --> <div class="page-content"> <div class="header"> <h2><strong>Nestable</strong> Lists</h2> <div class="breadcrumb-wrapper"> <ol class="breadcrumb"> <li><a href="#">Make</a> </li> <li><a href="#">Pages</a> </li> <li class="active">Nestable Lists</li> </ol> </div> </div> <div class="row"> <div class="col-lg-12 portlets"> <div class="panel"> <div class="panel-header panel-controls"> <h3><i class="icon-bulb"></i> Nestable <strong>Styles</strong></h3> </div> <div class="panel-content"> <p>Here is a useful sortable list that can be grouped and sorted by simply dragging and dropping even on a touch device</p> <div class="row"> <div class="col-md-6"> <h3><strong>White</strong> style</h3> <p>You can easily reorder list by drag &amp; drop, like this admin menu sidebar.</p> <div class="dd nestable"> <ol class="dd-list"> <li class="dd-item" data-id="1"> <div class="dd3-content">Item 1</div> </li> <li class="dd-item" data-id="2"> <div class="dd3-content">Item 2</div> <ol class="dd-list"> <li class="dd-item" data-id="3"> <div class="dd3-content">Item 3</div> </li> <li class="dd-item" data-id="4"> <div class="dd3-content">Item 4</div> <ol class="dd-list"> <li class="dd-item" data-id="5"> <div class="dd3-content">Item 5</div> </li> </ol> </li> <li class="dd-item" data-id="6"> <div class="dd3-content">Item 6</div> </li> <li class="dd-item" data-id="7"> <div class="dd3-content">Item 7</div> </li> </ol> </li> <li class="dd-item" data-id="8"> <div class="dd3-content">Item 8</div> </li> </ol> </div> </div> <div class="col-md-6"> <h3><strong>Dark</strong> style with<strong>Drag &amp; Drop</strong></h3> <p>To go to dark side, just add <code>nestable-dark</code> class to your list.</p> <div class="dd nestable"> <ol class="dd-list nestable-dark"> <li class="dd-item" data-id="9"> <div class="dd-handle">Item 9</div> </li> <li class="dd-item" data-id="10"> <div class="dd-handle">Item 10</div> </li> <li class="dd-item" data-id="11"> <div class="dd-handle">Item 11</div> <ol class="dd-list"> <li class="dd-item" data-id="12"> <div class="dd-handle">Item 12</div> </li> <li class="dd-item" data-id="13"> <div class="dd-handle">Item 13</div> </li> <li class="dd-item" data-id="14"> <div class="dd-handle">Item 14</div> </li> </ol> </li> </ol> </div> </div> </div> </div> </div> </div> <div class="col-lg-12 portlets"> <div class="panel"> <div class="panel-header panel-controls"> <h3><i class="icon-bulb"></i> Drag <strong>Button</strong> Option</h3> </div> <div class="panel-content"> <p>You can add a button that permit to move list only on clicking on it.</p> <div class="row"> <div class="col-md-6"> <h3><strong>White</strong> style</h3> <div class="dd nestable"> <ol class="dd-list"> <li class="dd-item dd3-item" data-id="1"> <div class="dd-handle dd3-handle"></div> <div class="dd3-content">Item 1</div> </li> <li class="dd-item dd3-item" data-id="2"> <div class="dd-handle dd3-handle"></div> <div class="dd3-content">Item 2</div> <ol class="dd-list"> <li class="dd-item dd3-item" data-id="3"> <div class="dd-handle dd3-handle"></div> <div class="dd3-content">Item 3</div> </li> <li class="dd-item dd3-item" data-id="4"> <div class="dd-handle dd3-handle"></div> <div class="dd3-content">Item 4</div> </li> <li class="dd-item dd3-item" data-id="5"> <div class="dd-handle dd3-handle"></div> <div class="dd3-content">Item 5</div> <ol class="dd-list"> <li class="dd-item dd3-item" data-id="6"> <div class="dd-handle dd3-handle"></div> <div class="dd3-content">Item 6</div> </li> <li class="dd-item dd3-item" data-id="7"> <div class="dd-handle dd3-handle"></div> <div class="dd3-content">Item 7</div> </li> <li class="dd-item dd3-item" data-id="8"> <div class="dd-handle dd3-handle"></div> <div class="dd3-content">Item 8</div> </li> </ol> </li> <li class="dd-item dd3-item" data-id="9"> <div class="dd-handle dd3-handle"></div> <div class="dd3-content">Item 9</div> </li> <li class="dd-item dd3-item" data-id="10"> <div class="dd-handle dd3-handle"></div> <div class="dd3-content">Item 10</div> </li> </ol> </li> <li class="dd-item dd3-item" data-id="11"> <div class="dd-handle dd3-handle"></div> <div class="dd3-content">Item 11</div> </li> <li class="dd-item dd3-item" data-id="12"> <div class="dd-handle dd3-handle"></div> <div class="dd3-content">Item 12</div> </li> </ol> </div> </div> <div class="col-md-6"> <h3><strong>Dark</strong> style</h3> <div class="dd nestable"> <ol class="dd-list nestable-dark"> <li class="dd-item dd3-item" data-id="13"> <div class="dd-handle dd3-handle"></div> <div class="dd3-content">Item 13</div> </li> <li class="dd-item dd3-item" data-id="14"> <div class="dd-handle dd3-handle"></div> <div class="dd3-content">Item 14</div> </li> <li class="dd-item dd3-item" data-id="15"> <div class="dd-handle dd3-handle"></div> <div class="dd3-content">Item 15</div> <ol class="dd-list"> <li class="dd-item dd3-item" data-id="16"> <div class="dd-handle dd3-handle"></div> <div class="dd3-content">Item 16</div> </li> <li class="dd-item dd3-item" data-id="17"> <div class="dd-handle dd3-handle"></div> <div class="dd3-content">Item 17</div> </li> <li class="dd-item dd3-item" data-id="18"> <div class="dd-handle dd3-handle"></div> <div class="dd3-content">Item 18</div> </li> </ol> </li> </ol> </div> </div> </div> </div> </div> </div> </div> <div class="footer"> <div class="copyright"> <p class="pull-left sm-pull-reset"> <span>Copyright <span class="copyright">©</span> 2016 </span> <span>THEMES LAB</span>. <span>All rights reserved. </span> </p> <p class="pull-right sm-pull-reset"> <span><a href="#" class="m-r-10">Support</a> | <a href="#" class="m-l-10 m-r-10">Terms of use</a> | <a href="#" class="m-l-10">Privacy Policy</a></span> </p> </div> </div> </div> <!-- END PAGE CONTENT --> </div> <!-- END MAIN CONTENT --> <!-- BEGIN BUILDER --> <div class="builder hidden-sm hidden-xs" id="builder"> <a class="builder-toggle"><i class="icon-wrench"></i></a> <div class="inner"> <div class="builder-container"> <a href="#" class="btn btn-sm btn-default" id="reset-style">reset default style</a> <h4>Layout options</h4> <div class="layout-option layout-option-sidebar-fixed"> <span> Fixed Sidebar</span> <label class="switch pull-right"> <input data-layout="sidebar" id="switch-sidebar" type="checkbox" class="switch-input" checked> <span class="switch-label" data-on="On" data-off="Off"></span> <span class="switch-handle"></span> </label> </div> <div class="layout-option layout-option-sidebar-hover"> <span> Sidebar on Hover</span> <label class="switch pull-right"> <input data-layout="sidebar-hover" id="switch-sidebar-hover" type="checkbox" class="switch-input"> <span class="switch-label" data-on="On" data-off="Off"></span> <span class="switch-handle"></span> </label> </div> <div class="layout-option"> <span> Sidebar on Top</span> <label class="switch pull-right"> <input data-layout="sidebar-top" id="switch-sidebar-top" type="checkbox" class="switch-input"> <span class="switch-label" data-on="On" data-off="Off"></span> <span class="switch-handle"></span> </label> </div> <div class="layout-option layout-option-submenu-hover"> <span> Submenu on Hover</span> <label class="switch pull-right"> <input data-layout="submenu-hover" id="switch-submenu-hover" type="checkbox" class="switch-input"> <span class="switch-label" data-on="On" data-off="Off"></span> <span class="switch-handle"></span> </label> </div> <div class="layout-option layout-option-fixed-topbar"> <span>Fixed Topbar</span> <label class="switch pull-right"> <input data-layout="topbar" id="switch-topbar" type="checkbox" class="switch-input" checked> <span class="switch-label" data-on="On" data-off="Off"></span> <span class="switch-handle"></span> </label> </div> <div class="layout-option layout-option-boxed"> <span>Boxed Layout</span> <label class="switch pull-right"> <input data-layout="boxed" id="switch-boxed" type="checkbox" class="switch-input"> <span class="switch-label" data-on="On" data-off="Off"></span> <span class="switch-handle"></span> </label> </div> <h4 class="border-top">Color</h4> <div class="row"> <div class="col-xs-12"> <div class="theme-color bg-dark" data-main="default" data-color="#2B2E33"></div> <div class="theme-color background-primary" data-main="primary" data-color="#319DB5"></div> <div class="theme-color bg-red" data-main="red" data-color="#C75757"></div> <div class="theme-color bg-green" data-main="green" data-color="#1DA079"></div> <div class="theme-color bg-orange" data-main="orange" data-color="#D28857"></div> <div class="theme-color bg-purple" data-main="purple" data-color="#B179D7"></div> <div class="theme-color bg-blue" data-main="blue" data-color="#4A89DC"></div> </div> </div> <h4 class="border-top">Theme</h4> <div class="row row-sm"> <div class="col-xs-6"> <div class="theme clearfix sdtl" data-theme="sdtl"> <div class="header theme-left"></div> <div class="header theme-right-light"></div> <div class="theme-sidebar-dark"></div> <div class="bg-light"></div> </div> </div> <div class="col-xs-6"> <div class="theme clearfix sltd" data-theme="sltd"> <div class="header theme-left"></div> <div class="header theme-right-dark"></div> <div class="theme-sidebar-light"></div> <div class="bg-light"></div> </div> </div> <div class="col-xs-6"> <div class="theme clearfix sdtd" data-theme="sdtd"> <div class="header theme-left"></div> <div class="header theme-right-dark"></div> <div class="theme-sidebar-dark"></div> <div class="bg-light"></div> </div> </div> <div class="col-xs-6"> <div class="theme clearfix sltl" data-theme="sltl"> <div class="header theme-left"></div> <div class="header theme-right-light"></div> <div class="theme-sidebar-light"></div> <div class="bg-light"></div> </div> </div> </div> <h4 class="border-top">Background</h4> <div class="row"> <div class="col-xs-12"> <div class="bg-color bg-clean" data-bg="clean" data-color="#F8F8F8"></div> <div class="bg-color bg-lighter" data-bg="lighter" data-color="#EFEFEF"></div> <div class="bg-color bg-light-default" data-bg="light-default" data-color="#E9E9E9"></div> <div class="bg-color bg-light-blue" data-bg="light-blue" data-color="#E2EBEF"></div> <div class="bg-color bg-light-purple" data-bg="light-purple" data-color="#E9ECF5"></div> <div class="bg-color bg-light-dark" data-bg="light-dark" data-color="#DCE1E4"></div> </div> </div> </div> </div> </div> <!-- END BUILDER --> </section> <!-- BEGIN QUICKVIEW SIDEBAR --> <div id="quickview-sidebar"> <div class="quickview-header"> <ul class="nav nav-tabs"> <li class="active"><a href="#chat" data-toggle="tab">Chat</a></li> <li><a href="#notes" data-toggle="tab">Notes</a></li> <li><a href="#settings" data-toggle="tab" class="settings-tab">Settings</a></li> </ul> </div> <div class="quickview"> <div class="tab-content"> <div class="tab-pane fade active in" id="chat"> <div class="chat-body current"> <div class="chat-search"> <form class="form-inverse" action="#" role="search"> <div class="append-icon"> <input type="text" class="form-control" placeholder="Search contact..."> <i class="icon-magnifier"></i> </div> </form> </div> <div class="chat-groups"> <div class="title">GROUP CHATS</div> <ul> <li><i class="turquoise"></i> Favorites</li> <li><i class="turquoise"></i> Office Work</li> <li><i class="turquoise"></i> Friends</li> </ul> </div> <div class="chat-list"> <div class="title">FAVORITES</div> <ul> <li class="clearfix"> <div class="user-img"> <img src="../assets/global/images/avatars/avatar13.png" alt="avatar" /> </div> <div class="user-details"> <div class="user-name">Bobby Brown</div> <div class="user-txt">On the road again...</div> </div> <div class="user-status"> <i class="online"></i> </div> </li> <li class="clearfix"> <div class="user-img"> <img src="../assets/global/images/avatars/avatar5.png" alt="avatar" /> <div class="pull-right badge badge-danger">3</div> </div> <div class="user-details"> <div class="user-name">Alexa Johnson</div> <div class="user-txt">Still at the beach</div> </div> <div class="user-status"> <i class="away"></i> </div> </li> <li class="clearfix"> <div class="user-img"> <img src="../assets/global/images/avatars/avatar10.png" alt="avatar" /> </div> <div class="user-details"> <div class="user-name">Bobby Brown</div> <div class="user-txt">On stage...</div> </div> <div class="user-status"> <i class="busy"></i> </div> </li> </ul> </div> <div class="chat-list"> <div class="title">FRIENDS</div> <ul> <li class="clearfix"> <div class="user-img"> <img src="../assets/global/images/avatars/avatar7.png" alt="avatar" /> <div class="pull-right badge badge-danger">3</div> </div> <div class="user-details"> <div class="user-name">James Miller</div> <div class="user-txt">At work...</div> </div> <div class="user-status"> <i class="online"></i> </div> </li> <li class="clearfix"> <div class="user-img"> <img src="../assets/global/images/avatars/avatar11.png" alt="avatar" /> </div> <div class="user-details"> <div class="user-name">Fred Smith</div> <div class="user-txt">Waiting for tonight</div> </div> <div class="user-status"> <i class="offline"></i> </div> </li> <li class="clearfix"> <div class="user-img"> <img src="../assets/global/images/avatars/avatar8.png" alt="avatar" /> </div> <div class="user-details"> <div class="user-name">Ben Addams</div> <div class="user-txt">On my way to NYC</div> </div> <div class="user-status"> <i class="offline"></i> </div> </li> </ul> </div> </div> <div class="chat-conversation"> <div class="conversation-header"> <div class="user clearfix"> <div class="chat-back"> <i class="icon-action-undo"></i> </div> <div class="user-details"> <div class="user-name">James Miller</div> <div class="user-txt">On the road again...</div> </div> </div> </div> <div class="conversation-body"> <ul> <li class="img"> <div class="chat-detail"> <span class="chat-date">today, 10:38pm</span> <div class="conversation-img"> <img src="../assets/global/images/avatars/avatar4.png" alt="avatar 4"/> </div> <div class="chat-bubble"> <span>Hi you!</span> </div> </div> </li> <li class="img"> <div class="chat-detail"> <span class="chat-date">today, 10:45pm</span> <div class="conversation-img"> <img src="../assets/global/images/avatars/avatar4.png" alt="avatar 4"/> </div> <div class="chat-bubble"> <span>Are you there?</span> </div> </div> </li> <li class="img"> <div class="chat-detail"> <span class="chat-date">today, 10:51pm</span> <div class="conversation-img"> <img src="../assets/global/images/avatars/avatar4.png" alt="avatar 4"/> </div> <div class="chat-bubble"> <span>Send me a message when you come back.</span> </div> </div> </li> </ul> </div> <div class="conversation-message"> <input type="text" placeholder="Your message..." class="form-control form-white send-message" /> <div class="item-footer clearfix"> <div class="footer-actions"> <i class="icon-rounded-marker"></i> <i class="icon-rounded-camera"></i> <i class="icon-rounded-paperclip-oblique"></i> <i class="icon-rounded-alarm-clock"></i> </div> </div> </div> </div> </div> <div class="tab-pane fade" id="notes"> <div class="list-notes current withScroll"> <div class="notes "> <div class="row"> <div class="col-md-12"> <div id="add-note"> <i class="fa fa-plus"></i>ADD A NEW NOTE </div> </div> </div> <div id="notes-list"> <div class="note-item media current fade in"> <button class="close">×</button> <div> <div> <p class="note-name">Reset my account password</p> </div> <p class="note-desc hidden">Break security reasons.</p> <p><small>Tuesday 6 May, 3:52 pm</small></p> </div> </div> <div class="note-item media fade in"> <button class="close">×</button> <div> <div> <p class="note-name">Call John</p> </div> <p class="note-desc hidden">He have my laptop!</p> <p><small>Thursday 8 May, 2:28 pm</small></p> </div> </div> <div class="note-item media fade in"> <button class="close">×</button> <div> <div> <p class="note-name">Buy a car</p> </div> <p class="note-desc hidden">I'm done with the bus</p> <p><small>Monday 12 May, 3:43 am</small></p> </div> </div> <div class="note-item media fade in"> <button class="close">×</button> <div> <div> <p class="note-name">Don't forget my notes</p> </div> <p class="note-desc hidden">I have to read them...</p> <p><small>Wednesday 5 May, 6:15 pm</small></p> </div> </div> <div class="note-item media current fade in"> <button class="close">×</button> <div> <div> <p class="note-name">Reset my account password</p> </div> <p class="note-desc hidden">Break security reasons.</p> <p><small>Tuesday 6 May, 3:52 pm</small></p> </div> </div> <div class="note-item media fade in"> <button class="close">×</button> <div> <div> <p class="note-name">Call John</p> </div> <p class="note-desc hidden">He have my laptop!</p> <p><small>Thursday 8 May, 2:28 pm</small></p> </div> </div> <div class="note-item media fade in"> <button class="close">×</button> <div> <div> <p class="note-name">Buy a car</p> </div> <p class="note-desc hidden">I'm done with the bus</p> <p><small>Monday 12 May, 3:43 am</small></p> </div> </div> <div class="note-item media fade in"> <button class="close">×</button> <div> <div> <p class="note-name">Don't forget my notes</p> </div> <p class="note-desc hidden">I have to read them...</p> <p><small>Wednesday 5 May, 6:15 pm</small></p> </div> </div> </div> </div> </div> <div class="detail-note note-hidden-sm"> <div class="note-header clearfix"> <div class="note-back"> <i class="icon-action-undo"></i> </div> <div class="note-edit">Edit Note</div> <div class="note-subtitle">title on first line</div> </div> <div id="note-detail"> <div class="note-write"> <textarea class="form-control" placeholder="Type your note here"></textarea> </div> </div> </div> </div> <div class="tab-pane fade" id="settings"> <div class="settings"> <div class="title">ACCOUNT SETTINGS</div> <div class="setting"> <span> Show Personal Statut</span> <label class="switch pull-right"> <input type="checkbox" class="switch-input" checked> <span class="switch-label" data-on="On" data-off="Off"></span> <span class="switch-handle"></span> </label> <p class="setting-info">Lorem ipsum dolor sit amet consectetuer.</p> </div> <div class="setting"> <span> Show my Picture</span> <label class="switch pull-right"> <input type="checkbox" class="switch-input" checked> <span class="switch-label" data-on="On" data-off="Off"></span> <span class="switch-handle"></span> </label> <p class="setting-info">Lorem ipsum dolor sit amet consectetuer.</p> </div> <div class="setting"> <span> Show my Location</span> <label class="switch pull-right"> <input type="checkbox" class="switch-input"> <span class="switch-label" data-on="On" data-off="Off"></span> <span class="switch-handle"></span> </label> <p class="setting-info">Lorem ipsum dolor sit amet consectetuer.</p> </div> <div class="title">CHAT</div> <div class="setting"> <span> Show User Image</span> <label class="switch pull-right"> <input type="checkbox" class="switch-input" checked> <span class="switch-label" data-on="On" data-off="Off"></span> <span class="switch-handle"></span> </label> </div> <div class="setting"> <span> Show Fullname</span> <label class="switch pull-right"> <input type="checkbox" class="switch-input" checked> <span class="switch-label" data-on="On" data-off="Off"></span> <span class="switch-handle"></span> </label> </div> <div class="setting"> <span> Show Location</span> <label class="switch pull-right"> <input type="checkbox" class="switch-input"> <span class="switch-label" data-on="On" data-off="Off"></span> <span class="switch-handle"></span> </label> </div> <div class="setting"> <span> Show Unread Count</span> <label class="switch pull-right"> <input type="checkbox" class="switch-input" checked> <span class="switch-label" data-on="On" data-off="Off"></span> <span class="switch-handle"></span> </label> </div> <div class="title">STATISTICS</div> <div class="settings-chart"> <div class="progress visible"> <progress class="progress-bar-primary stat1" value="82" max="100"></progress> <div class="progress-info"> <span class="progress-name">Stat 1</span> <span class="progress-value">82%</span> </div> </div> </div> <div class="settings-chart"> <div class="progress visible"> <progress class="progress-bar-primary stat1" value="43" max="100"></progress> <div class="progress-info"> <span class="progress-name">Stat 2</span> <span class="progress-value">43%</span> </div> </div> </div> <div class="m-t-30" style="width:100%"> <canvas id="setting-chart" height="300"></canvas> </div> </div> </div> </div> </div> </div> <!-- END QUICKVIEW SIDEBAR --> <!-- BEGIN SEARCH --> <div id="morphsearch" class="morphsearch"> <form class="morphsearch-form"> <input class="morphsearch-input" type="search" placeholder="Search..."/> <button class="morphsearch-submit" type="submit">Search</button> </form> <div class="morphsearch-content withScroll"> <div class="dummy-column user-column"> <h2>Users</h2> <a class="dummy-media-object" href="#"> <img src="../assets/global/images/avatars/avatar1_big.png" alt="Avatar 1"/> <h3>John Smith</h3> </a> <a class="dummy-media-object" href="#"> <img src="../assets/global/images/avatars/avatar2_big.png" alt="Avatar 2"/> <h3>Bod Dylan</h3> </a> <a class="dummy-media-object" href="#"> <img src="../assets/global/images/avatars/avatar3_big.png" alt="Avatar 3"/> <h3>Jenny Finlan</h3> </a> <a class="dummy-media-object" href="#"> <img src="../assets/global/images/avatars/avatar4_big.png" alt="Avatar 4"/> <h3>Harold Fox</h3> </a> <a class="dummy-media-object" href="#"> <img src="../assets/global/images/avatars/avatar5_big.png" alt="Avatar 5"/> <h3>Martin Hendrix</h3> </a> <a class="dummy-media-object" href="#"> <img src="../assets/global/images/avatars/avatar6_big.png" alt="Avatar 6"/> <h3>Paul Ferguson</h3> </a> </div> <div class="dummy-column"> <h2>Articles</h2> <a class="dummy-media-object" href="#"> <img src="../assets/global/images/gallery/1.jpg" alt="1"/> <h3>How to change webdesign?</h3> </a> <a class="dummy-media-object" href="#"> <img src="../assets/global/images/gallery/2.jpg" alt="2"/> <h3>News From the sky</h3> </a> <a class="dummy-media-object" href="#"> <img src="../assets/global/images/gallery/3.jpg" alt="3"/> <h3>Where is the cat?</h3> </a> <a class="dummy-media-object" href="#"> <img src="../assets/global/images/gallery/4.jpg" alt="4"/> <h3>Just another funny story</h3> </a> <a class="dummy-media-object" href="#"> <img src="../assets/global/images/gallery/5.jpg" alt="5"/> <h3>How many water we drink every day?</h3> </a> <a class="dummy-media-object" href="#"> <img src="../assets/global/images/gallery/6.jpg" alt="6"/> <h3>Drag and drop tutorials</h3> </a> </div> <div class="dummy-column"> <h2>Recent</h2> <a class="dummy-media-object" href="#"> <img src="../assets/global/images/gallery/7.jpg" alt="7"/> <h3>Design Inspiration</h3> </a> <a class="dummy-media-object" href="#"> <img src="../assets/global/images/gallery/8.jpg" alt="8"/> <h3>Animals drawing</h3> </a> <a class="dummy-media-object" href="#"> <img src="../assets/global/images/gallery/9.jpg" alt="9"/> <h3>Cup of tea please</h3> </a> <a class="dummy-media-object" href="#"> <img src="../assets/global/images/gallery/10.jpg" alt="10"/> <h3>New application arrive</h3> </a> <a class="dummy-media-object" href="#"> <img src="../assets/global/images/gallery/11.jpg" alt="11"/> <h3>Notification prettify</h3> </a> <a class="dummy-media-object" href="#"> <img src="../assets/global/images/gallery/12.jpg" alt="12"/> <h3>My article is the last recent</h3> </a> </div> </div> <!-- /morphsearch-content --> <span class="morphsearch-close"></span> </div> <!-- END SEARCH --> <!-- BEGIN PRELOADER --> <div class="loader-overlay"> <div class="spinner"> <div class="bounce1"></div> <div class="bounce2"></div> <div class="bounce3"></div> </div> </div> <!-- END PRELOADER --> <a href="#" class="scrollup"><i class="fa fa-angle-up"></i></a> <script src="../assets/global/plugins/jquery/jquery-3.1.0.min.js"></script> <script src="../assets/global/plugins/jquery/jquery-migrate-3.0.0.min.js"></script> <script src="../assets/global/plugins/jquery-ui/jquery-ui.min.js"></script> <script src="../assets/global/plugins/gsap/main-gsap.min.js"></script> <script src="../assets/global/plugins/tether/js/tether.min.js"></script> <script src="../assets/global/plugins/bootstrap/js/bootstrap.min.js"></script> <script src="../assets/global/plugins/appear/jquery.appear.js"></script> <script src="../assets/global/plugins/jquery-cookies/jquery.cookies.min.js"></script> <!-- Jquery Cookies, for theme --> <script src="../assets/global/plugins/jquery-block-ui/jquery.blockUI.min.js"></script> <!-- simulate synchronous behavior when using AJAX --> <script src="../assets/global/plugins/bootbox/bootbox.min.js"></script> <!-- Modal with Validation --> <script src="../assets/global/plugins/mcustom-scrollbar/jquery.mCustomScrollbar.concat.min.js"></script> <!-- Custom Scrollbar sidebar --> <script src="../assets/global/plugins/bootstrap-dropdown/bootstrap-hover-dropdown.min.js"></script> <!-- Show Dropdown on Mouseover --> <script src="../assets/global/plugins/charts-sparkline/sparkline.min.js"></script> <!-- Charts Sparkline --> <script src="../assets/global/plugins/retina/retina.min.js"></script> <!-- Retina Display --> <script src="../assets/global/plugins/select2/dist/js/select2.full.min.js"></script> <!-- Select Inputs --> <script src="../assets/global/plugins/icheck/icheck.min.js"></script> <!-- Checkbox & Radio Inputs --> <script src="../assets/global/plugins/backstretch/backstretch.min.js"></script> <!-- Background Image --> <script src="../assets/global/plugins/bootstrap-progressbar/bootstrap-progressbar.min.js"></script> <!-- Animated Progress Bar --> <script src="../assets/global/plugins/charts-chartjs/Chart.min.js"></script> <script src="../assets/global/js/builder.js"></script> <!-- Theme Builder --> <script src="../assets/global/js/sidebar_hover.js"></script> <!-- Sidebar on Hover --> <script src="../assets/global/js/application.js"></script> <!-- Main Application Script --> <script src="../assets/global/js/plugins.js"></script> <!-- Main Plugin Initialization Script --> <script src="../assets/global/js/widgets/notes.js"></script> <!-- Notes Widget --> <script src="../assets/global/js/quickview.js"></script> <!-- Chat Script --> <script src="../assets/global/js/pages/search.js"></script> <!-- Search Script --> <script src="../assets/admin/layout1/js/layout.js"></script> </body> </html>
editor/mailtemplates/passwordreset.html
michaelkleinhenz/storyquest
<h1>Password Reset Request</h1> <p>To confirm changing your password, please click on the link below:</p> <a href="{{resetUrl}}">Change Password.</p> <p>-- The StoryQuest Team</p>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/d5b4e4977815fa7275b78a9e6d88ce900adcfe514b13ed63451220810f5fd873.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./c06b1f8b062c8867c4ddba17d677a60b57916ead784aff483d7ed71496703a3b.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
src/client/index.html
bgauvey/mdc
<!DOCTYPE html> <html ng-app="app"> <head> <style> /* This helps the ng-show/ng-hide animations start at the right place. */ /* Since Angular has this but needs to load, this gives us the class early. */ .ng-hide { display: none!important; } </style> <title ng-bind="title">Machine Data Collector</title> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" /> <base href="/"> <!-- build:css styles/lib.css --> <!-- bower:css --> <link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.css" /> <link rel="stylesheet" href="/bower_components/font-awesome/css/font-awesome.css" /> <link rel="stylesheet" href="/bower_components/toastr/toastr.css" /> <!-- endbower --> <!-- endbuild --> <!-- build:css styles/app.css--> <!-- inject:css --> <link rel="stylesheet" href="/.tmp/styles.css"> <!-- endinject --> <!-- endbuild --> </head> <body> <div> <div ng-include="'app/layout/shell.html'"></div> <div id="splash-page" ng-show="false"> <div class="page-splash"> <div class="page-splash-message"> Machine Data Collector </div> <div class="progress progress-striped active page-progress-bar"> <div class="bar"></div> </div> </div> </div> </div> <!-- build:js js/lib.js --> <!-- bower:js --> <script src="/bower_components/jquery/dist/jquery.js"></script> <script src="/bower_components/angular/angular.js"></script> <script src="/bower_components/angular-sanitize/angular-sanitize.js"></script> <script src="/bower_components/bootstrap/dist/js/bootstrap.js"></script> <script src="/bower_components/extras.angular.plus/ngplus-overlay.js"></script> <script src="/bower_components/moment/moment.js"></script> <script src="/bower_components/angular-ui-router/release/angular-ui-router.js"></script> <script src="/bower_components/toastr/toastr.js"></script> <script src="/bower_components/angular-animate/angular-animate.js"></script> <script src="/bower_components/angular-resource/angular-resource.js"></script> <script src="/bower_components/d3/d3.js"></script> <script src="/bower_components/angular-charts/dist/angular-charts.js"></script> <script src="/bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script> <script src="/bower_components/angular-local-storage/dist/angular-local-storage.js"></script> <!-- endbower --> <!-- endbuild --> <!--build:js js/app.js --> <!-- inject:js --> <script src="/src/client/app/app.module.js"></script> <script src="/src/client/app/account/account.module.js"></script> <script src="/src/client/app/admin/admin.module.js"></script> <script src="/src/client/app/core/core.module.js"></script> <script src="/src/client/app/dashboard/dashboard.module.js"></script> <script src="/src/client/app/layout/layout.module.js"></script> <script src="/src/client/app/reports/reports.module.js"></script> <script src="/src/client/app/widgets/widgets.module.js"></script> <script src="/src/client/app/blocks/exception/exception.module.js"></script> <script src="/src/client/app/blocks/logger/logger.module.js"></script> <script src="/src/client/app/blocks/router/router.module.js"></script> <script src="/src/client/app/account/account.controller.js"></script> <script src="/src/client/app/account/account.route.js"></script> <script src="/src/client/app/account/login.controller.js"></script> <script src="/src/client/app/account/login.service.js"></script> <script src="/src/client/app/admin/admin.controller.js"></script> <script src="/src/client/app/admin/admin.route.js"></script> <script src="/src/client/app/admin/admin.settings.controller.js"></script> <script src="/src/client/app/core/authInterceptorService.js"></script> <script src="/src/client/app/core/authenticationService.js"></script> <script src="/src/client/app/core/config.js"></script> <script src="/src/client/app/core/constants.js"></script> <script src="/src/client/app/core/dataservice.js"></script> <script src="/src/client/app/dashboard/dashboard.controller.js"></script> <script src="/src/client/app/dashboard/dashboard.route.js"></script> <script src="/src/client/app/dashboard/percent.filter.js"></script> <script src="/src/client/app/layout/ht-sidebar.directive.js"></script> <script src="/src/client/app/layout/ht-top-nav.directive.js"></script> <script src="/src/client/app/layout/shell.controller.js"></script> <script src="/src/client/app/layout/sidebar.controller.js"></script> <script src="/src/client/app/reports/reports.controller.js"></script> <script src="/src/client/app/reports/reports.route.js"></script> <script src="/src/client/app/reports/reports.service.js"></script> <script src="/src/client/app/widgets/ht-img-person.directive.js"></script> <script src="/src/client/app/widgets/ht-widget-header.directive.js"></script> <script src="/src/client/app/blocks/exception/exception-handler.provider.js"></script> <script src="/src/client/app/blocks/exception/exception.js"></script> <script src="/src/client/app/blocks/logger/logger.js"></script> <script src="/src/client/app/blocks/router/router-helper.provider.js"></script> <!-- endinject --> <!-- inject:templates:js --> <!-- endinject --> <!-- endbuild --> </body> </html>
web/themes/default/css/default.css
smeagonline-developers/OnlineEducationPlatform---SMEAGonline
/* =========================== index =========================== */ .home-class-list { padding: 0; margin: 0; list-style-type: none; } .home-class-list .class-item { padding: 15px; margin-bottom: 20px; border: 1px solid #ddd; border-radius: 5px; background-color: #fff; } .home-class-list .class-item:hover { background: #f9f9f9; } .home-class-list .class-body { padding: 10px 0; } .home-class-list .class-picture-link { float: left; margin-right: 25px; } .navbar-right .es-header { background-color: #363e45; } @media (max-width: 767px) { .home-class-list .class-picture-link { float: none; display: block; margin-right: 0; } } .home-class-list .class-picture-link > img { width: 213px; } @media (max-width: 767px) { .home-class-list .class-picture-link > img { width: 100%; display: block; } } .home-class-list .class-title { margin-bottom: 15px; margin-top: 0; font-size: 16px; height: 48px; line-height: 24px; color: #222; overflow: hidden; } .home-class-list .class-title a { font-weight: bold; color: #555; } .home-class-list .class-metas { margin-bottom: 20px; color: #999; } .home-class-list .class-metas .fa { margin-right: 5px; font-size: 18px; } .home-class-list .class-metas a { color: #555; } .home-class-list .class-teacher { margin-right: 20px; } .home-class-list .class-teacher span { margin-right: 10px; } @media (max-width: 767px) { .home-class-list .class-teacher { display: block; margin-right: 0; margin-bottom: 10px; } } .home-class-list .class-price { float: right; font-size: 18px; } @media (min-width: 1200px) { .home-class-list .class-price { margin-right: 50px; } }
index.html
julianfox/julianr.me
<!doctype html> <html class="no-js"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Julian Renard | Nomad full stack developer and entrepreneur</title> <meta name="description" content="FoxLab is a digital creative agency based between Berlin and Paris. We are passionate about technology, design and interaction."> <!-- Facebook page specific --> <meta property="og:image" content="http://julianr.me/dist/img/social-img.jpg"> <meta property="og:title" content="Julian Renard | Nomad full stack developer and entrepreneur"> <meta property="og:description" content="Former student at Gobelins, l'école de l'image (Paris, France). I enjoy working on design-driven projects, and specialise in developing sites and applications for startups. I mostly use Javascript and Python."> <!-- Twitter page specific --> <meta name="twitter:image" content=""> <meta name="twitter:title" content="Julian Renard | Nomad full stack developer and entrepreneur"> <meta name="twitter:description" content="Former student at Gobelins, l'école de l'image (Paris, France). I enjoy working on design-driven projects, and specialise in developing sites and applications for startups. I mostly use Javascript and Python."> <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Gentium+Book+Basic' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="dist/css/style.css"> </head> <body> <div id="background"></div> <div id="content"> <h1>Julian Renard</h1> <h2>Nomad full stack developer and entrepreneur.</h2> <p>Former student at <b>Gobelins</b>, l'école de l'image (Paris).</p> <p>I enjoy working on design-driven projects, and specialise in developing sites and applications for startups. I mostly use <b>Javascript</b> and <b>Python</b>.</p> <p>Feel free to <a href="mailto:renard.julian@gmail.com"><b>get in touch</b></a> if you'd like to hire me as <b>freelancer</b> or work with my <b>agency</b> (<a href="http://foxlabagency.com">FoxLab Agency</a>, Berlin & Paris).</p> <ul> <li><a href="https://twitter.com/julian_renard" target="_blank">Twitter</a></li> <li><a href="https://github.com/julianfox" target="_blank">Github</a></li> <li><a href="https://www.linkedin.com/in/julian-renard-0218b153" target="_blank">Linkedin</a></li> </ul> </div> <script src="dist/js/script.js"></script> </body> </html>
app/partials/phone-detail.html
cirocosta/angular-tutorial-following
<div class="container"> <img ng-src="{{mainImageUrl}}" class="phone"> <h1>{{phone.name}}</h1> <p>{{phone.description}}</p> <ul class="phone-thumbs list-inline"> <li ng-repeat="img in phone.images"> <img ng-src="{{img}}" width="100" ng-click="setImage(img)"> </li> </ul> <ul class="specs list-unstyled"> <li> <span>Availability and Networks</span> <dl> <dt>Availability</dt> <dd ng-repeat="availability in phone.availability"> {{availability}} </dd> </dl> <dl> <dt>Infrared</dt> <dd>{{phone.connectivity.infrared | checkmark}}</dd> <dt>GPS</dt> <dd>{{phone.connectivity.gps | checkmark}}</dd> </dl> </li> </ul> </div>
Appserver/Coverage/src/servicios/ServicioInexistente.cpp.gcov.html
seguijoaquin/taller2-appserver
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>LCOV - coverage.info - src/servicios/ServicioInexistente.cpp</title> <link rel="stylesheet" type="text/css" href="../../gcov.css"> </head> <body> <table width="100%" border=0 cellspacing=0 cellpadding=0> <tr><td class="title">LCOV - code coverage report</td></tr> <tr><td class="ruler"><img src="../../glass.png" width=3 height=3 alt=""></td></tr> <tr> <td width="100%"> <table cellpadding=1 border=0 width="100%"> <tr> <td width="10%" class="headerItem">Current view:</td> <td width="35%" class="headerValue"><a href="../../index.html">top level</a> - <a href="index.html">src/servicios</a> - ServicioInexistente.cpp<span style="font-size: 80%;"> (source / <a href="ServicioInexistente.cpp.func.html">functions</a>)</span></td> <td width="5%"></td> <td width="15%"></td> <td width="10%" class="headerCovTableHead">Hit</td> <td width="10%" class="headerCovTableHead">Total</td> <td width="15%" class="headerCovTableHead">Coverage</td> </tr> <tr> <td class="headerItem">Test:</td> <td class="headerValue">coverage.info</td> <td></td> <td class="headerItem">Lines:</td> <td class="headerCovTableEntry">1</td> <td class="headerCovTableEntry">5</td> <td class="headerCovTableEntryLo">20.0 %</td> </tr> <tr> <td class="headerItem">Date:</td> <td class="headerValue">2016-06-15</td> <td></td> <td class="headerItem">Functions:</td> <td class="headerCovTableEntry">2</td> <td class="headerCovTableEntry">5</td> <td class="headerCovTableEntryLo">40.0 %</td> </tr> <tr><td><img src="../../glass.png" width=3 height=3 alt=""></td></tr> </table> </td> </tr> <tr><td class="ruler"><img src="../../glass.png" width=3 height=3 alt=""></td></tr> </table> <table cellpadding=0 cellspacing=0 border=0> <tr> <td><br></td> </tr> <tr> <td> <pre class="sourceHeading"> Line data Source code</pre> <pre class="source"> <a name="1"><span class="lineNum"> 1 </span> : #include &quot;ServicioInexistente.h&quot;</a> <span class="lineNum"> 2 </span> : <span class="lineNum"> 3 </span><span class="lineNoCov"> 0 : ServicioInexistente::ServicioInexistente(){</span> <span class="lineNum"> 4 </span><span class="lineNoCov"> 0 : this-&gt;respuesta = new RespuestaServicioInexistente();</span> <a name="5"><span class="lineNum"> 5 </span><span class="lineNoCov"> 0 : }</span></a> <span class="lineNum"> 6 </span> : <span class="lineNum"> 7 </span><span class="lineNoCov"> 0 : ServicioInexistente::~ServicioInexistente()</span> <a name="8"><span class="lineNum"> 8 </span> : {</a> <span class="lineNum"> 9 </span> : //dtor <span class="lineNum"> 10 </span><span class="lineCov"> 12 : }</span> </pre> </td> </tr> </table> <br> <table width="100%" border=0 cellspacing=0 cellpadding=0> <tr><td class="ruler"><img src="../../glass.png" width=3 height=3 alt=""></td></tr> <tr><td class="versionInfo">Generated by: <a href="http://ltp.sourceforge.net/coverage/lcov.php" target="_parent">LCOV version 1.10</a></td></tr> </table> <br> </body> </html>
views/components/add_datalet_from_data_room.html
routetopa/spod-plugin-cocreation
<!--<link rel="import" href="{$components_url}controllets/data-sevc-controllet/co-datalets-creator-controllet.html"/> <script src="{$components_url}locales/controllet_ln.js" type="text/javascript"></script> <script src="{$components_url}locales/paper_card_controllet_ln.js" type="text/javascript"></script>--> {style} {literal} body .floatbox_header { display: none; } body .floatbox_bottom { display: none; } body .floatbox_body { padding: 0px 0px 0px 0px; } body .floatbox_canvas .floatbox_container{ margin-top:20px; } div.clearfix.floatbox_cap{ display: none; } {/literal} {/style} <!-- <iframe height="100%" width="100%" srcdoc=' <link rel="import" href="{$components_url}controllets/data-sevc-controllet/co-datalets-creator-controllet.html"/> <script src="{$components_url}controllets/shared_js/jquery-1.11.2.min.js"></script> <script src="{$components_url}bower_components/webcomponentsjs/webcomponents-lite.min.js"></script> <script src="{$components_url}controllets/shared_js/perfect-scrollbar/js/min/perfect-scrollbar.jquery.min.js"></script> <script> $(document).ready(function(){ window.addEventListener("data-sevc-controllet.dataletCreated", function(e){ parent.ODE.savedDataletListener(e); }); }); </script> <link rel="stylesheet" href="{$components_url}controllets/shared_js/perfect-scrollbar/css/perfect-scrollbar.min.css"> <script src="{$components_url}locales/controllet_ln.js" type="text/javascript"></script> <script src="{$components_url}locales/paper_card_controllet_ln.js" type="text/javascript"></script> <co-datalets-creator-controllet deep-url="{$deepUrl}" data-url={$dataUrl} datalets-list-url="{$dataletListUrl}"> </co-datalets-creator-controllet>'></iframe>--> <iframe id="add_datalet_iframe" src="{$base_url}/ow_static/plugins/cocreation/pages/add_datalet_from_dataroom.html" height="100%" width="100%"></iframe>
019_2017-01-19_PHP_WP-ChildPages-Widget/index.html
CodeBrauer/100daysofcode
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta name="theme-color" content="#E13334"> <title>Wordpress Child Pages Widget</title> <link href="//fonts.googleapis.com/css?family=Roboto:700" rel="stylesheet"> <style type="text/css"> * {box-sizing: border-box; } body { text-align: center;background: #D3E8E1; background-size: cover; font-family: 'Roboto', sans-serif; font-weight: 200; color: #E44A66; padding: 0; margin: 0; line-height: 1.5; } h1 {font-family: 'Roboto', serif; font-size: 56px; margin-top: 0; } a { color: #E44A66; } a:hover { color: #fafafa; } .container {height: 100vh; padding: 20px; max-width: 800px; width: 100%; margin: 0 auto; } </style> </head> <body> <div class="container"> <h1>Wordpress Child Pages Widget</h1> <p> A simple widget that displays the child pages of the current page as simple menu. </p> <br> <script src="https://gist.github.com/CodeBrauer/0fbb5f3507cdc679f238d43e49941f5d.js"></script> <br> </div> <script src="https://cdn.rawgit.com/CodeBrauer/ebf5d310e4703b1186e7384ca1e1405d/raw/c5c1e53a82ae8370979007f8db345870e1782b78/githubcorner.js"></script> <script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');ga('create', 'UA-59784112-5', 'auto');ga('set', 'anonymizeIp', true);ga('send', 'pageview');</script> </body> </html>
clean/Linux-x86_64-4.09.1-2.0.6/released/8.11.0/mathcomp-character/1.13.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-character: 8 m 4 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.0 / mathcomp-character - 1.13.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-character <small> 1.13.0 <span class="label label-success">8 m 4 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-12 17:32:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-12 17:32:44 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; homepage: &quot;https://math-comp.github.io/&quot; bug-reports: &quot;https://github.com/math-comp/math-comp/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/math-comp.git&quot; license: &quot;CECILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/character&quot; &quot;-j&quot; &quot;%{jobs}%&quot; &quot;COQEXTRAFLAGS+=-native-compiler yes&quot; {coq-native:installed &amp; coq:version &lt; &quot;8.13~&quot; } ] install: [ make &quot;-C&quot; &quot;mathcomp/character&quot; &quot;install&quot; ] depends: [ &quot;coq-mathcomp-field&quot; { = version } ] tags: [ &quot;keyword:algebra&quot; &quot;keyword:character&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; &quot;logpath:mathcomp.character&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Théry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Mathematical Components Library on character theory&quot; description:&quot;&quot;&quot; This library contains definitions and theorems about group representations, characters and class functions. &quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/math-comp/archive/mathcomp-1.13.0.tar.gz&quot; checksum: &quot;sha256=4334e915736f96032e1d4d502e70537047220af1a1c7a6740f770e45601bdab0&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-mathcomp-character.1.13.0 coq.8.11.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-mathcomp-character.1.13.0 coq.8.11.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>32 m 38 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-mathcomp-character.1.13.0 coq.8.11.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>8 m 4 s</dd> </dl> <h2>Installation size</h2> <p>Total: 14 M</p> <ul> <li>4 M <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.glob</code></li> <li>1 M <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/character.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/classfun.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/character.glob</code></li> <li>841 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/classfun.glob</code></li> <li>712 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/inertia.vo</code></li> <li>684 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/inertia.glob</code></li> <li>498 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/integral_char.vo</code></li> <li>436 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/mxabelem.vo</code></li> <li>414 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/vcharacter.vo</code></li> <li>378 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/vcharacter.glob</code></li> <li>342 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/mxabelem.glob</code></li> <li>318 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/integral_char.glob</code></li> <li>239 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.v</code></li> <li>113 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/character.v</code></li> <li>96 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/classfun.v</code></li> <li>69 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/inertia.v</code></li> <li>54 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/all_character.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/mxabelem.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/vcharacter.v</code></li> <li>35 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/integral_char.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/all_character.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/all_character.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-mathcomp-character.1.13.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
trunk/views/user/setting.html
493326889/imwebclub
<div class='user-panel'> <%- partial('./header') %> <div class='user-panel__content'> <div class='user-panel__content__detail'> <ul class='breadcrumb'> <%- partial('./nav') %> </ul> <div class='breadcrumb--content'> <div class='breadcrumb--content__section section--show'> <div id='content'> <h3 class="user-title">个人设置</h3> <% if(typeof(error) !== 'undefined' && error){ %> <div class="alert alert-error"> <a class="close" data-dismiss="alert" href="#">&times;</a> <strong><%= error %></strong> </div> <% } %> <% if (typeof(success) !== 'undefined' && success) { %> <div class="alert alert-success"> <strong><%= success %></strong> </div> <% } %> <form id='setting_form' class='form-horizontal' action='/user/<%= user.loginname %>/setting' method='post'> <div class='control-group'> <label class='control-label' for='name'>用户名</label> <div class='controls'> <input class='input-xlarge readonly' id='name' name='name' size='30' type='text' readonly='true' value="<%= user.name %>"/> </div> </div> <div id="user-avatar" class="control-group"> <label class='control-label' for='avatar'>头像</label> <div class='controls'> <img class="user-avatar" src="<%= user.avatar || '' %>"/> <input id='avatar' name='avatar' type='hidden' readonly='true' value="<%= user.avatar || '' %>"/> <div id="uploader"> <div id="thelist" class="uploader-list"></div> <div class="btns"> <div id="picker">选择文件</div> </div> <span class="tip"></span> <div class="alert-error"></div> </div> </div> </div> <div class='control-group'> <label class='control-label' for='email'>电子邮件</label> <div class='controls'> <input class='input-xlarge readonly' id='email' name='email' size='30' type='text' readonly='true' value="<%= user.email %>"/> </div> </div> <div class='control-group'> <label class='control-label' for='url'>个人网站</label> <div class='controls'> <input class='input-xlarge' id='url' name='url' size='30' type='text' value="<%= typeof(user.url) !== 'undefined' ? user.url : '' %>"/> </div> </div> <div class='control-group'> <label class='control-label' for='location'>所在地点</label> <div class='controls'> <input class='input-xlarge' id='location' name='location' size='30' type='text' value="<%= typeof(user.location) !== 'undefined' ? user.location : '' %>"/> </div> </div> <div class='control-group'> <label class='control-label' for='weibo'>微博</label> <div class='controls'> <input class='input-xlarge' id='weibo' name='weibo' size='30' type='text' value="<%= typeof(user.weibo) !== 'undefined' ? user.weibo : '' %>"/> </div> </div> <div class='control-group'> <label class='control-label' for='github'>GitHub</label> <div class='controls'> <input class='input-xlarge' id='github' name='github' size='30' type='text' value="<%= typeof(user.githubUsername) !== 'undefined' ? '@' + user.githubUsername : '' %>" placeholder="@username" readonly="readonly" /> <p>请通过 GitHub 登录 IMWeb 来修改此处</p> </div> </div> <div class='control-group'> <label class='control-label' for='signature'>个性签名</label> <div class='controls'> <textarea class='input-xlarge' id='signature' name='signature' size='30'><%= typeof(user.signature) !== 'undefined' ? user.signature : "" %></textarea> </div> </div> <div class="control-group"> <label class="control-label" for="receive_reply_mail">提醒邮件</label> <div class="controls"> <label><input type="radio" id="receive_reply_mail" name="receive_reply_mail" value="1" <%= user.receive_reply_mail ? 'checked' : '' %>>接收<label> <label><input type="radio" name="receive_reply_mail" value="0" <%= user.receive_reply_mail ? '' : 'checked' %>>不接收</label> <span class="mail-info">欢迎订阅,我们只会在您关注的内容有更新时提醒您</span> </div> </div> <input type='hidden' id='action' name='action' value='change_setting'/> <input type='hidden' name='_csrf' value='<%= csrf %>'/> <div class='form-actions'> <input type='submit' class='span-primary submit_btn ui-button' data-loading-text="保存中.." value='保存设置'/> </div> </form> </div> </div> <div class='breadcrumb--content__section section--show'> <div id='content'> <h3 class="user-title">更改密码</h3> <form id='change_pass_form' class='form-horizontal' action='/user/<%= user.loginname %>/setting' method='post'> <div class='control-group'> <label class='control-label' for='old_pass'>当前密码</label> <div class='controls'> <input class='input-xlarge' type='password' id='old_pass' name='old_pass' size='30'/> </div> </div> <div class='control-group'> <label class='control-label' for='new_pass'>新密码</label> <div class='controls'> <input class='input-xlarge' type='password' id='new_pass' name='new_pass' size='30'/> </div> </div> <input type='hidden' id='action' name='action' value='change_password'/> <input type='hidden' name='_csrf' value='<%= user.csrf %>'/> <div class='form-actions'> <input type='submit' class='span-primary submit_btn ui-button' data-loading-text="更改中.." value='更改密码'/> </div> </form> </div> </div> </div> <!--<div id="upload-mask" class="upload-mask hidden" tabindex="-1" role="dialog" aria-labelledby="editorToolImageTitle" aria-hidden="true"> <div class="upload-pop"> <div class="modal-header"> <span type="button" class="close" data-dismiss="modal" aria-hidden="true">×</span> <span id="editorToolImageTitle" class="title">修改头像</span> </div> <div class="modal-body"> <span><img src="<%= user.avatar || '' %>" width="80" height="80"></span> <div class="upload-img"> <div class="button button-upload">上传图片</div> <div class="button button-cancel">取消</div> <span class="tip"></span> <div class="alert alert-error hide"></div> </div> </div> </div> </div>--> </div> </div> </div>
app/assets/javascripts/app/teams/rewards.html
bountysource/core
<div ng-controller="TeamRewardsController"> <div team-view team="team"> <div class="row"> <div ng-if="is_admin" class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> <loading-bar ng-hide="rewards">Loading rewards...</loading-bar> <div ng-show="rewards"> <button ng-show="expand_all" class="btn btn-default" ng-click="toggle_expand_all()">Collapse All</button> <button ng-hide="expand_all" class="btn btn-default" ng-click="toggle_expand_all()">Expand All</button> <br><br> <accordion close-others="false"> <div ng-repeat="reward in rewards | orderBy:'amount'"> <div ng-if="reward.amount <= 0"> <accordion-group heading="No Reward" is-open="reward.$is_open"> <div class="row"> <div class="col-sm-3 col-md-3"> <dl> <dt>Stats</dt> <dd>{{reward.pledges.length| number}} claimed</dd> <br> <dt>Description</dt> <dd><i>No reward selected</i></dd> </dl> </div> <div class="col-sm-9 col-md-9"> <div ng-show="reward.pledges.length <= 0" class="alert alert-info" style="margin: 0;">This reward has not been claimed by a backer. </div> <table ng-show="reward.pledges.length > 0" class="table table-bordered table-striped pledges-table"> <thead> <tr> <th>Backer</th> <th>Amount</th> <th>Date</th> </tr> </thead> <tbody> <tr ng-repeat="pledge in reward.pledges"> <td> <a ng-show="pledge.owner" ng-href="/people/{{ pledge.owner.slug }}">{{ pledge.owner.display_name }}</a> <div ng-hide="pledge.owner" class="text-muted">Anonymous</div> </td> <td>{{ pledge.amount | currency }}</td> <td>{{ pledge.created_at | date:'medium' }}</td> </tr> </tbody> </table> </div> </div> </accordion-group> </div> <div ng-if="reward.amount > 0"> <accordion-group is-open="reward.$is_open"> <accordion-heading> ${{reward.amount | number:0}} Reward <small ng-show="reward.limited_to" class="text-muted">{{reward.pledges.length| number}} of {{reward.limited_to | number}} claimed </small> <small ng-hide="reward.limited_to" class="text-muted">{{reward.pledges.length| number}} claimed </small> </accordion-heading> <div class="row"> <div class="col-sm-3 col-md-3"> <dl> <dt>Stats</dt> <dd ng-show="reward.limited_to">{{reward.pledges.length| number}} of {{reward.limited_to | number}} claimed </dd> <dd ng-hide="reward.limited_to">{{reward.pledges.length| number}} claimed</dd> <br> <dt>Description</dt> <dd style="white-space: pre-wrap;">{{reward.description}}</dd> <div ng-show="reward.fulfillment_details"> <br> <dt>Fulfillment Details</dt> <dd style="white-space: pre-wrap;">{{reward.fulfillment_details}}</dd> </div> </dl> </div> <div class="col-sm-9 col-md-9"> <div ng-show="reward.pledges.length <= 0" class="alert alert-info" style="margin: 0;">This reward has not been claimed by a backer. </div> <table ng-show="reward.pledges.length > 0" class="table table-bordered table-striped pledges-table"> <thead> <tr> <th>Backer</th> <th>Amount</th> <th>Date</th> <th ng-show="reward.fulfillment_details">Survey Response</th> </tr> </thead> <tbody> <tr ng-repeat="pledge in reward.pledges"> <td> <a ng-show="pledge.owner" ng-href="/people/{{ pledge.owner.slug }}">{{ pledge.owner.display_name }}</a> <div ng-hide="pledge.owner" class="text-muted">Anonymous</div> </td> <td>{{ pledge.amount | currency }}</td> <td>{{ pledge.created_at | date:'medium' }}</td> <td ng-show="reward.fulfillment_details"> <div ng-class="{ error: (reward.fulfillment_details && !pledge.survey_response) }" style="white-space: pre-wrap">{{pledge.survey_response}} </div> </td> </tr> </tbody> </table> </div> </div> </accordion-group> </div> </div> </accordion> </div> </div> </div> </div> </div>
compare.html
Cube-Controls/node-red-picubes
<script type="text/javascript"> RED.nodes.registerType('compare',{ category: 'PiCubes', color: '#c6dbef', defaults: { name: {value:""}, operator: {value:"GT"}, topicX : {value:""}, topicY0 : {value:""}, topicY1 : {value:""} }, inputs:1, outputs:1, align: "right", icon: "switch.png", label: function() { if (this.name == "") return this.operator; else return this.operator+"->"+this.name; }, oneditprepare: function() { $("#node-input-operator").change(function() { var id = $("#node-input-operator option:selected").val(); if (id =="BTW") $("#node-input-topicX-div").show(); else $("#node-input-topicX-div").hide(); }); } }); </script> <script type="text/x-red" data-template-name="compare"> <div class="form-row"> <label for="node-input-name"><i class="icon-tag"></i> Name</label> <input type="text" id="node-input-name" placeholder="Name"> </div> <div class="form-row"> <label for="node-input-operator"><i class="icon-tag"></i> Operator</label> <select id="node-input-operator" style="width:185px !important"> <option value="GT">Greater Than</option> <option value="GTE">Greater or Equal</option> <option value="EQU">Equal</option> <option value="BTW">Between</option> <option value="NEQ">Not Equal</option> <option value="LT">Less Than</option> <option value="LTE">Less or Equal</option> </select> </div> <div class="form-row hidden" id="node-input-topicX-div"> <label for="node-input-topicX"><i class="icon-tag"></i> Topic X</label> <input type="text" id="node-input-topicX" placeholder="Topic X"> </div> <div class="form-row" id="node-input-topicY0-div"> <label for="node-input-topicY0"><i class="icon-tag"></i> Topic Y0</label> <input type="text" id="node-input-topicY0" placeholder="Topic Y0"> </div> <div class="form-row" id="node-input-topicY1-div"> <label for="node-input-topicY1"><i class="icon-tag"></i> Topic Y1</label> <input type="text" id="node-input-topicY1" placeholder="Topic Y1"> </div> </script> <script type="text/x-red" data-help-name="compare"> <p>Compare Functions Node</p> </script>
example/views/kits/families/updateOrCreate.html
DanieleSassoli/AngularAdobeTypeKit
<form class="form-horizontal"> <div class="row"> <div class="form-group"> <label for="kitId" class="col-sm-2 control-label"> Kit Id </label> <div class="col-sm-10"> <input type="text" class="form-control" id="kitId" placeholder="Kit Id" ng-model="kitFamily.updateKitId"> </div> </div> </div> <div class="row"> <div class="form-group"> <label for="fontFamilyId" class="col-sm-2 control-label"> Font Family Id </label> <div class="col-sm-10"> <input type="text" class="form-control" id="fontFamilyId" placeholder="Font Family Id" ng-model="kitFamily.updateFontFamilyId"> </div> </div> </div> <button class="btn btn-danger" ng-click="updateOrCreateFontFamily();"> Generate Or Update fontFamily (with Fixed Data) </button> </form> <p>{{createdKit}}</p>
_includes/copy.html
ubikCode/ubikCode
<div class="copy"> All Rights Reserved <span class='uc'>[uC]</span> 2017 </div>
css/index.css
JasonD94/Website
/* Google Fonts to use. See the following page for more fonts: http://cssdeck.com/labs/cool-and-professional-google-web-fonts-for-use */ @import url(//fonts.googleapis.com/css?family=Ubuntu); @import url(//fonts.googleapis.com/css?family=Advent+Pro); html { min-height: 100%; position: relative; } body { /*padding-bottom: 60px;*/ /* This is the same as the sky in background 4, to make the mobile display look better. */ background-color: #376BD0; background-image: url('../img/background4.jpg'); background-position: center; background-repeat: no-repeat; margin: 0px; padding: 0px; height: 100%; width: 100%; font-family: "Advent Pro", Times, sans-serif; } body > .container { padding: 65px 10px 0; } body > .row { margin: 10px; } .easy_text { color: white; text-align: center; background-color:black; z-index:0; opacity:0.5; } /* About / Header name */ .about { color: white; text-align: center; } a:link { } h1.name { color: white; text-align: center; font-family: "Ubuntu"; font-size: 750%; } .black { background-color: black; } object { width: 100%; height: 100%; border: 0; } /* Center text with no background. */ .center_text_nohighlight { color: black; text-align: center; font-size: 200%; } /* Center text */ .center_text { color: white; text-align: center; font-family: "Advent Pro"; font-weight:900; font-size: 200%; } .center_text_small { color: white; text-align: center; font-family: "Advent Pro"; font-weight:900; font-size: 120%; } /* Highlight just the text. */ .highlight { background-color: black; } /* Left align text */ .left_align { color: black; text-align: left; font-family: "Advent Pro"; font-size: 150%; } .content { width: 70%; margin: 0px auto; padding: 0px; border: 0px; background-color: transparent; } .embed-container { height: 0; width: 100%; padding-bottom: 130%; /* play with this until right */ overflow: hidden; position: relative; } .embed-container iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
webroot/stubber/css/style.css
jdarling/Stubber.js
.pure-danger{ background: red; } .right{ float: right; } /* Put your CSS here */ .inlineblock{ display: inline-block; } .loading{ background-image: url("../images/loader.gif"); background-color: #fffffff; display: inline-block; width: 32px; height: 32px; } .footer{ position: fixed; bottom: 0; height: 50px; width: 100%; z-index: 4; } .footer a{ color: #1F8DD6; } #outlet{ margin: 70px 0; } .page{ margin: 15px; } a[data-toggle]{ color: #1F8DD6; text-decoration: none; } a[data-toggle].active{ color: black; text-decoration: underline; } [data-toggle-id]{ display: none; } [data-toggle-id].active{ display: block; } textarea.editor{ min-height: 300px; height: 70%; width: 100%; } /* Breadcrumbs Styles */ .breadcrumb { list-style: none; overflow: hidden; font: 18px; position: fixed; top: 38px; background: gray; z-index: 6; width: 100%; padding: 0px; } .breadcrumb li { float: left; } .breadcrumb li a { color: white; text-decoration: none; padding: 0px 0 0px 40px; background: #2d3e50; /* fallback color */ background: hsla(204, 75%, 48%,1); position: relative; display: block; float: left; } .breadcrumb li a:after { content: " "; display: block; width: 0; height: 0; border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */ border-bottom: 50px solid transparent; border-left: 30px solid hsla(204, 75%, 48%,1); position: absolute; top: 50%; margin-top: -50px; left: 100%; z-index: 2; } .breadcrumb li a:before { content: " "; display: block; width: 0; height: 0; border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */ border-bottom: 50px solid transparent; border-left: 30px solid white; position: absolute; top: 50%; margin-top: -50px; margin-left: 1px; left: 100%; z-index: 1; } .breadcrumb li:first-child a { padding-left: 10px; } /* .breadcrumb li:nth-child(2) a { background: hsla(34,85%,45%,1); } .breadcrumb li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); } .breadcrumb li:nth-child(3) a { background: hsla(34,85%,55%,1); } .breadcrumb li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); } .breadcrumb li:nth-child(4) a { background: hsla(34,85%,65%,1); } .breadcrumb li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); } .breadcrumb li:nth-child(5) a { background: hsla(34,85%,75%,1); } .breadcrumb li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); } */ .breadcrumb li:last-child a { background: transparent !important; color: white; pointer-events: none; cursor: default; } .breadcrumb li:last-child a:after { border: 0; } .breadcrumb li:last-child a:before { border: 0; } .breadcrumb li a:hover { background: hsla(211, 28%, 25%,1); } .breadcrumb li a:hover:after { border-left-color: hsla(211, 28%, 25%,1) !important; } .page.w-breadcrumb{ margin-top: 90px; } /* ul.breadcrumb { position: fixed; top: 39px; background: silver; z-index: 6; width: 100%; list-style: none; margin: 0; padding: 0; } ul.breadcrumb li { margin: 0; padding: 0; float: left; } ul.breadcrumb li a { background: white; display: inline-block; padding: 0px 5px; border: 1px solid silver; text-decoration: none; color: black; } ul.breadcrumb li a:hover{ background: gray; color: white; } .page.w-breadcrumb{ margin-top: 80px; } */ /* Switches */ .editswitch { font-size: 16px; font-weight: normal; position: relative; width: 90px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none; } .editswitch-checkbox { position: absolute; left: -999px; top: -999px; } .editswitch-label { display: block; overflow: hidden; cursor: pointer; border: 2px solid #cccccc; border-radius: 0px; height: 30px; } .editswitch-inner { width: 200%; margin-left: -100%; -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s; -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s; } .editswitch-inner:before, .editswitch-inner:after { float: left; width: 50%; height: 30px; padding: 0; line-height: 26px; font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 2px solid transparent; background-clip: padding-box; } .editswitch-inner .on { padding-left: 10px; background-color: #1F8DD6; color: #FFFFFF; width: 90px; display: inline-block; } .editswitch-inner .off { padding-right: 10px; background-color: #999999; color: #FFFFFF; text-align: right; position: relative; top: -27px; left: 86px; display: inline-block; height: 27px; width: 90px; } .editswitch-switch { width: 25px; margin: 0px; background: #CCCCCC; position: absolute; top: 0; bottom: 0; right: 65px; -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; } .editswitch-checkbox:checked + .editswitch-label .editswitch-inner { margin-left: 0; } .editswitch-checkbox:checked + .editswitch-label .editswitch-switch { right: 0px; }
downloader/skin/ieboxes.css
almadaocta/lordbike-production
/** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE_AFL.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@magentocommerce.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade Magento to newer * versions in the future. If you wish to customize Magento for your * needs please refer to http://www.magentocommerce.com for more information. * * @category design * @package default * @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com) * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ button, .form-button { filter:chroma(color=#000000); overflow:visible; width:auto; } .main { height:400px; } .nav, .form-btn-set, .header-top, .bar-head { zoom:1; } .clear { clear:both; height:0; font-size:0; line-height:0; overflow:hidden; } .connect-packages td .select { margin:0 0 2px; }
src/templates/aboutus.html
mickelsonm/flaskapp
{% extends "template.html" %} {% block content %} <h1>About</h1> <p>This is all about us.</p> {% endblock %}
index.html
disciple520/ResumeWebsite
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <link rel="icon" type="image/png" href="favicon.ico"> <title>Jerimiah Woods</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" href="apple-touch-icon.png"> <!-- Place favicon.ico in the root directory --> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/main.css"> <script src="js/vendor/modernizr-2.8.3.min.js"></script> </head> <body> <!--[if lt IE 8]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- Add your site or application content here --> <div id="content"> <div id="header"> <div class="col-md-3" id="profile-picture"> <img id="pic" src="img/profile_pic.png" alt="Profile Picture" height="160px" width="160px"> </div> <!-- end of profile-picture div --> <div class="col-md-6" id="name"> Jerimiah Woods<br><span>-Aspiring Software Developer-</span> </div> <!-- end of name div --> <div class="col-md-3" id="contact"> 4511 Puttor Drive<br>Eau Claire, WI 54701<br>(715) 572-4512<br>woods.jerry@gmail.com </div> <!-- end of contact div --> </div> <!-- end of header div --> <hr> <div id="resume"> <div class="row"> <div class="col-md-3 heading"> Personal Profile </div> <!-- end of heading div --> <div class="col-md-9" id="personal-profile"> <p>I moved to Eau Claire, Wisconsin in 2009 to attend the University of Wisconsin - Eau Claire. I completed a four year degree in Actuarial Science there in 2013. Soon after that I was given the opportunity to do some work with a local software development business where I learned Objective-C and helped to build an iOS application. After that experience I decided to pursue software development as a career and enrolled at Chippewa Valley Technical College. In my three semesters there I have finished all but one class in their Software Developer program. Armed with that education, along with a few side projects and a strong desire and aptitude, I'm looking forward to beginning a career in development here in Eau Claire.</p> </div> <!-- end of personal-profile div --> </div> <!-- end of row div --> <hr> <div class="row"> <div class="col-md-3 heading"> Education </div> <!-- end of heading div --> <div class="col-md-9" id="education"> <div class"row"> <div class="col-md-6 subheading"> Chippewa Valley Technical College </div> <div class="col-md-6 sub-subheading"> Anticipated Graduation: December 2015 </div> </div> <!-- end of row div --> <div class="details first-school"> <ul> <li>Associate of Applied Science – Information Technology – Software Developer</li> <li>65/68 credits completed</li> <li>Registered to complete final class (ASP .Net) online in Fall 2015</li> </ul> </div> <!-- end of details div --> <div class"row"> <div class="col-md-6 subheading" id="uwec"> University of Wisconsin - Eau Claire </div> <div class="col-md-6 sub-subheading"> Graduation Date: May 2013 </div> </div> <!-- end of row div --> <div class="details" id="uwec-details"> <ul> <li>Bachelors of Science - Actuarial Science</li> <li>Passed Exam FM - Financial Mathematics</li> </ul> </div> <!-- end of details div --> </div> <!-- end of education div --> </div> <!-- end of row div --> <hr> <div class="row"> <div class="col-md-3 heading"> Technologies </div> <!-- end of heading div --> <div class="col-md-9" id="technologies"> <div class="details"> <ul> <li>Software Development: Objective-C, Java, Groovy, Visual Basic, Android</li> <li>Web Development: HTML, CSS, JavaScript, Java, PHP, Ruby on Rails</li> <li>Developer Tools: Git, Bitbucket, PivotalTracker, Xcode, Eclipse, IntelliJ, NetBeans</li> <li>Operating Systems: Mac OSX, Windows, Linux</li> <li>Databases and Reporting: SQL, Access, Crystal Reports</li> </ul> </div> <!-- end of details div --> </div> <!-- end of technologies div --> </div> <!-- end of row div --> <hr> <div class="row"> <div class="col-md-3 heading"> Portfolio </div> <!-- end of heading div --> <div class="col-md-9" id="portfolio"> <div class="details" id="projects"> <ul> <li><a href="https://github.com/disciple520/InterValve">InterValve</a> is the first project I ever worked on. It is an iOS application I helped build in 2013</li> <li><a href="todoapp.php">To Do</a> is a PHP web application I am currently building that utilizes JavaScript and MySQL</li> <li><a href="https://github.com/disciple520/cvtcAgileGroup1">Property World</a> is a web application I built with an agile team at CVTC. We used Ruby on Rails. <a href="property_world_feedback.html" id="feedback-link">Click here</a> to see what my team had to say about me</li> <li><a href="https://github.com/disciple520/WhereInTheWord">Where in the Word</a> is a personal project I've been working on using Java</li> </ul> </div> <!-- end of details div --> </div> <!-- end of porfolio div --> </div> <!-- end of row div --> <hr> <div class="row"> <div class="col-md-3 heading"> Work History </div> <!-- end of heading div --> <div class="col-md-9" id="work-history"> <div class"row"> <div class="col-md-6 subheading"> Mobile Application Developer </div> <div class="col-md-6 sub-subheading"> (August 2013 - October 2013) </div> </div> <!-- end of row div --> <div class="row"> <div class="col-md-6 subheading second-row employer"> GalacticTech </div> <div class="col-md-6 sub-subheading city"> Mondovi, WI </div> </div> <!-- end of employer-line row div --> <div class="details job"> <ul> <li>Learned Objective-C through a combination of self-study and professional guidance</li> <li>Assisted in development of marketing application using Xcode</li> </ul> </div> <!-- end of details div --> <div class"row"> <div class="col-md-6 subheading"> Shift Leader </div> <div class="col-md-6 sub-subheading"> (June 2011 - Present) </div> </div> <!-- end of row div --> <div class="row"> <div class="col-md-6 subheading second-row employer"> Kwik Trip, Inc. </div> <div class="col-md-6 sub-subheading city"> Eau Claire, WI </div> </div> <!-- end of employer-line row div --> <div class="details job"> <ul> <li>Effectively lead team on Madison Street, one of the highest volume convenience stores in the Chippewa Valley, to ensure all duties are accomplished in an excellent and timely manner</li> <li>Demonstrate reliability by maintaining perfect attendance</li> </ul> </div> <!-- end of details div --> <div class"row"> <div class="col-md-6 subheading"> Table Games Dealer/Dual Games Supervisor </div> <div class="col-md-6 sub-subheading"> (July 2007 - Sept 2009) </div> </div> <!-- end of row div --> <div class="row"> <div class="col-md-6 subheading second-row employer"> Ho-Chunk Gaming - Nekoosa </div> <div class="col-md-6 sub-subheading city"> Nekoosa, WI </div> </div> <!-- end of employer-line row div --> <div class="details job"> <ul> <li>Personally created and conducted 30-player, semi-weekly poker tournaments</li> <li>Managed and observed four dealers simultaneously to ensure speed, accuracy, and game security</li> <li>Delivered excellent and entertaining customer service, building rapport with clientele</li> </ul> </div> <!-- end of details div --> </div> <!-- end of work-history div --> </div> <!-- end of row div --> </div> <!-- end of resume div --> <hr> <footer> <p>Site designed by Jerry Woods 2015</p> </footer> </div> <!-- end of content div --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.3.min.js"><\/script>')</script> <script src="js/plugins.js"></script> <script src="js/main.js"></script> <script src="js/bootstrap.js"></script> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. --> <script> (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]= function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date; e=o.createElement(i);r=o.getElementsByTagName(i)[0]; e.src='https://www.google-analytics.com/analytics.js'; r.parentNode.insertBefore(e,r)}(window,document,'script','ga')); ga('create','UA-63553555-1','auto');ga('send','pageview'); </script> </body> </html>
webapp/WEB-INF/styles/update_profile.css
sistfers/ingsta
/** * 사용자 정보수정 스타일 * * namespace: update_profile * * @author sook * * @version 0.0.1-SNAPSHOT * */ /******************************************************************************/ /* 페이지 스타일 시작 */ /******************************************************************************/ /* 페이지 헤더 */ #page-header { } /* 페이지 내비 */ #page-nav { } /* 페이지 메뉴 */ #page-menu { } /* 페이지 아티클 */ #page-article { } /* 페이지 어사이드 */ #page-aside { } /* 페이지 푸터 */ #page-footer { } /******************************************************************************/ /* 페이지 스타일 끝 */ /******************************************************************************/ /******************************************************************************/ /* 컨텐츠 스타일 시작 */ /******************************************************************************/ /* 컨텐츠 헤더 */ #contents-header { } /* 컨텐츠 내비 */ #contents-nav { } /* 컨텐츠 메뉴 */ #contents-menu { } /* 컨텐츠 아티클 */ #contents-article { } /* 컨텐츠 어사이드 */ #contents-aside { } /* 컨텐츠 푸터 */ #contents-footer { } /******************************************************************************/ /* 컨텐츠 스타일 끝 */ /******************************************************************************/ /******************************************************************************/ /* 섹션 스타일 시작 */ /******************************************************************************/ /* 컨텐츠 섹션 */ .contents-section { } /* 섹션 헤더 */ .section-header { } /* 섹션 내비 */ .section-nav { } /* 섹션 메뉴 */ .section-menu { } /* 섹션 아티클 */ .section-article { } /* 섹션 어사이드 */ .section-aside { } /* 섹션 푸터 */ .section-footer { } /******************************************************************************/ /* 섹션 스타일 끝 */ /******************************************************************************/ /******************************************************************************/ /* 도메인 스타일 시작 */ /******************************************************************************/ /******************************************************************************/ /* 잉스타 스타일 시작 */ /******************************************************************************/ /* 잉스타 공통 */ #main{ margin-top: 40px; margin-bottom: 40px; } a.list-group-item:FOCUS, a.list-group-item:HOVER { background-color: #ffb18c; } a.celactive { background-color: #ff9460; font-weight:bolder; color: #fdfdfd; } #FormDiv{ height: 100%; border: 4px solid #ead3ce; border-radius: 5px; } div#nowInfoDiv{ margin-top:5px; text-align: center; height: 50px; } div#leftBarBox{ height: inherit; } hr.devider{ margin-top: 10px; margin-bottom:20px; } input#profChange{ background-color: #ff9460; color:white; font-weight: bolder; } input#profChange:HOVER { color:black; font-weight: bolder; } #denyReasonLabel{ padding-right:0; margin-top:8px; text-align: center; font-size: 10pt; } label#nicknameView{ margin-left:10px; margin-bottom:0; font-size: 15pt; } /******************************************************************************/ /* 잉스타 스타일 끝 */ /******************************************************************************/ /******************************************************************************/ /* 도메인 스타일 끝 */ /******************************************************************************/
html/pdf/W28937.pdf_ind.html
datamade/elpc_bakken
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML> <HEAD> <TITLE></TITLE> </HEAD> <BODY> <A href="W28937.pdfs.html#outline" target="contents">Outline</a><br><A href="W28937.pdfs.html#1" target="contents" >Page 1</a><br> <A href="W28937.pdfs.html#2" target="contents" >Page 2</a><br> <A href="W28937.pdfs.html#3" target="contents" >Page 3</a><br> <A href="W28937.pdfs.html#4" target="contents" >Page 4</a><br> <A href="W28937.pdfs.html#5" target="contents" >Page 5</a><br> <A href="W28937.pdfs.html#6" target="contents" >Page 6</a><br> <A href="W28937.pdfs.html#7" target="contents" >Page 7</a><br> <A href="W28937.pdfs.html#8" target="contents" >Page 8</a><br> <A href="W28937.pdfs.html#9" target="contents" >Page 9</a><br> <A href="W28937.pdfs.html#10" target="contents" >Page 10</a><br> <A href="W28937.pdfs.html#11" target="contents" >Page 11</a><br> <A href="W28937.pdfs.html#12" target="contents" >Page 12</a><br> <A href="W28937.pdfs.html#13" target="contents" >Page 13</a><br> <A href="W28937.pdfs.html#14" target="contents" >Page 14</a><br> <A href="W28937.pdfs.html#15" target="contents" >Page 15</a><br> <A href="W28937.pdfs.html#16" target="contents" >Page 16</a><br> <A href="W28937.pdfs.html#17" target="contents" >Page 17</a><br> <A href="W28937.pdfs.html#18" target="contents" >Page 18</a><br> <A href="W28937.pdfs.html#19" target="contents" >Page 19</a><br> <A href="W28937.pdfs.html#20" target="contents" >Page 20</a><br> <A href="W28937.pdfs.html#21" target="contents" >Page 21</a><br> <A href="W28937.pdfs.html#22" target="contents" >Page 22</a><br> <A href="W28937.pdfs.html#23" target="contents" >Page 23</a><br> <A href="W28937.pdfs.html#24" target="contents" >Page 24</a><br> <A href="W28937.pdfs.html#25" target="contents" >Page 25</a><br> <A href="W28937.pdfs.html#26" target="contents" >Page 26</a><br> <A href="W28937.pdfs.html#27" target="contents" >Page 27</a><br> <A href="W28937.pdfs.html#28" target="contents" >Page 28</a><br> <A href="W28937.pdfs.html#29" target="contents" >Page 29</a><br> <A href="W28937.pdfs.html#30" target="contents" >Page 30</a><br> <A href="W28937.pdfs.html#31" target="contents" >Page 31</a><br> <A href="W28937.pdfs.html#32" target="contents" >Page 32</a><br> <A href="W28937.pdfs.html#33" target="contents" >Page 33</a><br> <A href="W28937.pdfs.html#34" target="contents" >Page 34</a><br> <A href="W28937.pdfs.html#35" target="contents" >Page 35</a><br> <A href="W28937.pdfs.html#36" target="contents" >Page 36</a><br> <A href="W28937.pdfs.html#37" target="contents" >Page 37</a><br> <A href="W28937.pdfs.html#38" target="contents" >Page 38</a><br> <A href="W28937.pdfs.html#39" target="contents" >Page 39</a><br> <A href="W28937.pdfs.html#40" target="contents" >Page 40</a><br> <A href="W28937.pdfs.html#41" target="contents" >Page 41</a><br> <A href="W28937.pdfs.html#42" target="contents" >Page 42</a><br> <A href="W28937.pdfs.html#43" target="contents" >Page 43</a><br> <A href="W28937.pdfs.html#44" target="contents" >Page 44</a><br> <A href="W28937.pdfs.html#45" target="contents" >Page 45</a><br> <A href="W28937.pdfs.html#46" target="contents" >Page 46</a><br> <A href="W28937.pdfs.html#47" target="contents" >Page 47</a><br> <A href="W28937.pdfs.html#48" target="contents" >Page 48</a><br> <A href="W28937.pdfs.html#49" target="contents" >Page 49</a><br> <A href="W28937.pdfs.html#50" target="contents" >Page 50</a><br> <A href="W28937.pdfs.html#51" target="contents" >Page 51</a><br> <A href="W28937.pdfs.html#52" target="contents" >Page 52</a><br> <A href="W28937.pdfs.html#53" target="contents" >Page 53</a><br> <A href="W28937.pdfs.html#54" target="contents" >Page 54</a><br> <A href="W28937.pdfs.html#55" target="contents" >Page 55</a><br> <A href="W28937.pdfs.html#56" target="contents" >Page 56</a><br> <A href="W28937.pdfs.html#57" target="contents" >Page 57</a><br> <A href="W28937.pdfs.html#58" target="contents" >Page 58</a><br> <A href="W28937.pdfs.html#59" target="contents" >Page 59</a><br> <A href="W28937.pdfs.html#60" target="contents" >Page 60</a><br> <A href="W28937.pdfs.html#61" target="contents" >Page 61</a><br> <A href="W28937.pdfs.html#62" target="contents" >Page 62</a><br> <A href="W28937.pdfs.html#63" target="contents" >Page 63</a><br> <A href="W28937.pdfs.html#64" target="contents" >Page 64</a><br> <A href="W28937.pdfs.html#65" target="contents" >Page 65</a><br> <A href="W28937.pdfs.html#66" target="contents" >Page 66</a><br> <A href="W28937.pdfs.html#67" target="contents" >Page 67</a><br> <A href="W28937.pdfs.html#68" target="contents" >Page 68</a><br> <A href="W28937.pdfs.html#69" target="contents" >Page 69</a><br> <A href="W28937.pdfs.html#70" target="contents" >Page 70</a><br> <A href="W28937.pdfs.html#71" target="contents" >Page 71</a><br> <A href="W28937.pdfs.html#72" target="contents" >Page 72</a><br> <A href="W28937.pdfs.html#73" target="contents" >Page 73</a><br> <A href="W28937.pdfs.html#74" target="contents" >Page 74</a><br> <A href="W28937.pdfs.html#75" target="contents" >Page 75</a><br> <A href="W28937.pdfs.html#76" target="contents" >Page 76</a><br> <A href="W28937.pdfs.html#77" target="contents" >Page 77</a><br> <A href="W28937.pdfs.html#78" target="contents" >Page 78</a><br> <A href="W28937.pdfs.html#79" target="contents" >Page 79</a><br> <A href="W28937.pdfs.html#80" target="contents" >Page 80</a><br> <A href="W28937.pdfs.html#81" target="contents" >Page 81</a><br> <A href="W28937.pdfs.html#82" target="contents" >Page 82</a><br> <A href="W28937.pdfs.html#83" target="contents" >Page 83</a><br> <A href="W28937.pdfs.html#84" target="contents" >Page 84</a><br> <A href="W28937.pdfs.html#85" target="contents" >Page 85</a><br> <A href="W28937.pdfs.html#86" target="contents" >Page 86</a><br> <A href="W28937.pdfs.html#87" target="contents" >Page 87</a><br> <A href="W28937.pdfs.html#88" target="contents" >Page 88</a><br> <A href="W28937.pdfs.html#89" target="contents" >Page 89</a><br> </BODY> </HTML>
02. Web Development/03. JavaScript Fundamentals/08. Strings/Strings/02.Brackets/styles/input-form.css
DimitarSD/Telerik-Academy
body div{ margin-bottom: 15px; } body div label{ font-family: Consolas; font-size: 16px; } body div button{ padding-bottom: 2px; padding-top: 2px; margin-left: 15px; border: 1px solid black; background-color: #0094ff; font-weight: bold; } input{ width: 200px; }
webkb/other/washington/http:^^www.cs.washington.edu^homes^brendan^coffee.html
ML-SWAT/Web2KnowledgeBase
Date: Tue, 10 Dec 1996 21:21:29 GMT Server: NCSA/1.4.2 Content-type: text/html Last-modified: Wed, 15 May 1996 23:35:44 GMT Content-length: 263 <html> <title>Coffee</title> <body bgcolor=#FFFFFF text=#000000 > <h2>Coffee</h2> Here is a Seattle coffee <a href="http://www.halcyon.com/zipgun/mothercity/mothercity.html">guide</a>. <p> <IMG SRC="absinthe.gif"> <p> <em>Absinthe</em> by Degas </body> </html>
javadoc/com/example/cmput301f17t27/nume/various/SaveLoadController.html
CMPUT301F17T27/NuMe
<!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_144) on Wed Dec 06 15:25:24 MST 2017 --> <title>SaveLoadController</title> <meta name="date" content="2017-12-06"> <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="SaveLoadController"; } } catch(err) { } //--> var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static 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="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/example/cmput301f17t27/nume/various/Permissions.html" title="class in com.example.cmput301f17t27.nume.various"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/example/cmput301f17t27/nume/various/SaveLoadController.html" target="_top">Frames</a></li> <li><a href="SaveLoadController.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">com.example.cmput301f17t27.nume.various</div> <h2 title="Class SaveLoadController" class="title">Class SaveLoadController</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.example.cmput301f17t27.nume.various.SaveLoadController</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">SaveLoadController</span> extends java.lang.Object</pre> <div class="block">This is a static class that provides a toolbox for saving locally and to ElasticSearch. (This holds all the ElasticSearch code)</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> <dd>1.0</dd> </dl> </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="../../../../../com/example/cmput301f17t27/nume/various/SaveLoadController.html#SaveLoadController--">SaveLoadController</a></span>()</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static 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>static boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/example/cmput301f17t27/nume/various/SaveLoadController.html#addProfile-android.content.Context-com.example.cmput301f17t27.nume.account.Profile-">addProfile</a></span>(android.content.Context&nbsp;context, <a href="../../../../../com/example/cmput301f17t27/nume/account/Profile.html" title="class in com.example.cmput301f17t27.nume.account">Profile</a>&nbsp;profile)</code> <div class="block">This function loads a user's profile.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/example/cmput301f17t27/nume/various/SaveLoadController.html#deleteLocalProfile-android.content.Context-">deleteLocalProfile</a></span>(android.content.Context&nbsp;context)</code> <div class="block">Deletes the profile saved locally.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>static <a href="../../../../../com/example/cmput301f17t27/nume/account/Profile.html" title="class in com.example.cmput301f17t27.nume.account">Profile</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/example/cmput301f17t27/nume/various/SaveLoadController.html#getProfile-java.lang.String-">getProfile</a></span>(java.lang.String&nbsp;uName)</code> <div class="block">Get a profile from ElasticSearch only.</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../com/example/cmput301f17t27/nume/account/Profile.html" title="class in com.example.cmput301f17t27.nume.account">Profile</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/example/cmput301f17t27/nume/various/SaveLoadController.html#loadProfile-android.content.Context-java.lang.String-">loadProfile</a></span>(android.content.Context&nbsp;context, java.lang.String&nbsp;userName)</code> <div class="block">This function loads a user's profile.</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/example/cmput301f17t27/nume/various/SaveLoadController.html#saveProfile-android.content.Context-com.example.cmput301f17t27.nume.account.Profile-">saveProfile</a></span>(android.content.Context&nbsp;context, <a href="../../../../../com/example/cmput301f17t27/nume/account/Profile.html" title="class in com.example.cmput301f17t27.nume.account">Profile</a>&nbsp;profile)</code> <div class="block">This function saves the user's profile locally and to ElasticSearch.</div> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/example/cmput301f17t27/nume/various/SaveLoadController.html#updateProfile-com.example.cmput301f17t27.nume.account.Profile-">updateProfile</a></span>(<a href="../../../../../com/example/cmput301f17t27/nume/account/Profile.html" title="class in com.example.cmput301f17t27.nume.account">Profile</a>&nbsp;profile)</code> <div class="block">Updates a profile on ElasticSearch only.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</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="SaveLoadController--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>SaveLoadController</h4> <pre>public&nbsp;SaveLoadController()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="addProfile-android.content.Context-com.example.cmput301f17t27.nume.account.Profile-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addProfile</h4> <pre>public static&nbsp;boolean&nbsp;addProfile(android.content.Context&nbsp;context, <a href="../../../../../com/example/cmput301f17t27/nume/account/Profile.html" title="class in com.example.cmput301f17t27.nume.account">Profile</a>&nbsp;profile)</pre> <div class="block">This function loads a user's profile. First it tries locally and if that doesn't work, it tries from ElasticSearch.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>context</code> - Context from which this is called from</dd> <dd><code>profile</code> - The profile to add</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>boolean False if the profile wasn't added, true if it was</dd> </dl> </li> </ul> <a name="loadProfile-android.content.Context-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loadProfile</h4> <pre>public static&nbsp;<a href="../../../../../com/example/cmput301f17t27/nume/account/Profile.html" title="class in com.example.cmput301f17t27.nume.account">Profile</a>&nbsp;loadProfile(android.content.Context&nbsp;context, java.lang.String&nbsp;userName)</pre> <div class="block">This function loads a user's profile. First it tries locally and if that doesn't work, it tries from ElasticSearch.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>context</code> - Context from which this is called from</dd> <dd><code>userName</code> - The username of the profile to load</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Profile that was loaded</dd> </dl> </li> </ul> <a name="saveProfile-android.content.Context-com.example.cmput301f17t27.nume.account.Profile-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>saveProfile</h4> <pre>public static&nbsp;void&nbsp;saveProfile(android.content.Context&nbsp;context, <a href="../../../../../com/example/cmput301f17t27/nume/account/Profile.html" title="class in com.example.cmput301f17t27.nume.account">Profile</a>&nbsp;profile)</pre> <div class="block">This function saves the user's profile locally and to ElasticSearch. (If available)</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>context</code> - Context from which this is called from</dd> <dd><code>profile</code> - Profile to save</dd> </dl> </li> </ul> <a name="deleteLocalProfile-android.content.Context-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>deleteLocalProfile</h4> <pre>public static&nbsp;void&nbsp;deleteLocalProfile(android.content.Context&nbsp;context)</pre> <div class="block">Deletes the profile saved locally.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>context</code> - Context where the deletion is requested</dd> </dl> </li> </ul> <a name="getProfile-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getProfile</h4> <pre>public static&nbsp;<a href="../../../../../com/example/cmput301f17t27/nume/account/Profile.html" title="class in com.example.cmput301f17t27.nume.account">Profile</a>&nbsp;getProfile(java.lang.String&nbsp;uName)</pre> <div class="block">Get a profile from ElasticSearch only. Doesn't check the local cache</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>uName</code> - Username of the profile to get</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>The profile object that has that username. Null if no profile was found</dd> </dl> </li> </ul> <a name="updateProfile-com.example.cmput301f17t27.nume.account.Profile-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>updateProfile</h4> <pre>public static&nbsp;void&nbsp;updateProfile(<a href="../../../../../com/example/cmput301f17t27/nume/account/Profile.html" title="class in com.example.cmput301f17t27.nume.account">Profile</a>&nbsp;profile)</pre> <div class="block">Updates a profile on ElasticSearch only. Doesn't update the local one</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>profile</code> - Profile to replace the old one</dd> </dl> </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="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/example/cmput301f17t27/nume/various/Permissions.html" title="class in com.example.cmput301f17t27.nume.various"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/example/cmput301f17t27/nume/various/SaveLoadController.html" target="_top">Frames</a></li> <li><a href="SaveLoadController.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 ======= --> </body> </html>
webkb/course/misc/http:^^www.cis.upenn.edu^~jean^cis510.html
ML-SWAT/Web2KnowledgeBase
Server: Netscape-Communications/1.1 Date: Wednesday, 20-Nov-96 23:24:28 GMT Last-modified: Monday, 24-Jun-96 14:59:21 GMT Content-length: 5156 Content-type: text/html <HTML> <HEAD> <TITLE>CIS 510 Handout 1</TITLE> <BODY><! BODY BGCOLOR = "#000000" TEXT = "#FFFFFF"> <BODY bgcolor="#FFEFDB"> <! AntiqueWhite1> <H1><CENTER>CIS 510, Spring 96 </CENTER> <P> <center> COMPUTER AIDED GEOMETRIC DESIGN </CENTER> <CENTER>Course Information</CENTER> <CENTER>January 9</CENTER></H1> <P> <H4> <H2>Coordinates:</H2> Moore 224, MW 12-1:30 <P> <H2>Instructor:</H2> <!WA0><A HREF="mailto:jean@saul.cis.upenn.edu">Jean H. Gallier</A>, MRE 176, 8-4405, jean@saul <P> <H2>Office Hours:</H2> 2:00-3:00 Tuesday, Thursday, 2:00-3:00, Friday <P> <H2>Teaching Assistant:</H2> TBA <p> <H2>Office Hours:</H2> TBA<P> <h2> Prerequesites:</h2> Basic knowledge of linear algebra, calculus, and elementary geometry <br> (CIS560 NOT required). <H2>Textbooks (not required):</H2> <I>Computer Aided Geometric Design </I> Hoschek, J. and Lasser, D., AK Peters, 1993<br> <BR>Also recommended:<BR> <BR><I>Curves and Surfaces for Computer Aided Geometric Design</I>, D. Wood, Wiley<br> <P> <H2>Grades:</H2> <P> Problem Sets (3 or 4 of them) and a project <ul> <li><!WA1><a href="http://www.cis.upenn.edu/~jean/geom96hm1.dvi.Z"> Homework1 </a> <li><!WA2><a href="http://www.cis.upenn.edu/~jean/geom96hm2.dvi.Z"> Homework2 </a> <li><!WA3><a href="http://www.cis.upenn.edu/~jean/geom96hm3.dvi.Z"> Homework3 </a> </ul> <P> <H2>Brief description:</H2> A more appropriate name for the course would be <h2><center> Curves and Surfaces for Computer Aided Geometric Design</center></h2> or perhaps <h2><center> Mathematical Foundations of Computer Graphics</center></h2> (as CS348a is called at Stanford University). The course should be of interest to anyone who likes geometry (with an algebraic twist)!<p> Basically, the course will be about mathematical techniques used for geometric design in computer graphics (but also in robotics, vision, and computational geometry). Such techniques are used in 2D and 3D drawing and plot, object silhouettes, animating positions, product design (cars, planes, buildings), topographic data, medical imagery, active surfaces of proteins, attribute maps (color, texture, roughness), weather data, art(!), ... . Three broad classes of problems will be considered: <p> <ul> <li> <em> Approximating</em> curved shapes, using smooth curves or surfaces. <li> <em> Interpolating</em> curved shapes, using smooth curves or surfaces. <li> <em> Rendering</em> smooth curves or surfaces. <p> </ul> <p> Specific topics include: basic geometric material on affine spaces and affine maps. Be'zier curves will be introduced ``gently'', in terms of multiaffine symmetric polar forms, also known as ``blossoms''. We will begin with degree 2, move up to degree 3, giving lots of examples, and derive the fundamental ``de Casteljau algorithm'', and show where the Bernstein polynomials come from. Then, we will consider polynomial curves of arbitrary degree. It will be shown how a construction embedding an affine space into a vector space, where points and vectors can be treated uniformly, together with polar forms, yield a very elegant and effective treatment of tangents and osculating flats. The conditions for joining polynomial curves will be derived using polar forms, and this will lead to a treatment of B-splines in terms of polar forms. In particular, the de Boor algorithm will be derived as a natural extension of the de Casteljau algorithm. Rectangular (tensor product) Be'zier surfaces, and triangular Be'zier surfaces will also be introduced using polar forms, and the de Casteljau algorithm will be derived. Subdivision algorithms and their application to rendering will be discussed extensively. Joining conditions will be derived using polar forms. <p> Using the embedding of an affine space into a vector space, we will contruct the projective completion of an affine space, and show how rational curves can be dealt with as central projections of polynomial curves, with appropriate generalizations of the de Casteljau algorithm. <p> Rational surfaces will be obtained as central projections of polynomial surfaces. If time permits, NURBS and geometric continuity will be discussed. This will require a little bit of differential geometry. <p> A class-room treatment of curves and surfaces in terms of polar forms is rather new (although used at Stanford by Leo Guibas and Lyle Ramshaw), but should be illuminating and exciting. Since books (even recent) do not follow such an approach, I have written extensive course notes, which will be available. <p> I will mix assignments not involving programming, and small programming projects. There are plenty of opportunities for trying out the algorithms presented in the course. In particular, it is fairly easy to program many of these algorithms in Mathematica (I have done so, and I'm not such a great programmer!). <p> At the end of the course, you will know how to write your <em> own </em> algorithms to display the half Klein bottle shown below.<p> <!WA4><a href="http://www.cis.upenn.edu/~jean/klein5.ps.Z"> Half Klein bottle</a><p> <P> </UL> <P> <I>published by: <H2><!WA5><A HREF="mailto:jean@saul.cis.upenn.edu">Jean Gallier</A></H2> </H4> <BODY> <HTML>
src/index.html
jeffboulay/interval-trainer
<!DOCTYPE html> <html ng-app="interval trainer"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title></title> <!--styles--> </head> <body> <div ui-view></div> <!--scripts--> </body> </html>
project/rUglan/doc/is/mpg/ruglan/R.dimen.html
Tritlo/rUglan
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_45) on Thu Nov 07 18:57:17 UTC 2013 --> <title>R.dimen</title> <meta name="date" content="2013-11-07"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="R.dimen"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/R.dimen.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-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../is/mpg/ruglan/R.attr.html" title="class in is.mpg.ruglan"><span class="strong">Prev Class</span></a></li> <li><a href="../../../is/mpg/ruglan/R.drawable.html" title="class in is.mpg.ruglan"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?is/mpg/ruglan/R.dimen.html" target="_top">Frames</a></li> <li><a href="R.dimen.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">is.mpg.ruglan</div> <h2 title="Class R.dimen" class="title">Class R.dimen</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>is.mpg.ruglan.R.dimen</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../is/mpg/ruglan/R.html" title="class in is.mpg.ruglan">R</a></dd> </dl> <hr> <br> <pre>public static final class <span class="strong">R.dimen</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../is/mpg/ruglan/R.dimen.html#activity_horizontal_margin">activity_horizontal_margin</a></strong></code> <div class="block">Default screen margins, per the Android Design guidelines.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../is/mpg/ruglan/R.dimen.html#activity_vertical_margin">activity_vertical_margin</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" 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><strong><a href="../../../is/mpg/ruglan/R.dimen.html#R.dimen()">R.dimen</a></strong>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="activity_horizontal_margin"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>activity_horizontal_margin</h4> <pre>public static final&nbsp;int activity_horizontal_margin</pre> <div class="block">Default screen margins, per the Android Design guidelines. Customize dimensions originally defined in res/values/dimens.xml (such as screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here.</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#is.mpg.ruglan.R.dimen.activity_horizontal_margin">Constant Field Values</a></dd></dl> </li> </ul> <a name="activity_vertical_margin"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>activity_vertical_margin</h4> <pre>public static final&nbsp;int activity_vertical_margin</pre> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#is.mpg.ruglan.R.dimen.activity_vertical_margin">Constant Field Values</a></dd></dl> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="R.dimen()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>R.dimen</h4> <pre>public&nbsp;R.dimen()</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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/R.dimen.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-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../is/mpg/ruglan/R.attr.html" title="class in is.mpg.ruglan"><span class="strong">Prev Class</span></a></li> <li><a href="../../../is/mpg/ruglan/R.drawable.html" title="class in is.mpg.ruglan"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?is/mpg/ruglan/R.dimen.html" target="_top">Frames</a></li> <li><a href="R.dimen.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
public/js/app/templates/incidentRecord.html
chrisekelley/ubridge
<!--<div id="pagewidth-vert">--> <!--<table class="patient-home-vert" width="100%">--> <!--<tbody><tr>--> <!--<td style="vertical-align: top;">--> <!--<button id='form-home' class="menu-blue" onClick="window.location.href = '#home'">Home</button>--> <!--{{#if phone}}--> <!--<span class="patientName">Request from {{phone}} on {{#dateFormatdMY created}}{{/dateFormatdMY}}</span>--> <!--{{/if}}--> <!--</td>--> <!--</tr>--> <!--</tbody>--> <!--</table>--> <!--</div>--> <div id="form-container"> {{#if recordId}} <h1><a href="#edit/{{recordId}}">{{label}}</a></h1> {{else}} <h1>{{label}}</h1> {{/if}} <!--<p>{{#if phone}}--> <!--<span class="patientName">Request from {{phone}} on {{#dateFormatdMY created}}{{/dateFormatdMY}}</span>--> <!--{{/if}}--> <!--</p>--> <!--<h2>ID: {{recordId}}</h2>--> <form id="theForm"> <div id="formElements"> <p class="dateHeader">{{#if _id}} Created: {{#dateFormatdMY created}}{{/dateFormatdMY}}<br/> Modified: {{#dateFormatdMY lastModified}}{{/dateFormatdMY}} {{/if}} </p> </div> </form> </div>
docs/0.8.0/ca/islandora/alpaca/indexing/triplestore/TriplestoreIndexer.html
Islandora-CLAW/Alpaca
<!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_131) on Tue Apr 30 13:34:40 PDT 2019 --> <title>TriplestoreIndexer</title> <meta name="date" content="2019-04-30"> <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="TriplestoreIndexer"; } } catch(err) { } //--> var methods = {"i0":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="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?ca/islandora/alpaca/indexing/triplestore/TriplestoreIndexer.html" target="_top">Frames</a></li> <li><a href="TriplestoreIndexer.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><a href="#fields.inherited.from.class.org.apache.camel.builder.RouteBuilder">Field</a>&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">ca.islandora.alpaca.indexing.triplestore</div> <h2 title="Class TriplestoreIndexer" class="title">Class TriplestoreIndexer</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.camel.builder.BuilderSupport</li> <li> <ul class="inheritance"> <li>org.apache.camel.builder.RouteBuilder</li> <li> <ul class="inheritance"> <li>ca.islandora.alpaca.indexing.triplestore.TriplestoreIndexer</li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>org.apache.camel.RoutesBuilder</dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">TriplestoreIndexer</span> extends org.apache.camel.builder.RouteBuilder</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <ul class="blockList"> <li class="blockList"><a name="fields.inherited.from.class.org.apache.camel.builder.RouteBuilder"> <!-- --> </a> <h3>Fields inherited from class&nbsp;org.apache.camel.builder.RouteBuilder</h3> <code>log</code></li> </ul> </li> </ul> <!-- ======== 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="../../../../../ca/islandora/alpaca/indexing/triplestore/TriplestoreIndexer.html#TriplestoreIndexer--">TriplestoreIndexer</a></span>()</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>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../ca/islandora/alpaca/indexing/triplestore/TriplestoreIndexer.html#configure--">configure</a></span>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.camel.builder.RouteBuilder"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.apache.camel.builder.RouteBuilder</h3> <code>addRoutes, addRoutesToCamelContext, checkInitialized, configureRest, configureRests, configureRoute, configureRoutes, createContainer, errorHandler, from, from, from, from, fromF, getContext, getRestCollection, getRestConfigurations, getRouteCollection, includeRoutes, intercept, interceptFrom, interceptFrom, interceptSendToEndpoint, onCompletion, onException, onException, populateRests, populateRoutes, populateTransformers, populateValidators, propertyInject, rest, rest, restConfiguration, restConfiguration, setErrorHandlerBuilder, setRestCollection, setRouteCollection, toString, transformer, validator</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.camel.builder.BuilderSupport"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.apache.camel.builder.BuilderSupport</h3> <code>bean, bean, bean, bean, body, body, bodyAs, constant, createErrorHandlerBuilder, deadLetterChannel, deadLetterChannel, defaultErrorHandler, endpoint, endpoint, endpoints, endpoints, exceptionMessage, exchangeProperty, faultBody, faultBodyAs, getErrorHandlerBuilder, header, language, loggingErrorHandler, loggingErrorHandler, loggingErrorHandler, loggingErrorHandler, method, method, method, method, noErrorHandler, outBody, outBody, property, regexReplaceAll, regexReplaceAll, sendTo, setContext, setContext, simple, simple, simpleF, simpleF, systemProperty, systemProperty, xpath, xpath</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.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</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="TriplestoreIndexer--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>TriplestoreIndexer</h4> <pre>public&nbsp;TriplestoreIndexer()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="configure--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>configure</h4> <pre>public&nbsp;void&nbsp;configure()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>configure</code>&nbsp;in class&nbsp;<code>org.apache.camel.builder.RouteBuilder</code></dd> </dl> </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="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?ca/islandora/alpaca/indexing/triplestore/TriplestoreIndexer.html" target="_top">Frames</a></li> <li><a href="TriplestoreIndexer.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><a href="#fields.inherited.from.class.org.apache.camel.builder.RouteBuilder">Field</a>&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 ======= --> </body> </html>
plugins/joker-search/web-app/react-test/index.html
sbortman/joker
<!DOCTYPE html> <html> <head> <title>React | Search</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.7.0/ol.css" type="text/css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.7.3/css/bootstrap-select.css" type="text/css"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body> <div id="map-container"></div> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.7.0/ol.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.devbridge-autocomplete/1.2.23/jquery.autocomplete.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.7.3/js/bootstrap-select.js"></script> <script src="https://fb.me/react-0.13.3.js"></script> <script src="https://fb.me/JSXTransformer-0.13.3.js"></script> <script type="text/jsx" src="Map.jsx"></script> <script type="text/jsx" src="SearchInput.jsx"></script> <script type="text/jsx" src="ImageList.jsx"></script> <script type="text/jsx"> React.render(<Map/>,document.getElementById('map-container')); </script> </body> </html>
all-data/1000-1999/1630-33.html
BuzzAcademy/idioms-moe-unformatted-data
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="fmt0table"><tr><th class="zt1"><b><font class=""></font></b></th><td class="zc1">家徒壁立</td></tr> </td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
modules/gui/src/app/home/body/process/recipe/mosaic/panels/aoi/polygonSection.module.css
openforis/sepal
.polygon { display: flex; justify-content: center; align-items: center; color: gray; font-size: .9rem; }
docs/api/OpenTl.Schema/TSecureValueError/00302CDC.html
OpenTl/OpenTl.Schema
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="description"> <meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon"> <link rel="icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon"> <title>OpenTl.Schema - API - TSecureValueError.Type Property</title> <link href="/OpenTl.Schema/assets/css/mermaid.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/highlight.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/bootstrap/bootstrap.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/adminlte/AdminLTE.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/theme/theme.css" rel="stylesheet"> <link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,400i,700,700i" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="/OpenTl.Schema/assets/css/override.css" rel="stylesheet"> <script src="/OpenTl.Schema/assets/js/jquery-2.2.3.min.js"></script> <script src="/OpenTl.Schema/assets/js/bootstrap.min.js"></script> <script src="/OpenTl.Schema/assets/js/app.min.js"></script> <script src="/OpenTl.Schema/assets/js/highlight.pack.js"></script> <script src="/OpenTl.Schema/assets/js/jquery.slimscroll.min.js"></script> <script src="/OpenTl.Schema/assets/js/jquery.sticky-kit.min.js"></script> <script src="/OpenTl.Schema/assets/js/mermaid.min.js"></script> <!--[if lt IE 9]> <script src="/OpenTl.Schema/assets/js/html5shiv.min.js"></script> <script src="/OpenTl.Schema/assets/js/respond.min.js"></script> <![endif]--> </head> <body class="hold-transition wyam layout-boxed "> <div class="top-banner"></div> <div class="wrapper with-container"> <!-- Header --> <header class="main-header"> <a href="/OpenTl.Schema/" class="logo"> <span>OpenTl.Schema</span> </a> <nav class="navbar navbar-static-top" role="navigation"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle visible-xs-block" data-toggle="offcanvas" role="button"> <span class="sr-only">Toggle side menu</span> <i class="fa fa-chevron-circle-right"></i> </a> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"> <span class="sr-only">Toggle side menu</span> <i class="fa fa-chevron-circle-down"></i> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse pull-left" id="navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="/OpenTl.Schema/about.html">About This Project</a></li> <li class="active"><a href="/OpenTl.Schema/api">API</a></li> </ul> </div> <!-- /.navbar-collapse --> <!-- Navbar Right Menu --> </nav> </header> <!-- Left side column. contains the logo and sidebar --> <aside class="main-sidebar "> <section class="infobar" data-spy="affix" data-offset-top="60" data-offset-bottom="200"> <div id="infobar-headings"><h6>On This Page</h6><p><a href="#Syntax">Syntax</a></p> <p><a href="#Attributes">Attributes</a></p> <p><a href="#Value">Value</a></p> <hr class="infobar-hidden"> </div> </section> <section class="sidebar"> <script src="/OpenTl.Schema/assets/js/lunr.min.js"></script> <script src="/OpenTl.Schema/assets/js/searchIndex.js"></script> <div class="sidebar-form"> <div class="input-group"> <input type="text" name="search" id="search" class="form-control" placeholder="Search Types..."> <span class="input-group-btn"> <button class="btn btn-flat"><i class="fa fa-search"></i></button> </span> </div> </div> <div id="search-results"> </div> <script> function runSearch(query){ $("#search-results").empty(); if( query.length < 2 ){ return; } var results = searchModule.search("*" + query + "*"); var listHtml = "<ul class='sidebar-menu'>"; listHtml += "<li class='header'>Type Results</li>"; if(results.length == 0 ){ listHtml += "<li>No results found</li>"; } else { for(var i = 0; i < results.length; ++i){ var res = results[i]; listHtml += "<li><a href='" + res.url + "'>" + htmlEscape(res.title) + "</a></li>"; } } listHtml += "</ul>"; $("#search-results").append(listHtml); } $(document).ready(function(){ $("#search").on('input propertychange paste', function() { runSearch($("#search").val()); }); }); function htmlEscape(html) { return document.createElement('div') .appendChild(document.createTextNode(html)) .parentNode .innerHTML; } </script> <hr> <ul class="sidebar-menu"> <li class="header">Namespace</li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></li> <li class="header">Type</li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueError">TSecureValueError</a></li> <li role="separator" class="divider"></li> <li class="header">Property Members</li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueError/91054A81.html">Hash</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueError/EEC0796B.html">Text</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueError/B12893B5.html">TextAsBinary</a></li> <li class="selected"><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueError/00302CDC.html">Type</a></li> </ul> </section> </aside> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <section class="content-header"> <h3><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueError">TSecureValueError</a>.</h3> <h1>Type <small>Property</small></h1> </section> <section class="content"> <div class="panel panel-default"> <div class="panel-body"> <dl class="dl-horizontal"> <dt>Namespace</dt> <dd><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></dd> <dt>Containing Type</dt> <dd><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueError">TSecureValueError</a></dd> </dl> </div> </div> <h1 id="Syntax">Syntax</h1> <pre><code>[SerializationOrder(0)] public ISecureValueType Type { get; set; }</code></pre> <h1 id="Attributes">Attributes</h1> <div class="box"> <div class="box-body no-padding table-responsive"> <table class="table table-striped table-hover two-cols"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody><tr> <td>Serialization<wbr>Order<wbr>Attribute</td> <td></td> </tr> </tbody></table> </div> </div> <h1 id="Value">Value</h1> <div class="box"> <div class="box-body no-padding table-responsive"> <table class="table table-striped table-hover two-cols"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody><tr> <td><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecureValueType">ISecureValueType</a></td> <td></td> </tr> </tbody></table> </div> </div> </section> </div> <!-- Footer --> <footer class="main-footer"> </footer> </div> <div class="wrapper bottom-wrapper"> <footer class="bottom-footer"> Generated by <a href="https://wyam.io">Wyam</a> </footer> </div> <a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a> <script> // Close the sidebar if we select an anchor link $(".main-sidebar a[href^='#']:not('.expand')").click(function(){ $(document.body).removeClass('sidebar-open'); }); $(document).load(function() { mermaid.initialize( { flowchart: { htmlLabels: false, useMaxWidth:false } }); mermaid.init(undefined, ".mermaid") $('svg').addClass('img-responsive'); $('pre code').each(function(i, block) { hljs.highlightBlock(block); }); }); hljs.initHighlightingOnLoad(); // Back to top $(window).scroll(function() { if ($(this).scrollTop() >= 200) { // If page is scrolled more than 50px $('#return-to-top').fadeIn(1000); // Fade in the arrow } else { $('#return-to-top').fadeOut(1000); // Else fade out the arrow } }); $('#return-to-top').click(function() { // When arrow is clicked $('body,html').animate({ scrollTop : 0 // Scroll to top of body }, 500); }); </script> </body></html>
blog-mining/hilary_mason_data/home/hilary_mason_data-2009_home.html
makerhacker/makerhacker.github.io
<!DOCTYPE html> <html> <head> <meta charset=utf-8> <title>hilary_mason_data 2009 knowledge graph</title> </head> <body> <p><a title="hilary_mason_data" href="../hilary_mason_data_home.html">hilary_mason_data</a> <a title="hilary_mason_data-2009" href="#">hilary_mason_data-2009</a> knowledge-graph by maker-knowledge-mining</p><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- maker adsense --> <ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-5027806277543591" data-ad-slot="4192012269"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <h1>hilary_mason_data 2009 knowledge graph</h1> <br/><h3>similar blogs computed by tfidf model</h3><br/><h3>similar blogs computed by <a title="lsi-model" href="./hilary_mason_data_lsi.html">lsi model</a></h3><br/><h3>similar blogs computed by <a title="lda-model" href="./hilary_mason_data_lda.html">lda model</a></h3><br/><h2>blogs list:</h2><p>1 <a title="hilary_mason_data-2009-38" href="../hilary_mason_data-2009/hilary_mason_data-2009-12-24-IgniteNYC%3A_The_video%21.html">hilary mason data-2009-12-24-IgniteNYC: The video!</a></p> <p>Introduction: IgniteNYC: The video! Posted: December 24, 2009 | Author: hilary | Filed under: academics , blog | Tags: presentation , python | 15 Comments » The video of my IgniteNYC presentation is up, and has gotten a great response! I’m working on removing the me-specific bits from the code and I’ll be posting it as open-source very soon!</p><p>2 <a title="hilary_mason_data-2009-37" href="../hilary_mason_data-2009/hilary_mason_data-2009-11-25-IgniteNYC%3A_How_to_Replace_Yourself_with_a_Very_Small_Shell_Script.html">hilary mason data-2009-11-25-IgniteNYC: How to Replace Yourself with a Very Small Shell Script</a></p> <p>Introduction: IgniteNYC: How to Replace Yourself with a Very Small Shell Script Posted: November 25, 2009 | Author: hilary | Filed under: blog , Presentations | Tags: email , ignitenyc , presentations , scripts | 15 Comments » I recently gave a talk at IgniteNYC on How to Replace Yourself with a Very Small Shell Script . The Ignite events are a fun blend of performance, technology, and speaking skill. Each presenter gives a five minute talk with twenty slides that auto-advance after 15 seconds. The title of my talk is a classic geek reference (you can get the t-shirt ). I’m very interested in developing automated techniques for handling the massive and growing amounts of information that we all have to deal with. I started with e-mail and twitter, both of which are easy to access programmatically (via IMAP and the Twitter API ). In the talk, I went through several of the simple and successful e-mail management scripts that I’ve developed. I decided to</p><p>3 <a title="hilary_mason_data-2009-36" href="../hilary_mason_data-2009/hilary_mason_data-2009-11-10-My_code_is_on_TV_%28and_so_am_I%29%21.html">hilary mason data-2009-11-10-My code is on TV (and so am I)!</a></p> <p>Introduction: My code is on TV (and so am I)! Posted: November 10, 2009 | Author: hilary | Filed under: academics , blog , Media | Tags: code , media , press , television | 5 Comments » FoxNY did a piece featuring me and Diana as hackers who use our technical powers for good, not evil. There are way too few female technologists on television, and I’m happy to do what I can to show that women kick ass with code! Look for my mischievous I’m-writing-infinite-nested-loops grin in the clip where I’m programming. If this looks like fun to you, come join us at NYC Resistor (where the segment was filmed!) for Thursday night craft nights or for one of many awesome classes .</p><p>4 <a title="hilary_mason_data-2009-35" href="../hilary_mason_data-2009/hilary_mason_data-2009-10-17-Yahoo_OpenHackNYC%3A_The_Del.icio.us_Cake.html">hilary mason data-2009-10-17-Yahoo OpenHackNYC: The Del.icio.us Cake</a></p> <p>Introduction: Yahoo OpenHackNYC: The Del.icio.us Cake Posted: October 17, 2009 | Author: hilary | Filed under: blog , projects | Tags: api , cake , conference , delicious , hack , openhacknyc | 4 Comments » Last weekend Yahoo came to New York for an Open Hack Day , and it was great! I was invited to speak on a panel on semantic metadata , moderated by Paul Ford (harpers.org) along with Marco Neumann (KONA) and Paul Tarjan (Yahoo/Search Monkey). The panel was a lively discussion, and we got some great questions from the audience. After the panel, I stayed around to participate in the hack competition. Yahoo! provided a fantastic space, with free-flowing coffee, snacks, comfy chairs and plenty of Yahoo folks and other hackers around to give advice and play foosball with. I teamed up with Diana Eng , Alicia Gibb , and Bill Ward to create the Del.icio.us Cake! The cake is attached to a laptop via USB. A program running on the laptop accepts a delicious</p><p>5 <a title="hilary_mason_data-2009-34" href="../hilary_mason_data-2009/hilary_mason_data-2009-10-16-Data%3A_first_and_last_names_from_the_US_Census.html">hilary mason data-2009-10-16-Data: first and last names from the US Census</a></p> <p>Introduction: Data: first and last names from the US Census Posted: October 16, 2009 | Author: hilary | Filed under: blog | Tags: data , dataset , mysql , sql | 1 Comment » I’ve found myself in need of a name distribution for a few projects recently, so I thought I would post it here so I won’t have to go looking for it again. The data is available from the US Census Bureau (from 1990 census) here , and I have it here in a friendly MySQL *.sql format (it will create the tables and insert the data). There are three tables: male first names, female first names, and surnames. I’ve noted several issues in the data that are likely the result of typos, so make sure to do your own validation if your application requires it. The format is simple: the name frequency (percentage of people in the sampled population with that name) cumulative frequency (as you read down the list, the percentage of total population covered) rank If you want to use this to generate</p><p>6 <a title="hilary_mason_data-2009-33" href="../hilary_mason_data-2009/hilary_mason_data-2009-10-03-Hadoop_World_NYC.html">hilary mason data-2009-10-03-Hadoop World NYC</a></p> <p>Introduction: Hadoop World NYC Posted: October 3, 2009 | Author: hilary | Filed under: academics , blog | Tags: conference , data analysis , hadoop | 9 Comments » Yesterday, I attended the first Hadoop World NYC conference. Hadoop is a platform for scalable distributed computing. In essence, it makes analyzing large quantities of data much faster, and analyzing very large quantities of data possible. Cloudera did a great job organizing the conference, and managed to assemble a diverse set of speakers. The sessions covered everything from academic research to fraud detection to bioinformatics and even helping people fall in love (eHarmony uses Hadoop)! I’m not going to review every session, but I saw several themes emerging from the content and conversations. Hadoop is Getting Easier New integrated UIs like Cloudera Desktop and Karmasphere mean that developers will no longer be required to use a command-line interface to configure and execute Hadoop job</p><p>7 <a title="hilary_mason_data-2009-32" href="../hilary_mason_data-2009/hilary_mason_data-2009-08-29-Do_you_do_human_subject_research%3F.html">hilary mason data-2009-08-29-Do you do human subject research?</a></p> <p>Introduction: Do you do human subject research? Posted: August 29, 2009 | Author: hilary | Filed under: academics , blog | Tags: headlamp , human , research , science | 2 Comments » Dear friends and colleagues, Do you do research that involves gathering data from human participants? This can be anything from marketing surveys to psychology experiments to medical science. If so, please take a short (5 to 10 minute) survey: research tool survey The results of the survey will help us design a new platform for online human research ! I’m very excited about this project and would very much appreciate your input. If you have colleagues who do this kind of work, please pass it on. Thank you!</p><p>8 <a title="hilary_mason_data-2009-31" href="../hilary_mason_data-2009/hilary_mason_data-2009-08-12-My_NYC_Python_Meetup_Presentation%3A_Practical_Data_Analysis_in_Python.html">hilary mason data-2009-08-12-My NYC Python Meetup Presentation: Practical Data Analysis in Python</a></p> <p>Introduction: My NYC Python Meetup Presentation: Practical Data Analysis in Python Posted: August 12, 2009 | Author: hilary | Filed under: blog | Tags: data , data analysis , nltk , presentations , python , spam , twitter | Leave a comment » I gave a talk at the NYC Python Meetup on July 29 on Practical Data Analysis in Python . I tend to use my slides for visual representations of the concepts I’m discussing, so there’s a lot of content that was in the presentation that you unfortunately won’t see here. The talk starts with the immense opportunities for knowledge derived from data. I spent some time showing data systems ‘in the wild’ along with the appropriate algorithmic vocabulary (for example, amazon.com ‘s ‘books you might like’ feature is a recommender system ). Once we can describe the problems properly, we can look for tools, and Python has many! Finally, in the fun part of the presentation, I demoed working code that uses NLTK to build a Twitter sp</p><p>9 <a title="hilary_mason_data-2009-30" href="../hilary_mason_data-2009/hilary_mason_data-2009-06-01-My_Barcamp_Presentation%3A_Have_Data%3F_What_Now%3F%21.html">hilary mason data-2009-06-01-My Barcamp Presentation: Have Data? What Now?!</a></p> <p>Introduction: My Barcamp Presentation: Have Data? What Now?! Posted: June 1, 2009 | Author: hilary | Filed under: blog | Tags: barcamp , barcampnyc , classifier , clustering , conference , data , presentations | Leave a comment » I gave a talk at BarCampNYC4 on Saturday on common data problems and a very light overview of algorithms that address them. My talk at barcampnyc4 - photo courtesy of dynamist on flickr. I delivered the majority of the content verbally, by talking through examples of problems and how to solve them, so there’s no guarantee that these slides will make sense, but they might be funny! Have data? What now?! View more presentations from Hilary Mason . Sanford took some excellent notes during the presentation. There were some very nice comments on twitter. The discussion was so lively and engaging that I’m planning to expand on this content — I really welcome your suggestions and comments!</p><p>10 <a title="hilary_mason_data-2009-29" href="../hilary_mason_data-2009/hilary_mason_data-2009-05-07-I%E2%80%99m_on_Jon_Udell%E2%80%99s_Interviews_with_Innovators%21.html">hilary mason data-2009-05-07-I’m on Jon Udell’s Interviews with Innovators!</a></p> <p>Introduction: I’m on Jon Udell’s Interviews with Innovators! Posted: May 7, 2009 | Author: hilary | Filed under: blog | Tags: media , path101 , podcast | Leave a comment » Jon Udell hosted Charlie and I on his Interviews with Innovators podcast. We discussed Path101 ‘s approach to career advice through data, and how the high availability of data is changing the way we make decisions. Listen here .</p><p>11 <a title="hilary_mason_data-2009-28" href="../hilary_mason_data-2009/hilary_mason_data-2009-04-28-LSL%3A_AOL_IM_Status_Indicator.html">hilary mason data-2009-04-28-LSL: AOL IM Status Indicator</a></p> <p>Introduction: LSL: AOL IM Status Indicator Posted: April 28, 2009 | Author: hilary | Filed under: blog | Tags: aim , lsl , second life | 3 Comments » I think this might be my very first LSL script, from back in 2005! This script indicates whether your AIM (AOL Instant Messenger) account is online by changing the color of an object. You can configure it to either share your AIM ID publicly, or keep it private. AIM Indicators in Second LIfe This script uses the AIM web services API to check your online status — you only need to give it your username, not your password! This is not a proxy service. You can’t send messages through this script, just show your online status in SL. To use this script, create an object in your favorite shape, create a new script inside of it, paste this code into it and save . key request_id; string aim_id; string av_name; key data_card; integer nLine = 0; integer public = TRUE; default { state_entry() { llSetText(</p><p>12 <a title="hilary_mason_data-2009-27" href="../hilary_mason_data-2009/hilary_mason_data-2009-04-02-From_the_ACM%3A_Learning_More_About_Active_Learning.html">hilary mason data-2009-04-02-From the ACM: Learning More About Active Learning</a></p> <p>Introduction: From the ACM: Learning More About Active Learning Posted: April 2, 2009 | Author: hilary | Filed under: blog | Tags: acm , active learning , machine learning | 2 Comments Âť The April edition of Communications of the ACM has an interesting article on recent advances in active learning by Graeme Stemp-Morlock. In passive learning (a more traditional approach), you build a large training set of classified data by (often) manually assigning labels. This data is used as the basis of your analysis. In the real world, we find that generating these large sets of labeled data is often expensive and time consuming. With active learning , you identify the most ambiguous data to label, resulting in a much higher payoff for each label defined (and fewer headaches for your labelers). The article goes on to mention that active learning is being used in practice with excellent results (for example in music identification, text classification, and even bioinfo</p><p>13 <a title="hilary_mason_data-2009-26" href="../hilary_mason_data-2009/hilary_mason_data-2009-02-28-LSL%3A_Newspaper_Stand_%28Pull_Data_From_an_API_and_Display_it_in_Second_Life%29.html">hilary mason data-2009-02-28-LSL: Newspaper Stand (Pull Data From an API and Display it in Second Life)</a></p> <p>Introduction: LSL: Newspaper Stand (Pull Data From an API and Display it in Second Life) Posted: February 28, 2009 | Author: hilary | Filed under: blog | Tags: edtech , lsl , news , rss , second life , virtualworlds , xml , yahoo | 6 Comments » Second Life news stand One of the more popular objects that I created in Second Life is the News Stand. This charming device takes any query term and displays the two latest headlines from Yahoo! News. Clicking the news stand will load the top news story for the topic in a web browser. I’ve gotten more requests to customize the script than I can possibly keep up with, so I’ve decided to release the code under a creative commons license. I hope you find it useful! Please let me know if you make improvements, so that I can link to them from here. Unfortunately, parsing XML at all and RSS feeds in particular is extremely messy in LSL. This script doesn’t contain a general RSS feed parser — the parsing code was written s</p><p>14 <a title="hilary_mason_data-2009-25" href="../hilary_mason_data-2009/hilary_mason_data-2009-02-10-JWU_Guest_Lecture%3A_Introduction_to_JavaScript_and_AJAX.html">hilary mason data-2009-02-10-JWU Guest Lecture: Introduction to JavaScript and AJAX</a></p> <p>Introduction: JWU Guest Lecture: Introduction to JavaScript and AJAX Posted: February 10, 2009 | Author: hilary | Filed under: blog | Tags: ajax , javascript , jwu , presentations | Leave a comment » JWU Guest Talk: JavaScript and AJAX View more presentations from Hilary Mason . (tags: javascript jwu ) I was invited to give a talk at JWU for an audience of graphic design students on how to enhance their XHTML/CSS skills with JavaScript and AJAX. Enjoy the slides, and I’m looking forward to part 2!</p><p>15 <a title="hilary_mason_data-2009-24" href="../hilary_mason_data-2009/hilary_mason_data-2009-01-31-WordPress_tip%3A_Move_comments_from_one_post_to_another_post.html">hilary mason data-2009-01-31-WordPress tip: Move comments from one post to another post</a></p> <p>Introduction: WordPress tip: Move comments from one post to another post Posted: January 31, 2009 | Author: hilary | Filed under: blog | Tags: tips , wordpress | 3 Comments » I recently ended up with two posts on this site about the same project — one was a short summary, and the other a long, detailed article. I decided to consolidate them into the longer article, but I didn’t want to lose the six comments that had been posted to the short article. I couldn’t find a way in the WordPress UI to move comments from one post to another, so I jumped into the database. If you run WordPress on a host, they probably provide a MySQL management tool like PHPMyAdmin, or you can log in with a mysql client. First, find the table that contains the posts for your blog (the table name usually ends in _posts ). Find the ID that matches the post you want to move comments from , and the ID for the post that you want to move comments to . Note: An easy way to do this is to search by t</p><p>16 <a title="hilary_mason_data-2009-23" href="../hilary_mason_data-2009/hilary_mason_data-2009-01-01-Twitter%3A_A_greasemonkey_script_to_show_who_follows_you.html">hilary mason data-2009-01-01-Twitter: A greasemonkey script to show who follows you</a></p> <p>Introduction: Twitter: A greasemonkey script to show who follows you Posted: January 1, 2009 | Author: hilary | Filed under: blog | Tags: extension , firefox , greasemonkey , script , socialmedia , status , twitter | 9 Comments » A couple of days ago I saw @skap5′s comment : “Dear Twitter Is it too much to ask to add a follower marker so I can know if someone is following me and not just if I am following them?” I think that Twitter could benefit from displaying more information on the home page, and this idea was easy enough to code up. It should save some time and make the Twitter homepage that much more useful. The script displays a tiny icon on top of the portrait of people who are following you back on your Twitter home page. It leaves your non-followers alone, though it would be easy enough to develop a version that puts silly mustaches on them. This is only a first version, and I welcome your comments and suggestions. If you already have Greasemo</p><br/><br/><br/> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-48522588-1', 'makerhacker.github.io'); ga('send', 'pageview'); </script> </body> </html>
doc/Jsr269-1.8/javax/lang/model/type/package-frame.html
fbiville/annotation-processing-ftw
<!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) on Sun Feb 09 15:21:29 PST 2014 --> <title>javax.lang.model.type</title> <meta name="date" content="2014-02-09"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../../../javax/lang/model/type/package-summary.html" target="classFrame">javax.lang.model.type</a></h1> <div class="indexContainer"> <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> <li><a href="ArrayType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">ArrayType</span></a></li> <li><a href="DeclaredType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">DeclaredType</span></a></li> <li><a href="ErrorType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">ErrorType</span></a></li> <li><a href="ExecutableType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">ExecutableType</span></a></li> <li><a href="IntersectionType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">IntersectionType</span></a></li> <li><a href="NoType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">NoType</span></a></li> <li><a href="NullType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">NullType</span></a></li> <li><a href="PrimitiveType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">PrimitiveType</span></a></li> <li><a href="ReferenceType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">ReferenceType</span></a></li> <li><a href="TypeMirror.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">TypeMirror</span></a></li> <li><a href="TypeVariable.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">TypeVariable</span></a></li> <li><a href="TypeVisitor.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">TypeVisitor</span></a></li> <li><a href="UnionType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">UnionType</span></a></li> <li><a href="WildcardType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">WildcardType</span></a></li> </ul> <h2 title="Enums">Enums</h2> <ul title="Enums"> <li><a href="TypeKind.html" title="enum in javax.lang.model.type" target="classFrame">TypeKind</a></li> </ul> <h2 title="Exceptions">Exceptions</h2> <ul title="Exceptions"> <li><a href="MirroredTypeException.html" title="class in javax.lang.model.type" target="classFrame">MirroredTypeException</a></li> <li><a href="MirroredTypesException.html" title="class in javax.lang.model.type" target="classFrame">MirroredTypesException</a></li> <li><a href="UnknownTypeException.html" title="class in javax.lang.model.type" target="classFrame">UnknownTypeException</a></li> </ul> </div> </body> </html>
app/views/_partials/molecule_formgroup.html
visualunderground/kurad-styleguide
<fieldset> <legend class=" {{#if isLegendHidden}} visuallyhidden {{else}} form-title heading-large {{/if}}" id="{{legendId}}">{{{legend}}}</legend> {{#EL_ROW}} {{#EL_2FA}} <div class="two-fa"> <img src="{{@root.assetPath}}images/logo_mot.gif" width="56" height="53" alt="MOT" class="two-fa__logo"> {{text}} {{#if pin }} <strong class="two-fa__pin">{{pin}}</strong> {{/if}} </div> {{/EL_2FA}} {{#if EL_CRITERIA}} {{#EL_CRITERIA}} <div id="{{name}}" class="module-criteria"> <span>{{text}}</span> <ul class="criteria__list"> <li data-criteria-param="8" data-criteria="minLength" class="criteria__criterion">8, or more, characters</li> <li data-criteria="hasNumeric" class="criteria__criterion">1, or more, numbers</li> <li data-criteria="hasMixedCase" class="criteria__criterion">upper and lower case letters</li> </ul> {{#if userId}} <span>and, must not</span> <ul class="criteria__list"> <li data-criteria-param="{{userId}}" data-criteria="notMatch" class="criteria__criterion">match your username</li> </ul> {{/if}} </div> {{/EL_CRITERIA}} {{else}} <div class=" form-group {{#if EL_TOUCH.isInline}}inline{{/if}} {{#if EL_2FA}}two-fa__input{{/if}} {{#if error}} has-error {{else}} {{#if EL_INPUT.isCompound}}form-group-compound{{/if}} {{/if}} "> {{#if isFieldset }} <fieldset> <legend class="form-label {{#if mod }}{{mod}}{{/if }}"> {{> atom_question}} </legend> {{#EL_DATE}} <div class="form-date"> <div class="form-group form-group-day"> <label for="{{../name}}-day">Day</label> <input type="{{type}}" id="{{../name}}-day" value="{{valueDay}}" class="form-control"> </div> <div class="form-group form-group-month"> <label for="{{../name}}-month">Month</label> <input type="{{type}}" id="{{../name}}-month" value="{{valueMonth}}" class="form-control"> </div> <div class="form-group form-group-year"> <label for="{{../name}}-year">Year</label> <input type="{{type}}" id="{{../name}}-year" value="{{valueYear}}" class="form-control"> </div> </div> {{/EL_DATE}} {{#EL_TIME}} <div class="form-time"> <div class="form-group form-group-hour"> <label for="{{../name}}-hour" class="visuallyhidden">Hours</label> <input type="{{type}}" id="{{../name}}-hour" value="{{valueHour}}" class="form-control"> </div> <div class="form-group form-group-delimeter"> : </div> <div class="form-group form-group-minutes"> <label for="{{../name}}-minutes" class="visuallyhidden">Minutes</label> <input type="{{type}}" id="{{../name}}-minutes" value="{{valueMinutes}}" class="form-control"> </div> <div class="form-group form-group-ampm"> <label for="{{../name}}-ampm" class="visuallyhidden">am or pm</label> <select id="{{../name}}-ampm" class="form-control"> <option value="am">am</option> <option value="pm">pm</option> </select> </div> </div> {{/EL_TIME}} {{#EL_PIN}} <div class="form-pin"> <div class="form-group form-group-pin"> <label for="{{../name}}-1">{{digit1}}</label> <input type="{{type}}" id="{{../name}}-1" value="{{value1}}" class="form-control"> </div> <div class="form-group form-group-pin"> <label for="{{../name}}-2">{{digit2}}</label> <input type="{{type}}" id="{{../name}}-2" value="{{value2}}" class="form-control"> </div> <div class="form-group form-group-pin"> <label for="{{../name}}-3">{{digit3}}</label> <input type="{{type}}" id="{{../name}}-3" value="{{value3}}" class="form-control"> </div> </div> {{/EL_PIN}} {{#EL_TOUCH}} {{#each options}} {{#if blockText}} <p class="form-block">{{blockText}}</p> {{else}} <label class="block-label" for="{{../../../name}}{{value}}" {{#if dataTarget }} data-target="{{dataTarget}}" {{/if}} > <input type="{{type}}" value="{{value}}" {{#if isSelected}}checked{{/if}} name="{{../../../name}}" id="{{../../../name}}{{value}}" > {{text}} </label> {{/if}} {{/each}} {{/EL_TOUCH}} </fieldset> {{else}} <label for="{{name}}" class="form-label {{#unless error}}{{#if mod }}{{mod}}{{/if }}{{/unless}}"> {{> atom_question}} </label> {{> atom_select}} {{> atom_input}} {{> atom_textarea}} {{/if}} </div> {{#EL_TARGET}} <div class="panel-indent js-hidden {{#if error}}has-error{{/if}}" id="{{dataTarget}}"> <label class="form-label" for="{{../name}}-target"> {{> atom_question}} </label> <input type="{{EL_INPUT.type}}" name="{{../name}}-target" id="{{../name}}-target" value="{{EL_INPUT.value}}" class=" form-control {{#if EL_INPUT.mod}} form-control-{{EL_INPUT.mod}}{{/if}} " {{#if EL_INPUT.isPasteDisabled}}onpaste="return false;"{{/if}} {{#if EL_INPUT.isCopyDisabled}}oncopy="return false;"{{/if}} > </div> {{/EL_TARGET}} {{/if}} {{/EL_ROW}} </fieldset>
public/Windows 10 x64 (19042.572) 20H2/_CM_INTENT_LOCK.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (19042.572) 20H2</h4><br> <h2>_CM_INTENT_LOCK</h2> <font face="arial"> +0x000 OwnerCount : Uint4B<br> +0x008 OwnerTable : Ptr64 Ptr64 <a href="./_CM_KCB_UOW.html">_CM_KCB_UOW</a><br> </font></body></html>
src/app/pages/users/components/myprofile/myprofile.html
AhmedAlmodrs/datacenter
<section class="usernameprofile"> <div class="widgets"> <p-growl [value]="msgs"></p-growl> <div class="row"> <div class="col-md-10"> <ba-card title="USER PROFILE" baCardClass="with-scroll"> <form class="form-horizontal"> <div *ngFor="let fields of fieldLists"> <div class="form-group row" [ngSwitch]="fields.fieldtype"> <label for="inputEmail3" class="col-sm-4 form-control-label">{{fields.displayname}}</label> <div *ngSwitchCase="'text'" class="col-sm-4"> <div *ngIf="fields.labelname == 'points'"> <span> {{fields.value}} </span> </div> <div *ngIf="fields.labelname !== 'points'"> <span *ngIf="!fields.visiblity" style="cursor: pointer" (click)="edit(fields.labelname)"> {{fields.value}} </span> <a *ngIf="!fields.visiblity" (click)="edit(fields.labelname)" style="cursor: pointer; margin-left: 20px;"> <i class="ion-edit"></i> </a> <input *ngIf="fields.visiblity" [id]="fields.labelname" class="form-control" type="text" [value]="fields.value"> <button *ngIf="fields.visiblity" (click)="editSave(fields.labelname, fields.fieldtype)" type="button" class="btn btn-success btn-icon"><i class="ion-android-checkmark-circle"></i></button> <button *ngIf="fields.visiblity" (click)="editCancel(fields.labelname)" type="button" class="btn btn-danger btn-icon"><i class="ion-nuclear"></i></button> </div> </div> <div *ngSwitchCase="'long_text'" class="col-sm-4"> <span *ngIf="!fields.visiblity" style="cursor: pointer" (click)="edit(fields.labelname)"> {{fields.value}} </span> <a *ngIf="!fields.visiblity" (click)="edit(fields.labelname)" style="cursor: pointer; margin-left: 20px;"> <i class="ion-edit"></i> </a> <textarea *ngIf="fields.visiblity" [id]="fields.labelname" class="form-control" [value]="fields.value"></textarea> <button *ngIf="fields.visiblity" (click)="editSave(fields.labelname, fields.fieldtype)" type="button" class="btn btn-success btn-icon"><i class="ion-android-checkmark-circle"></i></button> <button *ngIf="fields.visiblity" (click)="editCancel(fields.labelname)" type="button" class="btn btn-danger btn-icon"><i class="ion-nuclear"></i></button> </div> <div *ngSwitchCase="'image'" class="col-sm-4"> <!--<img id="imagePath_{{fields.labelname}}" class="img-responsive" style="height: 150px; width: 150px">--> <p-fileUpload name="sampleFile" url="/api/upload/" accept="image/*" multiple="multiple" (onUpload)="onUploadPhoto($event, fields.labelname)" auto="true" showButtons="false" *ngIf="fields.visiblity"> </p-fileUpload> <input class="form-control" type="hidden" id="image_{{fields.labelname}}"> <img id="imagePath_{{fields.labelname}}" class="img-responsive" style="height: 150px; width: 150px"> <input *ngIf="fields.visiblity" type="button" class="btn btn-danger" (click)="removeImage(fields.labelname)" value="Remove"> <!--<span *ngIf="!fields.visiblity" style="cursor: pointer" (click)="edit(fields.labelname)"> {{fields.value}} </span>--> <a *ngIf="!fields.visiblity" (click)="edit(fields.labelname)" style="cursor: pointer; margin-left: 20px;"> <i class="ion-edit"></i> </a> <!--<input *ngIf="fields.visiblity" [id]="fields.labelname" type="file" class="form-control" [value]="fields.value">--> <!-- <button *ngIf="fields.visiblity" (click)="editSave(fields.labelname)" type="button" class="btn btn-success btn-icon"><i class="ion-android-checkmark-circle"></i></button> <button *ngIf="fields.visiblity" (click)="editCancel(fields.labelname)" type="button" class="btn btn-danger btn-icon"><i class="ion-nuclear"></i></button> --> </div> <div *ngSwitchCase="'list'" class="col-sm-4"> <span *ngIf="!fields.visiblity" style="cursor: pointer" (click)="edit(fields.labelname)"> {{fields.value}} </span> <a *ngIf="!fields.visiblity" (click)="edit(fields.labelname)" style="cursor: pointer; margin-left: 20px;"> <i class="ion-edit"></i> </a> <div *ngIf="fields.labelname == 'province'"> <select [id]="fields.labelname" *ngIf="fields.visiblity" (change)="onChangeProvince($event.target.value)" class="form-control" [value]="fields.value"> <option value="">--- Select ---</option> <option *ngFor="let opt of _provinceLists" [value]="opt.name">{{opt.name}}</option> </select> </div> <div *ngIf="fields.labelname == 'district'"> <select [id]="fields.labelname" *ngIf="fields.visiblity" class="form-control" [value]="fields.value"> <option value="">--- Select ---</option> <option *ngFor="let opt of _districtOptionLists" [value]="opt">{{opt}}</option> </select> </div> <div *ngIf="fields.labelname == 'area'"> <select [id]="fields.labelname" *ngIf="fields.visiblity" class="form-control" [value]="fields.value"> <option value="">--- Select ---</option> <option *ngFor="let opt of _areaOptionLists" [value]="opt">{{opt}}</option> </select> </div> <div *ngIf="fields.labelname !== 'province' && fields.labelname !== 'district' && fields.labelname !== 'area'"> <select [id]="fields.labelname" *ngIf="fields.visiblity" class="form-control" [value]="fields.value"> <option value="">--- Select ---</option> <option *ngFor="let opt of fields.lookupdata" [value]="opt.key">{{opt.value}}</option> </select> </div> <button *ngIf="fields.visiblity" (click)="editSave(fields.labelname, fields.fieldtype)" type="button" class="btn btn-success btn-icon"><i class="ion-android-checkmark-circle"></i></button> <button *ngIf="fields.visiblity" (click)="editCancel(fields.labelname)" type="button" class="btn btn-danger btn-icon"><i class="ion-nuclear"></i></button> </div> <div *ngSwitchCase="'multi_selected_list'" class="col-sm-4"> <span *ngIf="!fields.visiblity" style="cursor: pointer" (click)="edit(fields.labelname)"> {{fields.value}} </span> <a *ngIf="!fields.visiblity" (click)="edit(fields.labelname)" style="cursor: pointer; margin-left: 20px;"> <i class="ion-edit"></i> </a> <select [id]="fields.labelname" *ngIf="fields.visiblity" class="form-control" [value]="fields.value" multiple> <option value="">--- Select ---</option> </select> <button *ngIf="fields.visiblity" (click)="editSave(fields.labelname, fields.fieldtype)" type="button" class="btn btn-success btn-icon"><i class="ion-android-checkmark-circle"></i></button> <button *ngIf="fields.visiblity" (click)="editCancel(fields.labelname)" type="button" class="btn btn-danger btn-icon"><i class="ion-nuclear"></i></button> </div> <div *ngSwitchCase="'checkbox'" class="col-sm-4"> <span *ngIf="!fields.visiblity" style="cursor: pointer" (click)="edit(fields.labelname)"> {{fields.value}} </span> <a *ngIf="!fields.visiblity" (click)="edit(fields.labelname)" style="cursor: pointer; margin-left: 20px;"> <i class="ion-edit"></i> </a> <div *ngFor="let look of lookupdata"> <input [id]="fields.labelname" *ngIf="fields.visiblity" type="checkbox" class="form-control" [value]="fields.value"> {{look.value}} </div> <button *ngIf="fields.visiblity" (click)="editSave(fields.labelname, fields.fieldtype)" type="button" class="btn btn-success btn-icon"><i class="ion-android-checkmark-circle"></i></button> <button *ngIf="fields.visiblity" (click)="editCancel(fields.labelname)" type="button" class="btn btn-danger btn-icon"><i class="ion-nuclear"></i></button> </div> <div *ngSwitchCase="'point'" class="col-sm-4"> <span *ngIf="!fields.visiblity" style="cursor: pointer"> {{fields.value}} </span> <!--<span *ngIf="!fields.visiblity" style="cursor: pointer" (click)="edit(fields.labelname)"> {{fields.value}} </span>--> <!--<a *ngIf="!fields.visiblity" (click)="edit(fields.labelname)" style="cursor: pointer; margin-left: 20px;"> <i class="ion-edit"></i> </a>--> <!--<input [id]="fields.labelname" *ngIf="fields.visiblity" type="text" class="form-control" [value]="fields.value"> <button *ngIf="fields.visiblity" (click)="editSave(fields.labelname)" type="button" class="btn btn-success btn-icon"><i class="ion-android-checkmark-circle"></i></button> <button *ngIf="fields.visiblity" (click)="editCancel(fields.labelname)" type="button" class="btn btn-danger btn-icon"><i class="ion-nuclear"></i></button>--> </div> <div *ngSwitchCase="'url'" class="col-sm-4"> <span *ngIf="!fields.visiblity" style="cursor: pointer" (click)="edit(fields.labelname)"> {{fields.value}} </span> <a *ngIf="!fields.visiblity" (click)="edit(fields.labelname)" style="cursor: pointer; margin-left: 20px;"> <i class="ion-edit"></i> </a> <input [id]="fields.labelname" *ngIf="fields.visiblity" type="text" class="form-control" [value]="fields.value"> <button *ngIf="fields.visiblity" (click)="editSave(fields.labelname, fields.fieldtype)" type="button" class="btn btn-success btn-icon"><i class="ion-android-checkmark-circle"></i></button> <button *ngIf="fields.visiblity" (click)="editCancel(fields.labelname)" type="button" class="btn btn-danger btn-icon"><i class="ion-nuclear"></i></button> </div> <div *ngSwitchCase="'map'" class="col-sm-4"> <span *ngIf="!fields.visiblity" style="cursor: pointer" (click)="edit(fields.labelname)"> {{fields.value}} </span> <a *ngIf="!fields.visiblity" (click)="edit(fields.labelname)" style="cursor: pointer; margin-left: 20px;"> <i class="ion-edit"></i> </a> <input [id]="fields.labelname" *ngIf="fields.visiblity" type="text" class="form-control" [value]="fields.value"> <button *ngIf="fields.visiblity" (click)="editSave(fields.labelname, fields.fieldtype)" type="button" class="btn btn-success btn-icon"><i class="ion-android-checkmark-circle"></i></button> <button *ngIf="fields.visiblity" (click)="editCancel(fields.labelname)" type="button" class="btn btn-danger btn-icon"><i class="ion-nuclear"></i></button> </div> </div> </div> </form> </ba-card> </div> </div> </div> </section>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/42bb9c4a6e2a58f7f4460cc21b1fb1e4de47cfa52c14b460c8d96cf5c99d31d1.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./aaf8fbd5bfee65db931ed137bca246ebf79d18e27112f8ae4cbc825b8b462281.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.10.0/dpdgraph/0.6.4.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>dpdgraph: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.0 / dpdgraph - 0.6.4</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> dpdgraph <small> 0.6.4 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-03 02:25:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-03 02:25:39 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.10.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;yves.bertot@inria.fr&quot; license: &quot;LGPL 2.1&quot; homepage: &quot;https://github.com/karmaki/coq-dpdgraph&quot; build: [ [&quot;./configure&quot;] [&quot;echo&quot; &quot;%{jobs}%&quot; &quot;jobs for the linter&quot;] [make] ] bug-reports: &quot;https://github.com/karmaki/coq-dpdgraph/issues&quot; dev-repo: &quot;git+https://github.com/karmaki/coq-dpdgraph.git&quot; install: [ [make &quot;install&quot; &quot;BINDIR=%{bin}%&quot;] ] remove: [ [&quot;rm&quot; &quot;%{bin}%/dpd2dot&quot; &quot;%{bin}%/dpdusage&quot;] [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/dpdgraph&quot;] ] depends: [ &quot;ocaml&quot; {&lt; &quot;4.08.0&quot;} &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} &quot;ocamlgraph&quot; ] authors: [ &quot;Anne Pacalet&quot; &quot;Yves Bertot&quot;] synopsis: &quot;Compute dependencies between Coq objects (definitions, theorems) and produce graphs&quot; flags: light-uninstall url { src: &quot;https://github.com/Karmaki/coq-dpdgraph/releases/download/v0.6.4/coq-dpdgraph-0.6.4.tgz&quot; checksum: &quot;md5=93e5ffcfa808fdba9cc421866ee1d416&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-dpdgraph.0.6.4 coq.8.10.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.0). The following dependencies couldn&#39;t be met: - coq-dpdgraph -&gt; ocaml &lt; 4.08.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-dpdgraph.0.6.4</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
html/tcp_8c.html
lalazari/Nanomsg-Libf
<!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.11"/> <title>My Project: src/transports/tcp/tcp.c 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="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">My Project </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_4ef9e1fab6db8f1c439d7edf0c56068f.html">transports</a></li><li class="navelem"><a class="el" href="dir_d8522389cf87352535be296338c83cb5.html">tcp</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> &#124; <a href="#var-members">Variables</a> </div> <div class="headertitle"> <div class="title">tcp.c File Reference</div> </div> </div><!--header--> <div class="contents"> <div class="textblock"><code>#include &quot;<a class="el" href="transports_2tcp_2tcp_8h_source.html">tcp.h</a>&quot;</code><br /> <code>#include &quot;<a class="el" href="btcp_8h_source.html">btcp.h</a>&quot;</code><br /> <code>#include &quot;<a class="el" href="ctcp_8h_source.html">ctcp.h</a>&quot;</code><br /> <code>#include &quot;<a class="el" href="tcp_8h_source.html">../../tcp.h</a>&quot;</code><br /> <code>#include &quot;<a class="el" href="port_8h_source.html">../utils/port.h</a>&quot;</code><br /> <code>#include &quot;<a class="el" href="iface_8h_source.html">../utils/iface.h</a>&quot;</code><br /> <code>#include &quot;<a class="el" href="err_8h_source.html">../../utils/err.h</a>&quot;</code><br /> <code>#include &quot;<a class="el" href="alloc_8h_source.html">../../utils/alloc.h</a>&quot;</code><br /> <code>#include &quot;<a class="el" href="fast_8h_source.html">../../utils/fast.h</a>&quot;</code><br /> <code>#include &quot;<a class="el" href="list_8h_source.html">../../utils/list.h</a>&quot;</code><br /> <code>#include &quot;<a class="el" href="cont_8h_source.html">../../utils/cont.h</a>&quot;</code><br /> <code>#include &lt;string.h&gt;</code><br /> <code>#include &lt;unistd.h&gt;</code><br /> </div><div class="textblock"><div class="dynheader"> Include dependency graph for tcp.c:</div> <div class="dyncontent"> <div class="center"><img src="tcp_8c__incl.png" border="0" usemap="#src_2transports_2tcp_2tcp_8c" alt=""/></div> <map name="src_2transports_2tcp_2tcp_8c" id="src_2transports_2tcp_2tcp_8c"> <area shape="rect" id="node2" href="transports_2tcp_2tcp_8h.html" title="tcp.h" alt="" coords="317,96,368,123"/> <area shape="rect" id="node15" href="btcp_8h.html" title="btcp.h" alt="" coords="152,96,211,123"/> <area shape="rect" id="node16" href="ctcp_8h.html" title="ctcp.h" alt="" coords="235,96,293,123"/> <area shape="rect" id="node17" href="tcp_8h.html" title="../../tcp.h" alt="" coords="1085,96,1160,123"/> <area shape="rect" id="node18" href="port_8h.html" title="../utils/port.h" alt="" coords="363,395,457,421"/> <area shape="rect" id="node19" href="iface_8h.html" title="../utils/iface.h" alt="" coords="811,96,912,123"/> <area shape="rect" id="node21" href="err_8h.html" title="../../utils/err.h" alt="" coords="551,96,651,123"/> <area shape="rect" id="node25" href="alloc_8h.html" title="../../utils/alloc.h" alt="" coords="901,395,1013,421"/> <area shape="rect" id="node24" href="fast_8h.html" title="fast.h" alt="" coords="681,171,735,197"/> <area shape="rect" id="node9" href="list_8h.html" title="utils/list.h" alt="" coords="526,245,604,272"/> <area shape="rect" id="node26" href="cont_8h.html" title="../../utils/cont.h" alt="" coords="1035,320,1145,347"/> <area shape="rect" id="node3" href="transport_8h.html" title="../../transport.h" alt="" coords="210,171,317,197"/> <area shape="rect" id="node4" href="nn_8h.html" title="nn.h" alt="" coords="455,245,501,272"/> <area shape="rect" id="node7" href="fsm_8h.html" title="aio/fsm.h" alt="" coords="69,245,144,272"/> <area shape="rect" id="node10" href="msg_8h.html" title="utils/msg.h" alt="" coords="201,245,287,272"/> <area shape="rect" id="node13" href="int_8h.html" title="int.h" alt="" coords="57,469,103,496"/> <area shape="rect" id="node8" href="queue_8h.html" title="../utils/queue.h" alt="" coords="22,320,129,347"/> <area shape="rect" id="node11" href="chunkref_8h.html" title="chunkref.h" alt="" coords="155,320,237,347"/> <area shape="rect" id="node12" href="chunk_8h.html" title="chunk.h" alt="" coords="118,395,185,421"/> </map> </div> </div><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</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="structnn__tcp__optset.html">nn_tcp_optset</a></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="var-members"></a> Variables</h2></td></tr> <tr class="memitem:a49cae577b6a5f862cf71b9ae4d3d050d"><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structnn__transport.html">nn_transport</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="tcp_8c.html#a49cae577b6a5f862cf71b9ae4d3d050d">nn_tcp</a> = &amp;nn_tcp_vfptr</td></tr> <tr class="separator:a49cae577b6a5f862cf71b9ae4d3d050d"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <h2 class="groupheader">Variable Documentation</h2> <a class="anchor" id="a49cae577b6a5f862cf71b9ae4d3d050d"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">struct <a class="el" href="structnn__transport.html">nn_transport</a>* nn_tcp = &amp;nn_tcp_vfptr</td> </tr> </table> </div><div class="memdoc"> </div> </div> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
app/index.html
MBing/ngMailCreator
<!doctype html> <html class="no-js" ng-app="ngMailCreator"> <head> <meta charset="utf-8"> <title>frontend</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <!-- build:css styles/vendor.css --> <!-- bower:css --> <!-- endbower --> <!-- endbuild --> <!-- build:css({.tmp,app}) styles/main.css --> <link rel="stylesheet" href="styles/main.css"> <!-- endbuild --> <!-- build:js scripts/modernizr.js --> <script src="bower_components/modernizr/modernizr.js"></script> <!-- endbuild --> </head> <body> <!--[if lt IE 10]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- <div class="off-canvas-wrap"> <a class="left-off-canvas-toggle" href="#"><i class="fa fa-cog"></i></a> <div ui-view="content" class="inner-wrap"></div> <aside ui-view="left-nav" class="left-off-canvas-menu"></aside> </div> --> <div class="off-canvas-wrap" ui-view="main"></div> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. --> <script> (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]= function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date; e=o.createElement(i);r=o.getElementsByTagName(i)[0]; e.src='//www.google-analytics.com/analytics.js'; r.parentNode.insertBefore(e,r)}(window,document,'script','ga')); ga('create','UA-XXXXX-X');ga('send','pageview'); </script> <!-- build:js scripts/vendor.js --> <!-- bower:js --> <script src="bower_components/angular/angular.js"></script> <script src="bower_components/angular-animate/angular-animate.js"></script> <script src="bower_components/angular-cookies/angular-cookies.js"></script> <script src="bower_components/angular-touch/angular-touch.js"></script> <script src="bower_components/angular-sanitize/angular-sanitize.js"></script> <script src="bower_components/lodash/dist/lodash.compat.js"></script> <script src="bower_components/restangular/dist/restangular.js"></script> <script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script> <script src="bower_components/angular-foundation/mm-foundation-tpls.js"></script> <!-- endbower --> <script src="scripts/modules/ngDraggable.js"></script> <!-- endbuild --> <!-- build:js({app,.tmp}) scripts/main.js --> <script src="scripts/ngMailCreator.js"></script> <script src="scripts/controllers/main-ctrl.js"></script> <!-- inject:partials --> <!-- endinject --> <!-- endbuild --> </body> </html>
public/Windows 10 x64 (18362.449)/_PPM_VETO_ACCOUNTING.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (18362.449)</h4><br> <h2>_PPM_VETO_ACCOUNTING</h2> <font face="arial"> +0x000 VetoPresent : Int4B<br> +0x008 VetoListHead : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br> +0x018 CsAccountingBlocks : UChar<br> +0x019 BlocksDrips : UChar<br> +0x01c PreallocatedVetoCount : Uint4B<br> +0x020 PreallocatedVetoList : Ptr64 <a href="./_PPM_VETO_ENTRY.html">_PPM_VETO_ENTRY</a><br> </font></body></html>
reader/templates/reader/hall.html
signaldetect/messity
{% extends template_base %} {% block title %}Reader's hall{% endblock %} {% block content %} <div class="row"> <div class="col-sm-7 col-md-6 col-md-offset-1"> <h3>Books by authors</h3> <div class="list-group"> {% for author, books in books_by_authors.items %} <div class="list-group-item"> <span class="badge">{{ books|length }}</span> <h4 class="list-group-item-heading">{{ author }}</h4> {% for book in books %} <p class="list-group-item-text">{{ book }}</p> {% endfor %} </div> {% endfor %} </div> </div> <div class="col-sm-5 col-md-4"> <h3>All authors</h3> <div class="list-group"> {% for author in all_authors %} <div class="list-group-item">{{ author }}</div> {% endfor %} </div> <h3>All books</h3> <div class="list-group"> {% for book in all_books %} <div class="list-group-item">{{ book }}</div> {% endfor %} </div> </div> </div> {% endblock %}
server/nasapi-master/coverage/lcov-report/NASAPI/routes/schema.js.html
heptaman/gasp
<!doctype html> <html lang="en"> <head> <title>Code coverage report for NASAPI/routes/schema.js</title> <meta charset="utf-8" /> <link rel="stylesheet" href="../../prettify.css" /> <link rel="stylesheet" href="../../base.css" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <style type='text/css'> .coverage-summary .sorter { background-image: url(../../sort-arrow-sprite.png); } </style> </head> <body> <div class='wrapper'> <div class='pad1'> <h1> <a href="../../index.html">all files</a> / <a href="index.html">NASAPI/routes/</a> schema.js </h1> <div class='clearfix'> <div class='fl pad1y space-right2'> <span class="strong">75% </span> <span class="quiet">Statements</span> <span class='fraction'>3/4</span> </div> <div class='fl pad1y space-right2'> <span class="strong">100% </span> <span class="quiet">Branches</span> <span class='fraction'>0/0</span> </div> <div class='fl pad1y space-right2'> <span class="strong">100% </span> <span class="quiet">Functions</span> <span class='fraction'>0/0</span> </div> <div class='fl pad1y space-right2'> <span class="strong">75% </span> <span class="quiet">Lines</span> <span class='fraction'>3/4</span> </div> </div> </div> <div class='status-line medium'></div> <pre><table class="coverage"> <tr><td class="line-count quiet">1 2 3 4 5 6 7 8 9 10 11</td><td class="line-coverage quiet"><span class="cline-any cline-yes">1×</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1×</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1×</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">const schema = require('root/schema'); &nbsp; module.exports = { http: app =&gt; { app.get('/schema', (req, res) =&gt; { <span class="cstat-no" title="statement not covered" > res.json(schema);</span> }); }, ws: () =&gt; {} }; &nbsp;</pre></td></tr> </table></pre> <div class='push'></div><!-- for sticky footer --> </div><!-- /wrapper --> <div class='footer quiet pad2 space-top1 center small'> Code coverage generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Apr 23 2016 18:36:25 GMT+1000 (AEST) </div> </div> <script src="../../prettify.js"></script> <script> window.onload = function () { if (typeof prettyPrint === 'function') { prettyPrint(); } }; </script> <script src="../../sorter.js"></script> </body> </html>
src/jquery.fb.albumbrowser.css
christer155/Facebook-Album-Browser
h3.fb-album-heading, h3.fb-account-heading { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; display: inline-block; margin: 0px; margin-left: 10px; font-weight: lighter; color: rgba(59, 89, 152, 1); } h3.fb-album-heading { cursor: pointer; } h3.fb-album-heading-single { cursor: default !important; display:block !important; } ul.fb-albums, ul.fb-photos { list-style: none; list-style-type: none; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 14px; margin: 0px; padding: 0px; min-height:130px; background-image:none; } .fb-loading-image{ background-image:url('loader.gif') !important; background-position: center center; background-repeat:no-repeat; } .fb-loading { background-color: #f7f7f7; border-radius: 6px; width: 64px; height: 64px; background-image: url('loader.gif'); background-position: center center; background-repeat: no-repeat; } li.fb-album, li.fb-photo { display: inline-block; width: 130px; height: 130px; overflow: hidden; padding: 0px; background-color: #f7f7f7; /*margin-top: -4px; margin-bottom: 3px; margin-right: 3px;*/ background-image: url('loader.gif'); background-position: center center; background-repeat: no-repeat; cursor: pointer; border: 1px solid #fff; border-bottom-style: none; } li.fb-photo:hover { /*border:2px solid rgba(59,89,152,1);*/ } li.fb-photo:hover .image-check { display: block; } li.fb-photo .image-check { display: none; position: absolute; width: 25px; height: 25px; background-color: rgba(59,89,152,1); } li.fb-photo .image-check.checked { display: block; background-image: url('check.png'); background-position: left top; background-repeat: no-repeat; } li.fb-album img { display: none; } div.fb-album-title { color: #fff; background-color: rgba(59,89,152,1); position: relative; margin-top: 0px; padding: 5px; display: none; } div.fb-album-count { background-color: rgba(59,89,152,0.8); color: #ffffff; position: absolute; text-align: center; padding: 5px; margin: 6px; display: block; min-width: 34px; border-radius: 5px; } .fb-album-preview { display: none; } .fb-photo-thumb, .fb-photo-thumb-link { border: none; text-decoration: none; } img.fb-albums-list { border: none; display: inline-block; cursor: pointer; margin-bottom: 10px; vertical-align: middle; } .fb-account-info { margin-bottom: 10px; } .fb-account-info img { display: inline-block; vertical-align: middle; } /*Simple lightbox*/ .fb-preview-overlay { background-color: rgba(59, 89, 152, 0.7); position: fixed; top: 0px; left: 0px; z-index: 999; background-image: url('loader.gif'); background-position: center center; background-repeat: no-repeat; width: 100%; height: 100%; text-align: center; overflow: auto; display: none; } .fb-preview-img, .fb-preview-img-prev, .fb-preview-img-next { display: inline-block; vertical-align: middle; } .fb-preview-img { max-width: 100%; width: auto; } .fb-preview-img-prev, .fb-preview-img-next { cursor: pointer; display: none; margin-top: auto; position: fixed; top: 50%; } .fb-preview-img-prev { left: 0; float: left; } .fb-preview-img-next { right: 20px; float: right; } .fb-photo-text { display: none; } .fb-comment-text { display: inline-block; margin-left: 10px; vertical-align: top; width: calc(100% - 60px); } .fb-comment-date { color: #969696; float: right; font-size: 11px; } .fb-comment-more { font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif; color: rgba(59, 89, 152, 1); text-align: center; background-color: #e1e2e3; cursor: pointer; padding: 6px; margin-bottom: 10px; margin-left: auto; margin-right: auto; font-size: 12px; } img.fb-comment-account { display: inline-block; width: 50px; height: 50px; background-image: url('loader.gif'); background-position: center center; background-repeat: no-repeat; } .fb-comment-account { text-decoration: none; color: rgba(59, 89, 152, 1); } .fb-preview-text, .fb-comment, .fb-album-text { display: block; background-color: #e1e2e3; margin-left: auto; margin-right: auto; font-size: 12px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-align: left; padding: 6px; display: block; clear: both; } .fb-preview-text .addthis_toolbox{ display:block; margin-top:6px; margin-bottom:6px; } .fb-preview-text, .fb-album-text { display: table !important; clear: both !important; } .fb-album-text { margin-bottom: 6px; width: 100%; } .fb-comment { background-color: #e9eaeb; border-bottom: 1px solid #e1e2e3; width: calc(100% - 60px); } .fb-preview-text a { color: rgba(59, 89, 152, 1); } .fb-preview-content { margin-top: 30px; } .fb-like-container { display: block; float: right; margin-left: 6px; } .fb-btn-more { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: bold; display: block; color: #fff; background: rgba(59, 89, 152, 1); padding: 12px; text-align: center; cursor: pointer; } .fb-albums-more { display: none; }
src/server/content/css/bundle.css
jcapuano328/scratch-minder-web
/*! * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.5.0'); src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* makes the font 33% larger relative to the icon container */ .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-fw { width: 1.28571429em; text-align: center; } .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .fa-ul > li { position: relative; } .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } .fa-li.fa-lg { left: -1.85714286em; } .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; } .fa-pull-left { float: left; } .fa-pull-right { float: right; } .fa.fa-pull-left { margin-right: .3em; } .fa.fa-pull-right { margin-left: .3em; } /* Deprecated as of 4.4.0 */ .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: .3em; } .fa.pull-right { margin-left: .3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .fa-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #ffffff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-glass:before { content: "\f000"; } .fa-music:before { content: "\f001"; } .fa-search:before { content: "\f002"; } .fa-envelope-o:before { content: "\f003"; } .fa-heart:before { content: "\f004"; } .fa-star:before { content: "\f005"; } .fa-star-o:before { content: "\f006"; } .fa-user:before { content: "\f007"; } .fa-film:before { content: "\f008"; } .fa-th-large:before { content: "\f009"; } .fa-th:before { content: "\f00a"; } .fa-th-list:before { content: "\f00b"; } .fa-check:before { content: "\f00c"; } .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; } .fa-search-plus:before { content: "\f00e"; } .fa-search-minus:before { content: "\f010"; } .fa-power-off:before { content: "\f011"; } .fa-signal:before { content: "\f012"; } .fa-gear:before, .fa-cog:before { content: "\f013"; } .fa-trash-o:before { content: "\f014"; } .fa-home:before { content: "\f015"; } .fa-file-o:before { content: "\f016"; } .fa-clock-o:before { content: "\f017"; } .fa-road:before { content: "\f018"; } .fa-download:before { content: "\f019"; } .fa-arrow-circle-o-down:before { content: "\f01a"; } .fa-arrow-circle-o-up:before { content: "\f01b"; } .fa-inbox:before { content: "\f01c"; } .fa-play-circle-o:before { content: "\f01d"; } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; } .fa-refresh:before { content: "\f021"; } .fa-list-alt:before { content: "\f022"; } .fa-lock:before { content: "\f023"; } .fa-flag:before { content: "\f024"; } .fa-headphones:before { content: "\f025"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-up:before { content: "\f028"; } .fa-qrcode:before { content: "\f029"; } .fa-barcode:before { content: "\f02a"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-book:before { content: "\f02d"; } .fa-bookmark:before { content: "\f02e"; } .fa-print:before { content: "\f02f"; } .fa-camera:before { content: "\f030"; } .fa-font:before { content: "\f031"; } .fa-bold:before { content: "\f032"; } .fa-italic:before { content: "\f033"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-align-left:before { content: "\f036"; } .fa-align-center:before { content: "\f037"; } .fa-align-right:before { content: "\f038"; } .fa-align-justify:before { content: "\f039"; } .fa-list:before { content: "\f03a"; } .fa-dedent:before, .fa-outdent:before { content: "\f03b"; } .fa-indent:before { content: "\f03c"; } .fa-video-camera:before { content: "\f03d"; } .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; } .fa-pencil:before { content: "\f040"; } .fa-map-marker:before { content: "\f041"; } .fa-adjust:before { content: "\f042"; } .fa-tint:before { content: "\f043"; } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; } .fa-share-square-o:before { content: "\f045"; } .fa-check-square-o:before { content: "\f046"; } .fa-arrows:before { content: "\f047"; } .fa-step-backward:before { content: "\f048"; } .fa-fast-backward:before { content: "\f049"; } .fa-backward:before { content: "\f04a"; } .fa-play:before { content: "\f04b"; } .fa-pause:before { content: "\f04c"; } .fa-stop:before { content: "\f04d"; } .fa-forward:before { content: "\f04e"; } .fa-fast-forward:before { content: "\f050"; } .fa-step-forward:before { content: "\f051"; } .fa-eject:before { content: "\f052"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-plus-circle:before { content: "\f055"; } .fa-minus-circle:before { content: "\f056"; } .fa-times-circle:before { content: "\f057"; } .fa-check-circle:before { content: "\f058"; } .fa-question-circle:before { content: "\f059"; } .fa-info-circle:before { content: "\f05a"; } .fa-crosshairs:before { content: "\f05b"; } .fa-times-circle-o:before { content: "\f05c"; } .fa-check-circle-o:before { content: "\f05d"; } .fa-ban:before { content: "\f05e"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrow-down:before { content: "\f063"; } .fa-mail-forward:before, .fa-share:before { content: "\f064"; } .fa-expand:before { content: "\f065"; } .fa-compress:before { content: "\f066"; } .fa-plus:before { content: "\f067"; } .fa-minus:before { content: "\f068"; } .fa-asterisk:before { content: "\f069"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-gift:before { content: "\f06b"; } .fa-leaf:before { content: "\f06c"; } .fa-fire:before { content: "\f06d"; } .fa-eye:before { content: "\f06e"; } .fa-eye-slash:before { content: "\f070"; } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; } .fa-plane:before { content: "\f072"; } .fa-calendar:before { content: "\f073"; } .fa-random:before { content: "\f074"; } .fa-comment:before { content: "\f075"; } .fa-magnet:before { content: "\f076"; } .fa-chevron-up:before { content: "\f077"; } .fa-chevron-down:before { content: "\f078"; } .fa-retweet:before { content: "\f079"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-folder:before { content: "\f07b"; } .fa-folder-open:before { content: "\f07c"; } .fa-arrows-v:before { content: "\f07d"; } .fa-arrows-h:before { content: "\f07e"; } .fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; } .fa-twitter-square:before { content: "\f081"; } .fa-facebook-square:before { content: "\f082"; } .fa-camera-retro:before { content: "\f083"; } .fa-key:before { content: "\f084"; } .fa-gears:before, .fa-cogs:before { content: "\f085"; } .fa-comments:before { content: "\f086"; } .fa-thumbs-o-up:before { content: "\f087"; } .fa-thumbs-o-down:before { content: "\f088"; } .fa-star-half:before { content: "\f089"; } .fa-heart-o:before { content: "\f08a"; } .fa-sign-out:before { content: "\f08b"; } .fa-linkedin-square:before { content: "\f08c"; } .fa-thumb-tack:before { content: "\f08d"; } .fa-external-link:before { content: "\f08e"; } .fa-sign-in:before { content: "\f090"; } .fa-trophy:before { content: "\f091"; } .fa-github-square:before { content: "\f092"; } .fa-upload:before { content: "\f093"; } .fa-lemon-o:before { content: "\f094"; } .fa-phone:before { content: "\f095"; } .fa-square-o:before { content: "\f096"; } .fa-bookmark-o:before { content: "\f097"; } .fa-phone-square:before { content: "\f098"; } .fa-twitter:before { content: "\f099"; } .fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; } .fa-github:before { content: "\f09b"; } .fa-unlock:before { content: "\f09c"; } .fa-credit-card:before { content: "\f09d"; } .fa-feed:before, .fa-rss:before { content: "\f09e"; } .fa-hdd-o:before { content: "\f0a0"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bell:before { content: "\f0f3"; } .fa-certificate:before { content: "\f0a3"; } .fa-hand-o-right:before { content: "\f0a4"; } .fa-hand-o-left:before { content: "\f0a5"; } .fa-hand-o-up:before { content: "\f0a6"; } .fa-hand-o-down:before { content: "\f0a7"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-globe:before { content: "\f0ac"; } .fa-wrench:before { content: "\f0ad"; } .fa-tasks:before { content: "\f0ae"; } .fa-filter:before { content: "\f0b0"; } .fa-briefcase:before { content: "\f0b1"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-group:before, .fa-users:before { content: "\f0c0"; } .fa-chain:before, .fa-link:before { content: "\f0c1"; } .fa-cloud:before { content: "\f0c2"; } .fa-flask:before { content: "\f0c3"; } .fa-cut:before, .fa-scissors:before { content: "\f0c4"; } .fa-copy:before, .fa-files-o:before { content: "\f0c5"; } .fa-paperclip:before { content: "\f0c6"; } .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; } .fa-square:before { content: "\f0c8"; } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; } .fa-list-ul:before { content: "\f0ca"; } .fa-list-ol:before { content: "\f0cb"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-underline:before { content: "\f0cd"; } .fa-table:before { content: "\f0ce"; } .fa-magic:before { content: "\f0d0"; } .fa-truck:before { content: "\f0d1"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-plus:before { content: "\f0d5"; } .fa-money:before { content: "\f0d6"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-up:before { content: "\f0d8"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-columns:before { content: "\f0db"; } .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; } .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; } .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; } .fa-envelope:before { content: "\f0e0"; } .fa-linkedin:before { content: "\f0e1"; } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; } .fa-legal:before, .fa-gavel:before { content: "\f0e3"; } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; } .fa-comment-o:before { content: "\f0e5"; } .fa-comments-o:before { content: "\f0e6"; } .fa-flash:before, .fa-bolt:before { content: "\f0e7"; } .fa-sitemap:before { content: "\f0e8"; } .fa-umbrella:before { content: "\f0e9"; } .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; } .fa-lightbulb-o:before { content: "\f0eb"; } .fa-exchange:before { content: "\f0ec"; } .fa-cloud-download:before { content: "\f0ed"; } .fa-cloud-upload:before { content: "\f0ee"; } .fa-user-md:before { content: "\f0f0"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-suitcase:before { content: "\f0f2"; } .fa-bell-o:before { content: "\f0a2"; } .fa-coffee:before { content: "\f0f4"; } .fa-cutlery:before { content: "\f0f5"; } .fa-file-text-o:before { content: "\f0f6"; } .fa-building-o:before { content: "\f0f7"; } .fa-hospital-o:before { content: "\f0f8"; } .fa-ambulance:before { content: "\f0f9"; } .fa-medkit:before { content: "\f0fa"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-beer:before { content: "\f0fc"; } .fa-h-square:before { content: "\f0fd"; } .fa-plus-square:before { content: "\f0fe"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angle-down:before { content: "\f107"; } .fa-desktop:before { content: "\f108"; } .fa-laptop:before { content: "\f109"; } .fa-tablet:before { content: "\f10a"; } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; } .fa-circle-o:before { content: "\f10c"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-spinner:before { content: "\f110"; } .fa-circle:before { content: "\f111"; } .fa-mail-reply:before, .fa-reply:before { content: "\f112"; } .fa-github-alt:before { content: "\f113"; } .fa-folder-o:before { content: "\f114"; } .fa-folder-open-o:before { content: "\f115"; } .fa-smile-o:before { content: "\f118"; } .fa-frown-o:before { content: "\f119"; } .fa-meh-o:before { content: "\f11a"; } .fa-gamepad:before { content: "\f11b"; } .fa-keyboard-o:before { content: "\f11c"; } .fa-flag-o:before { content: "\f11d"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-terminal:before { content: "\f120"; } .fa-code:before { content: "\f121"; } .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; } .fa-location-arrow:before { content: "\f124"; } .fa-crop:before { content: "\f125"; } .fa-code-fork:before { content: "\f126"; } .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; } .fa-question:before { content: "\f128"; } .fa-info:before { content: "\f129"; } .fa-exclamation:before { content: "\f12a"; } .fa-superscript:before { content: "\f12b"; } .fa-subscript:before { content: "\f12c"; } .fa-eraser:before { content: "\f12d"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-slash:before { content: "\f131"; } .fa-shield:before { content: "\f132"; } .fa-calendar-o:before { content: "\f133"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-rocket:before { content: "\f135"; } .fa-maxcdn:before { content: "\f136"; } .fa-chevron-circle-left:before { content: "\f137"; } .fa-chevron-circle-right:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-html5:before { content: "\f13b"; } .fa-css3:before { content: "\f13c"; } .fa-anchor:before { content: "\f13d"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-bullseye:before { content: "\f140"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-rss-square:before { content: "\f143"; } .fa-play-circle:before { content: "\f144"; } .fa-ticket:before { content: "\f145"; } .fa-minus-square:before { content: "\f146"; } .fa-minus-square-o:before { content: "\f147"; } .fa-level-up:before { content: "\f148"; } .fa-level-down:before { content: "\f149"; } .fa-check-square:before { content: "\f14a"; } .fa-pencil-square:before { content: "\f14b"; } .fa-external-link-square:before { content: "\f14c"; } .fa-share-square:before { content: "\f14d"; } .fa-compass:before { content: "\f14e"; } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; } .fa-euro:before, .fa-eur:before { content: "\f153"; } .fa-gbp:before { content: "\f154"; } .fa-dollar:before, .fa-usd:before { content: "\f155"; } .fa-rupee:before, .fa-inr:before { content: "\f156"; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; } .fa-won:before, .fa-krw:before { content: "\f159"; } .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; } .fa-file:before { content: "\f15b"; } .fa-file-text:before { content: "\f15c"; } .fa-sort-alpha-asc:before { content: "\f15d"; } .fa-sort-alpha-desc:before { content: "\f15e"; } .fa-sort-amount-asc:before { content: "\f160"; } .fa-sort-amount-desc:before { content: "\f161"; } .fa-sort-numeric-asc:before { content: "\f162"; } .fa-sort-numeric-desc:before { content: "\f163"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbs-down:before { content: "\f165"; } .fa-youtube-square:before { content: "\f166"; } .fa-youtube:before { content: "\f167"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-youtube-play:before { content: "\f16a"; } .fa-dropbox:before { content: "\f16b"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-instagram:before { content: "\f16d"; } .fa-flickr:before { content: "\f16e"; } .fa-adn:before { content: "\f170"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitbucket-square:before { content: "\f172"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-long-arrow-down:before { content: "\f175"; } .fa-long-arrow-up:before { content: "\f176"; } .fa-long-arrow-left:before { content: "\f177"; } .fa-long-arrow-right:before { content: "\f178"; } .fa-apple:before { content: "\f179"; } .fa-windows:before { content: "\f17a"; } .fa-android:before { content: "\f17b"; } .fa-linux:before { content: "\f17c"; } .fa-dribbble:before { content: "\f17d"; } .fa-skype:before { content: "\f17e"; } .fa-foursquare:before { content: "\f180"; } .fa-trello:before { content: "\f181"; } .fa-female:before { content: "\f182"; } .fa-male:before { content: "\f183"; } .fa-gittip:before, .fa-gratipay:before { content: "\f184"; } .fa-sun-o:before { content: "\f185"; } .fa-moon-o:before { content: "\f186"; } .fa-archive:before { content: "\f187"; } .fa-bug:before { content: "\f188"; } .fa-vk:before { content: "\f189"; } .fa-weibo:before { content: "\f18a"; } .fa-renren:before { content: "\f18b"; } .fa-pagelines:before { content: "\f18c"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-arrow-circle-o-right:before { content: "\f18e"; } .fa-arrow-circle-o-left:before { content: "\f190"; } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; } .fa-dot-circle-o:before { content: "\f192"; } .fa-wheelchair:before { content: "\f193"; } .fa-vimeo-square:before { content: "\f194"; } .fa-turkish-lira:before, .fa-try:before { content: "\f195"; } .fa-plus-square-o:before { content: "\f196"; } .fa-space-shuttle:before { content: "\f197"; } .fa-slack:before { content: "\f198"; } .fa-envelope-square:before { content: "\f199"; } .fa-wordpress:before { content: "\f19a"; } .fa-openid:before { content: "\f19b"; } .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; } .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; } .fa-yahoo:before { content: "\f19e"; } .fa-google:before { content: "\f1a0"; } .fa-reddit:before { content: "\f1a1"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-delicious:before { content: "\f1a5"; } .fa-digg:before { content: "\f1a6"; } .fa-pied-piper:before { content: "\f1a7"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-drupal:before { content: "\f1a9"; } .fa-joomla:before { content: "\f1aa"; } .fa-language:before { content: "\f1ab"; } .fa-fax:before { content: "\f1ac"; } .fa-building:before { content: "\f1ad"; } .fa-child:before { content: "\f1ae"; } .fa-paw:before { content: "\f1b0"; } .fa-spoon:before { content: "\f1b1"; } .fa-cube:before { content: "\f1b2"; } .fa-cubes:before { content: "\f1b3"; } .fa-behance:before { content: "\f1b4"; } .fa-behance-square:before { content: "\f1b5"; } .fa-steam:before { content: "\f1b6"; } .fa-steam-square:before { content: "\f1b7"; } .fa-recycle:before { content: "\f1b8"; } .fa-automobile:before, .fa-car:before { content: "\f1b9"; } .fa-cab:before, .fa-taxi:before { content: "\f1ba"; } .fa-tree:before { content: "\f1bb"; } .fa-spotify:before { content: "\f1bc"; } .fa-deviantart:before { content: "\f1bd"; } .fa-soundcloud:before { content: "\f1be"; } .fa-database:before { content: "\f1c0"; } .fa-file-pdf-o:before { content: "\f1c1"; } .fa-file-word-o:before { content: "\f1c2"; } .fa-file-excel-o:before { content: "\f1c3"; } .fa-file-powerpoint-o:before { content: "\f1c4"; } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; } .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; } .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; } .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; } .fa-file-code-o:before { content: "\f1c9"; } .fa-vine:before { content: "\f1ca"; } .fa-codepen:before { content: "\f1cb"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; } .fa-circle-o-notch:before { content: "\f1ce"; } .fa-ra:before, .fa-rebel:before { content: "\f1d0"; } .fa-ge:before, .fa-empire:before { content: "\f1d1"; } .fa-git-square:before { content: "\f1d2"; } .fa-git:before { content: "\f1d3"; } .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-qq:before { content: "\f1d6"; } .fa-wechat:before, .fa-weixin:before { content: "\f1d7"; } .fa-send:before, .fa-paper-plane:before { content: "\f1d8"; } .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; } .fa-history:before { content: "\f1da"; } .fa-circle-thin:before { content: "\f1db"; } .fa-header:before { content: "\f1dc"; } .fa-paragraph:before { content: "\f1dd"; } .fa-sliders:before { content: "\f1de"; } .fa-share-alt:before { content: "\f1e0"; } .fa-share-alt-square:before { content: "\f1e1"; } .fa-bomb:before { content: "\f1e2"; } .fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; } .fa-tty:before { content: "\f1e4"; } .fa-binoculars:before { content: "\f1e5"; } .fa-plug:before { content: "\f1e6"; } .fa-slideshare:before { content: "\f1e7"; } .fa-twitch:before { content: "\f1e8"; } .fa-yelp:before { content: "\f1e9"; } .fa-newspaper-o:before { content: "\f1ea"; } .fa-wifi:before { content: "\f1eb"; } .fa-calculator:before { content: "\f1ec"; } .fa-paypal:before { content: "\f1ed"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-bell-slash:before { content: "\f1f6"; } .fa-bell-slash-o:before { content: "\f1f7"; } .fa-trash:before { content: "\f1f8"; } .fa-copyright:before { content: "\f1f9"; } .fa-at:before { content: "\f1fa"; } .fa-eyedropper:before { content: "\f1fb"; } .fa-paint-brush:before { content: "\f1fc"; } .fa-birthday-cake:before { content: "\f1fd"; } .fa-area-chart:before { content: "\f1fe"; } .fa-pie-chart:before { content: "\f200"; } .fa-line-chart:before { content: "\f201"; } .fa-lastfm:before { content: "\f202"; } .fa-lastfm-square:before { content: "\f203"; } .fa-toggle-off:before { content: "\f204"; } .fa-toggle-on:before { content: "\f205"; } .fa-bicycle:before { content: "\f206"; } .fa-bus:before { content: "\f207"; } .fa-ioxhost:before { content: "\f208"; } .fa-angellist:before { content: "\f209"; } .fa-cc:before { content: "\f20a"; } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; } .fa-meanpath:before { content: "\f20c"; } .fa-buysellads:before { content: "\f20d"; } .fa-connectdevelop:before { content: "\f20e"; } .fa-dashcube:before { content: "\f210"; } .fa-forumbee:before { content: "\f211"; } .fa-leanpub:before { content: "\f212"; } .fa-sellsy:before { content: "\f213"; } .fa-shirtsinbulk:before { content: "\f214"; } .fa-simplybuilt:before { content: "\f215"; } .fa-skyatlas:before { content: "\f216"; } .fa-cart-plus:before { content: "\f217"; } .fa-cart-arrow-down:before { content: "\f218"; } .fa-diamond:before { content: "\f219"; } .fa-ship:before { content: "\f21a"; } .fa-user-secret:before { content: "\f21b"; } .fa-motorcycle:before { content: "\f21c"; } .fa-street-view:before { content: "\f21d"; } .fa-heartbeat:before { content: "\f21e"; } .fa-venus:before { content: "\f221"; } .fa-mars:before { content: "\f222"; } .fa-mercury:before { content: "\f223"; } .fa-intersex:before, .fa-transgender:before { content: "\f224"; } .fa-transgender-alt:before { content: "\f225"; } .fa-venus-double:before { content: "\f226"; } .fa-mars-double:before { content: "\f227"; } .fa-venus-mars:before { content: "\f228"; } .fa-mars-stroke:before { content: "\f229"; } .fa-mars-stroke-v:before { content: "\f22a"; } .fa-mars-stroke-h:before { content: "\f22b"; } .fa-neuter:before { content: "\f22c"; } .fa-genderless:before { content: "\f22d"; } .fa-facebook-official:before { content: "\f230"; } .fa-pinterest-p:before { content: "\f231"; } .fa-whatsapp:before { content: "\f232"; } .fa-server:before { content: "\f233"; } .fa-user-plus:before { content: "\f234"; } .fa-user-times:before { content: "\f235"; } .fa-hotel:before, .fa-bed:before { content: "\f236"; } .fa-viacoin:before { content: "\f237"; } .fa-train:before { content: "\f238"; } .fa-subway:before { content: "\f239"; } .fa-medium:before { content: "\f23a"; } .fa-yc:before, .fa-y-combinator:before { content: "\f23b"; } .fa-optin-monster:before { content: "\f23c"; } .fa-opencart:before { content: "\f23d"; } .fa-expeditedssl:before { content: "\f23e"; } .fa-battery-4:before, .fa-battery-full:before { content: "\f240"; } .fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241"; } .fa-battery-2:before, .fa-battery-half:before { content: "\f242"; } .fa-battery-1:before, .fa-battery-quarter:before { content: "\f243"; } .fa-battery-0:before, .fa-battery-empty:before { content: "\f244"; } .fa-mouse-pointer:before { content: "\f245"; } .fa-i-cursor:before { content: "\f246"; } .fa-object-group:before { content: "\f247"; } .fa-object-ungroup:before { content: "\f248"; } .fa-sticky-note:before { content: "\f249"; } .fa-sticky-note-o:before { content: "\f24a"; } .fa-cc-jcb:before { content: "\f24b"; } .fa-cc-diners-club:before { content: "\f24c"; } .fa-clone:before { content: "\f24d"; } .fa-balance-scale:before { content: "\f24e"; } .fa-hourglass-o:before { content: "\f250"; } .fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251"; } .fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252"; } .fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253"; } .fa-hourglass:before { content: "\f254"; } .fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255"; } .fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256"; } .fa-hand-scissors-o:before { content: "\f257"; } .fa-hand-lizard-o:before { content: "\f258"; } .fa-hand-spock-o:before { content: "\f259"; } .fa-hand-pointer-o:before { content: "\f25a"; } .fa-hand-peace-o:before { content: "\f25b"; } .fa-trademark:before { content: "\f25c"; } .fa-registered:before { content: "\f25d"; } .fa-creative-commons:before { content: "\f25e"; } .fa-gg:before { content: "\f260"; } .fa-gg-circle:before { content: "\f261"; } .fa-tripadvisor:before { content: "\f262"; } .fa-odnoklassniki:before { content: "\f263"; } .fa-odnoklassniki-square:before { content: "\f264"; } .fa-get-pocket:before { content: "\f265"; } .fa-wikipedia-w:before { content: "\f266"; } .fa-safari:before { content: "\f267"; } .fa-chrome:before { content: "\f268"; } .fa-firefox:before { content: "\f269"; } .fa-opera:before { content: "\f26a"; } .fa-internet-explorer:before { content: "\f26b"; } .fa-tv:before, .fa-television:before { content: "\f26c"; } .fa-contao:before { content: "\f26d"; } .fa-500px:before { content: "\f26e"; } .fa-amazon:before { content: "\f270"; } .fa-calendar-plus-o:before { content: "\f271"; } .fa-calendar-minus-o:before { content: "\f272"; } .fa-calendar-times-o:before { content: "\f273"; } .fa-calendar-check-o:before { content: "\f274"; } .fa-industry:before { content: "\f275"; } .fa-map-pin:before { content: "\f276"; } .fa-map-signs:before { content: "\f277"; } .fa-map-o:before { content: "\f278"; } .fa-map:before { content: "\f279"; } .fa-commenting:before { content: "\f27a"; } .fa-commenting-o:before { content: "\f27b"; } .fa-houzz:before { content: "\f27c"; } .fa-vimeo:before { content: "\f27d"; } .fa-black-tie:before { content: "\f27e"; } .fa-fonticons:before { content: "\f280"; } .fa-reddit-alien:before { content: "\f281"; } .fa-edge:before { content: "\f282"; } .fa-credit-card-alt:before { content: "\f283"; } .fa-codiepie:before { content: "\f284"; } .fa-modx:before { content: "\f285"; } .fa-fort-awesome:before { content: "\f286"; } .fa-usb:before { content: "\f287"; } .fa-product-hunt:before { content: "\f288"; } .fa-mixcloud:before { content: "\f289"; } .fa-scribd:before { content: "\f28a"; } .fa-pause-circle:before { content: "\f28b"; } .fa-pause-circle-o:before { content: "\f28c"; } .fa-stop-circle:before { content: "\f28d"; } .fa-stop-circle-o:before { content: "\f28e"; } .fa-shopping-bag:before { content: "\f290"; } .fa-shopping-basket:before { content: "\f291"; } .fa-hashtag:before { content: "\f292"; } .fa-bluetooth:before { content: "\f293"; } .fa-bluetooth-b:before { content: "\f294"; } .fa-percent:before { content: "\f295"; } .hidden { display: none; } .Charts { margin: 0 auto; background-color: #f9f9f9; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; padding: 10px; padding-right: 50px; } .Charts.horizontal { display: block; } .Charts.horizontal .Charts--serie { display: block; margin: 0 0 30px 0; border: 0; } .Charts.horizontal .Charts--serie label { position: relative; top: auto; right: auto; left: 0; bottom: auto; padding: 0 0 10px 0; } .Charts--serie { height: 100%; margin: 0 30px 0 0; display: inline-block; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-animation: slideUp .6s; animation: slideUp .6s; position: relative; border-bottom: 1px solid #c2c2c2; } .Charts--serie.stacked { display: block; } .Charts--serie label { position: absolute; left: 0; right: 0; bottom: -20px; font-family: Helvetica, sans-serif; font-size: 10px; text-align: center; color: #808080; } .Charts.horizontal .Charts--item { display: block; border-radius: 0 2px 2px 0; margin: 0 0 5px 0; height: 1em; } .Charts.horizontal .Charts--item b { position: absolute; right: -20px; top: .3em; } .Charts--item { background-color: #43A19E; display: inline-block; margin: 0 5px 0 0; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; -webkit-transition: height 1s ease-out, width 1s ease-out; transition: height 1s ease-out, width 1s ease-out; position: relative; text-align: center; border-radius: 2px 2px 0 0; } .Charts--item.layered { position: absolute; left: 5%; right: 5%; bottom: 0; margin: 0; } .Charts--item.layered b { position: absolute; right: 0; } .Charts--item.stacked { position: relative; display: block; border-radius: 0; } .Charts--item b { position: relative; font-family: Helvetica, sans-serif; font-size: 10px; top: -20px; color: #43A19E; } .Legend--color { display: inline-block; vertical-align: middle; border-radius: 2px; width: 16px; height: 16px; } .Legend--label { display: inline-block; vertical-align: middle; font-family: Helvetica, sans-serif; font-size: 12px; margin: 0 0 0 5px; } @-webkit-keyframes slideUp { from { -webkit-transform: scaleY(0); transform: scaleY(0); } to { -webkit-transform: scaleY(1); transform: scaleY(1); } } @keyframes slideUp { from { -webkit-transform: scaleY(0); transform: scaleY(0); } to { -webkit-transform: scaleY(1); transform: scaleY(1); } }
test/fixture/compress/restructure.margin/2.min.css
silentroach/csso
a{color:red}b{p:v}a{margin:3 3 3 4}
index.html
ethanluoyc/blog
--- layout: default --- <div class="home"> <div class="posts yue"> {% for post in paginator.posts %} <div class="post"> <p class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</p> <a href="{{ post.url | prepend: site.baseurl }}" class="post-link"><h3 class="h2 post-title">{{ post.title }}</h3></a> <p class="post-summary"> {% if post.summary %} {{ post.summary }} {% else %} {{ post.excerpt }} {% endif %} </p> </div> {% endfor %} </div> {% include pagination.html %} </div>
assets/css/Header-Icons.css
trione31/asdp-info
#colorful-nav { padding-bottom: 0px; border: 1px transparent; } #colorful-nav .navbar { margin-bottom: 0px; } #colorful-nav { background-color: transparent; } #colorful-nav .navbar-nav { border-radius: 10px; float:none; height: 5%; } #colorful-nav .navbar-collapse { border-top: 0; } #colorful-nav ul>li { float:left; text-align: center; width: 20%; padding-bottom: 13px; transition: 0.2s padding-top; } #colorful-nav ul>li:hover { padding-top: 10px; } #colorful-nav .navbar-nav>a { padding-top: 15px; color: white; } #colorful-nav ul>a:hover, #colorful-nav ul>a:focus { background-color: transparent; text-decoration: none; } #colorful-nav .glyphicon{ font-size: 30px; margin-bottom: 10px; padding-top: 10px; color: white; } #colorful-nav .fa{ font-size: 30px; margin-bottom: 10px; padding-top: 10px; color: white; } #colorful-nav .icon-bar { background-color: #eb8b1b; } #colorful-nav .navbar-toggle { float: left; border-color: #eb8b1b; margin-left: 15px; margin-top: 15px; margin-bottom: 10px; } #colorful-nav .navbar-brand { height: 100px; } #colorful-nav h5{ color:white; } #colorful-nav .home { background-color: #eb8b1b; } #colorful-nav .sop { background-color: #FFCC00; } #colorful-nav .document { background-color: #AADD00; } #colorful-nav .login { background-color: #00CCCC; } #colorful-nav .angleb { background-color: #666699; } #colorful-nav .facebook { background-color: #3B5998; } #colorful-nav .search { background-color: #2253e2; } @media screen and (max-width: 767px){ #colorful-nav ul>li { text-align: center; width: 100%; } #colorful-nav ul>li:hover{ padding-top: 0px; } }
public/modules/rrhh/views/trabajador/form-editar-trabajador-accesoSistema.html
sistcoop-meanjsfiles/mean1
<form name="form" sg-read-only="!(access.administrarTrabajadores || access.administrarTrabajadoresAgencia)" class="form-horizontal" novalidate> <fieldset class="border-top"> <legend><span class="text ng-scope">Asignar usuario <i class="fa fa-question-circle text-muted ng-scope" tooltip="Usuario asignado en el sistema actualmente." tooltip-placement="right"></i></span></legend> <div class="form-group" ng-class="{ 'has-error' : form.usuario.$invalid && form.usuario.$dirty}"> <label class="col-sm-2 control-label"><span class="required">*</span> Usuario:</label> <div class="col-sm-3"> <div class="input-group"> <input type="text" name="usuario" ng-model="view.usuario" ng-minlength="1" ng-maxlength="60" class="form-control" autofocus required/> <span data-ng-show="view.trabajador.usuario" class="input-group-btn"> <button type="button" data-ng-click="desvincular()" class="btn btn-default" tooltip="Desvincular el usuario." tooltip-placement="right"> <span class="glyphicon glyphicon-remove"></span> </button> </span> </div> <div ng-messages="form.usuario.$error" ng-if="form.usuario.$dirty"> <div class="has-error" ng-message="required">Ingrese denominacion.</div> <div class="has-error" ng-message="maxlength">Minimo 1 caracter.</div> <div class="has-error" ng-message="maxlength">Maximo 60 caracteres.</div> <div class="has-error" ng-message="disponible">Usuario no disponible.</div> </div> </div> <div class="col-sm-3"> <a href="" data-ng-click="crearUsuarioKeycloak()" class="btn btn-link" tooltip="Crear un nuevo usuario." tooltip-placement="right">Crear usuario</a> </div> </div> </fieldset> <div class="form-group"> <div class="col-sm-offset-2 col-sm-10"> <button sg-save>Guardar</button> <button sg-cancel ui-sref="^.resumen">Cancelar</button> </div> </div> </form>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/057801f20b59414cc6abf55d27220abb22896f6e58d1f5fa23dff7c9484f45b8.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./873af1edd08a980241ee3f9ff4f23ed88f42c05f1e83b3c4e77ebd81e29a8512.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
_site/2017/05/15/you-are-statistically.html
curtclifton/curtclifton.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>You Are Statistically</title> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600"> <link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="/custom.css"> <link rel="shortcut icon" href="https://micro.blog/curt/favicon.png" type="image/x-icon" /> <link rel="alternate" type="application/rss+xml" title="Curt Clifton" href="http://microblog.curtclifton.net/feed.xml" /> <link rel="alternate" type="application/json" title="Curt Clifton" href="http://microblog.curtclifton.net/feed.json" /> <link rel="EditURI" type="application/rsd+xml" href="/rsd.xml" /> <link rel="me" href="https://micro.blog/curt" /> <link rel="me" href="https://twitter.com/curtclifton" /> <link rel="authorization_endpoint" href="https://micro.blog/indieauth/auth" /> <link rel="token_endpoint" href="https://micro.blog/indieauth/token" /> <link rel="micropub" href="https://micro.blog/micropub" /> <link rel="webmention" href="https://micro.blog/webmention" /> <link rel="subscribe" href="https://micro.blog/users/follow" /> </head> <body> <div class="container"> <header class="masthead"> <h1 class="masthead-title--small"> <a href="/">Curt Clifton</a> </h1> </header> <div class="content post h-entry"> <div class="post-date"> <time class="dt-published" datetime="2017-05-15 22:30:36 -0700">15 May 2017</time> </div> <div class="e-content"> <p>“you are statistically more likely to get mauled by a hungry timeshare salesman than be bitten by a shark” <a href="https://itun.es/us/1DhO_.l">Maui Revealed</a></p> </div> </div> </div> </body> </html>
_site/publications/index.html
szvsk/szvsk.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Publications &#9679; ghost in the computer</title> <link rel="stylesheet" type="text/css" href="/css/style.css" > <link rel="alternate" type="application/atom+xml" href="/feed.xml" title="News Feed"> <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600&amp;subset=cyrillic" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700&amp;subset=cyrillic" rel="stylesheet"> </head> <body> <div class="container"> <header class="masthead"> <h3 class="masthead-title"> <a href="/">ghost in the computer</a> <!-- <small> &nbsp;&nbsp;&nbsp;<a href="/projects">Projects</a> </small> <small> &nbsp;&nbsp;&nbsp;<a href="/publications">Publications</a> </small> --> <!-- <small> &nbsp;&nbsp;&nbsp;<a href="/feed.xml">Feed</a> </small> --> </h3> </header> <div id="content"> <p>Some words I put online:</p> <ul> <li>Short <a href="https://medium.com/@szvsk/spelunky-8b04c20dbf8">review</a> for Spelunky book (ru);</li> </ul> </div> </div><!-- .container --> </body> </html>
_layouts/top.html
spencertiberi/compsci.one
--- layout: default --- <h1> <!-- https://allejo.io/blog/a-jekyll-toc-in-liquid-only/ --> <!-- preserve <code/> in titles --> {% capture title %}{% include toc_pure_liquid.html html=content h_min=1 h_max=1 %}{% endcapture %} {{ title | replace: '<code class="highlighter-rouge">', '`' | replace: '</code>', '`' | strip_html | markdownify }} </h1> <nav> <!-- https://allejo.io/blog/a-jekyll-toc-in-liquid-only/ --> {% assign my_min = page.toc_min | default: site.toc_min | default: 2 %} {% assign my_max = page.toc_max | default: site.toc_max | default: 6 %} {% include toc_pure_liquid.html html=content sanitize=true h_min=my_min h_max=my_max %} </nav> {{ content }}
_patterns/01-molecules/02-blocks/04-block-headline.html
folklabs/jekyll-styleguide
--- --- <div class="block block-headline"> <a href="{{ url }}"> <h2 class="headline">Headline: Lorem ipsum dolor sit amet, consectetur adipiscing elit</h2> </a> </div>
1940_photo22.html
ucsf-ckm/ucsf-history-website
--- --- <!doctype html> <html lang="en" 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" /> <title>Photo - A History of UCSF</title> <link href='https://fonts.googleapis.com/css?family=Gilda+Display%7CPT+Sans+Narrow:300' rel='stylesheet' type='text/css'> <link href="ucsf_history.css" rel="stylesheet" type="text/css" media="all" /> {% include google_analytics.html %} </head> <body> <div id="mainbody"> {% include ucsf_banner.html %} <div class="banner"><h1><a href="/">A History of UCSF</a></h1></div> <div id="insidebody"> <div id="photocopy"> <div id="photocopy_text"><h2 class="title"><span class="title-primary">Photos</span></h2> <div id="subhead">Aerial View of the UCSF Campus in 1958 </div> <br /> <img src="images/pictures/ucsf_ariel_view_1958.jpg"/><br/> <br/> <br/> </div> </div> <div id="sidebar"> <div id="sidenav_inside">{% include search_include.html %}<br /> <div id="sidenavtype"> <a href="story.html" class="sidenavtype"><strong>THE STORY</strong></a><br/> <br/> <a href="special_topics.html" class="sidenavtype"><strong>SPECIAL TOPICS</strong></a><br/><br/> <a href="people.html" class="sidenavtype"><strong>PEOPLE</strong></a><br/> <br/> <div id="sidenav_subnav_header"><strong><a href="photos.html" class="sidenav_subnav_type_visited">PHOTOS</a></strong></div> <br/> <a href="buildings.html" class="sidenavtype"><strong>BUILDINGS</strong></a><br/> <br/> <a href="index.html" class="sidenavtype"><strong>HOME</strong></a><br/> </div> </div> </div> </div> {% include footer.html %} </div> {% include bottom_js.html %} </body> </html>
web/account.html
xz/cyber-security
--- layout: default title: Account title_label: hide post_scripts: - js/account.js startup_functions: - redirectIfNotLoggedIn() --- <div class="header"> {% include small-banner.html %} {% include header.html %} </div> <div class="wrapper container"> <div class="row"> <div class="col-md-6"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Update User Password</h3> </div> <div class="panel-body"> <div class="col-md-10 col-md-offset-1"> <form role="form" id="password-update-form"> <div class="form-group"> <label for="current-password" class="control-label">Current Password</label> <input name="current-password" id="current-password" class="form-control" type="password" placeholder="Current Password"> </div> <div class="form-group"> <label for="new-password" class="control-label">New Password</label> <input name="new-password" id="new-password" class="form-control" type="password" placeholder="New Password"> </div> <div class="form-group"> <label for="new-password-confirmation" class="control-label">Repeat New Password</label> <input name="new-password-confirmation" id="new-password-confirmation" class="form-control" type="password" placeholder="Repeat New Password"> </div> <div class="form-group"> <button id="password-update-button" class="btn btn-primary" type="submit">Update Password</button> </div> </form> </div> </div> </div> </div> <div class="col-md-6"> <div class="panel panel-danger"> <div class="panel-heading"> <h3 class="panel-title">Leave Team and Disable Account</h3> <em>This is permanent action; you can not undo this.</em> </div> <div class="panel-body"> <div class="col-md-10 col-md-offset-1"> <form role="form" id="disable-account-form"> <p>Disabling your account will remove you from your team, freeing up a slot for another member. You will not be able to log in once you disable your account. Disabled accounts cannot be re-enabled.</p> <div class="form-group"> <label for="current-password" class="control-label">Current Password</label> <input name="current-password" id="current-password-disable" class="form-control" type="password" placeholder="Current Password"> </div> <div class="form-group"> <button id="disable-account-button" class="btn btn-danger" type="submit">Disable Account</button> </div> </form> </div> </div> </div> </div> </div> </div>
src/assets/styles/material-icons.css
lavas-ui/uiframe
@font-face { font-family: "Material Icons"; font-style: normal; font-weight: 400; src: local("Material Icons"), local("MaterialIcons-Regular"), url(/static/fonts/MaterialIcons-Regular.woff2) format('woff2'), url(/static/fonts/MaterialIcons-Regular.woff) format('woff'), url(/static/fonts/MaterialIcons-Regular.ttf) format('truetype'); } .material-icons { display: inline-block; font: normal normal 24px/24px "Material Icons"; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; /* Support for all WebKit browsers. */ -webkit-font-smoothing: antialiased; /* Support for Safari and Chrome. */ text-rendering: optimizeLegibility; /* Support for Firefox. */ -moz-osx-font-smoothing: grayscale; /* Support for IE. */ font-feature-settings: "liga"; }
test/expected/before_after_compile/some.html
helinjiang/grunt-md-html
<h1 id="test">Test</h1> <pre><code class="lang-javascript"><span class="hljs-variable"><span class="hljs-keyword">var</span> a</span> = <span class="hljs-number">10</span>; </code></pre> <h2 id="hello-helinjiang">Hello grunt-md-html</h2>