path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
ajax/libs/bigfishtv-turret/2.0.6/turret.css
gaearon/cdnjs
/*! * Turret v2.0 (http://turret.bigfish.tv) * Copyright 2014 Bigfish * Licensed under MIT */ /*! normalize.css v1.1.2 | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } /** * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */ audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. * Known issue: no IE 6 support. */ [hidden] { display: none; } /* ========================================================================== Base ========================================================================== */ /** * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using * `em` units. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ html { font-size: 100%; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Address `font-family` inconsistency between `textarea` and other form * elements. */ html, button, input, select, textarea { font-family: sans-serif; } /** * Address margins handled incorrectly in IE 6/7. */ body { margin: 0; } /* ========================================================================== Links ========================================================================== */ /** * Address `outline` inconsistency between Chrome and other browsers. */ a:focus { outline: thin dotted; } /** * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } /* ========================================================================== Typography ========================================================================== */ /** * Address font sizes and margins set differently in IE 6/7. * Address font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } h2 { font-size: 1.5em; margin: 0.83em 0; } h3 { font-size: 1.17em; margin: 1em 0; } h4 { font-size: 1em; margin: 1.33em 0; } h5 { font-size: 0.83em; margin: 1.67em 0; } h6 { font-size: 0.67em; margin: 2.33em 0; } /** * Address styling not present in IE 7/8/9, Safari 5, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */ b, strong { font-weight: bold; } blockquote { margin: 1em 40px; } /** * Address styling not present in Safari 5 and Chrome. */ dfn { font-style: italic; } /** * Address differences between Firefox and other browsers. * Known issue: no IE 6/7 normalization. */ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Address styling not present in IE 6/7/8/9. */ mark { background: #ff0; color: #000; } /** * Address margins set differently in IE 6/7. */ p, pre { margin: 1em 0; } /** * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */ code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; } /** * Improve readability of pre-formatted text in all browsers. */ pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } /** * Address CSS quotes not supported in IE 6/7. */ q { quotes: none; } /** * Address `quotes` property not supported in Safari 4. */ q:before, q:after { content: ''; content: none; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* ========================================================================== Lists ========================================================================== */ /** * Address margins set differently in IE 6/7. */ dl, menu, ol, ul { margin: 1em 0; } dd { margin: 0 0 0 40px; } /** * Address paddings set differently in IE 6/7. */ menu, ol, ul { padding: 0 0 0 40px; } /** * Correct list images handled incorrectly in IE 7. */ nav ul, nav ol { list-style: none; list-style-image: none; } /* ========================================================================== Embedded content ========================================================================== */ /** * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. * 2. Improve image quality when scaled in IE 7. */ img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ } /** * Correct overflow displayed oddly in IE 9. */ svg:not(:root) { overflow: hidden; } /* ========================================================================== Figures ========================================================================== */ /** * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */ figure { margin: 0; } /* ========================================================================== Forms ========================================================================== */ /** * Correct margin displayed oddly in IE 6/7. */ form { margin: 0; } /** * Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct color not being inherited in IE 6/7/8/9. * 2. Correct text not wrapping in Firefox 3. * 3. Correct alignment displayed oddly in IE 6/7. */ legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */ } /** * 1. Correct font size not being inherited in all browsers. * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, * and Chrome. * 3. Improve appearance and consistency in all browsers. */ button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */ } /** * Address Firefox 3+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ button, input { line-height: normal; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. * Correct `select` style inheritance in Firefox 4+ and Opera. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. * 4. Remove inner spacing in IE 7 without affecting normal text inputs. * Known issue: inner spacing remains in IE 6. */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ *overflow: visible; /* 4 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** * 1. Address box sizing set to content-box in IE 8/9. * 2. Remove excess padding in IE 8/9. * 3. Remove excess padding in IE 7. * Known issue: excess padding remains in IE 6. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */ } /** * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome * (include `-moz` to future-proof). */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /** * Remove inner padding and search cancel button in Safari 5 and Chrome * on OS X. */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Remove inner padding and border in Firefox 3+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * 1. Remove default vertical scrollbar in IE 6/7/8/9. * 2. Improve readability and alignment in all browsers. */ textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ } /* ========================================================================== Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } /*--------------------------------------------------------------------------*/ /* GENERAL */ /*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/ /* COLORS */ /*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/ /* GRID */ /*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/ /* MEDIA QUERIES */ /*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/ /* TYPOGRAPHY */ /*--------------------------------------------------------------------------*/ /* * General */ /* * Headings */ /* * Paragraph */ /* * Blockquote */ /* * Pullout */ /* * List */ /* * Defintion List */ /*--------------------------------------------------------------------------*/ /* FORMS */ /*--------------------------------------------------------------------------*/ /* * Label */ /* * Input */ /* * Control */ /* * Select */ /*--------------------------------------------------------------------------*/ /* ELEMENTS */ /*--------------------------------------------------------------------------*/ /* * Buttons */ /* * Figure */ /* * Media */ /* * Nav */ /* * Tables */ html * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } :focus { outline: 0; } textarea, input { outline: none; } html, body { margin: 0; padding: 0; width: 100%; } html { font-size: 10px; } @media (max-width: 1024px) { html { font-size: 9px; } } @media (max-width: 767px) { html { font-size: 8px; } } body { color: #485364; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } img { vertical-align: bottom; } img.rounded { border-radius: 8px; } img.circle { border-radius: 50%; } img.responsive { width: 100%; height: auto; } /* * Utilities */ .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .center-block { display: block; margin-left: auto; margin-right: auto; } .full-height { height: 100%; } .fixed { position: fixed; } .pointer { cursor: pointer; } .no-margin { margin: 0 !important; } .no-padding { padding: 0 !important; } .no-border { border: none !important; } /* * Display */ .display-block { display: block; } .display-inline-block { display: inline-block; } .display-table { display: table; } .display-table-cell { display: table-cell; vertical-align: middle; } /* * Position */ .top-left { position: absolute !important; top: 0; left: 0; } .top-left.gutter { top: 15px; left: 15px; } .top-right { position: absolute !important; top: 0; right: 0; } .top-right.gutter { top: 15px; right: 15px; } .bottom-left { position: absolute !important; bottom: 0; left: 0; } .bottom-left.gutter { bottom: 15px; left: 15px; } .bottom-right { position: absolute !important; bottom: 0; right: 0; } .bottom-right.gutter { bottom: 15px; right: 15px; } /* * Text */ .text-left { text-align: left; } .text-right { text-align: right; } .text-justify { text-align: justify; } .text-center { text-align: center; } .truncate { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .uppercase { text-transform: uppercase; } .lowercase { text-transform: lowercase; } .capitalize { text-transform: capitalize; } /* * Text Colors */ .text-white { color: #ffffff !important; } .text-light-grey { color: #e1e3e8 !important; } .text-grey { color: #6b7681 !important; } .text-dark-grey { color: #485364 !important; } .text-black { color: #000000 !important; } .text-error { color: #e7555d !important; } .text-warning { color: #f7ca2e !important; } .text-success { color: #4bb7ae !important; } .text-info { color: #69c3dd !important; } .text-primary { color: #4bb3d6 !important; } .text-secondary { color: #3bc0c3 !important; } .text-tertiary { color: #0096d9 !important; } .text-dark { color: #485364 !important; } .text-light { color: #fafbfb !important; } /* * Backgrounds */ .background-transparent { background: transparent !important; } .background-white { background: #ffffff !important; } .background-light-grey { background: #e1e3e8 !important; } .background-grey { background: #6b7681 !important; } .background-dark-grey { background: #485364 !important; } .background-black { background: #000000 !important; } .background-error { background: #e7555d !important; } .background-warning { background: #f7ca2e !important; } .background-success { background: #4bb7ae !important; } .background-info { background: #69c3dd !important; } .background-primary { background: #4bb3d6 !important; } .background-secondary { background: #3bc0c3 !important; } .background-tertiary { background: #0096d9 !important; } .background-dark { background: #485364 !important; } .background-light { background: #fafbfb !important; } /* * Floats */ .right { float: right !important; } @media (min-width: 1280px) { .extra-large-clear-right { float: none !important; } } @media (min-width: 1025px) and (max-width: 1279px) { .large-clear-right { float: none !important; } } @media (min-width: 768px) and (max-width: 1024px) { .medium-clear-right { float: none !important; } } @media (max-width: 767px) { .small-clear-right { float: none !important; } } .left { float: left !important; } @media (min-width: 1280px) { .extra-large-clear-left { float: none !important; } } @media (min-width: 1025px) and (max-width: 1279px) { .large-clear-left { float: none !important; } } @media (min-width: 768px) and (max-width: 1024px) { .medium-clear-left { float: none !important; } } @media (max-width: 767px) { .small-clear-left { float: none !important; } } /* * Visibility */ .hide { display: none !important; visibility: hidden !important; opacity: 0 !important; } .show { display: block !important; visibility: visible !important; opacity: 1 !important; } .visible { visibility: visible; } .invisible { visibility: hidden; } @media (min-width: 1280px) { .hidden-extra-large { display: none !important; visibility: hidden !important; opacity: 0 !important; } } @media (min-width: 1025px) and (max-width: 1279px) { .hidden-large { display: none !important; visibility: hidden !important; opacity: 0 !important; } } @media (min-width: 768px) and (max-width: 1024px) { .hidden-medium { display: none !important; visibility: hidden !important; opacity: 0 !important; } } @media (max-width: 1024px) { .hidden-mobile { display: none !important; visibility: hidden !important; opacity: 0 !important; } } @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) { .hidden-medium-landscape { display: none !important; visibility: hidden !important; opacity: 0 !important; } } @media (max-width: 1024px) and (orientation: portrait) { .hidden-medium-portrait { display: none !important; visibility: hidden !important; opacity: 0 !important; } } @media (max-width: 767px) { .hidden-small { display: none !important; visibility: hidden !important; opacity: 0 !important; } } @media print { .hidden-print { display: none !important; visibility: hidden !important; opacity: 0 !important; } } @media screen { .hidden-screen { display: none !important; visibility: hidden !important; opacity: 0 !important; } } .visible-extra-large { display: none !important; visibility: hidden !important; opacity: 0 !important; } @media (min-width: 1280px) { .visible-extra-large { display: block !important; visibility: visible !important; opacity: 1 !important; } } .visible-large { display: none !important; visibility: hidden !important; opacity: 0 !important; } @media (min-width: 1025px) and (max-width: 1279px) { .visible-large { display: block !important; visibility: visible !important; opacity: 1 !important; } } .visible-mobile { display: none !important; visibility: hidden !important; opacity: 0 !important; } @media (max-width: 1024px) { .visible-mobile { display: block !important; visibility: visible !important; opacity: 1 !important; } } .visible-medium { display: none !important; visibility: hidden !important; opacity: 0 !important; } @media (min-width: 768px) and (max-width: 1024px) { .visible-medium { display: block !important; visibility: visible !important; opacity: 1 !important; } } .visible-medium-landscape { display: none !important; visibility: hidden !important; opacity: 0 !important; } @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) { .visible-medium-landscape { display: block !important; visibility: visible !important; opacity: 1 !important; } } .visible-medium-portrait { display: none !important; visibility: hidden !important; opacity: 0 !important; } @media (max-width: 1024px) and (orientation: portrait) { .visible-medium-portrait { display: block !important; visibility: visible !important; opacity: 1 !important; } } .visible-small { display: none !important; visibility: hidden !important; opacity: 0 !important; } @media (max-width: 767px) { .visible-small { display: block !important; visibility: visible !important; opacity: 1 !important; } } .visible-print { display: none !important; visibility: hidden !important; opacity: 0 !important; } @media print { .visible-print { display: block !important; visibility: visible !important; opacity: 1 !important; } } .visible-screen { display: none !important; visibility: hidden !important; opacity: 0 !important; } @media screen { .visible-screen { display: block !important; visibility: visible !important; opacity: 1 !important; } } /* * General */ /* * Border Radius */ /* * Typography */ /* * Backgrounds */ /* * Placeholder */ /* * Arrows */ /* * Transitions */ /* * Transformations */ /* * Animations */ /* * Filters */ /* * Typography */ h1, h2, h3, h4, h5, h6 { margin: 0px 0px 20px 0px; padding: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; color: #485364; line-height: 1.1; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.6em; color: #6b7681; } h1 { font-size: 32px; font-size: 3.2rem; } h2 { font-size: 24px; font-size: 2.4rem; } h3 { font-size: 16px; font-size: 1.6rem; } h4 { font-size: 14px; font-size: 1.4rem; } h5 { font-size: 12px; font-size: 1.2rem; } h6 { font-size: 10px; font-size: 1rem; } p { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; font-size: 14px; font-size: 1.4rem; color: #485364; line-height: 1.5; } .lead { margin-top: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; font-size: 20px; font-size: 2rem; color: #485364; line-height: 1.5; } a { text-decoration: none; color: #4bb3d6; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } a:hover, a:focus { color: #485364; } a:visited:not(.button) { color: #4bb3d6; } blockquote { margin: 35px 0px; padding: 0px 30px; } blockquote p { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; font-size: 20px; font-size: 2rem; font-style: normal; line-height: 1.5; color: #4bb3d6; } blockquote cite { display: block; margin: 10px 0px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-size: 1.4rem; font-style: normal; color: #4bb3d6; text-align: right; } .pullout { margin: 35px 0px; padding: 0px 30px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; font-size: 20px; font-size: 2rem; border: solid #4bb3d6; border-width: 0px 0px 0px 5px; } hr { clear: both; margin: 35px auto; border: 0; height: 1px; background: #e1e3e8; } strong { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; } em { font-style: italic; } abbr { cursor: help; } ul, ol, .list { margin: 20px 0px; padding: 0; } ul li, ol li, .list li { margin: 10px 0px 10px 20px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; font-size: 14px; font-size: 1.4rem; color: #485364; } ul li ul, ol li ul, .list li ul { margin: 10px 0px; padding: 0; } ul li ul li, ol li ul li, .list li ul li { margin: 10px 0px 10px 20px; } ul { list-style: disc; } ul li ul { list-style: disc; } .list-unstyled { list-style: none; } .list-unstyled li { margin-left: 0; } .list-inline li { display: inline-block; } dl dt, dl dd { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-size: 1.4rem; } dl dt { margin: 10px 0px; font-weight: 600; color: #485364; } dl dd { margin: 0px 0px 20px 0px; color: #485364; } /* * Container */ .container { position: relative; margin: 0 auto; } @media (max-width: 767px) { .container { padding-left: 15px; padding-right: 15px; width: 100%; } } @media (min-width: 768px) and (max-width: 1024px) { .container { padding-left: 15px; padding-right: 15px; width: 768px; } } @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) { .container { padding-left: 15px; padding-right: 15px; width: 1024px; } } @media (min-width: 1025px) and (max-width: 1279px) { .container { width: 1024px; } } @media (min-width: 1280px) { .container { width: 1280px; } } /* * Row */ .row { margin-left: -15px; margin-right: -15px; } @media (max-width: 767px) { .row { margin-left: -7.5px; margin-right: -7.5px; } } .row:after { display: table; clear: both; margin-left: -15px; margin-right: -15px; content: ''; } .row.gutter { padding: 0 15px; } .row.no-gutter { margin-left: 0; margin-right: 0; } /* * Gutter */ .no-gutter { padding: 0; } .gutter-top { margin-top: 30px !important; } .gutter-bottom { margin-bottom: 30px !important; } .gutter-left { padding-left: 60px !important; } .gutter-right { padding-right: 75px !important; } @media (min-width: 1280px) { .no-gutter-extra-large { padding-left: 0; padding-right: 0; } .gutter-top-extra-large { margin-top: 30px !important; } .gutter-bottom-extra-large { margin-bottom: 30px !important; } .gutter-left-extra-large { padding-left: 60px !important; } .gutter-right-extra-large { padding-right: 75px !important; } } @media (min-width: 1025px) and (max-width: 1279px) { .no-gutter-large { padding-left: 0; padding-right: 0; } .gutter-top-large { margin-top: 30px !important; } .gutter-bottom-large { margin-bottom: 30px !important; } .gutter-left-large { padding-left: 60px !important; } .gutter-right-large { padding-right: 75px !important; } } @media (min-width: 768px) and (max-width: 1024px) { .no-gutter-medium { padding-left: 0; padding-right: 0; } .gutter-top-medium { margin-top: 30px !important; } .gutter-bottom-medium { margin-bottom: 30px !important; } .gutter-left-medium { padding-left: 60px !important; } .gutter-right-medium { padding-right: 75px !important; } } @media (max-width: 767px) { .no-gutter-small { padding-left: 0; padding-right: 0; } .gutter-top-small { margin-top: 30px !important; } .gutter-bottom-small { margin-bottom: 30px !important; } .gutter-left-small { padding-left: 60px !important; } .gutter-right-small { padding-right: 75px !important; } } @media (max-width: 1024px) { .no-gutter-mobile { padding: 0; } .gutter-top-mobile { margin-top: 30px !important; } .gutter-bottom-mobile { margin-bottom: 30px !important; } .gutter-left-mobile { padding-left: 60px !important; } .gutter-right-mobile { padding-right: 75px !important; } } /* * Columns */ [class*='column-'] { float: left; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } [class*='column-'].no-gutter { padding-left: 0; padding-right: 0; } [class*='column-'].column-center { float: none; margin: 0 auto; } /* * Column Classes */ .column-1 { width: 100%; } .column-1-2, .column-2-4, .column-3-6, .column-4-8, .column-5-10, .column-6-12 { width: 50%; } .column-1-3, .column-2-6, .column-3-9, .column-4-12 { width: 33.33%; } .column-2-3, .column-4-6, .column-6-9, .column-8-12 { width: 66.66%; } .column-1-4, .column-2-8, .column-3-12 { width: 25%; } .column-3-4, .column-6-8, .column-9-12 { width: 75%; } .column-1-5, .column-2-10 { width: 20%; } .column-2-5, .column-4-10 { width: 40%; } .column-3-5, .column-6-10 { width: 60%; } .column-4-5, .column-8-10 { width: 80%; } .column-1-6, .column-2-12 { width: 16.66666667%; } .column-5-6 { width: 83.33333333%; } .column-1-7 { width: 14.28571429%; } .column-2-7 { width: 28.57142857%; } .column-3-7 { width: 42.85714286%; } .column-4-7 { width: 57.14285714%; } .column-5-7 { width: 71.42857143%; } .column-6-7 { width: 85.71428571%; } .column-1-8 { width: 12.5%; } .column-3-8 { width: 37.5%; } .column-5-8 { width: 62.5%; } .column-7-8 { width: 87.5%; } .column-1-9 { width: 11.11111111%; } .column-2-9 { width: 22.22222222%; } .column-4-9 { width: 44.44444444%; } .column-5-9 { width: 55.55555556%; } .column-7-9 { width: 77.77777778%; } .column-8-9 { width: 88.88888889%; } .column-1-10 { width: 10%; } .column-3-10 { width: 30%; } .column-7-10 { width: 70%; } .column-9-10 { width: 90%; } .column-1-11 { width: 9.09090909%; } .column-2-11 { width: 18.18181818%; } .column-3-11 { width: 27.27272727%; } .column-4-11 { width: 36.36363636%; } .column-5-11 { width: 45.45454545%; } .column-6-11 { width: 54.54545455%; } .column-7-11 { width: 63.63636364%; } .column-8-11 { width: 72.72727273%; } .column-9-11 { width: 81.81818182%; } .column-10-11 { width: 90.90909091%; } .column-1-12 { width: 8.33%; } .column-5-12 { width: 41.65%; } .column-7-12 { width: 58.31%; } .column-10-12 { width: 83.3%; } .column-11-12 { width: 91.63%; } /* * Column Extra Large Classes */ @media (min-width: 1280px) { .column-extra-large-1 { width: 100%; } .column-extra-large-1-2, .column-extra-large-2-4, .column-extra-large-3-6, .column-extra-large-4-8, .column-extra-large-5-10, .column-extra-large-6-12 { width: 50%; } .column-extra-large-1-3, .column-extra-large-2-6, .column-extra-large-3-9, .column-extra-large-4-12 { width: 33.33%; } .column-extra-large-2-3, .column-extra-large-4-6, .column-extra-large-6-9, .column-extra-large-8-12 { width: 66.66%; } .column-extra-large-1-4, .column-extra-large-2-8, .column-extra-large-3-12 { width: 25%; } .column-extra-large-3-4, .column-extra-large-6-8, .column-extra-large-9-12 { width: 75%; } .column-extra-large-1-5, .column-extra-large-2-10 { width: 20%; } .column-extra-large-2-5, .column-extra-large-4-10 { width: 40%; } .column-extra-large-3-5, .column-extra-large-6-10 { width: 60%; } .column-extra-large-4-5, .column-extra-large-8-10 { width: 80%; } .column-extra-large-1-6, .column-extra-large-2-12 { width: 16.66666667%; } .column-extra-large-5-6 { width: 83.33333333%; } .column-extra-large-1-7 { width: 14.28571429%; } .column-extra-large-2-7 { width: 28.57142857%; } .column-extra-large-3-7 { width: 42.85714286%; } .column-extra-large-4-7 { width: 57.14285714%; } .column-extra-large-5-7 { width: 71.42857143%; } .column-extra-large-6-7 { width: 85.71428571%; } .column-extra-large-1-8 { width: 12.5%; } .column-extra-large-3-8 { width: 37.5%; } .column-extra-large-5-8 { width: 62.5%; } .column-extra-large-7-8 { width: 87.5%; } .column-extra-large-1-9 { width: 11.11111111%; } .column-extra-large-2-9 { width: 22.22222222%; } .column-extra-large-4-9 { width: 44.44444444%; } .column-extra-large-5-9 { width: 55.55555556%; } .column-extra-large-7-9 { width: 77.77777778%; } .column-extra-large-8-9 { width: 88.88888889%; } .column-extra-large-1-10 { width: 10%; } .column-extra-large-3-10 { width: 30%; } .column-extra-large-7-10 { width: 70%; } .column-extra-large-9-10 { width: 90%; } .column-extra-large-1-11 { width: 9.09090909%; } .column-extra-large-2-11 { width: 18.18181818%; } .column-extra-large-3-11 { width: 27.27272727%; } .column-extra-large-4-11 { width: 36.36363636%; } .column-extra-large-5-11 { width: 45.45454545%; } .column-extra-large-6-11 { width: 54.54545455%; } .column-extra-large-7-11 { width: 63.63636364%; } .column-extra-large-8-11 { width: 72.72727273%; } .column-extra-large-9-11 { width: 81.81818182%; } .column-extra-large-10-11 { width: 90.90909091%; } .column-extra-large-1-12 { width: 8.33%; } .column-extra-large-5-12 { width: 41.65%; } .column-extra-large-7-12 { width: 58.31%; } .column-extra-large-10-12 { width: 83.3%; } .column-extra-large-11-12 { width: 91.63%; } } /* * Column Large Classes */ @media (min-width: 1025px) and (max-width: 1279px) { .column-large-1 { width: 100%; } .column-large-1-2, .column-large-2-4, .column-large-3-6, .column-large-4-8, .column-large-5-10, .column-large-6-12 { width: 50%; } .column-large-1-3, .column-large-2-6, .column-large-3-9, .column-large-4-12 { width: 33.33%; } .column-large-2-3, .column-large-4-6, .column-large-6-9, .column-large-8-12 { width: 66.66%; } .column-large-1-4, .column-large-2-8, .column-large-3-12 { width: 25%; } .column-large-3-4, .column-large-6-8, .column-large-9-12 { width: 75%; } .column-large-1-5, .column-large-2-10 { width: 20%; } .column-large-2-5, .column-large-4-10 { width: 40%; } .column-large-3-5, .column-large-6-10 { width: 60%; } .column-large-4-5, .column-large-8-10 { width: 80%; } .column-large-1-6, .column-large-2-12 { width: 16.66666667%; } .column-large-5-6 { width: 83.33333333%; } .column-large-1-7 { width: 14.28571429%; } .column-large-2-7 { width: 28.57142857%; } .column-large-3-7 { width: 42.85714286%; } .column-large-4-7 { width: 57.14285714%; } .column-large-5-7 { width: 71.42857143%; } .column-large-6-7 { width: 85.71428571%; } .column-large-1-8 { width: 12.5%; } .column-large-3-8 { width: 37.5%; } .column-large-5-8 { width: 62.5%; } .column-large-7-8 { width: 87.5%; } .column-large-1-9 { width: 11.11111111%; } .column-large-2-9 { width: 22.22222222%; } .column-large-4-9 { width: 44.44444444%; } .column-large-5-9 { width: 55.55555556%; } .column-large-7-9 { width: 77.77777778%; } .column-large-8-9 { width: 88.88888889%; } .column-large-1-10 { width: 10%; } .column-large-3-10 { width: 30%; } .column-large-7-10 { width: 70%; } .column-large-9-10 { width: 90%; } .column-large-1-11 { width: 9.09090909%; } .column-large-2-11 { width: 18.18181818%; } .column-large-3-11 { width: 27.27272727%; } .column-large-4-11 { width: 36.36363636%; } .column-large-5-11 { width: 45.45454545%; } .column-large-6-11 { width: 54.54545455%; } .column-large-7-11 { width: 63.63636364%; } .column-large-8-11 { width: 72.72727273%; } .column-large-9-11 { width: 81.81818182%; } .column-large-10-11 { width: 90.90909091%; } .column-large-1-12 { width: 8.33%; } .column-large-5-12 { width: 41.65%; } .column-large-7-12 { width: 58.31%; } .column-large-10-12 { width: 83.3%; } .column-large-11-12 { width: 91.63%; } } /* * Column Medium Classes */ @media (min-width: 768px) and (max-width: 1024px) { .column-medium-1 { width: 100%; } .column-medium-1-2, .column-medium-2-4, .column-medium-3-6, .column-medium-4-8, .column-medium-5-10, .column-medium-6-12 { width: 50%; } .column-medium-1-3, .column-medium-2-6, .column-medium-3-9, .column-medium-4-12 { width: 33.33%; } .column-medium-2-3, .column-medium-4-6, .column-medium-6-9, .column-medium-8-12 { width: 66.66%; } .column-medium-1-4, .column-medium-2-8, .column-medium-3-12 { width: 25%; } .column-medium-3-4, .column-medium-6-8, .column-medium-9-12 { width: 75%; } .column-medium-1-5, .column-medium-2-10 { width: 20%; } .column-medium-2-5, .column-medium-4-10 { width: 40%; } .column-medium-3-5, .column-medium-6-10 { width: 60%; } .column-medium-4-5, .column-medium-8-10 { width: 80%; } .column-medium-1-6, .column-medium-2-12 { width: 16.66666667%; } .column-medium-5-6 { width: 83.33333333%; } .column-medium-1-7 { width: 14.28571429%; } .column-medium-2-7 { width: 28.57142857%; } .column-medium-3-7 { width: 42.85714286%; } .column-medium-4-7 { width: 57.14285714%; } .column-medium-5-7 { width: 71.42857143%; } .column-medium-6-7 { width: 85.71428571%; } .column-medium-1-8 { width: 12.5%; } .column-medium-3-8 { width: 37.5%; } .column-medium-5-8 { width: 62.5%; } .column-medium-7-8 { width: 87.5%; } .column-medium-1-9 { width: 11.11111111%; } .column-medium-2-9 { width: 22.22222222%; } .column-medium-4-9 { width: 44.44444444%; } .column-medium-5-9 { width: 55.55555556%; } .column-medium-7-9 { width: 77.77777778%; } .column-medium-8-9 { width: 88.88888889%; } .column-medium-1-10 { width: 10%; } .column-medium-3-10 { width: 30%; } .column-medium-7-10 { width: 70%; } .column-medium-9-10 { width: 90%; } .column-medium-1-11 { width: 9.09090909%; } .column-medium-2-11 { width: 18.18181818%; } .column-medium-3-11 { width: 27.27272727%; } .column-medium-4-11 { width: 36.36363636%; } .column-medium-5-11 { width: 45.45454545%; } .column-medium-6-11 { width: 54.54545455%; } .column-medium-7-11 { width: 63.63636364%; } .column-medium-8-11 { width: 72.72727273%; } .column-medium-9-11 { width: 81.81818182%; } .column-medium-10-11 { width: 90.90909091%; } .column-medium-1-12 { width: 8.33%; } .column-medium-5-12 { width: 41.65%; } .column-medium-7-12 { width: 58.31%; } .column-medium-10-12 { width: 83.3%; } .column-medium-11-12 { width: 91.63%; } } /* * Column Small Classes */ @media (max-width: 767px) { [class*='column-'] { width: 100%; } .column-small-1 { width: 100%; } .column-small-1-2, .column-small-2-4, .column-small-3-6, .column-small-4-8, .column-small-5-10, .column-small-6-12 { width: 50%; } .column-small-1-3, .column-small-2-6, .column-small-3-9, .column-small-4-12 { width: 33.33%; } .column-small-2-3, .column-small-4-6, .column-small-6-9, .column-small-8-12 { width: 66.66%; } .column-small-1-4, .column-small-2-8, .column-small-3-12 { width: 25%; } .column-small-3-4, .column-small-6-8, .column-small-9-12 { width: 75%; } .column-small-1-5, .column-small-2-10 { width: 20%; } .column-small-2-5, .column-small-4-10 { width: 40%; } .column-small-3-5, .column-small-6-10 { width: 60%; } .column-small-4-5, .column-small-8-10 { width: 80%; } .column-small-1-6, .column-small-2-12 { width: 16.66666667%; } .column-small-5-6 { width: 83.33333333%; } .column-small-1-7 { width: 14.28571429%; } .column-small-2-7 { width: 28.57142857%; } .column-small-3-7 { width: 42.85714286%; } .column-small-4-7 { width: 57.14285714%; } .column-small-5-7 { width: 71.42857143%; } .column-small-6-7 { width: 85.71428571%; } .column-small-1-8 { width: 12.5%; } .column-small-3-8 { width: 37.5%; } .column-small-5-8 { width: 62.5%; } .column-small-7-8 { width: 87.5%; } .column-small-1-9 { width: 11.11111111%; } .column-small-2-9 { width: 22.22222222%; } .column-small-4-9 { width: 44.44444444%; } .column-small-5-9 { width: 55.55555556%; } .column-small-7-9 { width: 77.77777778%; } .column-small-8-9 { width: 88.88888889%; } .column-small-1-10 { width: 10%; } .column-small-3-10 { width: 30%; } .column-small-7-10 { width: 70%; } .column-small-9-10 { width: 90%; } .column-small-1-11 { width: 9.09090909%; } .column-small-2-11 { width: 18.18181818%; } .column-small-3-11 { width: 27.27272727%; } .column-small-4-11 { width: 36.36363636%; } .column-small-5-11 { width: 45.45454545%; } .column-small-6-11 { width: 54.54545455%; } .column-small-7-11 { width: 63.63636364%; } .column-small-8-11 { width: 72.72727273%; } .column-small-9-11 { width: 81.81818182%; } .column-small-10-11 { width: 90.90909091%; } .column-small-1-12 { width: 8.33%; } .column-small-5-12 { width: 41.65%; } .column-small-7-12 { width: 58.31%; } .column-small-10-12 { width: 83.3%; } .column-small-11-12 { width: 91.63%; } } /* * Column Offset Classes */ .column-offset-1 { margin-left: 100%; } .column-offset-1-2, .column-offset-2-4, .column-offset-3-6, .column-offset-4-8, .column-offset-5-10, .column-offset-6-12 { margin-left: 50%; } .column-offset-1-3, .column-offset-2-6, .column-offset-3-9, .column-offset-4-12 { margin-left: 33.33%; } .column-offset-2-3, .column-offset-4-6, .column-offset-6-9, .column-offset-8-12 { margin-left: 66.66%; } .column-offset-1-4, .column-offset-2-8, .column-offset-3-12 { margin-left: 25%; } .column-offset-3-4, .column-offset-6-8, .column-offset-9-12 { margin-left: 75%; } .column-offset-1-5, .column-offset-2-10 { margin-left: 20%; } .column-offset-2-5, .column-offset-4-10 { margin-left: 40%; } .column-offset-3-5, .column-offset-6-10 { margin-left: 60%; } .column-offset-4-5, .column-offset-8-10 { margin-left: 80%; } .column-offset-1-6, .column-offset-2-12 { margin-left: 16.66666667%; } .column-offset-5-6 { margin-left: 83.33333333%; } .column-offset-1-7 { margin-left: 14.28571429%; } .column-offset-2-7 { margin-left: 28.57142857%; } .column-offset-3-7 { margin-left: 42.85714286%; } .column-offset-4-7 { margin-left: 57.14285714%; } .column-offset-5-7 { margin-left: 71.42857143%; } .column-offset-6-7 { margin-left: 85.71428571%; } .column-offset-1-8 { margin-left: 12.5%; } .column-offset-3-8 { margin-left: 37.5%; } .column-offset-5-8 { margin-left: 62.5%; } .column-offset-7-8 { margin-left: 87.5%; } .column-offset-1-9 { margin-left: 11.11111111%; } .column-offset-2-9 { margin-left: 22.22222222%; } .column-offset-4-9 { margin-left: 44.44444444%; } .column-offset-5-9 { margin-left: 55.55555556%; } .column-offset-7-9 { margin-left: 77.77777778%; } .column-offset-8-9 { margin-left: 88.88888889%; } .column-offset-1-10 { margin-left: 10%; } .column-offset-3-10 { margin-left: 30%; } .column-offset-7-10 { margin-left: 70%; } .column-offset-9-10 { margin-left: 90%; } .column-offset-1-11 { margin-left: 9.09090909%; } .column-offset-2-11 { margin-left: 18.18181818%; } .column-offset-3-11 { margin-left: 27.27272727%; } .column-offset-4-11 { margin-left: 36.36363636%; } .column-offset-5-11 { margin-left: 45.45454545%; } .column-offset-6-11 { margin-left: 54.54545455%; } .column-offset-7-11 { margin-left: 63.63636364%; } .column-offset-8-11 { margin-left: 72.72727273%; } .column-offset-9-11 { margin-left: 81.81818182%; } .column-offset-10-11 { margin-left: 90.90909091%; } .column-offset-1-12 { margin-left: 8.33%; } .column-offset-5-12 { margin-left: 41.65%; } .column-offset-7-12 { margin-left: 58.31%; } .column-offset-10-12 { margin-left: 83.3%; } .column-offset-11-12 { margin-left: 91.63%; } /* * Column Offset Extra Large Classes */ @media (min-width: 1280px) { .column-offset-extra-large-reset { margin-left: 0; } .column-offset-extra-large-1 { margin-left: 100%; } .column-offset-extra-large-1-2, .column-offset-extra-large-2-4, .column-offset-extra-large-3-6, .column-offset-extra-large-4-8, .column-offset-extra-large-5-10, .column-offset-extra-large-6-12 { margin-left: 50%; } .column-offset-extra-large-1-3, .column-offset-extra-large-2-6, .column-offset-extra-large-3-9, .column-offset-extra-large-4-12 { margin-left: 33.33%; } .column-offset-extra-large-2-3, .column-offset-extra-large-4-6, .column-offset-extra-large-6-9, .column-offset-extra-large-8-12 { margin-left: 66.66%; } .column-offset-extra-large-1-4, .column-offset-extra-large-2-8, .column-offset-extra-large-3-12 { margin-left: 25%; } .column-offset-extra-large-3-4, .column-offset-extra-large-6-8, .column-offset-extra-large-9-12 { margin-left: 75%; } .column-offset-extra-large-1-5, .column-offset-extra-large-2-10 { margin-left: 20%; } .column-offset-extra-large-2-5, .column-offset-extra-large-4-10 { margin-left: 40%; } .column-offset-extra-large-3-5, .column-offset-extra-large-6-10 { margin-left: 60%; } .column-offset-extra-large-4-5, .column-offset-extra-large-8-10 { margin-left: 80%; } .column-offset-extra-large-1-6, .column-offset-extra-large-2-12 { margin-left: 16.66666667%; } .column-offset-extra-large-5-6 { margin-left: 83.33333333%; } .column-offset-extra-large-1-7 { margin-left: 14.28571429%; } .column-offset-extra-large-2-7 { margin-left: 28.57142857%; } .column-offset-extra-large-3-7 { margin-left: 42.85714286%; } .column-offset-extra-large-4-7 { margin-left: 57.14285714%; } .column-offset-extra-large-5-7 { margin-left: 71.42857143%; } .column-offset-extra-large-6-7 { margin-left: 85.71428571%; } .column-offset-extra-large-1-8 { margin-left: 12.5%; } .column-offset-extra-large-3-8 { margin-left: 37.5%; } .column-offset-extra-large-5-8 { margin-left: 62.5%; } .column-offset-extra-large-7-8 { margin-left: 87.5%; } .column-offset-extra-large-1-9 { margin-left: 11.11111111%; } .column-offset-extra-large-2-9 { margin-left: 22.22222222%; } .column-offset-extra-large-4-9 { margin-left: 44.44444444%; } .column-offset-extra-large-5-9 { margin-left: 55.55555556%; } .column-offset-extra-large-7-9 { margin-left: 77.77777778%; } .column-offset-extra-large-8-9 { margin-left: 88.88888889%; } .column-offset-extra-large-1-10 { margin-left: 10%; } .column-offset-extra-large-3-10 { margin-left: 30%; } .column-offset-extra-large-7-10 { margin-left: 70%; } .column-offset-extra-large-9-10 { margin-left: 90%; } .column-offset-extra-large-1-11 { margin-left: 9.09090909%; } .column-offset-extra-large-2-11 { margin-left: 18.18181818%; } .column-offset-extra-large-3-11 { margin-left: 27.27272727%; } .column-offset-extra-large-4-11 { margin-left: 36.36363636%; } .column-offset-extra-large-5-11 { margin-left: 45.45454545%; } .column-offset-extra-large-6-11 { margin-left: 54.54545455%; } .column-offset-extra-large-7-11 { margin-left: 63.63636364%; } .column-offset-extra-large-8-11 { margin-left: 72.72727273%; } .column-offset-extra-large-9-11 { margin-left: 81.81818182%; } .column-offset-extra-large-10-11 { margin-left: 90.90909091%; } .column-offset-extra-large-1-12 { margin-left: 8.33%; } .column-offset-extra-large-5-12 { margin-left: 41.65%; } .column-offset-extra-large-7-12 { margin-left: 58.31%; } .column-offset-extra-large-10-12 { margin-left: 83.3%; } .column-offset-extra-large-11-12 { margin-left: 91.63%; } } /* * Column Offset Large Classes */ @media (min-width: 1025px) and (max-width: 1279px) { .column-offset-large-reset { margin-left: 0; } .column-offset-large-1 { margin-left: 100%; } .column-offset-large-1-2, .column-offset-large-2-4, .column-offset-large-3-6, .column-offset-large-4-8, .column-offset-large-5-10, .column-offset-large-6-12 { margin-left: 50%; } .column-offset-large-1-3, .column-offset-large-2-6, .column-offset-large-3-9, .column-offset-large-4-12 { margin-left: 33.33%; } .column-offset-large-2-3, .column-offset-large-4-6, .column-offset-large-6-9, .column-offset-large-8-12 { margin-left: 66.66%; } .column-offset-large-1-4, .column-offset-large-2-8, .column-offset-large-3-12 { margin-left: 25%; } .column-offset-large-3-4, .column-offset-large-6-8, .column-offset-large-9-12 { margin-left: 75%; } .column-offset-large-1-5, .column-offset-large-2-10 { margin-left: 20%; } .column-offset-large-2-5, .column-offset-large-4-10 { margin-left: 40%; } .column-offset-large-3-5, .column-offset-large-6-10 { margin-left: 60%; } .column-offset-large-4-5, .column-offset-large-8-10 { margin-left: 80%; } .column-offset-large-1-6, .column-offset-large-2-12 { margin-left: 16.66666667%; } .column-offset-large-5-6 { margin-left: 83.33333333%; } .column-offset-large-1-7 { margin-left: 14.28571429%; } .column-offset-large-2-7 { margin-left: 28.57142857%; } .column-offset-large-3-7 { margin-left: 42.85714286%; } .column-offset-large-4-7 { margin-left: 57.14285714%; } .column-offset-large-5-7 { margin-left: 71.42857143%; } .column-offset-large-6-7 { margin-left: 85.71428571%; } .column-offset-large-1-8 { margin-left: 12.5%; } .column-offset-large-3-8 { margin-left: 37.5%; } .column-offset-large-5-8 { margin-left: 62.5%; } .column-offset-large-7-8 { margin-left: 87.5%; } .column-offset-large-1-9 { margin-left: 11.11111111%; } .column-offset-large-2-9 { margin-left: 22.22222222%; } .column-offset-large-4-9 { margin-left: 44.44444444%; } .column-offset-large-5-9 { margin-left: 55.55555556%; } .column-offset-large-7-9 { margin-left: 77.77777778%; } .column-offset-large-8-9 { margin-left: 88.88888889%; } .column-offset-large-1-10 { margin-left: 10%; } .column-offset-large-3-10 { margin-left: 30%; } .column-offset-large-7-10 { margin-left: 70%; } .column-offset-large-9-10 { margin-left: 90%; } .column-offset-large-1-11 { margin-left: 9.09090909%; } .column-offset-large-2-11 { margin-left: 18.18181818%; } .column-offset-large-3-11 { margin-left: 27.27272727%; } .column-offset-large-4-11 { margin-left: 36.36363636%; } .column-offset-large-5-11 { margin-left: 45.45454545%; } .column-offset-large-6-11 { margin-left: 54.54545455%; } .column-offset-large-7-11 { margin-left: 63.63636364%; } .column-offset-large-8-11 { margin-left: 72.72727273%; } .column-offset-large-9-11 { margin-left: 81.81818182%; } .column-offset-large-10-11 { margin-left: 90.90909091%; } .column-offset-large-1-12 { margin-left: 8.33%; } .column-offset-large-5-12 { margin-left: 41.65%; } .column-offset-large-7-12 { margin-left: 58.31%; } .column-offset-large-10-12 { margin-left: 83.3%; } .column-offset-large-11-12 { margin-left: 91.63%; } } /* * Column Offset Medium Classes */ @media (min-width: 768px) and (max-width: 1024px) { .column-offset-medium-reset { margin-left: 0; } .column-offset-medium-1 { margin-left: 100%; } .column-offset-medium-1-2, .column-offset-medium-2-4, .column-offset-medium-3-6, .column-offset-medium-4-8, .column-offset-medium-5-10, .column-offset-medium-6-12 { margin-left: 50%; } .column-offset-medium-1-3, .column-offset-medium-2-6, .column-offset-medium-3-9, .column-offset-medium-4-12 { margin-left: 33.33%; } .column-offset-medium-2-3, .column-offset-medium-4-6, .column-offset-medium-6-9, .column-offset-medium-8-12 { margin-left: 66.66%; } .column-offset-medium-1-4, .column-offset-medium-2-8, .column-offset-medium-3-12 { margin-left: 25%; } .column-offset-medium-3-4, .column-offset-medium-6-8, .column-offset-medium-9-12 { margin-left: 75%; } .column-offset-medium-1-5, .column-offset-medium-2-10 { margin-left: 20%; } .column-offset-medium-2-5, .column-offset-medium-4-10 { margin-left: 40%; } .column-offset-medium-3-5, .column-offset-medium-6-10 { margin-left: 60%; } .column-offset-medium-4-5, .column-offset-medium-8-10 { margin-left: 80%; } .column-offset-medium-1-6, .column-offset-medium-2-12 { margin-left: 16.66666667%; } .column-offset-medium-5-6 { margin-left: 83.33333333%; } .column-offset-medium-1-7 { margin-left: 14.28571429%; } .column-offset-medium-2-7 { margin-left: 28.57142857%; } .column-offset-medium-3-7 { margin-left: 42.85714286%; } .column-offset-medium-4-7 { margin-left: 57.14285714%; } .column-offset-medium-5-7 { margin-left: 71.42857143%; } .column-offset-medium-6-7 { margin-left: 85.71428571%; } .column-offset-medium-1-8 { margin-left: 12.5%; } .column-offset-medium-3-8 { margin-left: 37.5%; } .column-offset-medium-5-8 { margin-left: 62.5%; } .column-offset-medium-7-8 { margin-left: 87.5%; } .column-offset-medium-1-9 { margin-left: 11.11111111%; } .column-offset-medium-2-9 { margin-left: 22.22222222%; } .column-offset-medium-4-9 { margin-left: 44.44444444%; } .column-offset-medium-5-9 { margin-left: 55.55555556%; } .column-offset-medium-7-9 { margin-left: 77.77777778%; } .column-offset-medium-8-9 { margin-left: 88.88888889%; } .column-offset-medium-1-10 { margin-left: 10%; } .column-offset-medium-3-10 { margin-left: 30%; } .column-offset-medium-7-10 { margin-left: 70%; } .column-offset-medium-9-10 { margin-left: 90%; } .column-offset-medium-1-11 { margin-left: 9.09090909%; } .column-offset-medium-2-11 { margin-left: 18.18181818%; } .column-offset-medium-3-11 { margin-left: 27.27272727%; } .column-offset-medium-4-11 { margin-left: 36.36363636%; } .column-offset-medium-5-11 { margin-left: 45.45454545%; } .column-offset-medium-6-11 { margin-left: 54.54545455%; } .column-offset-medium-7-11 { margin-left: 63.63636364%; } .column-offset-medium-8-11 { margin-left: 72.72727273%; } .column-offset-medium-9-11 { margin-left: 81.81818182%; } .column-offset-medium-10-11 { margin-left: 90.90909091%; } .column-offset-medium-1-12 { margin-left: 8.33%; } .column-offset-medium-5-12 { margin-left: 41.65%; } .column-offset-medium-7-12 { margin-left: 58.31%; } .column-offset-medium-10-12 { margin-left: 83.3%; } .column-offset-medium-11-12 { margin-left: 91.63%; } } /* * Column Offset Small Classes */ @media (max-width: 767px) { [class*='column-offset-'] { margin-left: 0; } .column-offset-small-1 { margin-left: 100%; } .column-offset-small-1-2, .column-offset-small-2-4, .column-offset-small-3-6, .column-offset-small-4-8, .column-offset-small-5-10, .column-offset-small-6-12 { margin-left: 50%; } .column-offset-small-1-3, .column-offset-small-2-6, .column-offset-small-3-9, .column-offset-small-4-12 { margin-left: 33.33%; } .column-offset-small-2-3, .column-offset-small-4-6, .column-offset-small-6-9, .column-offset-small-8-12 { margin-left: 66.66%; } .column-offset-small-1-4, .column-offset-small-2-8, .column-offset-small-3-12 { margin-left: 25%; } .column-offset-small-3-4, .column-offset-small-6-8, .column-offset-small-9-12 { margin-left: 75%; } .column-offset-small-1-5, .column-offset-small-2-10 { margin-left: 20%; } .column-offset-small-2-5, .column-offset-small-4-10 { margin-left: 40%; } .column-offset-small-3-5, .column-offset-small-6-10 { margin-left: 60%; } .column-offset-small-4-5, .column-offset-small-8-10 { margin-left: 80%; } .column-offset-small-1-6, .column-offset-small-2-12 { margin-left: 16.66666667%; } .column-offset-small-5-6 { margin-left: 83.33333333%; } .column-offset-small-1-7 { margin-left: 14.28571429%; } .column-offset-small-2-7 { margin-left: 28.57142857%; } .column-offset-small-3-7 { margin-left: 42.85714286%; } .column-offset-small-4-7 { margin-left: 57.14285714%; } .column-offset-small-5-7 { margin-left: 71.42857143%; } .column-offset-small-6-7 { margin-left: 85.71428571%; } .column-offset-small-1-8 { margin-left: 12.5%; } .column-offset-small-3-8 { margin-left: 37.5%; } .column-offset-small-5-8 { margin-left: 62.5%; } .column-offset-small-7-8 { margin-left: 87.5%; } .column-offset-small-1-9 { margin-left: 11.11111111%; } .column-offset-small-2-9 { margin-left: 22.22222222%; } .column-offset-small-4-9 { margin-left: 44.44444444%; } .column-offset-small-5-9 { margin-left: 55.55555556%; } .column-offset-small-7-9 { margin-left: 77.77777778%; } .column-offset-small-8-9 { margin-left: 88.88888889%; } .column-offset-small-1-10 { margin-left: 10%; } .column-offset-small-3-10 { margin-left: 30%; } .column-offset-small-7-10 { margin-left: 70%; } .column-offset-small-9-10 { margin-left: 90%; } .column-offset-small-1-11 { margin-left: 9.09090909%; } .column-offset-small-2-11 { margin-left: 18.18181818%; } .column-offset-small-3-11 { margin-left: 27.27272727%; } .column-offset-small-4-11 { margin-left: 36.36363636%; } .column-offset-small-5-11 { margin-left: 45.45454545%; } .column-offset-small-6-11 { margin-left: 54.54545455%; } .column-offset-small-7-11 { margin-left: 63.63636364%; } .column-offset-small-8-11 { margin-left: 72.72727273%; } .column-offset-small-9-11 { margin-left: 81.81818182%; } .column-offset-small-10-11 { margin-left: 90.90909091%; } .column-offset-small-1-12 { margin-left: 8.33%; } .column-offset-small-5-12 { margin-left: 41.65%; } .column-offset-small-7-12 { margin-left: 58.31%; } .column-offset-small-10-12 { margin-left: 83.3%; } .column-offset-small-11-12 { margin-left: 91.63%; } } /* * Column Push Classes */ .column-push-1 { left: 100%; } .column-push-1-2, .column-push-2-4, .column-push-3-6, .column-push-4-8, .column-push-5-10, .column-push-6-12 { left: 50%; } .column-push-1-3, .column-push-2-6, .column-push-3-9, .column-push-4-12 { left: 33.33%; } .column-push-2-3, .column-push-4-6, .column-push-6-9, .column-push-8-12 { left: 66.66%; } .column-push-1-4, .column-push-2-8, .column-push-3-12 { left: 25%; } .column-push-3-4, .column-push-6-8, .column-push-9-12 { left: 75%; } .column-push-1-5, .column-push-2-10 { left: 20%; } .column-push-2-5, .column-push-4-10 { left: 40%; } .column-push-3-5, .column-push-6-10 { left: 60%; } .column-push-4-5, .column-push-8-10 { left: 80%; } .column-push-1-6, .column-push-2-12 { left: 16.66666667%; } .column-push-5-6 { left: 83.33333333%; } .column-push-1-7 { left: 14.28571429%; } .column-push-2-7 { left: 28.57142857%; } .column-push-3-7 { left: 42.85714286%; } .column-push-4-7 { left: 57.14285714%; } .column-push-5-7 { left: 71.42857143%; } .column-push-6-7 { left: 85.71428571%; } .column-push-1-8 { left: 12.5%; } .column-push-3-8 { left: 37.5%; } .column-push-5-8 { left: 62.5%; } .column-push-7-8 { left: 87.5%; } .column-push-1-9 { left: 11.11111111%; } .column-push-2-9 { left: 22.22222222%; } .column-push-4-9 { left: 44.44444444%; } .column-push-5-9 { left: 55.55555556%; } .column-push-7-9 { left: 77.77777778%; } .column-push-8-9 { left: 88.88888889%; } .column-push-1-10 { left: 10%; } .column-push-3-10 { left: 30%; } .column-push-7-10 { left: 70%; } .column-push-9-10 { left: 90%; } .column-push-1-11 { left: 9.09090909%; } .column-push-2-11 { left: 18.18181818%; } .column-push-3-11 { left: 27.27272727%; } .column-push-4-11 { left: 36.36363636%; } .column-push-5-11 { left: 45.45454545%; } .column-push-6-11 { left: 54.54545455%; } .column-push-7-11 { left: 63.63636364%; } .column-push-8-11 { left: 72.72727273%; } .column-push-9-11 { left: 81.81818182%; } .column-push-10-11 { left: 90.90909091%; } .column-push-1-12 { left: 8.33%; } .column-push-5-12 { left: 41.65%; } .column-push-7-12 { left: 58.31%; } .column-push-10-12 { left: 83.3%; } .column-push-11-12 { left: 91.63%; } /* * Column Push Extra Large Classes */ @media (min-width: 1280px) { .column-push-extra-large-reset { left: 0; } .column-push-extra-large-1 { left: 100%; } .column-push-extra-large-1-2, .column-push-extra-large-2-4, .column-push-extra-large-3-6, .column-push-extra-large-4-8, .column-push-extra-large-5-10, .column-push-extra-large-6-12 { left: 50%; } .column-push-extra-large-1-3, .column-push-extra-large-2-6, .column-push-extra-large-3-9, .column-push-extra-large-4-12 { left: 33.33%; } .column-push-extra-large-2-3, .column-push-extra-large-4-6, .column-push-extra-large-6-9, .column-push-extra-large-8-12 { left: 66.66%; } .column-push-extra-large-1-4, .column-push-extra-large-2-8, .column-push-extra-large-3-12 { left: 25%; } .column-push-extra-large-3-4, .column-push-extra-large-6-8, .column-push-extra-large-9-12 { left: 75%; } .column-push-extra-large-1-5, .column-push-extra-large-2-10 { left: 20%; } .column-push-extra-large-2-5, .column-push-extra-large-4-10 { left: 40%; } .column-push-extra-large-3-5, .column-push-extra-large-6-10 { left: 60%; } .column-push-extra-large-4-5, .column-push-extra-large-8-10 { left: 80%; } .column-push-extra-large-1-6, .column-push-extra-large-2-12 { left: 16.66666667%; } .column-push-extra-large-5-6 { left: 83.33333333%; } .column-push-extra-large-1-7 { left: 14.28571429%; } .column-push-extra-large-2-7 { left: 28.57142857%; } .column-push-extra-large-3-7 { left: 42.85714286%; } .column-push-extra-large-4-7 { left: 57.14285714%; } .column-push-extra-large-5-7 { left: 71.42857143%; } .column-push-extra-large-6-7 { left: 85.71428571%; } .column-push-extra-large-1-8 { left: 12.5%; } .column-push-extra-large-3-8 { left: 37.5%; } .column-push-extra-large-5-8 { left: 62.5%; } .column-push-extra-large-7-8 { left: 87.5%; } .column-push-extra-large-1-9 { left: 11.11111111%; } .column-push-extra-large-2-9 { left: 22.22222222%; } .column-push-extra-large-4-9 { left: 44.44444444%; } .column-push-extra-large-5-9 { left: 55.55555556%; } .column-push-extra-large-7-9 { left: 77.77777778%; } .column-push-extra-large-8-9 { left: 88.88888889%; } .column-push-extra-large-1-10 { left: 10%; } .column-push-extra-large-3-10 { left: 30%; } .column-push-extra-large-7-10 { left: 70%; } .column-push-extra-large-9-10 { left: 90%; } .column-push-extra-large-1-11 { left: 9.09090909%; } .column-push-extra-large-2-11 { left: 18.18181818%; } .column-push-extra-large-3-11 { left: 27.27272727%; } .column-push-extra-large-4-11 { left: 36.36363636%; } .column-push-extra-large-5-11 { left: 45.45454545%; } .column-push-extra-large-6-11 { left: 54.54545455%; } .column-push-extra-large-7-11 { left: 63.63636364%; } .column-push-extra-large-8-11 { left: 72.72727273%; } .column-push-extra-large-9-11 { left: 81.81818182%; } .column-push-extra-large-10-11 { left: 90.90909091%; } .column-push-extra-large-1-12 { left: 8.33%; } .column-push-extra-large-5-12 { left: 41.65%; } .column-push-extra-large-7-12 { left: 58.31%; } .column-push-extra-large-10-12 { left: 83.3%; } .column-push-extra-large-11-12 { left: 91.63%; } } /* * Column Push Large Classes */ @media (min-width: 1025px) and (max-width: 1279px) { .column-push-large-reset { left: 0; } .column-push-large-1 { left: 100%; } .column-push-large-1-2, .column-push-large-2-4, .column-push-large-3-6, .column-push-large-4-8, .column-push-large-5-10, .column-push-large-6-12 { left: 50%; } .column-push-large-1-3, .column-push-large-2-6, .column-push-large-3-9, .column-push-large-4-12 { left: 33.33%; } .column-push-large-2-3, .column-push-large-4-6, .column-push-large-6-9, .column-push-large-8-12 { left: 66.66%; } .column-push-large-1-4, .column-push-large-2-8, .column-push-large-3-12 { left: 25%; } .column-push-large-3-4, .column-push-large-6-8, .column-push-large-9-12 { left: 75%; } .column-push-large-1-5, .column-push-large-2-10 { left: 20%; } .column-push-large-2-5, .column-push-large-4-10 { left: 40%; } .column-push-large-3-5, .column-push-large-6-10 { left: 60%; } .column-push-large-4-5, .column-push-large-8-10 { left: 80%; } .column-push-large-1-6, .column-push-large-2-12 { left: 16.66666667%; } .column-push-large-5-6 { left: 83.33333333%; } .column-push-large-1-7 { left: 14.28571429%; } .column-push-large-2-7 { left: 28.57142857%; } .column-push-large-3-7 { left: 42.85714286%; } .column-push-large-4-7 { left: 57.14285714%; } .column-push-large-5-7 { left: 71.42857143%; } .column-push-large-6-7 { left: 85.71428571%; } .column-push-large-1-8 { left: 12.5%; } .column-push-large-3-8 { left: 37.5%; } .column-push-large-5-8 { left: 62.5%; } .column-push-large-7-8 { left: 87.5%; } .column-push-large-1-9 { left: 11.11111111%; } .column-push-large-2-9 { left: 22.22222222%; } .column-push-large-4-9 { left: 44.44444444%; } .column-push-large-5-9 { left: 55.55555556%; } .column-push-large-7-9 { left: 77.77777778%; } .column-push-large-8-9 { left: 88.88888889%; } .column-push-large-1-10 { left: 10%; } .column-push-large-3-10 { left: 30%; } .column-push-large-7-10 { left: 70%; } .column-push-large-9-10 { left: 90%; } .column-push-large-1-11 { left: 9.09090909%; } .column-push-large-2-11 { left: 18.18181818%; } .column-push-large-3-11 { left: 27.27272727%; } .column-push-large-4-11 { left: 36.36363636%; } .column-push-large-5-11 { left: 45.45454545%; } .column-push-large-6-11 { left: 54.54545455%; } .column-push-large-7-11 { left: 63.63636364%; } .column-push-large-8-11 { left: 72.72727273%; } .column-push-large-9-11 { left: 81.81818182%; } .column-push-large-10-11 { left: 90.90909091%; } .column-push-large-1-12 { left: 8.33%; } .column-push-large-5-12 { left: 41.65%; } .column-push-large-7-12 { left: 58.31%; } .column-push-large-10-12 { left: 83.3%; } .column-push-large-11-12 { left: 91.63%; } } /* * Column Push Medium Classes */ @media (min-width: 768px) and (max-width: 1024px) { .column-push-medium-reset { left: 0; } .column-push-medium-1 { left: 100%; } .column-push-medium-1-2, .column-push-medium-2-4, .column-push-medium-3-6, .column-push-medium-4-8, .column-push-medium-5-10, .column-push-medium-6-12 { left: 50%; } .column-push-medium-1-3, .column-push-medium-2-6, .column-push-medium-3-9, .column-push-medium-4-12 { left: 33.33%; } .column-push-medium-2-3, .column-push-medium-4-6, .column-push-medium-6-9, .column-push-medium-8-12 { left: 66.66%; } .column-push-medium-1-4, .column-push-medium-2-8, .column-push-medium-3-12 { left: 25%; } .column-push-medium-3-4, .column-push-medium-6-8, .column-push-medium-9-12 { left: 75%; } .column-push-medium-1-5, .column-push-medium-2-10 { left: 20%; } .column-push-medium-2-5, .column-push-medium-4-10 { left: 40%; } .column-push-medium-3-5, .column-push-medium-6-10 { left: 60%; } .column-push-medium-4-5, .column-push-medium-8-10 { left: 80%; } .column-push-medium-1-6, .column-push-medium-2-12 { left: 16.66666667%; } .column-push-medium-5-6 { left: 83.33333333%; } .column-push-medium-1-7 { left: 14.28571429%; } .column-push-medium-2-7 { left: 28.57142857%; } .column-push-medium-3-7 { left: 42.85714286%; } .column-push-medium-4-7 { left: 57.14285714%; } .column-push-medium-5-7 { left: 71.42857143%; } .column-push-medium-6-7 { left: 85.71428571%; } .column-push-medium-1-8 { left: 12.5%; } .column-push-medium-3-8 { left: 37.5%; } .column-push-medium-5-8 { left: 62.5%; } .column-push-medium-7-8 { left: 87.5%; } .column-push-medium-1-9 { left: 11.11111111%; } .column-push-medium-2-9 { left: 22.22222222%; } .column-push-medium-4-9 { left: 44.44444444%; } .column-push-medium-5-9 { left: 55.55555556%; } .column-push-medium-7-9 { left: 77.77777778%; } .column-push-medium-8-9 { left: 88.88888889%; } .column-push-medium-1-10 { left: 10%; } .column-push-medium-3-10 { left: 30%; } .column-push-medium-7-10 { left: 70%; } .column-push-medium-9-10 { left: 90%; } .column-push-medium-1-11 { left: 9.09090909%; } .column-push-medium-2-11 { left: 18.18181818%; } .column-push-medium-3-11 { left: 27.27272727%; } .column-push-medium-4-11 { left: 36.36363636%; } .column-push-medium-5-11 { left: 45.45454545%; } .column-push-medium-6-11 { left: 54.54545455%; } .column-push-medium-7-11 { left: 63.63636364%; } .column-push-medium-8-11 { left: 72.72727273%; } .column-push-medium-9-11 { left: 81.81818182%; } .column-push-medium-10-11 { left: 90.90909091%; } .column-push-medium-1-12 { left: 8.33%; } .column-push-medium-5-12 { left: 41.65%; } .column-push-medium-7-12 { left: 58.31%; } .column-push-medium-10-12 { left: 83.3%; } .column-push-medium-11-12 { left: 91.63%; } } /* * Column Push Small Classes */ @media (max-width: 767px) { [class*='column-push-'] { left: auto; } .column-push-small-1 { left: 100%; } .column-push-small-1-2, .column-push-small-2-4, .column-push-small-3-6, .column-push-small-4-8, .column-push-small-5-10, .column-push-small-6-12 { left: 50%; } .column-push-small-1-3, .column-push-small-2-6, .column-push-small-3-9, .column-push-small-4-12 { left: 33.33%; } .column-push-small-2-3, .column-push-small-4-6, .column-push-small-6-9, .column-push-small-8-12 { left: 66.66%; } .column-push-small-1-4, .column-push-small-2-8, .column-push-small-3-12 { left: 25%; } .column-push-small-3-4, .column-push-small-6-8, .column-push-small-9-12 { left: 75%; } .column-push-small-1-5, .column-push-small-2-10 { left: 20%; } .column-push-small-2-5, .column-push-small-4-10 { left: 40%; } .column-push-small-3-5, .column-push-small-6-10 { left: 60%; } .column-push-small-4-5, .column-push-small-8-10 { left: 80%; } .column-push-small-1-6, .column-push-small-2-12 { left: 16.66666667%; } .column-push-small-5-6 { left: 83.33333333%; } .column-push-small-1-7 { left: 14.28571429%; } .column-push-small-2-7 { left: 28.57142857%; } .column-push-small-3-7 { left: 42.85714286%; } .column-push-small-4-7 { left: 57.14285714%; } .column-push-small-5-7 { left: 71.42857143%; } .column-push-small-6-7 { left: 85.71428571%; } .column-push-small-1-8 { left: 12.5%; } .column-push-small-3-8 { left: 37.5%; } .column-push-small-5-8 { left: 62.5%; } .column-push-small-7-8 { left: 87.5%; } .column-push-small-1-9 { left: 11.11111111%; } .column-push-small-2-9 { left: 22.22222222%; } .column-push-small-4-9 { left: 44.44444444%; } .column-push-small-5-9 { left: 55.55555556%; } .column-push-small-7-9 { left: 77.77777778%; } .column-push-small-8-9 { left: 88.88888889%; } .column-push-small-1-10 { left: 10%; } .column-push-small-3-10 { left: 30%; } .column-push-small-7-10 { left: 70%; } .column-push-small-9-10 { left: 90%; } .column-push-small-1-11 { left: 9.09090909%; } .column-push-small-2-11 { left: 18.18181818%; } .column-push-small-3-11 { left: 27.27272727%; } .column-push-small-4-11 { left: 36.36363636%; } .column-push-small-5-11 { left: 45.45454545%; } .column-push-small-6-11 { left: 54.54545455%; } .column-push-small-7-11 { left: 63.63636364%; } .column-push-small-8-11 { left: 72.72727273%; } .column-push-small-9-11 { left: 81.81818182%; } .column-push-small-10-11 { left: 90.90909091%; } .column-push-small-1-12 { left: 8.33%; } .column-push-small-5-12 { left: 41.65%; } .column-push-small-7-12 { left: 58.31%; } .column-push-small-10-12 { left: 83.3%; } .column-push-small-11-12 { left: 91.63%; } } /* * Column Pull Classes */ .column-pull-1 { right: 100%; } .column-pull-1-2, .column-pull-2-4, .column-pull-3-6, .column-pull-4-8, .column-pull-5-10, .column-pull-6-12 { right: 50%; } .column-pull-1-3, .column-pull-2-6, .column-pull-3-9, .column-pull-4-12 { right: 33.33%; } .column-pull-2-3, .column-pull-4-6, .column-pull-6-9, .column-pull-8-12 { right: 66.66%; } .column-pull-1-4, .column-pull-2-8, .column-pull-3-12 { right: 25%; } .column-pull-3-4, .column-pull-6-8, .column-pull-9-12 { right: 75%; } .column-pull-1-5, .column-pull-2-10 { right: 20%; } .column-pull-2-5, .column-pull-4-10 { right: 40%; } .column-pull-3-5, .column-pull-6-10 { right: 60%; } .column-pull-4-5, .column-pull-8-10 { right: 80%; } .column-pull-1-6, .column-pull-2-12 { right: 16.66666667%; } .column-pull-5-6 { right: 83.33333333%; } .column-pull-1-7 { right: 14.28571429%; } .column-pull-2-7 { right: 28.57142857%; } .column-pull-3-7 { right: 42.85714286%; } .column-pull-4-7 { right: 57.14285714%; } .column-pull-5-7 { right: 71.42857143%; } .column-pull-6-7 { right: 85.71428571%; } .column-pull-1-8 { right: 12.5%; } .column-pull-3-8 { right: 37.5%; } .column-pull-5-8 { right: 62.5%; } .column-pull-7-8 { right: 87.5%; } .column-pull-1-9 { right: 11.11111111%; } .column-pull-2-9 { right: 22.22222222%; } .column-pull-4-9 { right: 44.44444444%; } .column-pull-5-9 { right: 55.55555556%; } .column-pull-7-9 { right: 77.77777778%; } .column-pull-8-9 { right: 88.88888889%; } .column-pull-1-10 { right: 10%; } .column-pull-3-10 { right: 30%; } .column-pull-7-10 { right: 70%; } .column-pull-9-10 { right: 90%; } .column-pull-1-11 { right: 9.09090909%; } .column-pull-2-11 { right: 18.18181818%; } .column-pull-3-11 { right: 27.27272727%; } .column-pull-4-11 { right: 36.36363636%; } .column-pull-5-11 { right: 45.45454545%; } .column-pull-6-11 { right: 54.54545455%; } .column-pull-7-11 { right: 63.63636364%; } .column-pull-8-11 { right: 72.72727273%; } .column-pull-9-11 { right: 81.81818182%; } .column-pull-10-11 { right: 90.90909091%; } .column-pull-1-12 { right: 8.33%; } .column-pull-5-12 { right: 41.65%; } .column-pull-7-12 { right: 58.31%; } .column-pull-10-12 { right: 83.3%; } .column-pull-11-12 { right: 91.63%; } /* * Column Pull Extra Large Classes */ @media (min-width: 1280px) { .column-pull-extra-large-reset { right: 0; } .column-pull-extra-large-1 { right: 100%; } .column-pull-extra-large-1-2, .column-pull-extra-large-2-4, .column-pull-extra-large-3-6, .column-pull-extra-large-4-8, .column-pull-extra-large-5-10, .column-pull-extra-large-6-12 { right: 50%; } .column-pull-extra-large-1-3, .column-pull-extra-large-2-6, .column-pull-extra-large-3-9, .column-pull-extra-large-4-12 { right: 33.33%; } .column-pull-extra-large-2-3, .column-pull-extra-large-4-6, .column-pull-extra-large-6-9, .column-pull-extra-large-8-12 { right: 66.66%; } .column-pull-extra-large-1-4, .column-pull-extra-large-2-8, .column-pull-extra-large-3-12 { right: 25%; } .column-pull-extra-large-3-4, .column-pull-extra-large-6-8, .column-pull-extra-large-9-12 { right: 75%; } .column-pull-extra-large-1-5, .column-pull-extra-large-2-10 { right: 20%; } .column-pull-extra-large-2-5, .column-pull-extra-large-4-10 { right: 40%; } .column-pull-extra-large-3-5, .column-pull-extra-large-6-10 { right: 60%; } .column-pull-extra-large-4-5, .column-pull-extra-large-8-10 { right: 80%; } .column-pull-extra-large-1-6, .column-pull-extra-large-2-12 { right: 16.66666667%; } .column-pull-extra-large-5-6 { right: 83.33333333%; } .column-pull-extra-large-1-7 { right: 14.28571429%; } .column-pull-extra-large-2-7 { right: 28.57142857%; } .column-pull-extra-large-3-7 { right: 42.85714286%; } .column-pull-extra-large-4-7 { right: 57.14285714%; } .column-pull-extra-large-5-7 { right: 71.42857143%; } .column-pull-extra-large-6-7 { right: 85.71428571%; } .column-pull-extra-large-1-8 { right: 12.5%; } .column-pull-extra-large-3-8 { right: 37.5%; } .column-pull-extra-large-5-8 { right: 62.5%; } .column-pull-extra-large-7-8 { right: 87.5%; } .column-pull-extra-large-1-9 { right: 11.11111111%; } .column-pull-extra-large-2-9 { right: 22.22222222%; } .column-pull-extra-large-4-9 { right: 44.44444444%; } .column-pull-extra-large-5-9 { right: 55.55555556%; } .column-pull-extra-large-7-9 { right: 77.77777778%; } .column-pull-extra-large-8-9 { right: 88.88888889%; } .column-pull-extra-large-1-10 { right: 10%; } .column-pull-extra-large-3-10 { right: 30%; } .column-pull-extra-large-7-10 { right: 70%; } .column-pull-extra-large-9-10 { right: 90%; } .column-pull-extra-large-1-11 { right: 9.09090909%; } .column-pull-extra-large-2-11 { right: 18.18181818%; } .column-pull-extra-large-3-11 { right: 27.27272727%; } .column-pull-extra-large-4-11 { right: 36.36363636%; } .column-pull-extra-large-5-11 { right: 45.45454545%; } .column-pull-extra-large-6-11 { right: 54.54545455%; } .column-pull-extra-large-7-11 { right: 63.63636364%; } .column-pull-extra-large-8-11 { right: 72.72727273%; } .column-pull-extra-large-9-11 { right: 81.81818182%; } .column-pull-extra-large-10-11 { right: 90.90909091%; } .column-pull-extra-large-1-12 { right: 8.33%; } .column-pull-extra-large-5-12 { right: 41.65%; } .column-pull-extra-large-7-12 { right: 58.31%; } .column-pull-extra-large-10-12 { right: 83.3%; } .column-pull-extra-large-11-12 { right: 91.63%; } } /* * Column Pull Large Classes */ @media (min-width: 1025px) and (max-width: 1279px) { .column-pull-large-reset { right: 0; } .column-pull-large-1 { right: 100%; } .column-pull-large-1-2, .column-pull-large-2-4, .column-pull-large-3-6, .column-pull-large-4-8, .column-pull-large-5-10, .column-pull-large-6-12 { right: 50%; } .column-pull-large-1-3, .column-pull-large-2-6, .column-pull-large-3-9, .column-pull-large-4-12 { right: 33.33%; } .column-pull-large-2-3, .column-pull-large-4-6, .column-pull-large-6-9, .column-pull-large-8-12 { right: 66.66%; } .column-pull-large-1-4, .column-pull-large-2-8, .column-pull-large-3-12 { right: 25%; } .column-pull-large-3-4, .column-pull-large-6-8, .column-pull-large-9-12 { right: 75%; } .column-pull-large-1-5, .column-pull-large-2-10 { right: 20%; } .column-pull-large-2-5, .column-pull-large-4-10 { right: 40%; } .column-pull-large-3-5, .column-pull-large-6-10 { right: 60%; } .column-pull-large-4-5, .column-pull-large-8-10 { right: 80%; } .column-pull-large-1-6, .column-pull-large-2-12 { right: 16.66666667%; } .column-pull-large-5-6 { right: 83.33333333%; } .column-pull-large-1-7 { right: 14.28571429%; } .column-pull-large-2-7 { right: 28.57142857%; } .column-pull-large-3-7 { right: 42.85714286%; } .column-pull-large-4-7 { right: 57.14285714%; } .column-pull-large-5-7 { right: 71.42857143%; } .column-pull-large-6-7 { right: 85.71428571%; } .column-pull-large-1-8 { right: 12.5%; } .column-pull-large-3-8 { right: 37.5%; } .column-pull-large-5-8 { right: 62.5%; } .column-pull-large-7-8 { right: 87.5%; } .column-pull-large-1-9 { right: 11.11111111%; } .column-pull-large-2-9 { right: 22.22222222%; } .column-pull-large-4-9 { right: 44.44444444%; } .column-pull-large-5-9 { right: 55.55555556%; } .column-pull-large-7-9 { right: 77.77777778%; } .column-pull-large-8-9 { right: 88.88888889%; } .column-pull-large-1-10 { right: 10%; } .column-pull-large-3-10 { right: 30%; } .column-pull-large-7-10 { right: 70%; } .column-pull-large-9-10 { right: 90%; } .column-pull-large-1-11 { right: 9.09090909%; } .column-pull-large-2-11 { right: 18.18181818%; } .column-pull-large-3-11 { right: 27.27272727%; } .column-pull-large-4-11 { right: 36.36363636%; } .column-pull-large-5-11 { right: 45.45454545%; } .column-pull-large-6-11 { right: 54.54545455%; } .column-pull-large-7-11 { right: 63.63636364%; } .column-pull-large-8-11 { right: 72.72727273%; } .column-pull-large-9-11 { right: 81.81818182%; } .column-pull-large-10-11 { right: 90.90909091%; } .column-pull-large-1-12 { right: 8.33%; } .column-pull-large-5-12 { right: 41.65%; } .column-pull-large-7-12 { right: 58.31%; } .column-pull-large-10-12 { right: 83.3%; } .column-pull-large-11-12 { right: 91.63%; } } /* * Column Pull Medium Classes */ @media (min-width: 768px) and (max-width: 1024px) { .column-pull-medium-reset { right: 0; } .column-pull-medium-1 { right: 100%; } .column-pull-medium-1-2, .column-pull-medium-2-4, .column-pull-medium-3-6, .column-pull-medium-4-8, .column-pull-medium-5-10, .column-pull-medium-6-12 { right: 50%; } .column-pull-medium-1-3, .column-pull-medium-2-6, .column-pull-medium-3-9, .column-pull-medium-4-12 { right: 33.33%; } .column-pull-medium-2-3, .column-pull-medium-4-6, .column-pull-medium-6-9, .column-pull-medium-8-12 { right: 66.66%; } .column-pull-medium-1-4, .column-pull-medium-2-8, .column-pull-medium-3-12 { right: 25%; } .column-pull-medium-3-4, .column-pull-medium-6-8, .column-pull-medium-9-12 { right: 75%; } .column-pull-medium-1-5, .column-pull-medium-2-10 { right: 20%; } .column-pull-medium-2-5, .column-pull-medium-4-10 { right: 40%; } .column-pull-medium-3-5, .column-pull-medium-6-10 { right: 60%; } .column-pull-medium-4-5, .column-pull-medium-8-10 { right: 80%; } .column-pull-medium-1-6, .column-pull-medium-2-12 { right: 16.66666667%; } .column-pull-medium-5-6 { right: 83.33333333%; } .column-pull-medium-1-7 { right: 14.28571429%; } .column-pull-medium-2-7 { right: 28.57142857%; } .column-pull-medium-3-7 { right: 42.85714286%; } .column-pull-medium-4-7 { right: 57.14285714%; } .column-pull-medium-5-7 { right: 71.42857143%; } .column-pull-medium-6-7 { right: 85.71428571%; } .column-pull-medium-1-8 { right: 12.5%; } .column-pull-medium-3-8 { right: 37.5%; } .column-pull-medium-5-8 { right: 62.5%; } .column-pull-medium-7-8 { right: 87.5%; } .column-pull-medium-1-9 { right: 11.11111111%; } .column-pull-medium-2-9 { right: 22.22222222%; } .column-pull-medium-4-9 { right: 44.44444444%; } .column-pull-medium-5-9 { right: 55.55555556%; } .column-pull-medium-7-9 { right: 77.77777778%; } .column-pull-medium-8-9 { right: 88.88888889%; } .column-pull-medium-1-10 { right: 10%; } .column-pull-medium-3-10 { right: 30%; } .column-pull-medium-7-10 { right: 70%; } .column-pull-medium-9-10 { right: 90%; } .column-pull-medium-1-11 { right: 9.09090909%; } .column-pull-medium-2-11 { right: 18.18181818%; } .column-pull-medium-3-11 { right: 27.27272727%; } .column-pull-medium-4-11 { right: 36.36363636%; } .column-pull-medium-5-11 { right: 45.45454545%; } .column-pull-medium-6-11 { right: 54.54545455%; } .column-pull-medium-7-11 { right: 63.63636364%; } .column-pull-medium-8-11 { right: 72.72727273%; } .column-pull-medium-9-11 { right: 81.81818182%; } .column-pull-medium-10-11 { right: 90.90909091%; } .column-pull-medium-1-12 { right: 8.33%; } .column-pull-medium-5-12 { right: 41.65%; } .column-pull-medium-7-12 { right: 58.31%; } .column-pull-medium-10-12 { right: 83.3%; } .column-pull-medium-11-12 { right: 91.63%; } } /* * Column Pull Small Classes */ @media (max-width: 767px) { [class*='column-pull-'] { right: auto; } .column-pull-small-1 { right: 100%; } .column-pull-small-1-2, .column-pull-small-2-4, .column-pull-small-3-6, .column-pull-small-4-8, .column-pull-small-5-10, .column-pull-small-6-12 { right: 50%; } .column-pull-small-1-3, .column-pull-small-2-6, .column-pull-small-3-9, .column-pull-small-4-12 { right: 33.33%; } .column-pull-small-2-3, .column-pull-small-4-6, .column-pull-small-6-9, .column-pull-small-8-12 { right: 66.66%; } .column-pull-small-1-4, .column-pull-small-2-8, .column-pull-small-3-12 { right: 25%; } .column-pull-small-3-4, .column-pull-small-6-8, .column-pull-small-9-12 { right: 75%; } .column-pull-small-1-5, .column-pull-small-2-10 { right: 20%; } .column-pull-small-2-5, .column-pull-small-4-10 { right: 40%; } .column-pull-small-3-5, .column-pull-small-6-10 { right: 60%; } .column-pull-small-4-5, .column-pull-small-8-10 { right: 80%; } .column-pull-small-1-6, .column-pull-small-2-12 { right: 16.66666667%; } .column-pull-small-5-6 { right: 83.33333333%; } .column-pull-small-1-7 { right: 14.28571429%; } .column-pull-small-2-7 { right: 28.57142857%; } .column-pull-small-3-7 { right: 42.85714286%; } .column-pull-small-4-7 { right: 57.14285714%; } .column-pull-small-5-7 { right: 71.42857143%; } .column-pull-small-6-7 { right: 85.71428571%; } .column-pull-small-1-8 { right: 12.5%; } .column-pull-small-3-8 { right: 37.5%; } .column-pull-small-5-8 { right: 62.5%; } .column-pull-small-7-8 { right: 87.5%; } .column-pull-small-1-9 { right: 11.11111111%; } .column-pull-small-2-9 { right: 22.22222222%; } .column-pull-small-4-9 { right: 44.44444444%; } .column-pull-small-5-9 { right: 55.55555556%; } .column-pull-small-7-9 { right: 77.77777778%; } .column-pull-small-8-9 { right: 88.88888889%; } .column-pull-small-1-10 { right: 10%; } .column-pull-small-3-10 { right: 30%; } .column-pull-small-7-10 { right: 70%; } .column-pull-small-9-10 { right: 90%; } .column-pull-small-1-11 { right: 9.09090909%; } .column-pull-small-2-11 { right: 18.18181818%; } .column-pull-small-3-11 { right: 27.27272727%; } .column-pull-small-4-11 { right: 36.36363636%; } .column-pull-small-5-11 { right: 45.45454545%; } .column-pull-small-6-11 { right: 54.54545455%; } .column-pull-small-7-11 { right: 63.63636364%; } .column-pull-small-8-11 { right: 72.72727273%; } .column-pull-small-9-11 { right: 81.81818182%; } .column-pull-small-10-11 { right: 90.90909091%; } .column-pull-small-1-12 { right: 8.33%; } .column-pull-small-5-12 { right: 41.65%; } .column-pull-small-7-12 { right: 58.31%; } .column-pull-small-10-12 { right: 83.3%; } .column-pull-small-11-12 { right: 91.63%; } } /* Form */ form textarea { height: auto; line-height: 1.5; } form label { display: block; margin: 15px 0px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; font-size: 12px; font-size: 1.2rem; color: #485364; line-height: 1.5; } form input[type="checkbox"], form input[type="radio"] { margin-right: 10px; display: inline-block; } form input[type="checkbox"] + p, form input[type="radio"] + p { margin: 0; display: inline-block; } form input[type="checkbox"] + label, form input[type="radio"] + label { display: inline-block; } form select { display: block; width: 100%; } form fieldset { display: block; margin: 0; padding: 20px; border: 1px solid #4bb3d6; } form fieldset legend { display: inline-block; padding: 10px; font-size: 14px; font-size: 1.4rem; color: #4bb3d6; } .form-message { margin: 15px 0px; font-size: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; font-size: 12px; font-size: 1.2rem; line-height: 1.5; } .form-message.error { color: #e7555d; } .form-message.warning { color: #f7ca2e; } .form-message.success { color: #4bb7ae; } .form-message.info { color: #69c3dd; } /* Controls (Radio + Checkbox) */ .control { position: relative; display: block; margin: 15px 0px; padding: 0px 0px 0px 1.5em; color: #485364; cursor: pointer; } .control.control-inline { display: inline-block; margin-right: 20px; } .control input { z-index: -1; position: absolute; opacity: 0; } .control input:checked ~ .control-indicator { background: #4bb3d6; border: 1px solid #4bb3d6; } .control input:checked ~ .control-label { color: #485364; } .control.checkbox .control-indicator { border-radius: none; } .control.checkbox input:checked ~ .control-indicator { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo='); } .control.radio .control-indicator { border-radius: 50%; } .control.radio input:checked ~ .control-indicator:before { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: #ffffff; content: ''; width: 0.5em; height: 0.5em; border-radius: 50%; } .control-indicator { position: absolute; top: 0; left: 0; display: block; width: 16px; height: 16px; line-height: 1rem; color: #4bb3d6; text-align: center; background-color: #ffffff; background-size: 50% 50%; background-position: center center; background-repeat: no-repeat; border: 1px solid #e1e3e8; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .control-label { display: block; margin: 0px 0px 0px 10px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: 1.2rem; color: #485364; line-height: 1.5; pointer-events: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } /* Input Group */ .input-group { position: relative; display: table; margin: 15px 0px; border-collapse: separate; } .input-group.input-inline { float: left; } .input-group input:not([type="range"]):not([type="file"]) { margin: 0; border-radius: 2px 0 0 2px; background-clip: padding-box; } .input-group[class*="column-"] { float: none; padding-left: 0; padding-right: 0; } .input-group .input-group-button, .input-group .input-group .form-input { display: table-cell; } .input-group-button { position: relative; font-size: 0px; font-size: 0rem; width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-button > .button { position: relative; height: 40px; min-width: 40px; border-radius: 0 2px 2px 0; background-clip: padding-box; } .input-group-button > .button + .button { margin-left: -1px; } .input-group-button > .button:hover, .input-group-button > .button:focus, .input-group-button > .button:active { z-index: 2; } @media (max-width: 1024px) { .input-group-button > .button { padding: 10px 15px; } } .input-group-button:first-child > .button { margin-right: -1px; } .input-group-button:last-child > .button { margin-left: -1px; } .input-group-button.input-group-button-small > .button { font-size: 12px; font-size: 1.2rem; height: 30px; min-width: 30px; } .input-group-button.input-group-button-medium > .button { font-size: 14px; font-size: 1.4rem; height: 40px; min-width: 40px; } .input-group-button.input-group-button-large > .button { font-size: 16px; font-size: 1.6rem; height: 50px; min-width: 50px; } .input-group-button.input-group-button-extra-large > .button { font-size: 18px; font-size: 1.8rem; height: 65px; min-width: 65px; } .input-group-search { border-radius: 20px; overflow: hidden; } .input-group-search input:not([type="range"]):not([type="file"])[type="search"] { padding-left: 20px; border-radius: 20px 0 0 20px; background-clip: padding-box; } .input-group-search .button { padding-right: 20px; border-radius: 0 20px 20px 0; background-clip: padding-box; } /* Input */ input:not([type="range"]):not([type="file"]), textarea { display: block; width: 100%; height: 40px; margin: 15px 0px; padding: 8px 12px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; font-size: 14px; font-size: 1.4rem; color: #485364; line-height: 1.5; border: 1px solid #e1e3e8; background-color: #ffffff; background-image: none; border-radius: 2px; -webkit-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input:not([type="range"]):not([type="file"]):-moz-placeholder, textarea:-moz-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-size: 1.4rem; color: #485364; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]):focus:-moz-placeholder, textarea:focus:-moz-placeholder { color: rgba(72, 83, 100, 0.25); } input:not([type="range"]):not([type="file"])::-moz-placeholder, textarea::-moz-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-size: 1.4rem; color: #485364; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]):focus::-moz-placeholder, textarea:focus::-moz-placeholder { color: rgba(72, 83, 100, 0.25); } input:not([type="range"]):not([type="file"]):-ms-input-placeholder, textarea:-ms-input-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-size: 1.4rem; color: #485364; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]):focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color: rgba(72, 83, 100, 0.25); } input:not([type="range"]):not([type="file"])::-webkit-input-placeholder, textarea::-webkit-input-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-size: 1.4rem; color: #485364; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]):focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color: rgba(72, 83, 100, 0.25); } input:not([type="range"]):not([type="file"]):disabled, textarea:disabled { cursor: no-drop; color: #fafbfb; border: 1px solid #dee4e4; background: #fafbfb; } input:not([type="range"]):not([type="file"]):focus, textarea:focus { border: 1px solid #b6bbc7; background: #fafafa; } input:not([type="range"]):not([type="file"]):focus.inverse, textarea:focus.inverse { color: #ffffff; border: none; background: #444e5e; } input:not([type="range"]):not([type="file"]).error, textarea.error { color: #e7555d; border-color: #e7555d; } input:not([type="range"]):not([type="file"]).warning, textarea.warning { color: #f7ca2e; border-color: #f7ca2e; } input:not([type="range"]):not([type="file"]).success, textarea.success { color: #4bb7ae; border-color: #4bb7ae; } input:not([type="range"]):not([type="file"]).info, textarea.info { color: #69c3dd; border-color: #69c3dd; } input[type="search"] { border-radius: 20px; } input:not([type="range"]):not([type="file"]).input-small { font-size: 12px; font-size: 1.2rem; height: 30px; padding: 10px; } input:not([type="range"]):not([type="file"]).input-small:-moz-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: 1.2rem; color: #485364; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]).input-small:focus:-moz-placeholder { color: rgba(72, 83, 100, 0.25); } input:not([type="range"]):not([type="file"]).input-small::-moz-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: 1.2rem; color: #485364; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]).input-small:focus::-moz-placeholder { color: rgba(72, 83, 100, 0.25); } input:not([type="range"]):not([type="file"]).input-small:-ms-input-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: 1.2rem; color: #485364; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]).input-small:focus:-ms-input-placeholder { color: rgba(72, 83, 100, 0.25); } input:not([type="range"]):not([type="file"]).input-small::-webkit-input-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: 1.2rem; color: #485364; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]).input-small:focus::-webkit-input-placeholder { color: rgba(72, 83, 100, 0.25); } input:not([type="range"]):not([type="file"]).input-medium { font-size: 14px; font-size: 1.4rem; height: 40px; padding: 8px 12px; } input:not([type="range"]):not([type="file"]).input-medium:-moz-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-size: 1.4rem; color: #485364; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]).input-medium:focus:-moz-placeholder { color: rgba(72, 83, 100, 0.25); } input:not([type="range"]):not([type="file"]).input-medium::-moz-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-size: 1.4rem; color: #485364; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]).input-medium:focus::-moz-placeholder { color: rgba(72, 83, 100, 0.25); } input:not([type="range"]):not([type="file"]).input-medium:-ms-input-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-size: 1.4rem; color: #485364; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]).input-medium:focus:-ms-input-placeholder { color: rgba(72, 83, 100, 0.25); } input:not([type="range"]):not([type="file"]).input-medium::-webkit-input-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-size: 1.4rem; color: #485364; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]).input-medium:focus::-webkit-input-placeholder { color: rgba(72, 83, 100, 0.25); } input:not([type="range"]):not([type="file"]).input-large { font-size: 16px; font-size: 1.6rem; height: 50px; padding: 10px 20px; } input:not([type="range"]):not([type="file"]).input-large:-moz-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; font-size: 1.6rem; color: #485364; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]).input-large:focus:-moz-placeholder { color: rgba(72, 83, 100, 0.25); } input:not([type="range"]):not([type="file"]).input-large::-moz-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; font-size: 1.6rem; color: #485364; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]).input-large:focus::-moz-placeholder { color: rgba(72, 83, 100, 0.25); } input:not([type="range"]):not([type="file"]).input-large:-ms-input-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; font-size: 1.6rem; color: #485364; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]).input-large:focus:-ms-input-placeholder { color: rgba(72, 83, 100, 0.25); } input:not([type="range"]):not([type="file"]).input-large::-webkit-input-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; font-size: 1.6rem; color: #485364; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]).input-large:focus::-webkit-input-placeholder { color: rgba(72, 83, 100, 0.25); } input:not([type="range"]):not([type="file"]).input-extra-large { font-size: 18px; font-size: 1.8rem; height: 65px; padding: 10px 25px; } input:not([type="range"]):not([type="file"]).input-extra-large:-moz-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 18px; font-size: 1.8rem; color: #485364; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]).input-extra-large:focus:-moz-placeholder { color: rgba(72, 83, 100, 0.25); } input:not([type="range"]):not([type="file"]).input-extra-large::-moz-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 18px; font-size: 1.8rem; color: #485364; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]).input-extra-large:focus::-moz-placeholder { color: rgba(72, 83, 100, 0.25); } input:not([type="range"]):not([type="file"]).input-extra-large:-ms-input-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 18px; font-size: 1.8rem; color: #485364; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]).input-extra-large:focus:-ms-input-placeholder { color: rgba(72, 83, 100, 0.25); } input:not([type="range"]):not([type="file"]).input-extra-large::-webkit-input-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 18px; font-size: 1.8rem; color: #485364; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]).input-extra-large:focus::-webkit-input-placeholder { color: rgba(72, 83, 100, 0.25); } input:not([type="range"]):not([type="file"]).input-inverse { color: #ffffff; border: none; background-color: #485364; } input:not([type="range"]):not([type="file"]).input-inverse:-moz-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-size: 1.4rem; color: #ffffff; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]).input-inverse:focus:-moz-placeholder { color: rgba(255, 255, 255, 0.25); } input:not([type="range"]):not([type="file"]).input-inverse::-moz-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-size: 1.4rem; color: #ffffff; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]).input-inverse:focus::-moz-placeholder { color: rgba(255, 255, 255, 0.25); } input:not([type="range"]):not([type="file"]).input-inverse:-ms-input-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-size: 1.4rem; color: #ffffff; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]).input-inverse:focus:-ms-input-placeholder { color: rgba(255, 255, 255, 0.25); } input:not([type="range"]):not([type="file"]).input-inverse::-webkit-input-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-size: 1.4rem; color: #ffffff; letter-spacing: 0px; text-transform: none; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } input:not([type="range"]):not([type="file"]).input-inverse:focus::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.25); } /* Select */ .select { position: relative; display: block; margin: 15px 0px; color: #ffffff; } .select select { display: block; margin: 0; padding: 12px 35px 12px 15px; width: 100%; height: 40px; line-height: 1; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-size: 1.4rem; color: #485364; background: #ffffff; border: 1px solid #e1e3e8; cursor: pointer; outline: 0; border-radius: 2px; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .select select::-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; } .select select::-ms-expand { display: none; } .select:after { position: absolute; top: 50%; right: 15px; margin-top: -2.5px; width: 0; height: 0; content: ''; pointer-events: none; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #4bb3d6; } .select.select-large select { padding: 16px 35px 16px 15px; height: 50px; font-size: 14px; font-size: 1.4rem; } .select.select-inverse select { color: #ffffff; border: none; background-color: #485364; } .select.select-inverse:after { border-top: 5px solid #4bb3d6; } @media screen and (min-width:0\0) { .select select { padding: 0.5em; } .select:before, .select:after { display: none; } } @-moz-document url-prefix() { .select select { text-indent: 0.01px; text-overflow: ''; padding-right: 1rem; } .select:before { z-index: 2; position: absolute; top: 0; right: 0; bottom: 0; content: ''; pointer-events: none; width: 1em; border: 1px solid #e1e3e8; border-width: 1px 1px 1px 0px; background: #ffffff; border-radius: 0 2px 2px 0; background-clip: padding-box; } .select.large:before { width: 1.5em; } .select.inverse:before { background: #485364; } } /* Button Group */ .button-group { position: relative; display: inline-block; vertical-align: middle; } .button-group > .button { position: relative; float: left; } .button-group > .button:hover, .button-group > .button:focus, .button-group > .button:active, .button-group > .button.active { z-index: 2; } .button-group .button + .button, .button-group .button + .button-group, .button-group .button-group + .button, .button-group .button-group + .button-group { margin-left: -1px; } .button-group > .button-group { float: left; } .button-group .button:not(:first-child):not(:last-child), .button-group .button-group:not(:first-child):not(:last-child) > .button { border-radius: 0; } .button-group > .button-group:first-child > .button:last-child { border-bottom-right-radius: 0; border-top-right-radius: 0; } .button-group > .button-group:last-child > .button:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .button-group > .button:first-child { margin-left: 0; } .button-group > .button:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .button-group > .button:last-child:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .button-group-block { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .button-group-block > .button, .button-group-block > .button-group { float: none; display: table-cell; width: 1%; } .button-group-block > .button-group .button { width: 100%; } .button-group-block > .button-group .dropdown-menu { left: auto; } /* Buttons */ button, .button { display: inline-block; padding: 12px 15px; height: 40px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; font-size: 14px; font-size: 1.4rem; line-height: 1; color: #485364; text-align: center; text-transform: none; white-space: nowrap; cursor: pointer; background: #e1e3e8; border: 1px solid #d3d6dd; border-radius: 2px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } button:hover, .button:hover, button:focus, .button:focus { color: #485364; background: #c4c8d2; border: 1px solid #b6bbc7; } button:disabled, .button:disabled { cursor: no-drop; color: #d0d9d9; background: #fafbfb; border: #dee4e4; } /* * Button Sizes */ .button-small { padding: 10px 15px; height: 30px; font-size: 10px; font-size: 1rem; } .button-large { padding: 15px 24px; height: 50px; font-size: 16px; font-size: 1.6rem; } .button-extra-large { padding: 20px 30px; height: 65px; font-size: 20px; font-size: 2rem; } /* * Button Styles */ .button-inverse { color: #fafbfb; background: #485364; border: 1px solid #3d4755; } .button-inverse:hover, .button-inverse:focus { color: #fafbfb; background: #333a46; border: 1px solid #282e38; } .button-text { padding: 12px 15px; color: #485364; background: transparent !important; border: none !important; } .button-text:hover, .button-text:focus { color: #4bb3d6; } .button-primary { color: #ffffff; background: #4bb3d6; border: 1px solid #36aad1; } .button-primary:hover, .button-primary:focus { color: #485364; background: #2c9cc2; border: 1px solid #278bad; } .button-secondary { color: #ffffff; background: #3bc0c3; border: 1px solid #35adaf; } .button-secondary:hover, .button-secondary:focus { color: #485364; background: #2f999c; border: 1px solid #298688; } .button-tertiary { color: #ffffff; background: #0096d9; border: 1px solid #0084c0; } .button-tertiary:hover, .button-tertiary:focus { color: #485364; background: #0073a6; border: 1px solid #0084c0; } .button-border { color: #485364; background: transparent; border: 1px solid #485364; } .button-border:hover, .button-border:focus { color: #ffffff; border: 1px solid #485364; background: #485364; } /* * Button Indicators */ .button-error { color: #ffffff; background: #e7555d; border: 1px solid #e43f48; } .button-error:hover, .button-error:focus { color: #ffffff; background: #e12832; border: 1px solid #e43f48; } .button-warning { color: #ffffff; background: #f7ca2e; border: 1px solid #f6c415; } .button-warning:hover, .button-warning:focus { color: #ffffff; background: #e9b709; border: 1px solid #f6c415; } .button-success { color: #ffffff; background: #4bb7ae; border: 1px solid #42a69e; } .button-success:hover, .button-success:focus { color: #ffffff; background: #3b948c; border: 1px solid #42a69e; } .button-info { color: #ffffff; background: #69c3dd; border: 1px solid #54bbd8; } .button-info:hover, .button-info:focus { color: #ffffff; background: #3fb2d4; border: 1px solid #54bbd8; } /* * Button Modifiers */ .button-block { width: 100%; text-align: center; display: block; } .button-center { margin: 0 auto; display: inline-block; } /* Figure */ figure { margin: 0; padding: 15px; border: 1px solid #4bb3d6; } figure figcaption { text-align: center; margin: 10px 0px; font-size: 14px; font-size: 1.4rem; color: #485364; } /* Media */ .media { display: block; position: relative; overflow: hidden; background: #fafbfb; } .media svg, .media img, .media video, .media iframe, .media .media-inner { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; } .media-1-2 { padding-top: 200%; } .media-9-16 { padding-top: 177.77777778%; } .media-9-14 { padding-top: 155.55555556%; } .media-2-3 { padding-top: 150%; } .media-3-4 { padding-top: 133.33333333%; } .media-1 { padding-top: 100%; } .media-4-3 { padding-top: 75%; } .media-3-2 { padding-top: 66.66666667%; } .media-16-9 { padding-top: 56.25%; } .media-2-1 { padding-top: 50%; } /* Nav */ nav ul, .nav ul { list-style: none; } nav ul li, .nav ul li { margin: 10px 0px; } .nav-inline ul li { display: inline-block; margin: 10px; } /* Tables */ table { border-collapse: collapse; background: none; border-radius: 2px; } table caption { margin: 5px 10px; font-size: 14px; font-size: 1.4rem; font-weight: 600; color: #485364; text-align: left; } table thead tr th { padding: 10px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; font-size: 14px; font-size: 1.4rem; color: #485364; text-align: left; text-transform: none; } table tbody tr td { padding: 10px; font-size: 14px; font-size: 1.4rem; color: #485364; line-height: 1.5; vertical-align: middle; } table.table-bordered { border: 1px solid #e1e3e8; border-width: 1px; } table.table-bordered td { border: 1px solid #e1e3e8; border-width: 1px; } table.table-block { width: 100%; } @media (max-width: 1024px) { table.table-responsive table, table.table-responsive thead, table.table-responsive tbody, table.table-responsive th, table.table-responsive td, table.table-responsive tr { display: block; } table.table-responsive thead tr { position: absolute; top: -9999px; left: -9999px; } table.table-responsive tr { margin-bottom: 15px; border: solid #fafbfb; border-width: 0px 0px 1px 0px; } table.table-responsive td { border: none; padding: 0; position: relative; } table.table-responsive td:first-child { padding-top: 15px; } table.table-responsive td:before { position: absolute; top: 15px; left: 15px; width: 100%; white-space: nowrap; color: #4bb3d6; } table.table-responsive td:before:first-child { display: none; } table.table-responsive td:nth-of-type(2):before { content: attr(data-label); } table.table-responsive td:nth-of-type(3):before { content: attr(data-label); } table.table-responsive td:nth-of-type(4):before { content: attr(data-label); } table.table-responsive td:nth-of-type(5):before { content: attr(data-label); } table.table-responsive td:nth-of-type(6):before { content: attr(data-label); } table.table-responsive td:nth-of-type(7):before { content: attr(data-label); } table.table-responsive td:nth-of-type(8):before { content: attr(data-label); } table.table-responsive td:nth-of-type(9):before { content: attr(data-label); } }
tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/swap-origin-redirect/generic.http.html
danlrobertson/servo
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using referrer-policy/generic/template/test.release.html.template. --> <html> <head> <title>Referrer-Policy: Referrer Policy is set to 'no-referrer'</title> <meta name="description" content="Check that sub-resource never gets the referrer URL."> <!-- No meta: Referrer policy delivered via HTTP headers. --> <link rel="author" title="Kristijan Burnik" href="burnik@chromium.org"> <link rel="help" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-no-referrer"> <meta name="assert" content="The referrer URL is omitted when a document served over http requires an http sub-resource via fetch-request using the http-rp delivery method with swap-origin-redirect and when the target request is cross-origin."> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <!-- TODO(kristijanburnik): Minify and merge both: --> <script src="/referrer-policy/generic/common.js"></script> <script src="/referrer-policy/generic/referrer-policy-test-case.js?pipe=sub"></script> </head> <body> <script> ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", "target_protocol": "http", "subresource": "fetch-request", "subresource_path": "/referrer-policy/generic/subresource/xhr.py", "referrer_url": "omitted" }, document.querySelector("meta[name=assert]").content, new SanityChecker() ).start(); </script> <div id="log"></div> </body> </html>
tests/wpt/css-tests/css21_dev/xhtml1print/support/at-charset-014.css
meh/servo
@charset "UTF-8"; .平和, #div2 { color: green; }
vorbis.docset/Contents/Resources/Documents/libvorbis/return.html
tikki/vorbis-dash-docset
<html> <head> <title>libvorbis - Return Codes</title> <link rel=stylesheet href="style.css" type="text/css"> </head> <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff"> <table border=0 width=100%> <tr> <td><p class=tiny>libvorbis documentation</p></td> <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td> </tr> </table> <h1>Return Codes</h1> <p> The following return codes are <tt>#define</tt>d in "vorbis/codec.h" and may be returned by functions from libvorbis, <a href="../vorbisfile/index.html">libvorbisfile</a>, and <a href="../vorbisenc/index.html">libvorbisenc</a>. Descriptions of a code relevant to a specific function are found in the reference description of that function. <dl> <dt>OV_FALSE</dt> <dd>Not true, or no data available</dd> <dt>OV_HOLE</dt> <dd>Vorbisfile encoutered missing or corrupt data in the bitstream. Recovery is normally automatic and this return code is for informational purposes only.</dd> <dt>OV_EREAD</dt> <dd>Read error while fetching compressed data for decode</dd> <dt>OV_EFAULT</dt> <dd>Internal inconsistency in encode or decode state. Continuing is likely not possible.</dd> <dt>OV_EIMPL</dt> <dd>Feature not implemented</dd> <dt>OV_EINVAL</dt> <dd>Either an invalid argument, or incompletely initialized argument passed to a call</dd> <dt>OV_ENOTVORBIS</dt> <dd>The given file/data was not recognized as Ogg Vorbis data.</dd> <dt>OV_EBADHEADER</dt> <dd>The file/data is apparently an Ogg Vorbis stream, but contains a corrupted or undecipherable header.</dd> <dt>OV_EVERSION</dt> <dd>The bitstream format revision of the given stream is not supported.</dd> <dt>OV_EBADLINK</dt> <dd>The given link exists in the Vorbis data stream, but is not decipherable due to garbacge or corruption.</dd> <dt>OV_ENOSEEK</dt> <dd>The given stream is not seekable</dd> </dl> <br><br> <hr noshade> <table border=0 width=100%> <tr valign=top> <td><p class=tiny>copyright &copy; 2000-2010 Xiph.Org</p></td> <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td> </tr><tr> <td><p class=tiny>libvorbis documentation</p></td> <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td> </tr> </table> </body> </html>
资料/case/homework/css-adv-master/js/google-code-prettify/pygments-manni.css
jslygljy/Front-end-Teaching
.hll { background-color: #ffffcc } /*{ background: #f0f3f3; }*/ .c { color: #999; } /* Comment */ .err { color: #AA0000; background-color: #FFAAAA } /* Error */ .k { color: #006699; } /* Keyword */ .o { color: #555555 } /* Operator */ .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */ .cp { color: #009999 } /* Comment.Preproc */ .c1 { color: #999; } /* Comment.Single */ .cs { color: #999; } /* Comment.Special */ .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */ .ge { font-style: italic } /* Generic.Emph */ .gr { color: #FF0000 } /* Generic.Error */ .gh { color: #003300; } /* Generic.Heading */ .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */ .go { color: #AAAAAA } /* Generic.Output */ .gp { color: #000099; } /* Generic.Prompt */ .gs { } /* Generic.Strong */ .gu { color: #003300; } /* Generic.Subheading */ .gt { color: #99CC66 } /* Generic.Traceback */ .kc { color: #006699; } /* Keyword.Constant */ .kd { color: #006699; } /* Keyword.Declaration */ .kn { color: #006699; } /* Keyword.Namespace */ .kp { color: #006699 } /* Keyword.Pseudo */ .kr { color: #006699; } /* Keyword.Reserved */ .kt { color: #007788; } /* Keyword.Type */ .m { color: #FF6600 } /* Literal.Number */ .s { color: #d44950 } /* Literal.String */ .na { color: #4f9fcf } /* Name.Attribute */ .nb { color: #336666 } /* Name.Builtin */ .nc { color: #00AA88; } /* Name.Class */ .no { color: #336600 } /* Name.Constant */ .nd { color: #9999FF } /* Name.Decorator */ .ni { color: #999999; } /* Name.Entity */ .ne { color: #CC0000; } /* Name.Exception */ .nf { color: #CC00FF } /* Name.Function */ .nl { color: #9999FF } /* Name.Label */ .nn { color: #00CCFF; } /* Name.Namespace */ .nt { color: #2f6f9f; } /* Name.Tag */ .nv { color: #003333 } /* Name.Variable */ .ow { color: #000000; } /* Operator.Word */ .w { color: #bbbbbb } /* Text.Whitespace */ .mf { color: #FF6600 } /* Literal.Number.Float */ .mh { color: #FF6600 } /* Literal.Number.Hex */ .mi { color: #FF6600 } /* Literal.Number.Integer */ .mo { color: #FF6600 } /* Literal.Number.Oct */ .sb { color: #CC3300 } /* Literal.String.Backtick */ .sc { color: #CC3300 } /* Literal.String.Char */ .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */ .s2 { color: #CC3300 } /* Literal.String.Double */ .se { color: #CC3300; } /* Literal.String.Escape */ .sh { color: #CC3300 } /* Literal.String.Heredoc */ .si { color: #AA0000 } /* Literal.String.Interpol */ .sx { color: #CC3300 } /* Literal.String.Other */ .sr { color: #33AAAA } /* Literal.String.Regex */ .s1 { color: #CC3300 } /* Literal.String.Single */ .ss { color: #FFCC33 } /* Literal.String.Symbol */ .bp { color: #336666 } /* Name.Builtin.Pseudo */ .vc { color: #003333 } /* Name.Variable.Class */ .vg { color: #003333 } /* Name.Variable.Global */ .vi { color: #003333 } /* Name.Variable.Instance */ .il { color: #FF6600 } /* Literal.Number.Integer.Long */ .css .o, .css .o + .nt, .css .nt + .nt { color: #999; }
vendor/ruby/2.4.0/gems/kramdown-1.16.2/test/testcases/block/13_definition_list/para_wrapping.html
fernandoandreotti/cibim
<dl> <dt>term</dt> <dd> <p>definition</p> </dd> <dd>definition</dd> <dd> <p>definition</p> </dd> </dl>
www/js/dojox/mobile/themes/windows/Opener-compat.css
avz-cmf/zaboy-middleware
/* dojox.mobile.Opener */ @import url("Overlay-compat.css"); @import url("Tooltip-compat.css");
third_party/web_platform_tests/mixed-content/blockable/http-csp/same-host-http/fetch-request/top-level/keep-scheme-redirect/opt-in-blocks.https.html
youtube/cobalt
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by mixed-content/generic/tools/generate.py using mixed-content/generic/template/test.release.html.template. --> <html> <head> <title>Mixed-Content: Blockable content</title> <meta charset='utf-8'> <meta name="description" content="Test behavior of blockable content."> <link rel="author" title="Kristijan Burnik" href="burnik@chromium.org"> <link rel="help" href="http://www.w3.org/TR/mixed-content/#category-blockable"> <meta name="assert" content="opt_in_method: http-csp origin: same-host-http source_scheme: https context_nesting: top-level redirection: keep-scheme-redirect subresource: fetch-request expectation: blocked"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/mixed-content/generic/common.js"></script> <script src="/mixed-content/generic/mixed-content-test-case.js?pipe=sub"></script> </head> <body> <script> MixedContentTestCase( { "opt_in_method": "http-csp", "origin": "same-host-http", "source_scheme": "https", "context_nesting": "top-level", "redirection": "keep-scheme-redirect", "subresource": "fetch-request", "expectation": "blocked" }, document.querySelector("meta[name=assert]").content, new SanityChecker() ).start(); </script> <div id="log"></div> </body> </html>
webdriver/webdriver-w3c-tests/element_state/res/display-none-child-link.html
xiaojunwu/crosswalk-test-suite
<!DOCTYPE html> <meta charset="utf-8"> <title>display: none applies to child node links</title> <style> #parent { display: none } </style> <div id="parent"> <a id="child">hidden</a> </div>
www/images/splash.html
naveeninja/puftest
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Splash Screen</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <script type="text/javascript"> if(navigator.userAgent.match(/Mobi/) && self!=top){ top.location.href = 'http://atlanta.sensationthemes.com'; } </script> <script src="js/webfont.js.html"></script> <script> WebFont.load({ google: { families: ["Montserrat:400,700"] } }); </script> <link rel="shortcut icon" type="image/x-icon" href="images/logo.ico.html"> <link rel="apple-touch-icon" href="images/logo.ico.html"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <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-80641047-1', 'auto'); ga('send', 'pageview'); </script> </head> <body style=" text-align: center; background-color: #181d27; height: 871px; background-size: 394px, 100px; background-image: url('images/iphone.png.html'), url('images/qrcode.jpg.html'); background-repeat: no-repeat; background-position: center 40px, 20px 20px; background-attachment: local, fixed;"> <iframe src="splash.html" width="359" height="635" frameborder="0" style="border: none; margin: 0 auto; width: 359px; margin-top:112px;"></iframe> </body> </html>
_includes/head.html
xanderv87/xanderv87.github.io
<head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Backup, in lieu of jekyll-seo gem --> <title>XRV.nl | Blog</title> <meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}"> <meta name="robots" content="index, follow"> <!-- End SEO backup --> <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/main.css"> <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/syntax.css"> <link rel="canonical" href="{{ site.baseurl }}{{ page.url }}"> <link rel="apple-touch-icon" sizes="180x180" href="{{ site.baseurl }}/assets/img/simpol-favicon.png"> <link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/img/simpol-favicon.png" sizes="32x32"> <link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/img/simpol-favicon.png" sizes="16x16"> {% seo %} {% feed_meta %} </head>
public/index.html
epd/react-boilerplate
<!doctype html> <html lang="en"> <head> <meta charset="utf8"> <title>React/Redux/Webpack boilerplate.</title> </head> <body> <div id="main"></div> <script src="/app.js"></script> </body> </html>
vue/compare-vue/index.html
glandre/prototypes
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Compare Vue</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> </head> <body> <div id="app"></div> <!-- built files will be auto injected --> </body> </html>
docs/modules/_errors_invalid_type_.html
ziflex/electron-ipc-socket
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>&quot;errors/invalid-type&quot; | electron-ipc-socket</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">electron-ipc-socket</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Externals</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../globals.html">Globals</a> </li> <li> <a href="_errors_invalid_type_.html">&quot;errors/invalid-type&quot;</a> </li> </ul> <h1>External module &quot;errors/invalid-type&quot;</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section tsd-is-external"> <h3>Classes</h3> <ul class="tsd-index-list"> <li class="tsd-kind-class tsd-parent-kind-external-module tsd-is-external"><a href="../classes/_errors_invalid_type_.invalidtypeerror.html" class="tsd-kind-icon">Invalid<wbr>Type<wbr>Error</a></li> </ul> </section> </div> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../globals.html"><em>Globals</em></a> </li> <li class="label tsd-is-external"> <span>Internals</span> </li> <li class=" tsd-kind-external-module"> <a href="_event_.html">"event"</a> </li> <li class=" tsd-kind-external-module"> <a href="_inbound_request_.html">"inbound-<wbr>request"</a> </li> <li class=" tsd-kind-external-module"> <a href="_index_.html">"index"</a> </li> <li class=" tsd-kind-external-module"> <a href="_observable_.html">"observable"</a> </li> <li class=" tsd-kind-external-module"> <a href="_outbound_request_.html">"outbound-<wbr>request"</a> </li> <li class=" tsd-kind-external-module"> <a href="_socket_.html">"socket"</a> </li> <li class=" tsd-kind-external-module"> <a href="_transport_.html">"transport"</a> </li> <li class="label tsd-is-external"> <span>Externals</span> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="_errors_connection_.html">"errors/connection"</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="_errors_disposed_.html">"errors/disposed"</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="_errors_exception_.html">"errors/exception"</a> </li> <li class="current tsd-kind-external-module tsd-is-external"> <a href="_errors_invalid_type_.html">"errors/invalid-<wbr>type"</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="_errors_not_found_.html">"errors/not-<wbr>found"</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="_errors_required_.html">"errors/required"</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="_errors_socket_.html">"errors/socket"</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="_errors_timeout_.html">"errors/timeout"</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="_errors_transport_.html">"errors/transport"</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="_utils_assertions_.html">"utils/assertions"</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="../classes/_errors_invalid_type_.invalidtypeerror.html" class="tsd-kind-icon">Invalid<wbr>Type<wbr>Error</a> </li> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> <li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.10.2/extructures/0.1.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>extructures: 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.2 / extructures - 0.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> extructures <small> 0.1.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-02 03:04:00 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-02 03:04:00 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.2 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;arthur.aa@gmail.com&quot; homepage: &quot;https://github.com/arthuraa/extructures&quot; dev-repo: &quot;git+https://github.com/arthuraa/extructures.git&quot; bug-reports: &quot;https://github.com/arthuraa/extructures/issues&quot; authors: [&quot;Arthur Azevedo de Amorim&quot;] license: &quot;MIT&quot; build: [ [&quot;coq_makefile&quot; &quot;-f&quot; &quot;_CoqProject&quot; &quot;-o&quot; &quot;Makefile&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/extructures&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {(&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.9~&quot;) | (= &quot;dev&quot;)} &quot;coq-mathcomp-ssreflect&quot; {(&gt;= &quot;1.6&quot; &amp; &lt; &quot;1.8~&quot;) | (= &quot;dev&quot;)} ] tags: [ &quot;keyword:finite maps&quot; &quot;keyword:extensionality&quot; &quot;category:Computer Science/Data Types and Data Structures&quot; &quot;date:2018-04-26&quot; &quot;logpath:extructures&quot; ] synopsis: &quot;Finite data structures with extensional reasoning&quot; flags: light-uninstall url { src: &quot;https://github.com/arthuraa/extructures/archive/v0.1.0.tar.gz&quot; checksum: &quot;md5=e28ebcddf02cc35b5e70d5318f617183&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-extructures.0.1.0 coq.8.10.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.10.2). The following dependencies couldn&#39;t be met: - coq-extructures -&gt; coq (&lt; 8.9~ &amp; = dev) -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) 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-extructures.0.1.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.09.1-2.0.6/released/8.13.2/shuffle/8.8.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>shuffle: 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.13.2 / shuffle - 8.8.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> shuffle <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-02 03:01:05 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-02 03:01:05 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 conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.13.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.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/shuffle&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Shuffle&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: Gilbreath&#39;s card trick&quot; &quot;keyword: binary sequences&quot; &quot;category: Miscellaneous/Logical Puzzles and Entertainment&quot; ] authors: [ &quot;Gérard Huet&quot; ] bug-reports: &quot;https://github.com/coq-contribs/shuffle/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/shuffle.git&quot; synopsis: &quot;Gilbreath&#39;s card trick&quot; description: &quot;A full axiomatization and proof development of a non-trivial property of binary sequences, inspired from a card trick of N. Gilbreath.&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/shuffle/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=c1547f50942d7da552ff1f1f1ea94a7f&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-shuffle.8.8.0 coq.8.13.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.13.2). The following dependencies couldn&#39;t be met: - coq-shuffle -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) 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-shuffle.8.8.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>
test/default/source.css
mscharl/gulp-critical-css
.navbar-brand { critical: this; float: left; height: 50px; padding: 15px 15px; font-size: 18px; line-height: 20px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } .navbar-brand > img { display: block; } @media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { critical: this; margin-left: -15px; } } .navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; } .navbar-toggle:focus { outline: 0; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 768px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 7.5px -15px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; } @media (max-width: 767px) { .navbar-nav .open .dropdown-menu { critical: this; position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 768px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; } } .navbar-form { padding: 10px 15px; margin-top: 8px; margin-right: -15px; margin-bottom: 8px; margin-left: -15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .form-control-static { display: inline-block; } .navbar-form .input-group { display: inline-table; vertical-align: middle; } .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { critical: this; top: 0; } } @media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; } .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width: 768px) { .navbar-form { width: auto; padding-top: 0; padding-bottom: 0; margin-right: 0; margin-left: 0; border: 0; -webkit-box-shadow: none; box-shadow: none; } } .navbar-nav > li > .dropdown-menu { critical: this; margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { critical: this; margin-bottom: 0; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: 8px; margin-bottom: 8px; } .navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px; } .navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px; } .navbar-text { margin-top: 15px; margin-bottom: 15px; } @media (min-width: 768px) { .navbar-text { float: left; margin-right: 15px; margin-left: 15px; } } @media (min-width: 768px) { .navbar-left { float: left !important; } .navbar-right { float: right !important; margin-right: -15px; } .navbar-right ~ .navbar-right { margin-right: 0; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777; } .navbar-default .navbar-nav > li > a { color: #777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #ddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #555; background-color: #e7e7e7; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777; } .navbar-default .navbar-link:hover { color: #333; } .navbar-default .btn-link { color: #777; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; } .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; } .navbar-inverse { background-color: #222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #9d9d9d; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: #fff; background-color: #080808; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #9d9d9d; } .navbar-inverse .navbar-link:hover { color: #fff; } .navbar-inverse .btn-link { color: #9d9d9d; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; } .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; }
all-data/22000-22999/22833-22.html
BuzzAcademy/idioms-moe-unformatted-data
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">易於反掌</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">|<sup class="subfont">ˋ</sup> ㄩ<sup class="subfont">ˊ</sup> ㄈㄢ<sup class="subfont">ˇ</sup> ㄓㄤ<sup class="subfont">ˇ</sup></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">yì yú fǎn zhǎng</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">比喻事情非常容易做到。漢書˙卷五十一˙枚乘傳:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>變所欲為,易於反掌,安於太山。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>三國志˙卷五十二˙吳書˙諸葛瑾傳:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>陛下以關羽之親何若先帝?荊州大小孰與海內?俱應仇疾,誰當先後?若審此數,易於反掌。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>亦作<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>易如翻掌<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>、<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>易如反掌<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>。</td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">修訂本參考資料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/42f353e6ef62060fbac3d47f466162995aa0b125d8662f5dd2b721e728ea39e6.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="./39c417ec039b87535908d20a97e69437f9f77902303da518ddbfa2f064e3b494.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>
htdocs/2011/01/15/index.html
leekelleher/leekelleher.com
<!doctype html> <html lang="en" prefix="og: http://ogp.me/ns#"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Archive for posts dated '15 January 2011' | Lee Kelleher - Umbraco Consultant</title> <meta name="description" content="The personal website of Lee Kelleher; Umbraco Consultant"> <meta name="keywords" content="leekelleher,kelleher,umbraco,asp.net,c#,csharp,xslt,mvc,mvp"> <meta name="generator" content="Wyam"> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@leekelleher"> <meta name="twitter:url" property="og:url" content="https://leekelleher.com/2011/01/15/"> <meta name="twitter:title" property="og:title" content="Archive for posts dated &#x27;15 January 2011&#x27;"> <meta name="twitter:description" property="og:description" content="The personal website of Lee Kelleher; Umbraco Consultant"> <meta name="twitter:image" property="og:image" content="https://leekelleher.com/assets/img/nxnw_300x300.jpg"> <link rel="alternate" href="https://leekelleher.com/feed/" type="application/rss+xml"> <link rel="canonical" href="https://leekelleher.com/2011/01/15/"> <link rel="pingback" href="https://webmention.io/leekelleher.com/xmlrpc"> <link rel="webmention" href="https://webmention.io/leekelleher.com/webmention"> <link rel="stylesheet" href="/assets/css/style.css"> </head> <body> <header role="banner"> <p><a href="/" rel="home">Lee Kelleher</a></p> <nav> <ul> <li><a href="/about/">About</a></li> <li><a href="/now/">Now</a></li> <li><a href="/contact/">Contact</a></li> </ul> </nav> </header> <main> <section> <header> <h1>Archive for posts dated &#x27;15 January 2011&#x27;</h1> </header> <ol class="listing"> <li> <h2>January 2011</h2> <ol class="listing"> <li> <h3><a href="/2011/01/15/umbraco-on-usb-usin-iis-express-and-sqlce4/" rel="bookmark">Running Umbraco from a USB drive</a></h3> <p class="meta"> <span>Posted on <time datetime="2011-01-15T01:41&#x2B;00:00">15/01/2011</time>.</span> <span>Estimated read time: 4 minutes (550 words)</span> </p> <p class="excerpt">With the release of Umbraco 4.6 (Juno), users now have the option of using Microsoft’s new embedded database engine, SQL CE 4. This means that you don’t need to depend on using a database server (such as SQL Server [Express] or MySQL), you can run Umbraco exclusively from the file-system! Also recently released is IIS Express 7.5, (another Microsoft web technology, as part of their WebMatrix framework), which offers a lightweight version of IIS –&#8230;</p> <p class="tags"><span>Tags:</span> <a href="/tag/.net/" rel="tag" class="p-category">.NET</a>, <a href="/tag/iis/" rel="tag" class="p-category">IIS</a>, <a href="/tag/iis-express/" rel="tag" class="p-category">IIS Express</a>, <a href="/tag/sql/" rel="tag" class="p-category">sql</a>, <a href="/tag/sql-ce-4/" rel="tag" class="p-category">SQL CE 4</a>, <a href="/tag/umbraco/" rel="tag" class="p-category">Umbraco</a>, <a href="/tag/usb/" rel="tag" class="p-category">USB</a>, <a href="/tag/webmatrix/" rel="tag" class="p-category">WebMatrix</a></p> </li> </ol> </li> </ol> </section> <section id="date-archive"> <header> <h2>Year archive</h2> </header> <ol class="years"> <li> <a href="/2020/" title="2 posts published in 2020">2020</a> <ol class="months"> <li> <a href="/2020/01/" title="2 posts published in January 2020">January</a> </li> </ol> </li> <li> <a href="/2019/" title="4 posts published in 2019">2019</a> <ol class="months"> <li> <a href="/2019/01/" title="1 post published in January 2019">January</a> </li> <li> <a href="/2019/02/" title="1 post published in February 2019">February</a> </li> <li> <a href="/2019/04/" title="1 post published in April 2019">April</a> </li> <li> <a href="/2019/08/" title="1 post published in August 2019">August</a> </li> </ol> </li> <li> <a href="/2018/" title="4 posts published in 2018">2018</a> <ol class="months"> <li> <a href="/2018/01/" title="1 post published in January 2018">January</a> </li> <li> <a href="/2018/08/" title="1 post published in August 2018">August</a> </li> <li> <a href="/2018/11/" title="1 post published in November 2018">November</a> </li> <li> <a href="/2018/12/" title="1 post published in December 2018">December</a> </li> </ol> </li> <li> <a href="/2016/" title="11 posts published in 2016">2016</a> <ol class="months"> <li> <a href="/2016/03/" title="1 post published in March 2016">March</a> </li> <li> <a href="/2016/05/" title="4 posts published in May 2016">May</a> </li> <li> <a href="/2016/06/" title="2 posts published in June 2016">June</a> </li> <li> <a href="/2016/07/" title="1 post published in July 2016">July</a> </li> <li> <a href="/2016/08/" title="1 post published in August 2016">August</a> </li> <li> <a href="/2016/09/" title="1 post published in September 2016">September</a> </li> <li> <a href="/2016/10/" title="1 post published in October 2016">October</a> </li> </ol> </li> <li> <a href="/2014/" title="5 posts published in 2014">2014</a> <ol class="months"> <li> <a href="/2014/03/" title="3 posts published in March 2014">March</a> </li> <li> <a href="/2014/05/" title="1 post published in May 2014">May</a> </li> <li> <a href="/2014/11/" title="1 post published in November 2014">November</a> </li> </ol> </li> <li> <a href="/2013/" title="5 posts published in 2013">2013</a> <ol class="months"> <li> <a href="/2013/09/" title="2 posts published in September 2013">September</a> </li> <li> <a href="/2013/10/" title="1 post published in October 2013">October</a> </li> <li> <a href="/2013/11/" title="1 post published in November 2013">November</a> </li> <li> <a href="/2013/12/" title="1 post published in December 2013">December</a> </li> </ol> </li> <li> <a href="/2012/" title="2 posts published in 2012">2012</a> <ol class="months"> <li> <a href="/2012/02/" title="2 posts published in February 2012">February</a> </li> </ol> </li> <li> <a href="/2011/" title="6 posts published in 2011">2011</a> <ol class="months"> <li> <a href="/2011/01/" title="1 post published in January 2011">January</a> </li> <li> <a href="/2011/06/" title="1 post published in June 2011">June</a> </li> <li> <a href="/2011/07/" title="1 post published in July 2011">July</a> </li> <li> <a href="/2011/09/" title="2 posts published in September 2011">September</a> </li> <li> <a href="/2011/10/" title="1 post published in October 2011">October</a> </li> </ol> </li> <li> <a href="/2010/" title="5 posts published in 2010">2010</a> <ol class="months"> <li> <a href="/2010/01/" title="2 posts published in January 2010">January</a> </li> <li> <a href="/2010/04/" title="1 post published in April 2010">April</a> </li> <li> <a href="/2010/05/" title="1 post published in May 2010">May</a> </li> <li> <a href="/2010/08/" title="1 post published in August 2010">August</a> </li> </ol> </li> <li> <a href="/2009/" title="14 posts published in 2009">2009</a> <ol class="months"> <li> <a href="/2009/01/" title="1 post published in January 2009">January</a> </li> <li> <a href="/2009/02/" title="1 post published in February 2009">February</a> </li> <li> <a href="/2009/04/" title="2 posts published in April 2009">April</a> </li> <li> <a href="/2009/06/" title="2 posts published in June 2009">June</a> </li> <li> <a href="/2009/07/" title="3 posts published in July 2009">July</a> </li> <li> <a href="/2009/09/" title="3 posts published in September 2009">September</a> </li> <li> <a href="/2009/10/" title="1 post published in October 2009">October</a> </li> <li> <a href="/2009/11/" title="1 post published in November 2009">November</a> </li> </ol> </li> <li> <a href="/2008/" title="39 posts published in 2008">2008</a> <ol class="months"> <li> <a href="/2008/01/" title="1 post published in January 2008">January</a> </li> <li> <a href="/2008/02/" title="7 posts published in February 2008">February</a> </li> <li> <a href="/2008/03/" title="9 posts published in March 2008">March</a> </li> <li> <a href="/2008/04/" title="7 posts published in April 2008">April</a> </li> <li> <a href="/2008/05/" title="2 posts published in May 2008">May</a> </li> <li> <a href="/2008/06/" title="4 posts published in June 2008">June</a> </li> <li> <a href="/2008/07/" title="5 posts published in July 2008">July</a> </li> <li> <a href="/2008/08/" title="1 post published in August 2008">August</a> </li> <li> <a href="/2008/11/" title="2 posts published in November 2008">November</a> </li> <li> <a href="/2008/12/" title="1 post published in December 2008">December</a> </li> </ol> </li> <li> <a href="/2007/" title="40 posts published in 2007">2007</a> <ol class="months"> <li> <a href="/2007/01/" title="9 posts published in January 2007">January</a> </li> <li> <a href="/2007/02/" title="9 posts published in February 2007">February</a> </li> <li> <a href="/2007/03/" title="5 posts published in March 2007">March</a> </li> <li> <a href="/2007/04/" title="7 posts published in April 2007">April</a> </li> <li> <a href="/2007/05/" title="4 posts published in May 2007">May</a> </li> <li> <a href="/2007/06/" title="3 posts published in June 2007">June</a> </li> <li> <a href="/2007/11/" title="1 post published in November 2007">November</a> </li> <li> <a href="/2007/12/" title="2 posts published in December 2007">December</a> </li> </ol> </li> <li> <a href="/2006/" title="11 posts published in 2006">2006</a> <ol class="months"> <li> <a href="/2006/03/" title="1 post published in March 2006">March</a> </li> <li> <a href="/2006/04/" title="1 post published in April 2006">April</a> </li> <li> <a href="/2006/06/" title="1 post published in June 2006">June</a> </li> <li> <a href="/2006/10/" title="5 posts published in October 2006">October</a> </li> <li> <a href="/2006/11/" title="2 posts published in November 2006">November</a> </li> <li> <a href="/2006/12/" title="1 post published in December 2006">December</a> </li> </ol> </li> </ol> </section> <section id="tag-archive"> <header> <h2>Tag archive</h2> </header> <p><a href="/tag/">View a weighted tag cloud and a listing of all tags.</a></p> </section> </main> <footer role="contentinfo"> <div> <p>For any feedback, comments or questions, feel free to ask me via <a href="/contact/">my contact page</a>, on <a href="https://twitter.com/leekelleher" rel="me">Twitter</a>, or on <a href="https://github.com/leekelleher" rel="me">GitHub</a>.</p> <p>Be notified of new posts, <a href="/feed/">subscribe to my RSS feed</a>.</p> <p class="h-card">All content by <a rel="me" class="p-name u-url" href="https://leekelleher.com">Lee Kelleher</a> (<span>&copy; 2006-2021</span>) and licensed under <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en_GB" title="Creative Commons Attribution-ShareAlike 4.0 International ">Creative Commons</a>. All code snippets are licensed under the <a rel="license" href="https://opensource.org/licenses/MIT">MIT license</a>.</p> <p>This website is statically generated using <a href="https://wyam.io">Wyam</a>. All code and content for this blog is available as <a href="https://github.com/leekelleher/leekelleher.com">open source on GitHub</a>.</p> </div> </footer> <script src="//instant.page/3.0.0" type="module" defer integrity="sha384-OeDn4XE77tdHo8pGtE1apMPmAipjoxUQ++eeJa6EtJCfHlvijigWiJpD7VDPWXV1"></script> </body> </html>
src/apms-ui/src/main/webapp/packages/auxpolice/views/com/modify/table_punish.html
FOUNDERCOM/APMS
<table class="table table-striped table-bordered table-advance table-hover"> <thead> <tr> <th class="text-center bold wid120px"><i class="icon-dislike"></i> 名称 </th> <th class="text-center bold wid90px"><i class="icon-calendar"></i> 时间 </th> <th class="text-center bold wid100px"><i class="icon-home"></i> 发布单位 </th> <th class="text-center bold wid200px"><i class="icon-info"></i> 说明 </th> <th class="text-right bold wid90px"> <a href="javascript:" ng-click="entity.punishList.push({});"> <i class="fa fa-plus"></i> 增加 </a> </th> </tr> </thead> <tbody> <tr ng-repeat="item in entity['punishList']"> <td class="text-center"> <input type="text" class="form-control" ng-model="item.title" bs-tooltip data-title="名称" placeholder="名称..."> </td> <td class="text-center"> <input type="text" class="form-control" ng-model="item.date" bs-tooltip data-title="时间" placeholder="yyyy-MM-dd" bs-datepicker data-date-format="yyyy-MM-dd" data-max-date="today" data-date-type="string"> </td> <td class="text-center"> <input type="text" class="form-control" ng-model="item.dept" bs-tooltip data-title="发布单位" placeholder="发布单位..."> </td> <td> <input type="text" class="form-control" ng-model="item.desc" bs-tooltip data-title="说明" placeholder="说明..."> </td> <td class="text-center"> <a href="javascript:" class="btn btn-xs red" bs-tooltip data-title="删除" ng-click="remove($index, 'punishList', item.id, 'com.founder.bj.apms.auxpolice.entity.AuxPunish');"> <i class="fa fa-close"></i> </a> </td> </tr> </tbody> </table>
src/main/resources/org/jenkinsci/plugins/redmine_mysql_auth/RedmineSecurityRealm/help-dbServer.html
yasu-s/redmine-mysql-auth-plugin
<div> Specify the MySQL server to use for authentication. </div>
stylesheets/app.css
lzcabrera/lzcabrera-old.github.com
/* line 51, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/mixins/_semantic-grid.scss */ .c-1, .c-2, .c-3, .c-4, .c-5, .c-6, .c-7, .c-8, .c-9, .c-10, .c-11, .c-12 { float: left; } /* line 62, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/mixins/_semantic-grid.scss */ .c-1, .c-2, .c-3, .c-4, .c-5, .c-6, .c-7, .c-8, .c-9, .c-10, .c-11, .c-12 { position: relative; min-height: 1px; padding: 0 15px; } /* line 65, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/mixins/_semantic-grid.scss */ .c-1 { width: 8.33333%; } /* line 65, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/mixins/_semantic-grid.scss */ .c-2 { width: 16.66667%; } /* line 65, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/mixins/_semantic-grid.scss */ .c-3 { width: 25%; } /* line 65, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/mixins/_semantic-grid.scss */ .c-4 { width: 33.33333%; } /* line 65, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/mixins/_semantic-grid.scss */ .c-5 { width: 41.66667%; } /* line 65, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/mixins/_semantic-grid.scss */ .c-6 { width: 50%; } /* line 65, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/mixins/_semantic-grid.scss */ .c-7 { width: 58.33333%; } /* line 65, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/mixins/_semantic-grid.scss */ .c-8 { width: 66.66667%; } /* line 65, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/mixins/_semantic-grid.scss */ .c-9 { width: 75%; } /* line 65, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/mixins/_semantic-grid.scss */ .c-10 { width: 83.33333%; } /* line 65, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/mixins/_semantic-grid.scss */ .c-11 { width: 91.66667%; } /* line 65, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/mixins/_semantic-grid.scss */ .c-12 { width: 100%; } /* Requires: normalize.css */ /* Global Reset & Standards ---------------------- */ /* line 5, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 6, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ html { font-size: 62.5%; } /* line 7, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ body { background: white; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1; color: #222222; position: relative; -webkit-font-smoothing: antialiased; } /* Links ---------------------- */ /* line 11, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ a { color: #2ba6cb; text-decoration: none; line-height: inherit; } /* line 12, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ a:hover { color: #2795b6; } /* line 13, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ a:focus { color: #2ba6cb; outline: none; } /* line 14, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ p a, p a:visited { line-height: inherit; } /* Misc ---------------------- */ /* line 18, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ .left { float: left; } @media only screen and (max-width: 767px) { /* line 18, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ .left { float: none; } } /* line 21, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ .right { float: right; } @media only screen and (max-width: 767px) { /* line 21, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ .right { float: none; } } /* line 24, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ .text-left { text-align: left; } /* line 25, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ .text-right { text-align: right; } /* line 26, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ .text-center { text-align: center; } /* line 27, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ .hide { display: none; } /* line 28, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ .highlight { background: #ffff99; } /* line 30, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ #googlemap img, object, embed { max-width: none; } /* line 32, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ #map_canvas embed { max-width: none; } /* line 33, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ #map_canvas img { max-width: none; } /* line 34, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ #map_canvas object { max-width: none; } /* Reset for strange margins by default on <figure> elements */ /* line 37, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_globals.scss */ figure { margin: 0; } /* Base Type Styles Using Modular Scale ---------------------- */ /* line 3, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: 14px; direction: ltr; } /* line 10, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ p { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 14px; line-height: 1.6; margin-bottom: 17px; } /* line 11, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ p.lead { font-size: 17.5px; line-height: 1.6; margin-bottom: 17px; } /* line 13, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ aside p { font-size: 13px; line-height: 1.35; font-style: italic; } /* line 15, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; color: #222222; text-rendering: optimizeLegibility; line-height: 1.1; margin-bottom: 14px; margin-top: 14px; } /* line 23, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; } /* line 26, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ h1 { font-size: 44px; } /* line 27, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ h2 { font-size: 37px; } /* line 28, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ h3 { font-size: 27px; } /* line 29, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ h4 { font-size: 23px; } /* line 30, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ h5 { font-size: 17px; } /* line 31, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ h6 { font-size: 14px; } /* line 33, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 22px 0 21px; height: 0; } /* line 35, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ .subheader { line-height: 1.3; color: #6f6f6f; font-weight: 300; margin-bottom: 17px; } /* line 37, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ em, i { font-style: italic; line-height: inherit; } /* line 38, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ strong, b { font-weight: bold; line-height: inherit; } /* line 39, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ small { font-size: 60%; line-height: inherit; } /* line 40, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ code { font-weight: bold; background: #ffff99; } /* Lists ---------------------- */ /* line 43, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ ul, ol { font-size: 14px; line-height: 1.6; margin-bottom: 17px; list-style-position: inside; } /* line 46, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ ul li ul, ul li ol { margin-left: 20px; margin-bottom: 0; } /* line 48, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ ul.square, ul.circle, ul.disc { margin-left: 17px; } /* line 49, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ ul.square { list-style-type: square; } /* line 50, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ ul.square li ul { list-style: inherit; } /* line 52, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ ul.circle { list-style-type: circle; } /* line 53, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ ul.circle li ul { list-style: inherit; } /* line 55, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ ul.disc { list-style-type: disc; } /* line 56, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ ul.disc li ul { list-style: inherit; } /* line 58, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ ul.no-bullet { list-style: none; } /* line 59, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ ul.large li { line-height: 21px; } /* line 63, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ ol li ul, ol li ol { margin-left: 20px; margin-bottom: 0; } /* Blockquotes ---------------------- */ /* line 68, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ blockquote, blockquote p { line-height: 1.5; color: #6f6f6f; } /* line 69, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ blockquote { margin: 0 0 17px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; } /* line 70, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ blockquote cite { display: block; font-size: 13px; color: #555555; } /* line 71, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ blockquote cite:before { content: "\2014 \0020"; } /* line 72, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ blockquote cite a, blockquote cite a:visited { color: #555555; } /* line 76, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222222; border-bottom: 1px solid #ddd; cursor: help; } /* line 77, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ abbr { text-transform: none; } /* * Print styles. * * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com) */ /* line 85, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ .print-only { display: none !important; } @media print { /* line 87, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ * { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */ /* line 88, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ a, a:visited { text-decoration: underline; } /* line 89, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ a[href]:after { content: " (" attr(href) ")"; } /* line 90, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ abbr[title]:after { content: " (" attr(title) ")"; } /* line 91, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */ /* line 92, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* line 93, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ thead { display: table-header-group; } /* h5bp.com/t */ /* line 94, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ tr, img { page-break-inside: avoid; } /* line 95, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ img { max-width: 100% !important; } @page { margin: 0.5cm; } /* line 97, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ p, h2, h3 { orphans: 3; widows: 3; } /* line 98, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ h2, h3 { page-break-after: avoid; } /* line 99, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ .hide-on-print { display: none !important; } /* line 100, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_typography.scss */ .print-only { display: block !important; } } /* Requires globals.css */ /* Standard Forms ---------------------- */ /* line 6, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form { margin: 0 0 19.41641px; } /* line 8, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ .row form .row { margin: 0 -6px; } /* line 10, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ .row form .row .column, .row form .row .columns { padding: 0 6px; } /* line 12, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ .row form .row.collapse { margin: 0; } /* line 13, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ .row form .row.collapse .column, .row form .row.collapse .columns { padding: 0; } /* line 17, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ label { font-size: 14px; color: #4d4d4d; cursor: pointer; display: block; font-weight: 500; margin-bottom: 3px; } /* line 19, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ label.right { float: none; text-align: right; } /* line 20, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ label.inline { line-height: 32px; margin: 0 0 12px 0; } @media only screen and (max-width: 767px) { /* line 24, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ label.right { text-align: left; } } /* line 27, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ .prefix, .postfix { display: block; position: relative; z-index: 2; text-align: center; width: 100%; padding-top: 0; padding-bottom: 0; height: 32px; line-height: 31px; } /* line 28, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ a.button.prefix, a.button.postfix { padding-left: 0; padding-right: 0; text-align: center; } /* line 29, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ span.prefix, span.postfix { background: #f2f2f2; border: 1px solid #cccccc; } /* line 31, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ .prefix { left: 2px; -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; overflow: hidden; } /* line 32, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ .postfix { right: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; } /* line 34, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; border: 1px solid #cccccc; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 14px; margin: 0 0 12px 0; padding: 6px; height: 32px; width: 100%; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; } /* line 36, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize { font-size: 17px; padding: 4px 6px; } /* line 38, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { background: #fafafa; outline: none !important; border-color: #b3b3b3; } /* line 39, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] { background-color: #ddd; } /* line 42, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ textarea { height: auto; } /* line 44, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ select { width: 100%; } /* Fieldsets */ /* line 47, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ fieldset { border: solid 1px #ddd; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; padding: 12px 12px 0; margin: 18px 0; } /* line 49, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ fieldset legend { font-weight: bold; background: white; padding: 0 3px; margin: 0; margin-left: -3px; } /* Errors */ /* line 53, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ .error input, input.error, .error textarea, textarea.error { border-color: #c60f13; background-color: rgba(198, 15, 19, 0.1); } /* line 54, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ .error label, label.error { color: #c60f13; } /* line 55, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ .error small, small.error { display: block; padding: 6px 4px; margin-top: -13px; margin-bottom: 12px; background: #c60f13; color: #fff; font-size: 12px; font-size: 1.2rem; font-weight: bold; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; } @media only screen and (max-width: 767px) { /* line 59, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ input[type="text"].one, input[type="password"].one, input[type="date"].one, input[type="datetime"].one, input[type="email"].one, input[type="number"].one, input[type="search"].one, input[type="tel"].one, input[type="time"].one, input[type="url"].one, textarea.one, .row textarea.one { width: 100% !important; } /* line 59, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ input[type="text"].two, .row input[type="text"].two, input[type="password"].two, .row input[type="password"].two, input[type="date"].two, .row input[type="date"].two, input[type="datetime"].two, .row input[type="datetime"].two, input[type="email"].two, .row input[type="email"].two, input[type="number"].two, .row input[type="number"].two, input[type="search"].two, .row input[type="search"].two, input[type="tel"].two, .row input[type="tel"].two, input[type="time"].two, .row input[type="time"].two, input[type="url"].two, .row input[type="url"].two, textarea.two, .row textarea.two { width: 100% !important; } /* line 59, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ input[type="text"].three, .row input[type="text"].three, input[type="password"].three, .row input[type="password"].three, input[type="date"].three, .row input[type="date"].three, input[type="datetime"].three, .row input[type="datetime"].three, input[type="email"].three, .row input[type="email"].three, input[type="number"].three, .row input[type="number"].three, input[type="search"].three, .row input[type="search"].three, input[type="tel"].three, .row input[type="tel"].three, input[type="time"].three, .row input[type="time"].three, input[type="url"].three, .row input[type="url"].three, textarea.three, .row textarea.three { width: 100% !important; } /* line 59, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ input[type="text"].four, .row input[type="text"].four, input[type="password"].four, .row input[type="password"].four, input[type="date"].four, .row input[type="date"].four, input[type="datetime"].four, .row input[type="datetime"].four, input[type="email"].four, .row input[type="email"].four, input[type="number"].four, .row input[type="number"].four, input[type="search"].four, .row input[type="search"].four, input[type="tel"].four, .row input[type="tel"].four, input[type="time"].four, .row input[type="time"].four, input[type="url"].four, .row input[type="url"].four, textarea.four, .row textarea.four { width: 100% !important; } /* line 59, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ input[type="text"].five, .row input[type="text"].five, input[type="password"].five, .row input[type="password"].five, input[type="date"].five, .row input[type="date"].five, input[type="datetime"].five, .row input[type="datetime"].five, input[type="email"].five, .row input[type="email"].five, input[type="number"].five, .row input[type="number"].five, input[type="search"].five, .row input[type="search"].five, input[type="tel"].five, .row input[type="tel"].five, input[type="time"].five, .row input[type="time"].five, input[type="url"].five, .row input[type="url"].five, textarea.five, .row textarea.five { width: 100% !important; } /* line 59, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ input[type="text"].six, .row input[type="text"].six, input[type="password"].six, .row input[type="password"].six, input[type="date"].six, .row input[type="date"].six, input[type="datetime"].six, .row input[type="datetime"].six, input[type="email"].six, .row input[type="email"].six, input[type="number"].six, .row input[type="number"].six, input[type="search"].six, .row input[type="search"].six, input[type="tel"].six, .row input[type="tel"].six, input[type="time"].six, .row input[type="time"].six, input[type="url"].six, .row input[type="url"].six, textarea.six, .row textarea.six { width: 100% !important; } /* line 59, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ input[type="text"].seven, .row input[type="text"].seven, input[type="password"].seven, .row input[type="password"].seven, input[type="date"].seven, .row input[type="date"].seven, input[type="datetime"].seven, .row input[type="datetime"].seven, input[type="email"].seven, .row input[type="email"].seven, input[type="number"].seven, .row input[type="number"].seven, input[type="search"].seven, .row input[type="search"].seven, input[type="tel"].seven, .row input[type="tel"].seven, input[type="time"].seven, .row input[type="time"].seven, input[type="url"].seven, .row input[type="url"].seven, textarea.seven, .row textarea.seven { width: 100% !important; } /* line 59, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ input[type="text"].eight, .row input[type="text"].eight, input[type="password"].eight, .row input[type="password"].eight, input[type="date"].eight, .row input[type="date"].eight, input[type="datetime"].eight, .row input[type="datetime"].eight, input[type="email"].eight, .row input[type="email"].eight, input[type="number"].eight, .row input[type="number"].eight, input[type="search"].eight, .row input[type="search"].eight, input[type="tel"].eight, .row input[type="tel"].eight, input[type="time"].eight, .row input[type="time"].eight, input[type="url"].eight, .row input[type="url"].eight, textarea.eight, .row textarea.eight { width: 100% !important; } /* line 59, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ input[type="text"].nine, .row input[type="text"].nine, input[type="password"].nine, .row input[type="password"].nine, input[type="date"].nine, .row input[type="date"].nine, input[type="datetime"].nine, .row input[type="datetime"].nine, input[type="email"].nine, .row input[type="email"].nine, input[type="number"].nine, .row input[type="number"].nine, input[type="search"].nine, .row input[type="search"].nine, input[type="tel"].nine, .row input[type="tel"].nine, input[type="time"].nine, .row input[type="time"].nine, input[type="url"].nine, .row input[type="url"].nine, textarea.nine, .row textarea.nine { width: 100% !important; } /* line 59, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ input[type="text"].ten, .row input[type="text"].ten, input[type="password"].ten, .row input[type="password"].ten, input[type="date"].ten, .row input[type="date"].ten, input[type="datetime"].ten, .row input[type="datetime"].ten, input[type="email"].ten, .row input[type="email"].ten, input[type="number"].ten, .row input[type="number"].ten, input[type="search"].ten, .row input[type="search"].ten, input[type="tel"].ten, .row input[type="tel"].ten, input[type="time"].ten, .row input[type="time"].ten, input[type="url"].ten, .row input[type="url"].ten, textarea.ten, .row textarea.ten { width: 100% !important; } /* line 59, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ input[type="text"].eleven, .row input[type="text"].eleven, input[type="password"].eleven, .row input[type="password"].eleven, input[type="date"].eleven, .row input[type="date"].eleven, input[type="datetime"].eleven, .row input[type="datetime"].eleven, input[type="email"].eleven, .row input[type="email"].eleven, input[type="number"].eleven, .row input[type="number"].eleven, input[type="search"].eleven, .row input[type="search"].eleven, input[type="tel"].eleven, .row input[type="tel"].eleven, input[type="time"].eleven, .row input[type="time"].eleven, input[type="url"].eleven, .row input[type="url"].eleven, textarea.eleven, .row textarea.eleven { width: 100% !important; } /* line 59, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ input[type="text"].twelve, .row input[type="text"].twelve, input[type="password"].twelve, .row input[type="password"].twelve, input[type="date"].twelve, .row input[type="date"].twelve, input[type="datetime"].twelve, .row input[type="datetime"].twelve, input[type="email"].twelve, .row input[type="email"].twelve, input[type="number"].twelve, .row input[type="number"].twelve, input[type="search"].twelve, .row input[type="search"].twelve, input[type="tel"].twelve, .row input[type="tel"].twelve, input[type="time"].twelve, .row input[type="time"].twelve, input[type="url"].twelve, .row input[type="url"].twelve, textarea.twelve, .row textarea.twelve { width: 100% !important; } } /* Custom Forms ---------------------- */ /* line 65, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom { /* Custom input, disabled */ } /* line 67, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom span.custom { display: inline-block; width: 16px; height: 16px; position: relative; top: 2px; border: solid 1px #ccc; background: #fff; } /* line 69, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom span.custom.radio { -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; } /* line 71, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom span.custom.checkbox:before { content: ""; display: block; line-height: 0.8; height: 14px; width: 14px; text-align: center; position: absolute; top: 0; left: 0; font-size: 14px; color: #fff; } /* line 74, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom span.custom.radio.checked:before { content: ""; display: block; width: 8px; height: 8px; -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; background: #222; position: relative; top: 3px; left: 3px; } /* line 77, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom span.custom.checkbox.checked:before { content: "\00d7"; color: #222; } /* line 80, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown { display: block; position: relative; width: auto; height: 28px; margin-bottom: 9px; margin-top: 2px; } /* line 82, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown a.current { display: block; width: auto; line-height: 26px; min-height: 28px; padding: 0; padding-left: 6px; padding-right: 38px; border: solid 1px #ddd; color: #141414; background-color: #fff; white-space: nowrap; } /* line 83, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown a.selector { position: absolute; width: 27px; height: 28px; display: block; right: 0; top: 0; border: solid 1px #ddd; } /* line 84, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown a.selector:after { content: ""; display: block; content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: #aaaaaa transparent transparent transparent; position: absolute; left: 50%; top: 50%; margin-top: -2px; margin-left: -5px; } /* line 87, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: #222222 transparent transparent transparent; } /* line 90, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown.open ul { display: block; z-index: 10; } /* line 92, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown.small { width: 134px !important; } /* line 93, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown.medium { width: 254px !important; } /* line 94, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown.large { width: 434px !important; } /* line 95, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown.expand { width: 100% !important; } /* line 97, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown.open.small ul { width: 134px !important; } /* line 98, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown.open.medium ul { width: 254px !important; } /* line 99, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown.open.large ul { width: 434px !important; } /* line 100, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown.open.expand ul { width: 100% !important; } /* line 103, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown ul { position: absolute; width: auto; display: none; margin: 0; left: 0; top: 27px; margin: 0; padding: 0; background: #fff; background: rgba(255, 255, 255, 0.95); border: solid 1px #cccccc; } /* line 105, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown ul li { color: #555; font-size: 13px; cursor: pointer; padding: 3px; padding-left: 6px; padding-right: 38px; min-height: 18px; line-height: 18px; margin: 0; white-space: nowrap; list-style: none; } /* line 106, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown ul li.selected { background: #cdebf5; color: #000; } /* line 107, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown ul li.selected:after { content: "\2013"; position: absolute; right: 10px; } /* line 109, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown ul li:hover { background-color: #e3f4f9; color: #222; } /* line 110, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown ul li:hover:after { content: "\2013"; position: absolute; right: 10px; color: #8ed3e7; } /* line 112, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown ul li.selected:hover { background: #cdebf5; cursor: default; color: #000; } /* line 113, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown ul li.selected:hover:after { color: #000; } /* line 115, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown ul.show { display: block; } /* line 119, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom .custom.disabled { background-color: #ddd; } /* Correct FF custom dropdown height */ @-moz-document url-prefix() { /* line 124, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ form.custom div.custom.dropdown a.selector { height: 30px; } } /* line 126, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/common/_forms.scss */ .lt-ie9 form.custom div.custom.dropdown a.selector { height: 30px; } /* The Grid ---------------------- */ /* line 3, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row { width: 1000px; max-width: 100%; min-width: 768px; margin: 0 auto; } /* line 4, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; } /* line 7, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row.collapse .column, .row.collapse .columns { padding: 0; } /* line 9, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; } /* line 10, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .row.collapse { margin: 0; } /* line 14, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .column, .columns { float: left; min-height: 1px; padding: 0 15px; position: relative; } /* line 15, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .column.centered, .columns.centered { float: none; margin: 0 auto; } /* line 18, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ [class*="column"] + [class*="column"]:last-child { float: right; } /* line 19, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ [class*="column"] + [class*="column"].end { float: left; } /* line 23, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .one, .row .one { width: 8.33333%; } /* line 23, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .two, .row .two { width: 16.66667%; } /* line 23, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .three, .row .three { width: 25%; } /* line 23, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .four, .row .four { width: 33.33333%; } /* line 23, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .five, .row .five { width: 41.66667%; } /* line 23, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .six, .row .six { width: 50%; } /* line 23, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .seven, .row .seven { width: 58.33333%; } /* line 23, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .eight, .row .eight { width: 66.66667%; } /* line 23, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .nine, .row .nine { width: 75%; } /* line 23, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .ten, .row .ten { width: 83.33333%; } /* line 23, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .eleven, .row .eleven { width: 91.66667%; } /* line 23, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .twelve, .row .twelve { width: 100%; } /* line 36, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .offset-by-one { margin-left: 8.33333%; } /* line 36, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .offset-by-two { margin-left: 16.66667%; } /* line 36, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .offset-by-three { margin-left: 25%; } /* line 36, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .offset-by-four { margin-left: 33.33333%; } /* line 36, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .offset-by-five { margin-left: 41.66667%; } /* line 36, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .offset-by-six { margin-left: 50%; } /* line 36, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .offset-by-seven { margin-left: 58.33333%; } /* line 36, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .offset-by-eight { margin-left: 66.66667%; } /* line 36, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .offset-by-nine { margin-left: 75%; } /* line 36, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .offset-by-ten { margin-left: 83.33333%; } /* line 42, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .push-two { left: 16.66667%; } /* line 43, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .pull-two { right: 16.66667%; } /* line 42, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .push-three { left: 25%; } /* line 43, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .pull-three { right: 25%; } /* line 42, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .push-four { left: 33.33333%; } /* line 43, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .pull-four { right: 33.33333%; } /* line 42, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .push-five { left: 41.66667%; } /* line 43, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .pull-five { right: 41.66667%; } /* line 42, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .push-six { left: 50%; } /* line 43, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .pull-six { right: 50%; } /* line 42, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .push-seven { left: 58.33333%; } /* line 43, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .pull-seven { right: 58.33333%; } /* line 42, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .push-eight { left: 66.66667%; } /* line 43, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .pull-eight { right: 66.66667%; } /* line 42, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .push-nine { left: 75%; } /* line 43, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .pull-nine { right: 75%; } /* line 42, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .push-ten { left: 83.33333%; } /* line 43, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .pull-ten { right: 83.33333%; } /* line 46, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ img, object, embed { max-width: 100%; height: auto; } /* line 47, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ object, embed { height: 100%; } /* line 48, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ img { -ms-interpolation-mode: bicubic; } /* line 49, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ #map_canvas img, .map_canvas img { max-width: none!important; } /* Nicolas Gallagher's micro clearfix */ /* line 52, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row { *zoom: 1; } /* line 4, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/mixins/_clearfix.scss */ .row:before, .row:after { content: ""; display: table; } /* line 5, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/mixins/_clearfix.scss */ .row:after { clear: both; } /* Mobile Grid and Overrides ---------------------- */ @media only screen and (max-width: 767px) { /* line 57, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; } /* line 59, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; } /* line 60, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .column, .columns { width: auto !important; float: none; } /* line 61, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .column:last-child, .columns:last-child { float: none; } /* line 62, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ [class*="column"] + [class*="column"]:last-child { float: none; } /* line 63, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .column:before, .columns:before, .column:after, .columns:after { content: ""; display: table; } /* line 64, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .column:after, .columns:after { clear: both; } /* line 67, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten { margin-left: 0 !important; } /* line 68, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; } /* line 69, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; } /* Mobile 4-column Grid */ /* line 82, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .mobile-one { width: 25% !important; float: left; padding: 0 15px; } /* line 83, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .mobile-one:last-child { float: right; } /* line 86, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row.collapse .mobile-one { padding: 0; } /* line 82, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .mobile-two { width: 50% !important; float: left; padding: 0 15px; } /* line 83, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .mobile-two:last-child { float: right; } /* line 86, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row.collapse .mobile-two { padding: 0; } /* line 82, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .mobile-three { width: 75% !important; float: left; padding: 0 15px; } /* line 83, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .mobile-three:last-child { float: right; } /* line 86, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row.collapse .mobile-three { padding: 0; } /* line 82, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .mobile-four { width: 100% !important; float: left; padding: 0 15px; } /* line 83, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row .mobile-four:last-child { float: right; } /* line 86, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .row.collapse .mobile-four { padding: 0; } /* line 91, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .push-one-mobile { left: 25%; } /* line 92, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .pull-one-mobile { right: 25%; } /* line 91, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .push-two-mobile { left: 50%; } /* line 92, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .pull-two-mobile { right: 50%; } /* line 91, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .push-three-mobile { left: 75%; } /* line 92, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .pull-three-mobile { right: 75%; } } /* Block Grids ---------------------- */ /* These are 2-up, 3-up, 4-up and 5-up ULs, suited for repeating blocks of content. Add 'mobile' to them to switch them just like the layout grid (one item per line) on phones For IE7/8 compatibility block-grid items need to be the same height. You can optionally uncomment the lines below to support arbitrary height, but know that IE7/8 do not support :nth-child. -------------------------------------------------- */ /* line 109, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid { display: block; overflow: hidden; padding: 0; } /* line 111, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid > li { display: block; height: auto; float: left; } /* line 112, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.one-up { margin: 0; } /* line 113, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.one-up > li { width: 100%; padding: 0 0 15px; } /* line 116, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.two-up { margin: 0 -15px; } /* line 117, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.two-up > li { width: 50%; padding: 0 15px 15px; } /* line 118, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.two-up > li:nth-child(2n+1) { clear: both; } /* line 122, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.three-up { margin: 0 -12px; } /* line 123, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.three-up > li { width: 33.33%; padding: 0 12px 12px; } /* line 124, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.three-up > li:nth-child(3n+1) { clear: both; } /* line 128, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.four-up { margin: 0 -10px; } /* line 129, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.four-up > li { width: 25%; padding: 0 10px 10px; } /* line 130, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.four-up > li:nth-child(4n+1) { clear: both; } /* line 134, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.five-up { margin: 0 -8px; } /* line 135, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.five-up > li { width: 20%; padding: 0 8px 8px; } /* line 136, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.five-up > li:nth-child(5n+1) { clear: both; } /* Mobile Block Grids */ @media only screen and (max-width: 767px) { /* line 144, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.mobile > li { float: none; width: 100%; margin-left: 0; } /* line 148, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid > li { clear: none !important; } /* line 149, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.mobile-two-up > li { width: 50%; } /* line 150, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.mobile-two-up > li:nth-child(2n+1) { clear: both; } /* line 153, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.mobile-three-up > li { width: 33.33%; } /* line 154, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.mobile-three-up > li:nth-child(3n+1) { clear: both !important; } /* line 157, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.mobile-four-up > li { width: 25%; } /* line 158, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.mobile-four-up > li:nth-child(4n+1) { clear: both; } /* line 162, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/_grid.scss */ .block-grid.mobile-five-up > li:nth-child(5n+1) { clear: both; } } /* Requires globals.css */ /* Normal Buttons ---------------------- */ /* line 6, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button { width: auto; background: #2ba6cb; border: 1px solid #1e728c; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; color: white; cursor: pointer; display: inline-block; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: bold; line-height: 1; margin: 0; outline: none; padding: 10px 20px 11px; position: relative; text-align: center; text-decoration: none; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; /* Hovers */ /* Sizes */ /* Colors */ /* Radii */ /* Layout */ /* Disabled ---------- */ } /* line 9, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button:hover { color: white; background-color: #2284a1; } /* line 10, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button:active { -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; } /* line 11, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button:focus { -webkit-box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset; color: white; } /* line 14, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.large { font-size: 17px; padding: 15px 30px 16px; } /* line 15, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.medium { font-size: 14px; } /* line 16, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.small { font-size: 11px; padding: 7px 14px 8px; } /* line 17, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.tiny { font-size: 10px; padding: 5px 10px 6px; } /* line 18, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.expand { width: 100%; text-align: center; } /* line 21, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.primary { background-color: #2ba6cb; border: 1px solid #1e728c; } /* line 22, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.primary:hover { background-color: #2284a1; } /* line 23, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.primary:focus { -webkit-box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset; } /* line 25, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.success { background-color: #5da423; border: 1px solid #396516; } /* line 26, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.success:hover { background-color: #457a1a; } /* line 27, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.success:focus { -webkit-box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset; } /* line 29, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.alert { background-color: #c60f13; border: 1px solid #7f0a0c; } /* line 30, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.alert:hover { background-color: #970b0e; } /* line 31, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.alert:focus { -webkit-box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; } /* line 33, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.secondary { background-color: #e9e9e9; color: #1d1d1d; border: 1px solid #c3c3c3; } /* line 34, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.secondary:hover { background-color: #d0d0d0; } /* line 35, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.secondary:focus { -webkit-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset; } /* line 39, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } /* line 40, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.round { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; } /* line 43, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.full-width { width: 100%; text-align: center; padding-left: 0px !important; padding-right: 0px !important; } /* line 44, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.left-align { text-align: left; text-indent: 12px; } /* line 47, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.disabled, .button[disabled] { opacity: 0.6; cursor: default; background: #2ba6cb; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /* line 48, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.disabled :hover, .button[disabled] :hover { background: #2ba6cb; } /* line 50, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.disabled.success, .button[disabled].success { background-color: #5da423; } /* line 51, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.disabled.success:hover, .button[disabled].success:hover { background-color: #5da423; } /* line 53, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.disabled.alert, .button[disabled].alert { background-color: #c60f13; } /* line 54, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.disabled.alert:hover, .button[disabled].alert:hover { background-color: #c60f13; } /* line 56, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.disabled.secondary, .button[disabled].secondary { background-color: #e9e9e9; } /* line 57, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.disabled.secondary:hover, .button[disabled].secondary:hover { background-color: #e9e9e9; } /* Don't use native buttons on iOS */ /* line 63, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ input[type=submit].button, button.button { -webkit-appearance: none; } @media only screen and (max-width: 767px) { /* line 66, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button { display: block; } /* line 67, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ button.button, input[type="submit"].button { width: 100%; padding-left: 0; padding-right: 0; } } /* Correct FF button padding */ @-moz-document url-prefix() { /* line 72, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; padding: 0; } /* line 73, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ input[type="submit"].tiny.button { padding: 3px 10px 4px; } /* line 74, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ input[type="submit"].small.button { padding: 5px 14px 6px; } /* line 75, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ input[type="submit"].button, input[type=submit].medium.button { padding: 8px 20px 9px; } /* line 76, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ input[type="submit"].large.button { padding: 13px 30px 14px; } } /* Buttons with Dropdowns ---------------------- */ /* line 81, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown { position: relative; padding-right: 44px; /* Sizes */ /* Triangles */ /* Flyout List */ /* Split Dropdown Buttons */ } /* line 84, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.large { padding-right: 60px; } /* line 85, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.small { padding-right: 28px; } /* line 86, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.tiny { padding-right: 20px; } /* line 89, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: white transparent transparent transparent; position: absolute; top: 50%; right: 20px; margin-top: -2px; } /* line 90, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.large:after { content: ""; display: block; width: 0; height: 0; border: solid 7px; border-color: white transparent transparent transparent; margin-top: -3px; right: 30px; } /* line 91, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.small:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: white transparent transparent transparent; margin-top: -2px; right: 14px; } /* line 92, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.tiny:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: white transparent transparent transparent; margin-top: -1px; right: 10px; } /* line 95, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown > ul { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; display: none; position: absolute; left: -1px; background: #fff; background: rgba(255, 255, 255, 0.95); list-style: none; margin: 0; padding: 0; border: 1px solid #cccccc; border-top: none; min-width: 100%; z-index: 40; } /* line 97, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown > ul li { width: 100%; cursor: pointer; padding: 0; min-height: 18px; line-height: 18px; margin: 0; white-space: nowrap; list-style: none; } /* line 98, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown > ul li a { display: block; color: #555; font-size: 13px; font-weight: normal; padding: 6px 14px; text-align: left; } /* line 99, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown > ul li:hover { background-color: #e3f4f9; color: #222; } /* line 100, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown > ul li.divider { min-height: 0; padding: 0; height: 1px; margin: 4px 0; background: #ededed; } /* line 104, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.up > ul { border-top: 1px solid #cccccc; border-bottom: none; } /* line 106, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown ul.no-hover.show-dropdown { display: block !important; } /* line 108, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown:hover > ul.no-hover { display: none; } /* line 114, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split { padding: 0; position: relative; /* Sizes */ /* Triangle Spans */ /* Colors */ } /* line 116, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split:after { display: none; } /* line 117, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split:hover { background-color: #2ba6cb; } /* line 118, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split.alert:hover { background-color: #c60f13; } /* line 119, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split.success:hover { background-color: #5da423; } /* line 120, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split.secondary:hover { background-color: #e9e9e9; } /* line 123, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split > a { color: white; display: block; padding: 10px 50px 11px 20px; padding-left: 20px; padding-right: 50px; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; } /* line 124, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split > a:hover { background-color: #2284a1; } /* line 126, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split.large > a { padding: 15px 75px 16px 30px; padding-left: 30px; padding-right: 75px; } /* line 127, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split.small > a { padding: 7px 35px 8px 14px; padding-left: 14px; padding-right: 35px; } /* line 128, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split.tiny > a { padding: 5px 25px 6px 10px; padding-left: 10px; padding-right: 25px; } /* line 131, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split > span { background-color: #2ba6cb; position: absolute; right: 0; top: 0; height: 100%; width: 30px; border-left: 1px solid #1e728c; -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; } /* line 132, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split > span:hover { background-color: #2284a1; } /* line 133, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split > span:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: white transparent transparent transparent; position: absolute; top: 50%; left: 50%; margin-left: -6px; margin-top: -2px; } /* line 135, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split.secondary > span:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: #1d1d1d transparent transparent transparent; } /* line 137, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split.large span { width: 45px; } /* line 138, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split.small span { width: 21px; } /* line 139, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split.tiny span { width: 15px; } /* line 141, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split.large span:after { content: ""; display: block; width: 0; height: 0; border: solid 7px; border-color: white transparent transparent transparent; margin-top: -3px; margin-left: -7px; } /* line 142, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split.small span:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: white transparent transparent transparent; margin-top: -1px; margin-left: -4px; } /* line 143, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split.tiny span:after { content: ""; display: block; width: 0; height: 0; border: solid 3px; border-color: white transparent transparent transparent; margin-top: -1px; margin-left: -3px; } /* line 146, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split.alert > span { background-color: #c60f13; border-left-color: #7f0a0c; } /* line 147, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split.success > span { background-color: #5da423; border-left-color: #396516; } /* line 148, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split.secondary > span { background-color: #e9e9e9; border-left-color: #c3c3c3; } /* line 149, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split.secondary > a { color: #1d1d1d; } /* line 151, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split.alert > a:hover, .button.dropdown.split.alert > span:hover { background-color: #970b0e; } /* line 152, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split.success > a:hover, .button.dropdown.split.success > span:hover { background-color: #457a1a; } /* line 153, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button.dropdown.split.secondary > a:hover, .button.dropdown.split.secondary > span:hover { background-color: #d0d0d0; } /* Button Groups ---------------------- */ /* line 159, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ ul.button-group { list-style: none; padding: 0; margin: 0 0 12px; *zoom: 1; } /* line 4, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/mixins/_clearfix.scss */ ul.button-group:before, ul.button-group:after { content: ""; display: table; } /* line 5, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/mixins/_clearfix.scss */ ul.button-group:after { clear: both; } /* line 161, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ ul.button-group li { padding: 0; margin: 0 0 0 -1px; float: left; } /* line 162, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ ul.button-group li:first-child { margin-left: 0; } /* line 167, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ ul.button-group.radius li a.button, ul.button-group.radius li a.button.radius, ul.button-group.radius li a.button-rounded { -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; } /* line 170, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ ul.button-group.radius li:first-child a.button, ul.button-group.radius li:first-child a.button.radius { -moz-border-radius-left3px: 5px; -webkit-border-left-3px-radius: 5px; border-left-3px-radius: 5px; } /* line 171, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ ul.button-group.radius li:first-child a.button.rounded { -moz-border-radius-left1000px: 5px; -webkit-border-left-1000px-radius: 5px; border-left-1000px-radius: 5px; } /* line 174, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ ul.button-group.radius li:last-child a.button, ul.button-group.radius li:last-child a.button.radius { -moz-border-radius-right3px: 5px; -webkit-border-right-3px-radius: 5px; border-right-3px-radius: 5px; } /* line 175, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ ul.button-group.radius li:last-child a.button.rounded { -moz-border-radius-right1000px: 5px; -webkit-border-right-1000px-radius: 5px; border-right-1000px-radius: 5px; } /* line 180, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ ul.button-group.even a.button { width: 100%; } /* line 181, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ ul.button-group.even.two-up li { width: 50%; } /* line 182, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ ul.button-group.even.three-up li { width: 33.3%; } /* line 183, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ ul.button-group.even.three-up li:first-child { width: 33.4%; } /* line 184, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ ul.button-group.even.four-up li { width: 25%; } /* line 185, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ ul.button-group.even.five-up li { width: 20%; } @media only screen and (max-width: 767px) { /* line 191, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button-group button.button, .button-group input[type="submit"].button { width: auto; padding: 10px 20px 11px; } /* line 192, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button-group button.button.large, .button-group input[type="submit"].button.large { padding: 15px 30px 16px; } /* line 193, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button-group button.button.medium, .button-group input[type="submit"].button.medium { padding: 10px 20px 11px; } /* line 194, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button-group button.button.small, .button-group input[type="submit"].button.small { padding: 7px 14px 8px; } /* line 195, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button-group button.button.tiny, .button-group input[type="submit"].button.tiny { padding: 5px 10px 6px; } /* line 197, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ .button-group.even button.button, .button-group.even input[type="submit"].button { width: 100%; padding-left: 0; padding-right: 0; } } /* line 201, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ div.button-bar { overflow: hidden; } /* line 202, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ div.button-bar ul.button-group { float: left; margin-right: 8px; } /* line 203, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_buttons.scss */ div.button-bar ul.button-group:last-child { margin-left: 0; } /* Requires globals.css */ /* line 4, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar { height: 40px; background: #4d4d4d; margin-top: 20px; padding: 0; } /* line 6, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li { float: left; display: block; position: relative; padding: 0; margin: 0; border: 1px solid #333333; border-right: none; line-height: 38px; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; } /* line 8, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li:first-child { -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; } /* line 9, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li:last-child { border-right: solid 1px #333333; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); } /* line 11, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li.active { background: #2ba6cb; border-color: #2284a1; } /* line 12, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li.active > a { color: white; cursor: default; } /* line 13, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li.active:hover { background: #2ba6cb; cursor: default; } /* line 15, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li:hover { background: #333333; } /* line 17, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li > a { color: #e6e6e6; } /* line 18, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li ul { margin-bottom: 0; } /* line 19, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li .flyout { display: none; } /* line 22, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li.has-flyout > a:first-child { padding-right: 40px; position: relative; } /* line 23, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: #e6e6e6 transparent transparent transparent; position: absolute; right: 20px; top: 17px; } /* line 25, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li.has-flyout > a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: 20px; z-index: 2; display: block; } /* line 27, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li.has-flyout.is-touch > a:first-child { padding-right: 55px; } /* line 28, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li.has-flyout.is-touch > a.flyout-toggle { border-left: 1px dashed #666; } /* line 33, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li > a:first-child { position: relative; padding: 0 20px; display: block; text-decoration: none; font-size: 14px; } /* line 34, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li > input { margin: 0 10px; } /* line 36, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar.vertical { height: auto; margin-top: 0; } /* line 38, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar.vertical > li { float: none; border-bottom: none; border-right: solid 1px #333333; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /* line 40, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar.vertical > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: transparent transparent transparent #e6e6e6; } /* line 41, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar.vertical > li .flyout { left: 100%; top: -1px; } /* line 42, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar.vertical > li .flyout.right { left: auto; right: 100%; } /* line 44, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar.vertical > li.active { border-right: solid 1px #2284a1; } /* line 45, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar.vertical > li:last-child { border-bottom: solid 1px #333333; } /* line 51, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .flyout { background: #f2f2f2; padding: 20px; margin: 0; border: 1px solid #d9d9d9; position: absolute; top: 39px; left: -1px; width: 250px; z-index: 40; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); /* remove margin on any first-child element */ /* remove margin on last element */ } /* line 53, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .flyout p { line-height: 1.2; font-size: 13px; } /* line 54, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .flyout *:first-child { margin-top: 0; } /* line 55, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .flyout *:last-child { margin-bottom: 0; } /* line 57, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .flyout.small { width: 166.66667px; } /* line 58, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .flyout.large { width: 437.5px; } /* line 60, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .flyout.right { left: auto; right: -2px; } /* line 61, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .flyout.left { right: auto; left: -2px; } /* line 62, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .flyout.up { top: auto; bottom: 39px; } /* line 66, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ ul.flyout, .nav-bar li ul { padding: 0; list-style: none; } /* line 68, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ ul.flyout li, .nav-bar li ul li { border-left: solid 3px #CCC; } /* line 69, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ ul.flyout li a, .nav-bar li ul li a { background: #f2f2f2; border: 1px solid #e6e6e6; border-width: 1px 1px 0 0; color: #555; display: block; font-size: 14px; height: auto; line-height: 1; padding: 15px 20px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; } /* line 70, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ ul.flyout li a:hover, .nav-bar li ul li a:hover { background: #ebebeb; color: #333; } /* line 72, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ ul.flyout li.active, .nav-bar li ul li.active { margin-top: 0; border-top: 1px solid #4d4d4d; border-left: 4px solid #1a1a1a; } /* line 73, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ ul.flyout li.active a, .nav-bar li ul li.active a { background: #4d4d4d; border: none; color: #fff; height: auto; margin: 0; position: static; top: 0; -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; } /* Mobile Styles */ @media only screen and (max-device-width: 1280px) { /* line 82, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .touch .nav-bar li.has-flyout > a { padding-right: 36px !important; } } @media only screen and (max-width: 1279px) and (min-width: 768px) { /* line 86, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .touch .nav-bar li a { font-size: 13px; font-size: 1.3rem; } /* line 87, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .touch .nav-bar li.has-flyout > a.flyout-toggle { padding: 20px !important; } /* line 88, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .touch .nav-bar li.has-flyout > a { padding-right: 36px !important; } } @media only screen and (max-width: 767px) { /* line 92, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar { height: auto; } /* line 94, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li { float: none; display: block; border-right: none; } /* line 95, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li > a.main { text-align: left; border-top: 1px solid #ddd; border-right: none; } /* line 96, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li:first-child > a.main { border-top: none; } /* line 97, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li.has-flyout > a.flyout-toggle { position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; display: block; } /* line 98, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span { content: ""; width: 0; height: 0; display: block; } /* line 99, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar > li.has-flyout > a.flyout-toggle:hover span { border-top-color: #141414; } /* line 100, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .nav-bar.vertical > li.has-flyout > .flyout { left: 0; } /* line 103, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .flyout { position: relative; width: 100% !important; top: auto; margin-right: -2px; border-width: 1px 1px 0 1px; } /* line 105, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .flyout.right { float: none; right: auto; left: -1px; } /* line 106, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .flyout.small, .flyout.large { width: 100% !important; } /* line 107, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_navbar.scss */ .flyout p:last-child { margin-bottom: 18px; } } /* Foundation Top Bar Requires: -jquery.foundation.topbar.js Notes: - <nav class="top-bar"> can have .fixed added to make it stick to the top of viewport. Can add .contain-to-grid to top-bar to make it full width but content on grid. - <li class="name"> creates a branding area that can be linked to homepage - Can include text, image or both inside this <li>. - <li class="divider"> creates a divider between nav items, add margins for space - <li class="search"> Needs to hold a <form> which can use .row.collapse and pre/postfix buttons or default type="search" */ /* <nav> */ /* line 16, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar { background: #222222; height: 45px; line-height: 45px; margin: 0 0 30px; padding: 0; width: 100%; /* Contain width to .row width */ /* First <ul> for branding, title, name, etc */ /* topbar global <ul> styles */ /* Style for when you add 'fixed' as a class to .top-bar */ } /* line 19, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar.contain-to-grid { margin: 0 auto; position: relative; width: 1000px; /* Get the black bar to extend all the way */ /* Contained and fixed at the top */ } /* line 22, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar.contain-to-grid:before, .top-bar.contain-to-grid:after { background: #222222; content: ""; display: block; height: 45px; position: absolute; width: 1000px; } /* line 23, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar.contain-to-grid:before { left: -100%; } /* line 24, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar.contain-to-grid:after { right: -100%; } /* line 27, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar.contain-to-grid.fixed { left: 50%; margin-left: -500px; position: fixed; } /* line 28, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar.contain-to-grid ul li.name h1 a { padding-left: 15px; } /* line 34, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar > ul .name h1 { line-height: 45px; margin: 0; } /* line 35, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar > ul .name h1 a { font-weight: bold; padding: 0 22.5px; font-size: 17px !important; } /* line 37, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar > ul .name img { margin-top: -5px; vertical-align: middle; } /* line 42, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul { display: inline; height: 45px; line-height: 45px; list-style: none; /* Main Navigation links style */ /* Left Side <ul> */ /* Right Side <ul> */ } /* line 45, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li { float: left; /* Dividers between navigation */ /* Put a button in an <li> but give is a class */ /* Put a search bar or text input in the bar */ /* Hide the triangle for breakpoint menu */ /* li.has-dropdown */ } /* line 46, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li a:not(.button) { color: white; display: block; font-size: 13px; font-weight: bold; height: 45px; line-height: 45px; padding: 0 15px; } /* line 47, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li:hover, .top-bar ul > li.active { background: black; } /* line 48, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li:hover a, .top-bar ul > li.active a { color: #d9d9d9; } /* line 52, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.divider { background: black; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); height: 100%; margin-right: 1px; width: 1px; } /* line 56, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.has-button a.button { margin: 0 11.25px; } /* line 57, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.has-button:hover { background: #222222; } /* line 58, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.has-button:hover a { color: #fff; } /* line 63, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.search { padding: 0 15px; } /* line 64, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.search form { display: inline-block; margin-bottom: 0; vertical-align: middle; width: 200px; } /* line 65, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.search form input[type=text] { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; float: left; font-size: 13px; margin-top: -1px; height: 22.5px; } /* line 66, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.search form input[type=text] + .button { border-left: none; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; float: left; font-size: 12px; margin-top: -1px; padding: 5px 12px 4px; } /* line 68, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.search form input[type=search] { font-size: 16px; margin-bottom: 0; } /* line 70, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.search:hover { background: #222222; } /* line 74, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.toggle-topbar { display: none; } /* line 77, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.has-dropdown { position: relative; /* Dropdown Level 2+ */ } /* line 78, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.has-dropdown:hover > .dropdown { display: block; visibility: visible; } /* line 79, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.has-dropdown a { padding-right: 33.75px; } /* line 80, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.has-dropdown a:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: white transparent transparent transparent; margin-right: 15px; margin-top: -2.5px; position: absolute; right: 0; top: 50%; } /* line 82, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.has-dropdown .dropdown { background: #222222; left: 0; margin: 0; padding: 9px 0 0 0; position: absolute; visibility: hidden; z-index: 99; } /* line 83, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.has-dropdown .dropdown li { background: #222222; line-height: 1; min-width: 100%; padding-bottom: 5px; } /* line 84, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.has-dropdown .dropdown li a { font-weight: normal; height: 100%; line-height: 1; padding: 5px 17px 5px 15px; white-space: nowrap; } /* line 85, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.has-dropdown .dropdown li a:after { border: none; } /* line 86, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.has-dropdown .dropdown li a:hover { background: #3c3c3c; } /* line 88, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.has-dropdown .dropdown li label { color: #6f6f6f; font-size: 10px; font-weight: bold; margin: 0; padding-left: 15px; text-transform: uppercase; } /* line 89, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.has-dropdown .dropdown li.divider { border-top: solid 1px black; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; height: 10px; padding: 0; width: 100%; } /* line 90, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.has-dropdown .dropdown li:last-child { padding-bottom: 10px; } /* line 96, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a { padding-right: 30px; } /* line 97, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after { border: none; content: "\00bb"; right: 5px; top: 6px; } /* line 99, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown { position: absolute; left: 100%; top: 0; } /* line 101, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover > .dropdown { display: block; } /* line 108, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul.left { float: left; width: auto; } /* line 111, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul.right { float: right; width: auto; /* Dropdown Right Side Alignment */ } /* line 113, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul.right .has-dropdown .dropdown { left: auto; right: -1px; } /* line 114, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul.right .has-dropdown .dropdown li.has-dropdown > .dropdown { right: 100%; left: auto; width: 100%; } /* line 120, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar.fixed { left: 0; position: fixed; top: 0; z-index: 99; } /* line 122, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar .js-generated { display: none; } /* Firefox Fixes */ @-moz-document url-prefix() { /* line 127, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li .button.small { padding-bottom: 6px; } /* line 128, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.search form input[type=search] { font-size: 14px; height: 22px; padding: 3px; } } /* IE8 Fixes */ /* line 132, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .lt-ie9 .top-bar ul li a { color: white; display: block; font-weight: bold; font-size: 13px; height: 45px; line-height: 45px; padding: 0 15px; } /* line 133, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .lt-ie9 .top-bar ul li a.button { height: auto; line-height: 30px; margin-top: 7px; } /* line 134, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .lt-ie9 .top-bar ul li a:hover { color: #cccccc; } /* line 135, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .lt-ie9 .top-bar ul li a img { margin-top: -5px; vertical-align: middle; } /* line 136, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .lt-ie9 .top-bar ul li a.active { background: #151515; color: #d9d9d9; } /* line 138, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .lt-ie9 .top-bar ul li.has-dropdown { padding-right: 33.75px; } /* line 140, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .lt-ie9 .top-bar ul li.has-dropdown > ul li { padding-right: 0; } /* Mobile Styles */ @media only screen and (max-width: 940px) { /* line 146, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar { margin-bottom: 0; overflow: hidden; /* Override contain to grid stuff for breakpoint */ /* Setting up the sliding area */ /* When the Small Nav is Showing */ } /* line 147, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar .js-generated { display: block; } /* line 150, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar.contain-to-grid { margin: 0 auto; width: auto; } /* line 151, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar.contain-to-grid:before, .top-bar.contain-to-grid:after { display: none; } /* line 152, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar.contain-to-grid.fixed { left: auto; margin-left: auto; position: static; } /* line 154, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar.fixed.expanded { height: auto; } /* line 157, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar section { left: 0; position: relative; width: auto; -webkit-transition: left 300ms; -moz-transition: left 300ms; -o-transition: left 300ms; transition: left 300ms; } /* line 159, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul { width: 100%; min-height: 100%; height: 100%; margin-bottom: 0; display: block; } /* line 160, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li { float: none; /* Branding and name */ /* Dropdown Toggle */ /* Divider for breakpoint */ /* Search Overrides for breakpoint size */ /* Dropdown Level 1 */ /* Dropdown Level 2 */ } /* line 161, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.active, .top-bar ul li:hover { background: #151515; } /* line 164, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.name { background: black; } /* line 165, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.name h1 { line-height: 1; } /* line 169, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.toggle-topbar { cursor: pointer; display: block; height: 45px; position: absolute; right: 0; top: 0; width: 50%; } /* line 170, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.toggle-topbar a { content: ""; display: block; width: 0; height: 0; border: solid 8px; border-color: white transparent transparent transparent; padding: 0; position: absolute; top: 50%; right: 22.5px; margin-top: -4px; } /* line 172, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.toggle-topbar:hover { background: black; } /* line 174, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.toggle-topbar a { padding: 0 !important; } /* line 177, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.divider { border-bottom: solid 1px rgba(255, 255, 255, 0.2); border-top: solid 1px black; clear: both; height: 1px !important; margin: 8px 0 !important; width: 100%; } /* line 180, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.search { padding: 0 22.5px; } /* line 181, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.search form { width: 100%; } /* line 182, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.search form input[type=text] { width: 75%; } /* line 183, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.search form .button { top: 0; width: 25%; } /* line 189, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown a { padding-right: 33.75px; } /* line 190, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown a:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: transparent transparent transparent rgba(255, 255, 255, 0.5); margin-right: 15px; margin-top: -4.5px; position: absolute; top: 50%; } /* line 192, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown:hover > .dropdown { display: block; visibility: hidden; } /* line 193, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown .dropdown { visibility: hidden; z-index: 0 !important; } /* line 194, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown.moved { position: static; } /* line 195, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown.moved .dropdown { top: 0; visibility: visible; } /* line 197, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown.moved .dropdown li label { margin-bottom: 6px; padding-top: 6px !important; font-size: 11px; } /* line 198, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown.moved .dropdown li:not(.title) { padding-bottom: 0; } /* line 199, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown.moved .dropdown li:not(.title) a { padding: 8px 22.5px; font-size: 14px; } /* line 201, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown.moved .dropdown li a, .top-bar ul li.has-dropdown.moved .dropdown li label { padding: 0 22.5px; } /* line 202, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown.moved .dropdown li a:hover { background: transparent; display: block; } /* line 203, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown.moved .dropdown li.divider { border-bottom: solid 1px rgba(255, 255, 255, 0.1); margin-top: 8px !important; margin-bottom: 8px !important; } /* line 206, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown.moved .back.title { padding-bottom: 0; } /* line 207, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown.moved .back.title a:before { position: absolute; top: 50%; left: 17.5px; margin-top: -5px; width: 0; height: 0; content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: transparent white transparent transparent; } /* line 208, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown.moved .back.title h5 { margin: 0; padding-left: 15px; position: relative; } /* line 209, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown.moved .back.title h5 a { padding-top: 8px; padding-bottom: 8px; font-size: 23px; font-weight: bold; } /* line 216, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown .dropdown li { background: transparent; } /* line 218, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown .dropdown li.has-dropdown .dropdown { left: 100% !important; top: 0; right: auto !important; } /* line 219, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown .dropdown li.has-dropdown > a { padding-right: 33.75px; } /* line 220, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown .dropdown li.has-dropdown > a:after { content: ""; margin-right: 15px; content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: transparent transparent transparent rgba(255, 255, 255, 0.5); position: absolute; top: 50%; margin-top: -4.5px; } /* line 222, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown .dropdown li.has-dropdown.moved { position: static; } /* line 223, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown .dropdown li.has-dropdown.moved .dropdown { top: 0; visibility: visible; } /* line 225, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-dropdown .dropdown li.has-dropdown:hover { display: block; } /* line 229, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul.left, .top-bar ul.right { float: none; width: 100%; } /* line 230, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul.left > li, .top-bar ul.right > li { display: block; float: none; margin: 0 !important; } /* line 232, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul.left > li.has-dropdown .dropdown, .top-bar ul.right > li.has-dropdown .dropdown { left: 100% !important; top: 0; right: auto !important; } /* line 237, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar section > ul li a:not(.button) { padding-left: 22.5px !important; } /* line 240, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar.expanded { height: 100%; } /* line 241, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar.expanded ul li.toggle-topbar a { content: ""; display: block; width: 0; height: 0; border: solid 8px; border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent; top: auto; bottom: 50%; margin-bottom: -4px; } /* line 244, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li.has-button { padding: 0 20px 5px; } /* line 245, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_topbar.scss */ .top-bar ul li .button.small { margin: 0 !important; display: inline-block; width: 100%; } } /* CSS for jQuery Orbit Plugin 1.4.0 * Maintained for Foundation. foundation.zurb.com * Free to use under the MIT license. * http://www.opensource.org/licenses/mit-license.php */ /* Container ---------------------- */ /* line 9, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ div.orbit-wrapper { width: 1px; height: 1px; position: relative; } /* line 14, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ div.orbit { width: 1px; height: 1px; position: relative; overflow: hidden; margin-bottom: 17px; } /* line 21, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ div.orbit.with-bullets { margin-bottom: 40px; } /* line 24, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ div.orbit .orbit-slide { max-width: 100%; position: absolute; top: 0; left: 0; } /* line 30, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ div.orbit a.orbit-slide { border: none; line-height: 0; display: none; } /* line 35, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ div.orbit div.orbit-slide { width: 100%; height: 100%; } /* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */ /* Timer ---------------------- */ /* line 43, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ div.orbit-wrapper div.timer { width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right: 10px; opacity: .6; cursor: pointer; z-index: 31; } /* line 54, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ div.orbit-wrapper span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background: url('/images/foundation/orbit/rotator-black.png?1349049736') no-repeat; z-index: 3; } /* line 64, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ div.orbit-wrapper span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; } /* line 74, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ div.orbit-wrapper span.rotator.move { left: 0; } /* line 77, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ div.orbit-wrapper span.mask.move { width: 40px; left: 0; background: url('/images/foundation/orbit/timer-black.png?1349049736') repeat 0 0; } /* line 82, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ div.orbit-wrapper span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0; background: url('/images/foundation/orbit/pause-black.png?1349049736') no-repeat; z-index: 4; opacity: 0; } /* line 93, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ div.orbit-wrapper span.pause.active { background: url('/images/foundation/orbit/pause-black.png?1349049736') no-repeat 0 -40px; } /* line 97, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ div.orbit-wrapper div.timer:hover span.pause, div.orbit-wrapper span.pause.active { opacity: 1; } /* Captions ---------------------- */ /* line 102, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ .orbit-caption { display: none; font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; } /* line 106, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ .orbit-wrapper .orbit-caption { background: #000; background: rgba(0, 0, 0, 0.6); z-index: 30; color: #fff; text-align: center; padding: 7px 0; font-size: 13px; font-size: 1.3rem; position: absolute; right: 0; bottom: 0; width: 100%; } /* Directional Nav ---------------------- */ /* line 121, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ div.orbit-wrapper div.slider-nav { display: block; } /* line 124, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ div.orbit-wrapper div.slider-nav span { width: 39px; height: 50px; text-indent: -9999px; position: absolute; z-index: 30; top: 50%; margin-top: -25px; cursor: pointer; } /* line 134, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ div.orbit-wrapper div.slider-nav span.right { background: url('/images/foundation/orbit/right-arrow.png?1349049736'); background-size: 100%; right: 0; } /* line 139, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ div.orbit-wrapper div.slider-nav span.left { background: url('/images/foundation/orbit/left-arrow.png?1349049736'); background-size: 100%; left: 0; } /* line 145, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ .lt-ie9 div.orbit-wrapper div.slider-nav span.right { background: url('/images/foundation/orbit/right-arrow-small.png?1349049736'); } /* line 146, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ .lt-ie9 div.orbit-wrapper div.slider-nav span.left { background: url('/images/foundation/orbit/left-arrow-small.png?1349049736'); } /* Bullet Nav ---------------------- */ /* line 151, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ ul.orbit-bullets { position: absolute; z-index: 30; list-style: none; bottom: -40px; left: 50%; margin-left: -50px; padding: 0; } /* line 160, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ ul.orbit-bullets li { float: left; margin-left: 5px; cursor: pointer; color: #999; text-indent: -9999px; background: url('/images/foundation/orbit/bullets.jpg?1349049736') no-repeat 4px 0; width: 13px; height: 12px; overflow: hidden; } /* line 171, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ ul.orbit-bullets li.active { color: #222; background-position: -8px 0; } /* line 175, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ ul.orbit-bullets li.has-thumb { background: none; width: 100px; height: 75px; } /* line 180, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ ul.orbit-bullets li.active.has-thumb { background-position: 0 0; border-top: 2px solid #000; } /* Fluid Layout ---------------------- */ /* line 187, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ div.orbit img.fluid-placeholder { visibility: hidden; position: static; display: block; width: 100%; } /* line 193, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ div.orbit, div.orbit-wrapper { width: 100% !important; } /* line 195, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ ul.orbit-bullets { position: absolute; z-index: 30; list-style: none; bottom: -50px; left: 50%; margin-left: -50px; padding: 0; } /* line 204, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ ul.orbit-bullets li { float: left; margin-left: 5px; cursor: pointer; color: #999; text-indent: -9999px; background: url('/images/foundation/orbit/bullets.jpg?1349049736') no-repeat 4px 0; width: 13px; height: 12px; overflow: hidden; } /* line 215, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ ul.orbit-bullets li.has-thumb { background: none; width: 100px; height: 75px; } /* line 220, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ ul.orbit-bullets li.active { color: #222; background-position: -8px 0; } /* line 224, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ ul.orbit-bullets li.active.has-thumb { background-position: 0 0; border-top: 2px solid #000; } /* Correct timer in IE */ /* line 230, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ .lt-ie9 .timer { display: none !important; } /* line 231, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_orbit.scss */ .lt-ie9 div.caption { background: transparent; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); zoom: 1; } /* CSS for jQuery Reveal Plugin * Maintained for Foundation. foundation.zurb.com * Free to use under the MIT license. * http://www.opensource.org/licenses/mit-license.php */ /* Reveal Modals ---------------------- */ /* line 9, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_reveal.scss */ .reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: #000; background: rgba(0, 0, 0, 0.45); z-index: 40; display: none; top: 0; left: 0; } /* line 11, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_reveal.scss */ .reveal-modal { background: white; visibility: hidden; display: none; top: 100px; left: 50%; margin-left: -260px; width: 520px; position: absolute; z-index: 41; padding: 30px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); } /* line 12, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_reveal.scss */ .reveal-modal *:first-child { margin-top: 0; } /* line 13, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_reveal.scss */ .reveal-modal *:last-child { margin-bottom: 0; } /* line 14, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_reveal.scss */ .reveal-modal .close-reveal-modal { font-size: 22px; font-size: 2.2rem; line-height: .5; position: absolute; top: 8px; right: 11px; color: #aaa; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6); font-weight: bold; cursor: pointer; } /* line 25, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_reveal.scss */ .reveal-modal.small { width: 30%; margin-left: -15%; } /* line 26, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_reveal.scss */ .reveal-modal.medium { width: 40%; margin-left: -20%; } /* line 27, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_reveal.scss */ .reveal-modal.large { width: 60%; margin-left: -30%; } /* line 28, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_reveal.scss */ .reveal-modal.xlarge { width: 70%; margin-left: -35%; } /* line 29, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_reveal.scss */ .reveal-modal.expand { width: 90%; margin-left: -45%; } /* line 30, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_reveal.scss */ .reveal-modal .row { min-width: 0; margin-bottom: 10px; } /* Mobile */ @media only screen and (max-width: 767px) { /* line 35, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_reveal.scss */ .reveal-modal-bg { position: absolute; } /* line 41, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_reveal.scss */ .reveal-modal, .reveal-modal.small, .reveal-modal.medium, .reveal-modal.large, .reveal-modal.xlarge { width: 80%; top: 15px; left: 50%; margin-left: -40%; padding: 20px; height: auto; } } /* NOTES Close button entity is &#215; Example markup <div id="myModal" class="reveal-modal"> <h2>Awesome. I have it.</h2> <p class="lead">Your couch. I it's mine.</p> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p> <a class="close-reveal-modal">&#215;</a> </div> */ /* Requires -globals.css -app.js */ /* Tabs ---------------------- */ /* line 7, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs { border-bottom: solid 1px #e6e6e6; display: block; height: 40px; padding: 0; margin-bottom: 20px; } /* line 8, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.contained { margin-bottom: 0; } /* line 10, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs dt { color: #b3b3b3; cursor: default; display: block; float: left; font-size: 12px; height: 40px; line-height: 40px; padding: 0; padding-right: 9px; padding-left: 20px; width: auto; text-transform: uppercase; } /* line 11, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs dt:first-child { padding: 0; padding-right: 9px; } /* line 14, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs dd { display: block; float: left; padding: 0; margin: 0; } /* line 15, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs dd a { color: #6f6f6f; display: block; font-size: 14px; height: 40px; line-height: 40px; padding: 0px 23.8px; } /* line 16, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs dd a:focus { font-weight: bold; color: #2ba6cb; } /* line 18, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs dd.active { border-top: 3px solid #2ba6cb; margin-top: -3px; } /* line 19, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs dd.active a { cursor: default; color: #3c3c3c; background: #fff; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; font-weight: bold; } /* line 21, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs dd:first-child { margin-left: 0; } /* line 24, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.vertical { height: auto; border-bottom: 1px solid #e6e6e6; } /* line 25, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.vertical dt, dl.tabs.vertical dd { float: none; height: auto; } /* line 27, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.vertical dd { border-left: 3px solid #cccccc; } /* line 28, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.vertical dd a { background: #f2f2f2; border: none; border: 1px solid #e6e6e6; border-width: 1px 1px 0 0; color: #555; display: block; font-size: 14px; height: auto; line-height: 1; padding: 15px 20px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; } /* line 30, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.vertical dd.active { margin-top: 0; border-top: 1px solid #4d4d4d; border-left: 4px solid #1a1a1a; } /* line 31, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.vertical dd.active a { background: #4d4d4d; border: none; color: #fff; height: auto; margin: 0; position: static; top: 0; -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; } /* line 33, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.vertical dd:first-child a.active { margin: 0; } /* line 37, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.pill { border-bottom: none; margin-bottom: 10px; } /* line 38, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.pill dd { margin-right: 10px; } /* line 39, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.pill dd:last-child { margin-right: 0; } /* line 40, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.pill dd a { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; background: #e6e6e6; height: 26px; line-height: 26px; color: #666; } /* line 42, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.pill dd.active { border: none; margin-top: 0; } /* line 43, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.pill dd.active a { background-color: #2ba6cb; border: none; color: #fff; } /* line 46, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.pill.contained { border-bottom: solid 1px #eee; margin-bottom: 0; } /* line 48, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.pill.two-up dd, dl.tabs.pill.three-up dd, dl.tabs.pill.four-up dd, dl.tabs.pill.five-up dd { margin-right: 0; } /* line 53, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.two-up dt a, dl.tabs.two-up dd a, dl.tabs.three-up dt a, dl.tabs.three-up dd a, dl.tabs.four-up dt a, dl.tabs.four-up dd a, dl.tabs.five-up dt a, dl.tabs.five-up dd a { padding: 0 17px; text-align: center; overflow: hidden; } /* line 55, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.two-up dt, dl.tabs.two-up dd { width: 50%; } /* line 56, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.three-up dt, dl.tabs.three-up dd { width: 33.33%; } /* line 57, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.four-up dt, dl.tabs.four-up dd { width: 25%; } /* line 58, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.five-up dt, dl.tabs.five-up dd { width: 20%; } /* line 61, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ ul.tabs-content { display: block; margin: 0 0 20px; padding: 0; } /* line 62, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ ul.tabs-content > li { display: none; } /* line 63, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ ul.tabs-content > li.active { display: block; } /* line 65, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ ul.tabs-content.contained { padding: 0; } /* line 66, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ ul.tabs-content.contained > li { border: solid 0 #e6e6e6; border-width: 0 1px 1px 1px; padding: 20px; } /* line 67, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ ul.tabs-content.contained.vertical > li { border-width: 1px 1px 1px 1px; } /* line 71, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ .no-js ul.tabs-content > li { display: block; } @media only screen and (max-width: 767px) { /* line 74, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.mobile { width: auto; margin: 20px -20px 40px; height: auto; } /* line 75, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.mobile dt, dl.tabs.mobile dd { float: none; height: auto; } /* line 77, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.mobile dd a { display: block; width: auto; height: auto; padding: 18px 20px; line-height: 1; border: solid 0 #ccc; border-width: 1px 0 0; margin: 0; color: #555; background: #eee; font-size: 15px; font-size: 1.5rem; } /* line 78, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.mobile dd a.active { height: auto; margin: 0; border-width: 1px 0 0; } /* line 81, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ .tabs.mobile { border-bottom: solid 1px #ccc; height: auto; } /* line 83, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ .tabs.mobile dd a { padding: 18px 20px; border: none; border-left: none; border-right: none; border-top: 1px solid #ccc; background: #fff; } /* line 84, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ .tabs.mobile dd a.active { border: none; background: #2ba6cb; color: #fff; margin: 0; position: static; top: 0; height: auto; } /* line 85, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ .tabs.mobile dd:first-child a.active { margin: 0; } /* line 88, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.contained.mobile { margin-bottom: 0; } /* line 89, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.contained.tabs.mobile dd a { padding: 18px 20px; } /* line 91, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_tabs.scss */ dl.tabs.mobile + ul.contained { margin-left: -20px; margin-right: -20px; border-width: 0 0 1px 0; } } /* Requires: globals.css */ /* Table of Contents :: Visibility :: Alerts :: Labels :: Tooltips :: Panels :: Accordion :: Side Nav :: Sub Nav :: Pagination :: Breadcrumbs :: Lists :: Link Lists :: Keystroke Chars :: Image Thumbnails :: Video :: Tables :: Microformats :: Progress Bars */ /* Visibility Classes ---------------------- */ /* Standard (large) display targeting */ /* line 35, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .show-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .show-for-xlarge { display: none !important; } /* line 42, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .hide-for-xlarge, .show-for-large, .show-for-large-up, .hide-for-small, .hide-for-medium, .hide-for-medium-down { display: block !important; } /* Very large display targeting */ @media only screen and (min-width: 1441px) { /* line 51, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .hide-for-small, .hide-for-medium, .hide-for-medium-down, .hide-for-large, .show-for-large-up, .show-for-xlarge { display: block !important; } /* line 58, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .show-for-small, .show-for-medium, .show-for-medium-down, .show-for-large, .hide-for-large-up, .hide-for-xlarge { display: none !important; } } /* Medium display targeting */ @media only screen and (max-width: 1279px) and (min-width: 768px) { /* line 68, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .hide-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: block !important; } /* line 75, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .show-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; } } /* Small display targeting */ @media only screen and (max-width: 767px) { /* line 85, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .show-for-small, .hide-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: block !important; } /* line 92, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .hide-for-small, .show-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; } } /* Orientation targeting */ /* line 97, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .show-for-landscape, .hide-for-portrait { display: block !important; } /* line 99, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .hide-for-landscape, .show-for-portrait { display: none !important; } @media screen and (orientation: landscape) { /* line 103, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .show-for-landscape, .hide-for-portrait { display: block !important; } /* line 105, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .hide-for-landscape, .show-for-portrait { display: none !important; } } @media screen and (orientation: portrait) { /* line 110, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .show-for-portrait, .hide-for-landscape { display: block !important; } /* line 112, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .hide-for-portrait, .show-for-landscape { display: none !important; } } /* Touch-enabled device targeting */ /* line 116, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .show-for-touch { display: none !important; } /* line 117, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .hide-for-touch { display: block !important; } /* line 118, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .touch .show-for-touch { display: block !important; } /* line 119, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .touch .hide-for-touch { display: none !important; } /* Specific overrides for elements that require something other than display: block */ /* line 126, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ table.show-for-xlarge, table.show-for-large, table.hide-for-small, table.hide-for-medium { display: table !important; } @media only screen and (max-width: 1279px) and (min-width: 768px) { /* line 132, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .touch table.hide-for-xlarge, .touch table.hide-for-large, .touch table.hide-for-small, .touch table.show-for-medium { display: table !important; } } @media only screen and (max-width: 767px) { /* line 139, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ table.hide-for-xlarge, table.hide-for-large, table.hide-for-medium, table.show-for-small { display: table !important; } } /* Alerts ---------------------- */ /* line 144, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ div.alert-box { display: block; padding: 6px 7px 7px; font-weight: bold; font-size: 14px; color: white; background-color: #2ba6cb; border: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; text-shadow: 0 -1px rgba(0, 0, 0, 0.3); position: relative; } /* line 146, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ div.alert-box.success { background-color: #5da423; color: #fff; text-shadow: 0 -1px rgba(0, 0, 0, 0.3); } /* line 147, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ div.alert-box.alert { background-color: #c60f13; color: #fff; text-shadow: 0 -1px rgba(0, 0, 0, 0.3); } /* line 148, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ div.alert-box.secondary { background-color: #e9e9e9; color: #505050; text-shadow: 0 1px rgba(255, 255, 255, 0.3); } /* line 150, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ div.alert-box a.close { color: #333; position: absolute; right: 4px; top: -1px; font-size: 17px; opacity: 0.2; padding: 4px; } /* line 151, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ div.alert-box a.close:hover, div.alert-box a.close:focus { opacity: 0.4; } /* Labels ---------------------- */ /* line 158, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .label { padding: 1px 4px 2px; font-size: 12px; font-weight: bold; text-align: center; text-decoration: none; line-height: 1; white-space: nowrap; display: inline; position: relative; bottom: 1px; color: #fff; background: #2ba6cb; } /* line 160, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .label.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } /* line 161, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .label.round { padding: 1px 7px 2px; -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; } /* line 163, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .label.alert { background-color: #c60f13; } /* line 164, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .label.success { background-color: #5da423; } /* line 165, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .label.secondary { background-color: #e9e9e9; color: #505050; } /* Tooltips ---------------------- */ /* line 171, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .has-tip { border-bottom: dotted 1px #cccccc; cursor: help; font-weight: bold; color: #333333; } /* line 173, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .has-tip:hover { border-bottom: dotted 1px #196177; color: #2ba6cb; } /* line 174, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .has-tip.tip-left, .has-tip.tip-right { float: none !important; } /* line 178, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .tooltip { display: none; background: black; background: rgba(0, 0, 0, 0.85); position: absolute; color: white; font-weight: bold; font-size: 12px; font-size: 1.2rem; padding: 5px; z-index: 999; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; line-height: normal; } /* line 180, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .tooltip > .nub { display: block; width: 0; height: 0; border: solid 5px; border-color: transparent transparent black transparent; border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent; position: absolute; top: -10px; left: 10px; } /* line 181, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .tooltip.tip-override > .nub { border-color: transparent transparent black transparent !important; border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent !important; top: -10px !important; } /* line 182, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .tooltip.tip-top > .nub { border-color: black transparent transparent transparent; border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent; top: auto; bottom: -10px; } /* line 184, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .tooltip.tip-left, .tooltip.tip-right { float: none !important; } /* line 186, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .tooltip.tip-left > .nub { border-color: transparent transparent transparent black; border-color: transparent transparent transparent rgba(0, 0, 0, 0.85); right: -10px; left: auto; } /* line 187, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .tooltip.tip-right > .nub { border-color: transparent black transparent transparent; border-color: transparent rgba(0, 0, 0, 0.85) transparent transparent; right: auto; left: -10px; } /* line 189, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .tooltip.noradius { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } /* line 190, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .tooltip.opened { color: #2ba6cb !important; border-bottom: dotted 1px #196177 !important; } /* line 194, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .tap-to-close { display: block; font-size: 10px; font-size: 1rem; color: #888888; font-weight: normal; } @media only screen and (max-width: 767px) { /* line 197, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .tooltip { font-size: 14px; font-size: 1.4rem; line-height: 1.4; padding: 7px 10px 9px 10px; } /* line 202, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .tooltip > .nub, .tooltip.top > .nub, .tooltip.left > .nub, .tooltip.right > .nub { border-color: transparent transparent black transparent; border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent; top: -12px; left: 10px; } } /* Panels ---------------------- */ /* line 212, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .panel { background: #f2f2f2; border: solid 1px #e6e6e6; margin: 0 0 22px 0; padding: 20px; } /* line 214, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .panel > :first-child { margin-top: 0; } /* line 215, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .panel > :last-child { margin-bottom: 0; } /* line 217, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .panel.callout { background: #2ba6cb; color: #fff; border-color: #2284a1; -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5); -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5); box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5); } /* line 218, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .panel.callout a { color: #fff; } /* line 219, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .panel.callout .button { background: white; border: none; color: #2ba6cb; text-shadow: none; } /* line 221, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .panel.callout .button:hover { background: rgba(255, 255, 255, 0.8); } /* line 225, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .panel.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } /* Accordion ---------------------- */ /* line 231, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.accordion { margin: 0 0 22px 0; border-bottom: 1px solid #e9e9e9; } /* line 233, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.accordion > li { list-style: none; margin: 0; padding: 0; border-top: 1px solid #e9e9e9; } /* line 234, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.accordion > li .title { cursor: pointer; background: #f6f6f6; padding: 15px; margin: 0; position: relative; border-left: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; -webkit-transition: 0.15s background linear; -moz-transition: 0.15s background linear; -o-transition: 0.15s background linear; transition: 0.15s background linear; } /* line 236, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.accordion > li .title h1, ul.accordion > li .title h2, ul.accordion > li .title h3, ul.accordion > li .title h4, ul.accordion > li .title h5 { margin: 0; } /* line 237, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.accordion > li .title:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: transparent #9d9d9d transparent transparent; position: absolute; right: 15px; top: 21px; } /* line 240, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.accordion > li .content { display: none; padding: 15px; } /* line 242, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.accordion > li.active { border-top: 3px solid #2ba6cb; } /* line 244, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.accordion > li.active .title { background: white; padding-top: 13px; } /* line 246, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.accordion > li.active .title:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: #9d9d9d transparent transparent transparent; } /* line 248, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.accordion > li.active .content { background: white; display: block; border-left: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; } /* Side Nav ---------------------- */ /* line 257, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.side-nav { display: block; list-style: none; margin: 0; padding: 17px 0; } /* line 259, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.side-nav li { display: block; list-style: none; margin: 0 0 7px 0; } /* line 261, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.side-nav li a { display: block; } /* line 262, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.side-nav li.active a { color: #4d4d4d; font-weight: bold; } /* line 263, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.side-nav li.divider { border-top: 1px solid #e6e6e6; height: 0; padding: 0; } /* Sub Navs http://www.zurb.com/article/292/how-to-create-simple-and-effective-sub-na ---------------------- */ /* line 269, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ dl.sub-nav { display: block; width: auto; overflow: hidden; margin: -4px 0 18px; margin-right: 0; margin-left: -9px; padding-top: 4px; } /* line 271, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ dl.sub-nav dt, dl.sub-nav dd { float: left; display: inline; margin-left: 9px; margin-bottom: 10px; } /* line 272, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ dl.sub-nav dt { color: #999; font-weight: normal; } /* line 273, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ dl.sub-nav dd a { text-decoration: none; -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; } /* line 274, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ dl.sub-nav dd.active a { font-weight: bold; background: #2ba6cb; color: #fff; padding: 3px 9px; cursor: default; } /* Pagination ---------------------- */ /* line 280, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.pagination { display: block; height: 24px; margin-left: -5px; } /* line 282, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.pagination li { float: left; display: block; height: 24px; color: #999; font-size: 14px; margin-left: 5px; } /* line 284, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.pagination li a { display: block; padding: 1px 7px 1px; color: #555; } /* line 285, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.pagination li:hover a, ul.pagination li a:focus { background: #e6e6e6; } /* line 286, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.pagination li.unavailable a { cursor: default; color: #999; } /* line 287, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus { background: transparent; } /* line 288, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.pagination li.current a { background: #2ba6cb; color: white; font-weight: bold; cursor: default; } /* line 289, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.pagination li.current a:hover { background: #2ba6cb; } /* Breadcrums ---------------------- */ /* line 297, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.breadcrumbs { display: block; background: #f6f6f6; padding: 6px 10px 7px; border: 1px solid #e9e9e9; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; overflow: hidden; } /* line 299, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.breadcrumbs li { margin: 0; padding: 0 12px 0 0; float: left; list-style: none; } /* line 301, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.breadcrumbs li a, ul.breadcrumbs li span { text-transform: uppercase; font-size: 11px; font-size: 1.1rem; padding-left: 12px; } /* line 302, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.breadcrumbs li:first-child a, ul.breadcrumbs li:first-child span { padding-left: 0; } /* line 305, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.breadcrumbs li:before { content: "/"; color: #aaa; } /* line 306, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.breadcrumbs li:first-child:before { content: " "; } /* line 307, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.breadcrumbs li.current a { cursor: default; color: #333; } /* line 308, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.breadcrumbs li:hover a, ul.breadcrumbs li a:focus { text-decoration: underline; } /* line 309, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.breadcrumbs li.current:hover a, ul.breadcrumbs li.current a:focus { text-decoration: none; } /* line 311, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.breadcrumbs li.unavailable a { color: #999; } /* line 312, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.breadcrumbs li.unavailable:hover a, ul.breadcrumbs li.unavailable a:focus { text-decoration: none; color: #999; cursor: default; } /* Link List */ /* line 318, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.link-list { margin: 0 0 17px -22px; padding: 0; list-style: none; overflow: hidden; } /* line 320, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.link-list li { list-style: none; float: left; margin-left: 22px; display: block; } /* line 322, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.link-list li a { display: block; } /* Keytroke Characters ---------------------- */ /* line 328, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .keystroke, kbd { font-family: "Consolas", "Menlo", "Courier", monospace; font-size: 13px; padding: 2px 4px 0px; margin: 0; background: #ededed; border: solid 1px #dbdbdb; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } /* Image Thumbnails ---------------------- */ /* line 331, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .th { display: block; } /* line 332, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .th img { display: block; border: solid 4px #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-transition-property: border, box-shadow; -moz-transition-property: border, box-shadow; -o-transition-property: border, box-shadow; transition-property: border, box-shadow; -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; } /* line 334, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .th:hover img { -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); -moz-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); } /* Video - Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/ ---------------------- */ /* line 340, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .flex-video { position: relative; padding-top: 25px; padding-bottom: 67.5%; height: 0; margin-bottom: 16px; overflow: hidden; } /* line 348, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .flex-video.widescreen { padding-bottom: 57.25%; } /* line 349, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .flex-video.vimeo { padding-top: 0; } /* line 351, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } @media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) { /* line 356, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ .flex-video { padding-top: 0; } } /* Tables ---------------------- */ /* line 361, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: 1px solid #ddd; } /* line 363, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ table thead, table tfoot { background: #f5f5f5; } /* line 368, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { font-size: 14px; line-height: 18px; text-align: left; } /* line 370, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ table thead tr th, table tfoot tr td { padding: 8px 10px 9px; font-size: 16px; font-weight: bold; color: #222; } /* line 371, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; } /* line 372, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; } /* line 375, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ table tbody tr.even, table tbody tr.alt { background: #f9f9f9; } /* line 376, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ table tbody tr:nth-child(even) { background: #f9f9f9; } /* line 377, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; } /* Microformats ---------------------- */ /* line 381, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.vcard { display: inline-block; margin: 0 0 12px 0; border: 1px solid #ddd; padding: 10px; } /* line 383, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.vcard li { margin: 0; display: block; } /* line 384, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ ul.vcard li.fn { font-weight: bold; font-size: 15px; font-size: 1.5rem; } /* line 389, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ p.vevent span.summary { font-weight: bold; } /* line 390, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ p.vevent abbr { cursor: default; text-decoration: none; font-weight: bold; border: none; padding: 0 1px; } /* Progress Bar ---------------------- */ /* line 395, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ div.progress { padding: 2px; margin-bottom: 10px; border: 1px solid #cccccc; height: 25px; /* meter */ /* border radii */ } /* line 398, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ div.progress .meter { background: #2ba6cb; height: 100%; display: block; width: 50%; } /* line 399, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ div.progress.secondary .meter { background: #e9e9e9; } /* line 400, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ div.progress.success .meter { background: #5da423; } /* line 401, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ div.progress.alert .meter { background: #c60f13; } /* line 404, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ div.progress.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } /* line 405, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ div.progress.radius .meter { -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } /* line 407, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ div.progress.round { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; } /* line 408, ../../../.rvm/gems/ruby-1.9.3-p125/gems/zurb-foundation-3.1.0/scss/foundation/components/modules/_ui.scss */ div.progress.round .meter { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; } /* line 1, ../sass/_lzco.scss */ h1, .logo { font-family: 'Ranchers', cursive; } /* line 4, ../sass/_lzco.scss */ .logo { font-size-adjust: 0.9; } /* line 8, ../sass/_lzco.scss */ h2 { font-family: 'Ranchers', cursive; } /* line 13, ../sass/_lzco.scss */ .related .posts a { display: block; font-weight: bold; } /* line 14, ../sass/_lzco.scss */ .related .posts span { color: #999999; } /* line 15, ../sass/_lzco.scss */ .related ul { list-style-type: none; } /* line 16, ../sass/_lzco.scss */ .related ul li { margin-bottom: 10px; } /* line 20, ../sass/_lzco.scss */ .posts-list { list-style-type: none; } /* line 22, ../sass/_lzco.scss */ .posts-list li { margin: 5px 0; } /* line 25, ../sass/_lzco.scss */ .copyright { margin-top: 20px; text-align: center; color: #999999; font-size-adjust: 0.5; } /* line 32, ../sass/_lzco.scss */ #github-badge { border: 0; height: 142px; width: 100%; overflow: hidden; margin-top: 20px; } /* line 38, ../sass/_lzco.scss */ .post .step { padding: 20px 20px 20px 20px; margin-bottom: 15px; -webkit-border-radius: 4px 4px; -moz-border-radius: 4px / 4px; border-radius: 4px / 4px; } /* line 43, ../sass/_lzco.scss */ .post .step p > span { font-weight: bold; color: #777; font-size: 23px; margin-right: 10px; } /* line 50, ../sass/_lzco.scss */ .post .step:nth-child(odd) { background: #EEF1F2; } /* line 53, ../sass/_lzco.scss */ .post .step:nth-child(even) { background: #EBF4F6; } /* line 57, ../sass/_lzco.scss */ .post p:first-child { font-weight: bold; } /* line 60, ../sass/_lzco.scss */ .post .step ul { list-style-position: outside; margin-left: 20px; } /* * jQuery GitHub Badge - v0.3 - 6/18/2012 * * Copyright (c) 2012 Lynn Wallenstein * Examples and docs at: http://tablesorter.com * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * * @author Lynn Wallenstein/lynn@lynn.io * @contributor Rob Garrison/https://github.com/Mottie/ */ /* Reset */ /* line 17, ../sass/_jquery.github_badge.scss */ .ghb_badge div, .ghb_badge span, .ghb_badge h1, .ghb_badge h2, .ghb_badge p, .ghb_badge dl, .ghb_badge dt, .ghb_badge dd, .ghb_badge ol, .ghb_badge ul, .ghb_badge li { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } /* Badge Wrapper */ /* line 28, ../sass/_jquery.github_badge.scss */ .ghb_badge { border: 1px solid #E5E5E5; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; box-shadow: 1px 1px 2px rgba(200, 200, 201, 0.25); -moz-box-shadow: 1px 1px 2px rgba(200, 200, 201, 0.25); -webkit-box-shadow: 1px 1px 2px rgba(200, 200, 201, 0.25); clear: both; overflow: hidden; font: 13.34px helvetica,arial,freesans,clean,sans-serif; } /* Globals */ /* line 43, ../sass/_jquery.github_badge.scss */ .ghb_badge h2 { display: none; } /* Header for user and project badge */ /* line 48, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_badge_header { background: #eaecec; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.03, #f7f8f9), color-stop(1, #eaecec)); background-image: -moz-linear-gradient(center top, #f7f8f9 3%, #eaecec 100%); min-height: 30px; padding: 5px 10px; } /* line 55, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_badge_header img, .ghb_show_more { border: none; clear: both; float: right; } /* line 60, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_badge_header h1, .ghb_badge .ghb_badge_header h1 a { clear: left; color: #52595D; font-size: 16px; margin-top: 5px; text-decoration: none; } /* line 67, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_badge_header h1 a:hover { border-bottom: 1px dashed #4183C4; } /* User Badge */ /* Navigation for User Badge */ /* line 74, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_user_nav { background: #FAFAFB; border-bottom: 1px solid #E1E1E2; font-size: 11px; font-weight: bold; padding: 10px; } /* line 81, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_user_nav a { color: #000000; margin-right: 15px; padding-bottom: 8px; text-decoration: none; } /* line 87, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_user_nav a:hover { text-decoration: underline; } /* line 90, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_user_nav a.chosen { background: url("images/filter_selected_bit.gif") no-repeat scroll 50% 100% transparent; } /* Info Panel for User Badge */ /* line 96, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_badge_user_info { clear: both; font-size: 14px; font-weight: bold; margin: 10px auto; padding: 0px 0px 10px 10px; } /* line 103, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_badge_user_info a { color: #4183C4; } /* line 106, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_badge_user_info img { border: 1px solid #E1E1E2; clear: both; float: right; margin: 0 10px; padding: 10px; } /* line 113, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_badge_user_info dl { font-size: 12px; font-weight: bold; margin-top: 10px; } /* line 118, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_badge_user_info dt { clear: left; float: left; margin: 0px 15px 0px 0px; } /* line 123, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_badge_user_info dd { margin: 1px 15px 1px 0px; wrap: nowrap; } /* Repo List for User Badge */ /* line 130, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_list { clear: both; margin: 0 auto 0 auto; } /* line 135, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_list { list-style: none; } /* line 138, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_list li { display: block; background: url("images/public.gif") no-repeat scroll 10px 8px white; /* Smiley Pic */ border-bottom: 1px solid #E5E5E5; padding-left: 22px; } /* line 144, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_list li.ghb_repo_fork { background-image: url("images/public_fork.gif"); } /* line 147, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_list li a { background: url("images/arrow-40.png") no-repeat scroll 97% 50% transparent; /* Arrow next to Repo */ color: #4183C4; display: block; font-size: 14px; font-weight: bold; padding: 6px 25px 5px 10px; text-decoration: none; } /* line 156, ../sass/_jquery.github_badge.scss */ .ghb_repo_list li a:hover { background: url("images/arrow-80.png") no-repeat scroll 97% 50% transparent; /* Arrow next to Repo when Hovered*/ text-decoration: underline; } /* line 160, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_list li.lastrepo { border-bottom: none; } /* line 163, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_list li div { display: none; font-size: 10px; padding: 6px 25px 5px 10px; } /* line 169, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_goto { background: #FAFAFB; font-size: 14px; font-weight: bold; padding: 10px; } /* line 175, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_goto a { color: #999999; margin-right: 15px; text-decoration: none; } /* line 180, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_goto a:hover { text-decoration: underline; } /* Repo Badge */ /* Navigation for Repo Badge */ /* line 188, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_nav { background: #FAFAFB; border-bottom: 1px solid #E1E1E2; font-size: 11px; font-weight: bold; padding: 10px; } /* line 195, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_nav a { color: #000000; margin-right: 15px; padding-bottom: 8px; text-decoration: none; } /* line 201, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_nav a:hover { text-decoration: underline; } /* line 204, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_nav a.chosen { background: url("images/filter_selected_bit.gif") no-repeat scroll 50% 100% transparent; } /* Info Panel for Repo Badge */ /* line 209, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_info { clear: both; font-size: 12px; font-weight: normal; margin: 10px auto; padding: 10px; } /* line 216, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_info a { color: #4183C4; font-weight: bold; } /* line 220, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_info p { margin-bottom: 10px; } /* line 223, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_info dl { font-size: 12px; font-weight: bold; margin-top: 10px; } /* line 228, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_info dt { clear: left; float: left; margin: 0px 15px 0px 0px; } /* line 233, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_info dd { margin: 1px 15px 1px 0px; wrap: nowrap; } /* Repo Badge Commit Panel */ /* line 239, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_commits { clear: both; } /* line 242, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_commit_list { list-style: none; } /* line 245, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_commit_list li { background: url("images/push.png") no-repeat scroll 10px 8px white; /* Smiley Pic */ border-bottom: 1px solid #E5E5E5; font-size: 14px; font-weight: bold; padding-left: 22px; } /* line 252, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_commit_list li.no_records { color: #940a18; padding: 6px 25px 5px 32px; } /* line 256, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_commit_list li a { background: url("images/arrow-40.png") no-repeat scroll 97% 50% transparent; /* Arrow next to Repo */ color: #4183C4; display: block; padding: 6px 25px 5px 10px; text-decoration: none; } /* line 263, ../sass/_jquery.github_badge.scss */ .ghb_commit_list li a:hover { background: url("images/arrow-80.png") no-repeat scroll 97% 50% transparent; /* Arrow next to Repo when Hovered*/ text-decoration: underline; } /* line 267, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_commit_list li.lastrepo { border-bottom: none; } /* line 270, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_commit_list li span { border-bottom: 1px dotted #666666; color: #515151; cursor: help; font-size: 8px; line-height: 14px; margin: 0 0 5px 5px; white-space: nowrap; } /* line 279, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_commit_list li a span { color: #515151; text-decoration: none; } /* line 283, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_goto_commits { background: #FAFAFB; clear: both; font-size: 14px; font-weight: bold; padding: 10px; } /* line 290, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_goto_commits a { color: #999999; margin-right: 15px; text-decoration: none; } /* line 295, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_goto_commits a:hover { text-decoration: underline; } /* Repo Badge Issues Panel */ /* line 300, ../sass/_jquery.github_badge.scss */ .ghb_repo_issues { clear: both; } /* line 303, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_issue_list { list-style: none; } /* line 306, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_issue_list li { background: url("images/issues_opened.png") no-repeat scroll 10px 8px white; /* Smiley Pic */ border-bottom: 1px solid #E5E5E5; font-size: 14px; font-weight: bold; padding-left: 22px; } /* line 313, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_issue_list li.no_records { color: #940a18; padding: 6px 25px 5px 32px; } /* line 317, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_issue_list li a { background: url("images/arrow-40.png") no-repeat scroll 97% 50% transparent; /* Arrow next to Repo */ color: #4183C4; display: block; padding: 6px 25px 5px 10px; text-decoration: none; } /* line 324, ../sass/_jquery.github_badge.scss */ .ghb_issue_list li a:hover { background: url("images/arrow-80.png") no-repeat scroll 97% 50% transparent; /* Arrow next to Repo when Hovered*/ text-decoration: underline; } /* line 328, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_issue_list li.lastrepo { border-bottom: none; } /* line 331, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_issue_list li span { border-bottom: 1px dotted #666666; color: #515151; cursor: help; font-size: 8px; line-height: 14px; margin: 0 0 5px 5px; white-space: nowrap; } /* line 340, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_issue_list li a span { color: #515151; text-decoration: none; } /* line 344, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_issue_list li div { display: none; font-size: 10px; font-weight: normal; padding: 6px 25px 5px 10px; } /* line 351, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_goto_issues { background: #FAFAFB; font-size: 14px; font-weight: bold; padding: 10px; } /* line 357, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_goto_issues a { color: #999999; margin-right: 15px; text-decoration: none; } /* line 362, ../sass/_jquery.github_badge.scss */ .ghb_badge .ghb_repo_goto_issues a:hover { text-decoration: underline; }
index.html
franciszhao/franciszhao.github.io
--- layout: index --- <ul class="posts"> {% for post in site.posts %} {% if post.category == "article" %} <li> <small class="datetime muted" data-time="{{ post.date }}">{{ post.date | date:"%Y-%m-%d" }} </small> <a href="{{site.baseurl}}{{ post.url }}">{{ post.title }}</a> </li> {% endif %} {% endfor %} </ul>
stylesheets/foundation.css
TomRich/RWVersion3
/* line 18, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline; } /* line 24, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ html { font-size: 62.5%; } /* line 27, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } /* line 29, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ body { line-height: 1; } /* line 31, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ ol, ul { list-style: none; } /* line 33, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ blockquote, q { quotes: none; } /* line 35, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; } /* line 38, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ table { border-collapse: collapse; border-spacing: 0; } /* line 42, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ body { background: white; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; -webkit-font-smoothing: antialiased; line-height: 18px; color: #555555; position: relative; } /* line 54, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ a { color: #00a6fc; text-decoration: none; line-height: inherit; } /* line 58, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ a:hover { color: #30b8ff; } /* line 60, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ a:focus { color: #cc4714; outline: none; } /* line 64, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ p a, p a:visited { line-height: inherit; } /* line 70, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ ul, ol { margin-bottom: 18px; } /* line 72, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ ul { list-style: none outside; } /* line 74, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ ul.square { list-style: square outside; } /* line 76, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ ul.circle { list-style: circle outside; } /* line 78, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ ul.disc { list-style: disc outside; } /* line 80, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ ol { list-style: decimal; } /* line 82, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ ol, ul.square, ul.circle, ul.disc { margin-left: 30px; } /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ li { margin-bottom: 12px; } /* line 86, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ ul.large li { line-height: 21px; } /* line 92, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ table { background: white; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: solid 1px #dddddd; } /* line 97, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ table thead, table tfoot { background: whitesmoke; } /* line 100, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ table thead tr th, table tfoot tr th { font-size: 12px; font-size: 1.2rem; line-height: 18px; text-align: left; } /* line 106, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ table thead tr th { padding: 8px 10px 9px; font-size: 14px; font-size: 1.4rem; font-weight: bold; color: #222222; } /* line 111, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ table thead tr th:first-child { border-left: none; } /* line 113, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ table thead tr th:last-child { border-right: none; } /* line 117, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ table tbody tr.alt { background: #f9f9f9; } /* line 119, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ table tbody tr:nth-child(even) { background: #f9f9f9; } /* line 121, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ table tbody tr td { color: #333333; padding: 9px 10px; vertical-align: top; border: none; } /* line 128, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ table tfoot tr td { font-size: 12px; font-size: 1.2rem; line-height: 18px; text-align: left; } /* line 132, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ table tfoot tr td:last-child { border-left: none; } /* line 134, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ table tfoot tr td:last-child { border-right: none; } /* line 140, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ .left { float: left; } /* line 142, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ .right { float: right; } /* line 144, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ .text-left { text-align: left; } /* line 146, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ .text-right { text-align: right; } /* line 148, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ .text-center { text-align: center; } /* line 150, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ .hide { display: none; } /* line 152, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ .highlight { background: yellow; } /* line 155, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_globals.sass */ #googlemap img, object, embed, #map_canvas embed, #map_canvas img, #map_canvas object { max-width: none; } /* line 6, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .container { padding: 0 20px; } /* line 9, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row { width: 100%; max-width: 980px; min-width: 727px; margin: 0 auto; } /* line 14, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .row { min-width: 0; } /* line 17, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .column, .columns { margin-left: 4.4%; float: left; min-height: 1px; position: relative; } /* line 22, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .column:first-child, .columns:first-child { margin-left: 0; } /* line 24, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ [class*="column"] + [class*='column']:last-child { float: right; } /* line 26, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ [class*="column"] + .end[class*="column"] { float: left; } /* line 30, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .one.columns { width: 4.3%; } /* line 32, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .two.columns { width: 13%; } /* line 34, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .three.columns { width: 21.679%; } /* line 36, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .four.columns { width: 30.37%; } /* line 38, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .five.columns { width: 39.1%; } /* line 40, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .six.columns { width: 47.8%; } /* line 42, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .seven.columns { width: 56.5%; } /* line 44, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .eight.columns { width: 65.2%; } /* line 46, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .nine.columns { width: 73.9%; } /* line 48, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .ten.columns { width: 82.6%; } /* line 50, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .eleven.columns { width: 91.3%; } /* line 52, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .twelve.columns { width: 100%; } /* line 55, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-one { margin-left: 13.1%; } /* line 57, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-one:first-child { margin-left: 8.7%; } /* line 59, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-two { margin-left: 21.8%; } /* line 61, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-two:first-child { margin-left: 17.4%; } /* line 63, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-three { margin-left: 30.5%; } /* line 65, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-three:first-child { margin-left: 26.1%; } /* line 67, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-four { margin-left: 39.2%; } /* line 69, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-four:first-child { margin-left: 34.8%; } /* line 71, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-five { margin-left: 47.9%; } /* line 73, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-five:first-child { margin-left: 43.5%; } /* line 75, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-six { margin-left: 56.6%; } /* line 77, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-six:first-child { margin-left: 52.2%; } /* line 79, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-seven { margin-left: 65.3%; } /* line 81, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-seven:first-child { margin-left: 60.9%; } /* line 83, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-eight { margin-left: 74%; } /* line 85, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-eight:first-child { margin-left: 69.6%; } /* line 87, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-nine { margin-left: 82.7%; } /* line 89, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-nine:first-child { margin-left: 78.3%; } /* line 91, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-ten { margin-left: 91.4%; } /* line 93, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-ten:first-child { margin-left: 87%; } /* line 96, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .offset-by-eleven:first-child { margin-left: 95.7%; } /* line 98, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row .centered { float: none; margin: 0 auto; } /* line 103, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .push-two { left: 17.4%; } /* line 105, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .push-three { left: 26.1%; } /* line 107, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .push-four { left: 34.8%; } /* line 109, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .push-five { left: 43.5%; } /* line 111, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .push-six { left: 52.2%; } /* line 113, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .push-seven { left: 60.9%; } /* line 115, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .push-eight { left: 69.6%; } /* line 117, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .push-nine { left: 78.3%; } /* line 119, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .push-ten { left: 87%; } /* line 122, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .pull-two { right: 17.4%; } /* line 124, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .pull-three { right: 26.1%; } /* line 126, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .pull-four { right: 34.8%; } /* line 128, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .pull-five { right: 43.5%; } /* line 130, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .pull-six { right: 52.2%; } /* line 132, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .pull-seven { right: 60.9%; } /* line 134, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .pull-eight { right: 69.6%; } /* line 136, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .pull-nine { right: 78.3%; } /* line 138, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .pull-ten { right: 87%; } /* line 141, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ img, object, embed { max-width: 100%; height: auto; } /* line 144, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ img { -ms-interpolation-mode: bicubic; } /* line 146, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ #map_canvas img, .map_canvas img { max-width: none !important; } /* line 150, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row:before, .row:after, .clearfix:before, .clearfix:after { content: ""; display: table; } /* line 153, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row:after, .clearfix:after { clear: both; } /* line 155, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .row, .clearfix { zoom: 1; } /* line 170, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .block-grid { display: block; overflow: hidden; } /* line 173, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .block-grid > li { display: block; height: auto; float: left; } /* line 177, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .block-grid.two-up { margin-left: -4%; } /* line 179, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .block-grid.two-up > li { margin-left: 4%; width: 46%; } /* line 185, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .block-grid.three-up { margin-left: -2%; } /* line 187, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .block-grid.three-up > li { margin-left: 2%; width: 31.3%; } /* line 193, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .block-grid.four-up { margin-left: -2%; } /* line 195, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .block-grid.four-up > li { margin-left: 2%; width: 23%; } /* line 201, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .block-grid.five-up { margin-left: -1.5%; } /* line 203, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_grid.sass */ .block-grid.five-up > li { margin-left: 1.5%; width: 18.5%; } /* line 4, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ h1, h2, h3, h4, h5, h6 { color: #181818; font-weight: bold; line-height: 1.25; } /* line 8, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; } /* line 10, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ h1 { font-size: 46px; font-size: 4.6rem; margin-bottom: 12px; } /* line 13, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ h2 { font-size: 35px; font-size: 3.5rem; margin-bottom: 9px; } /* line 16, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ h3 { font-size: 28px; font-size: 2.8rem; margin-bottom: 9px; } /* line 19, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ h4 { font-size: 21px; font-size: 2.1rem; margin-bottom: 3px; } /* line 22, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ h5 { font-size: 18px; font-size: 1.8rem; margin-bottom: 3px; font-weight: normal; } /* line 26, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ h6 { font-size: 15px; font-size: 1.5rem; font-weight: normal; } /* line 30, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ .subheader { color: #777777; font-weight: 300; margin-bottom: 24px; } /* line 35, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ p { font-size: 13px; font-size: 1.3rem; line-height: 1.25; margin: 0 0 18px; } /* line 39, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ p img { margin: 0; } /* line 41, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ p.lead { font-size: 18px; font-size: 1.8rem; line-height: 1.5; } /* line 45, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ em, i { font-style: italic; line-height: inherit; } /* line 48, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ strong, b { font-weight: bold; line-height: inherit; } /* line 51, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ small { font-size: 60%; line-height: inherit; } /* line 54, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ h1 small, h2 small, h3 small, h4 small, h5 small { color: #777777; } /* line 59, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ blockquote, blockquote p { line-height: 20px; color: #777777; } /* line 62, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ blockquote { margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #dddddd; } /* line 66, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ blockquote cite { display: block; font-size: 12px; font-size: 1.2rem; color: #555555; } /* line 70, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ blockquote cite:before { content: "\2014 \0020"; } /* line 72, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ blockquote cite a, blockquote cite a:visited { color: #555555; } /* line 75, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ hr { border: solid #dddddd; border-width: 1px 0 0; clear: both; margin: 12px 0 18px; height: 0; } /* line 82, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222222; border-bottom: 1px solid #dddddd; cursor: help; } /* line 88, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ abbr { text-transform: none; } /* line 100, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ .print-only { display: none !important; } @media print { /* line 104, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ * { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; } /* line 111, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ p a, p a:visited { color: #444444 !important; text-decoration: underline; } /* line 114, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ p a[href]:after { content: " (" attr(href) ")"; } /* line 116, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ abbr[title]:after { content: " (" attr(href) ")"; } /* line 118, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* line 120, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ pre, blockquote { border: solid 1px #999999; page-break-inside: avoid; } /* line 123, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ thead { display: table-header-group; } /* line 125, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ tr, img { page-break-inside: avoid; } @page { margin: 0.5cm; } /* line 129, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ p, h2, h3 { orphans: 3; widows: 3; } /* line 132, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ h2, h3 { page-break-after: avoid; } /* line 134, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ .hide-on-print { display: none !important; } /* line 136, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_typography.sass */ .print-only { display: block !important; } } /* line 4, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button { background: #00a6fc; display: inline-block; text-align: center; padding: 9px 34px 11px; color: white; text-decoration: none; font-weight: bold; font-size: 13px; font-size: 1.3rem; line-height: 1; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; position: relative; cursor: pointer; border: none; outline: none; margin: 0; } /* line 22, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ input[type=submit].button, button.button { -webkit-appearance: none; } /* line 26, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; } /* line 31, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.nice { background-color: #00a6fc; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(51%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%); background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%); background-image: -o-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%); background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%); -webkit-box-shadow: inset rgba(255, 255, 255, 0.5) 0 1px 0; -moz-box-shadow: inset rgba(255, 255, 255, 0.5) 0 1px 0; box-shadow: inset rgba(255, 255, 255, 0.5) 0 1px 0; text-shadow: rgba(0, 0, 0, 0.28) 0 -1px 1px; border: 1px solid #008ed8; -webkit-transition-property: background-color; -moz-transition-property: background-color; -o-transition-property: background-color; transition-property: background-color; -webkit-transition-duration: 0.25s; -moz-transition-duration: 0.25s; -o-transition-duration: 0.25s; transition-duration: 0.25s; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } /* line 40, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } /* line 42, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.round { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; } /* line 44, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.full-width { width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; } /* line 49, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.left-align { text-align: left; text-indent: 12px; } /* line 54, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.tiny { font-size: 10px; font-size: 1rem; padding: 6px 14px 8px; width: auto; } /* line 58, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.small { font-size: 11px; font-size: 1.1rem; padding: 8px 20px 10px; width: auto; } /* line 62, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.medium { font-size: 13px; font-size: 1.3rem; width: auto; } /* line 65, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.large { font-size: 18px; font-size: 1.8rem; padding: 11px 48px 13px; width: auto; } /* line 71, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.blue { background-color: #00a6fc; } /* line 73, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.red { background-color: #e91c21; } /* line 75, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.white { background-color: #f0f0f0; color: #333333; } /* line 78, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.black { background-color: #1a1a1a; } /* line 80, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.green { background-color: #5b8737; } /* line 85, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.nice.blue { border: 1px solid #008ed8; } /* line 87, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.nice.red { border: 1px solid #cd1418; } /* line 89, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.nice.white { border: 1px solid #d4d4d4; text-shadow: none !important; } /* line 92, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.nice.black { border: 1px solid #1a1a1a; } /* line 94, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.nice.green { border: 1px solid #4a6e2d; } /* line 98, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button:hover, .button:focus { background-color: #0092dd; color: white; } /* line 101, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.blue:hover, .button.blue:focus { background-color: #0092dd; } /* line 103, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.red:hover, .button.red:focus { background-color: #d21419; } /* line 105, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.white:hover, .button.white:focus { background-color: #dedede; color: #333333; } /* line 108, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.black:hover, .button.black:focus { background-color: black; } /* line 110, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.green:hover, .button.green:focus { background-color: #4c712e; } /* line 114, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.nice:active { -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); } /* line 118, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ .button.disabled, .button[disabled] { opacity: 0.6; cursor: default; } @-moz-document url-prefix("http://") { /* line 124, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ input[type=submit].button::-moz-focus-inner, button.button::-moz-focus-inner { border: 0; padding: 0; } /* line 127, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ input[type=submit].tiny.button { padding: 5px 14px 7px; } /* line 129, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ input[type=submit].small.button { padding: 7px 20px 8px; } /* line 131, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ input[type=submit].medium.button { padding: 8px 34px 9px; } /* line 133, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_buttons.sass */ input[type=submit].large.button { padding: 9px 48px 10px; } } /* line 18, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ div.alert-box { display: block; padding: 6px 7px; font-weight: bold; font-size: 13px; font-size: 1.3rem; background: #eeeeee; border: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; text-shadow: 0 1px rgba(255, 255, 255, 0.9); position: relative; } /* line 29, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ div.alert-box.success { background-color: #7fae00; color: white; text-shadow: 0 -1px rgba(0, 0, 0, 0.3); } /* line 33, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ div.alert-box.warning { background-color: #c08c00; color: white; text-shadow: 0 -1px rgba(0, 0, 0, 0.3); } /* line 37, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ div.alert-box.error { background-color: #c00000; color: white; text-shadow: 0 -1px rgba(0, 0, 0, 0.3); } /* line 41, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ div.alert-box a.close { color: black; position: absolute; right: 4px; top: 0; font-size: 18px; font-size: 1.8rem; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20); opacity: 0.2; padding: 4px; } /* line 49, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ div.alert-box a.close:hover, div.alert-box a.close:focus { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); opacity: 0.4; } /* line 56, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .label { padding: 0px 4px 2px; font-size: 11px; font-size: 1.1rem; font-weight: bold; text-align: center; text-decoration: none; line-height: 1; white-space: nowrap; display: inline; position: relative; bottom: 1px; color: white; background: #00a6fc; } /* line 69, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .label.radius { -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } /* line 71, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .label.round { padding: 1px 7px 2px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; } /* line 75, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .label.blue { background-color: #00a6fc; } /* line 77, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .label.red { background-color: #e91c21; } /* line 79, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .label.green { background-color: #5b8737; } /* line 81, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .label.white { background-color: #e9e9e9; color: #333333; } /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .label.black { background-color: black; } /* line 92, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ dl.tabs { display: block; margin: 0 0 20px 0; padding: 0; height: 30px; border-bottom: solid 1px #dddddd; } /* line 98, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ dl.tabs dt { display: block; width: auto; height: 30px; padding: 0 9px 0 20px; line-height: 30px; float: left; color: #999999; font-size: 11px; font-size: 1.1rem; text-transform: uppercase; cursor: default; } /* line 109, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ dl.tabs dt:first-child { padding: 0 9px 0 0; } /* line 111, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ dl.tabs dd { display: block; width: auto; height: 30px; padding: 0; float: left; } /* line 117, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ dl.tabs dd a { display: block; width: auto; height: 29px; padding: 0 9px; line-height: 30px; border: solid 1px #dddddd; margin: 0 -1px 0 0; color: #555555; background: #eeeeee; } /* line 127, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ dl.tabs dd a.active { background: white; border-width: 1px 1px 0 1px; height: 30px; } /* line 134, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .nice.tabs { border-bottom: solid 1px #eeeeee; margin: 0 0 30px; height: 43px; } /* line 139, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .nice.tabs dd a { padding: 7px 18px 9px; font-size: 15px; font-size: 1.5rem; color: #555555; background: none; border: none; } /* line 145, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .nice.tabs dd a.active { font-weight: bold; color: #333333; background: white; border-left: 1px solid #eeeeee; border-right: 1px solid #eeeeee; border-top: 3px solid #00a6fc; margin: 0 10px; position: relative; top: -5px; } /* line 156, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .nice.tabs dd:first-child a.active { margin-left: 0; } /* line 160, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ dl.tabs.vertical { height: auto; } /* line 162, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ dl.tabs.vertical dt, dl.tabs.vertical dd, dl.nice.tabs.vertical dt, dl.nice.tabs.vertical dd { float: none; height: auto; } /* line 165, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ dl.tabs.vertical dd a { display: block; width: auto; height: auto; padding: 15px 20px; line-height: 1; border: solid 0 #cccccc; border-width: 1px 1px 0; margin: 0; color: #555555; background: #eeeeee; font-size: 15px; font-size: 1.5rem; } /* line 177, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ dl.tabs.vertical dd a.active { height: auto; margin: 0; border-width: 1px 0 0; background: white; } /* line 184, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .nice.tabs.vertical { border-bottom: solid 1px #eeeeee; height: auto; } /* line 188, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .nice.tabs.vertical dd a { padding: 15px 20px; background: white; border: none; border-left: 1px solid #eeeeee; border-right: 1px solid #eeeeee; border-top: 1px solid #eeeeee; } /* line 195, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .nice.tabs.vertical dd a.active { border: none; background: #00a6fc; color: white; margin: 0; position: static; top: 0; height: auto; } /* line 205, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .nice.tabs.vertical dd:first-child a.active { margin: 0; } /* line 208, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.tabs-content { margin: 0; display: block; } /* line 211, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.tabs-content > li { display: none; } /* line 213, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.tabs-content > li.active { display: block; } /* line 215, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .no-js ul.tabs-content > li { display: block; } /* line 218, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ dl.contained, dl.nice.contained { margin-bottom: 0; } /* line 220, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ dl.contained.tabs dd a { padding: 0 14px; } /* line 222, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ dl.nice.contained.tabs dd a { padding: 7px 18px 9px; } /* line 225, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.contained.tabs-content { padding: 0; } /* line 227, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.contained.tabs-content > li { padding: 20px; border: solid 0 #dddddd; border-width: 0 1px 1px 1px; } /* line 231, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.contained.vertical.tabs-content > li { border-width: 1px 1px 1px 1px; } /* line 234, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.nice.contained.tabs-content > li { border-color: #eeeeee; } /* line 240, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.pagination { display: block; height: 24px; margin-left: -5px; } /* line 244, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.pagination li { float: left; display: block; height: 24px; color: #999999; font-size: 15px; font-size: 1.5rem; margin-left: 5px; } /* line 251, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.pagination li a { display: block; padding: 6px 7px 4px; color: #555555; } /* line 256, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.pagination li.current a, ul.pagination li:hover a, ul.pagination li:focus a { border-bottom: solid 2px #00a6fc; color: #141414; } /* line 260, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.pagination li.unavailable a { cursor: default; color: #999999; } /* line 264, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.pagination li.unavailable:hover a, ul.pagination li.unavailable:focus a { border-bottom: none; } /* line 269, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.breadcrumbs { display: block; background: #f4f4f4; padding: 7px 10px; border: 1px solid #dddddd; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; overflow: hidden; } /* line 276, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.breadcrumbs li { margin: 0; padding: 0 12px 0 0; float: left; } /* line 280, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.breadcrumbs li a, ul.breadcrumbs li span { text-transform: uppercase; font-size: 11px; font-size: 1.1rem; padding-left: 12px; } /* line 285, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.breadcrumbs li:first-child a, ul.breadcrumbs li:first-child span { padding-left: 0; } /* line 287, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.breadcrumbs li:before { content: "/"; color: #333333; } /* line 291, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.breadcrumbs li:first-child:before { content: ""; } /* line 294, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.breadcrumbs li.current a { cursor: default; color: #333333; } /* line 297, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.breadcrumbs li:hover a, ul.breadcrumbs li a:focus { text-decoration: underline; } /* line 300, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.breadcrumbs li.current:hover a, ul.breadcrumbs li.current a:focus { text-decoration: none; } /* line 303, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.breadcrumbs li.unavailable a { color: #999999; } /* line 305, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.breadcrumbs li.unavailable:hover a, ul.breadcrumbs li.unavailable a:focus { text-decoration: none; color: #999999; cursor: default; } /* line 313, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.nice, ol.nice { list-style: none; margin: 0; } /* line 316, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.nice li, ol.nice li { padding-left: 13px; position: relative; } /* line 319, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.nice li span.bullet, ol.nice li span.number { position: absolute; left: 0; top: 0; color: #cccccc; } /* line 328, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ div.panel { padding: 20px 20px 2px 20px; background-color: #efefef; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4)); background-image: -webkit-linear-gradient(#ffffff 0%, #f4f4f4 100%); background-image: -moz-linear-gradient(#ffffff 0%, #f4f4f4 100%); background-image: -o-linear-gradient(#ffffff 0%, #f4f4f4 100%); background-image: linear-gradient(#ffffff 0%, #f4f4f4 100%); -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); margin: 0 0 20px 0; } /* line 338, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .nav-bar { height: 45px; background: white; margin-top: 20px; border: 1px solid #dddddd; } /* line 343, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .nav-bar > li { float: left; display: block; position: relative; padding: 0; margin: 0; border-right: 1px solid #dddddd; line-height: 45px; } /* line 351, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .nav-bar > li > a.main { position: relative; font-size: 15px; font-size: 1.5rem; padding: 0 20px; display: block; text-decoration: none; } /* line 357, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .nav-bar > li > input { margin: 0 16px; } /* line 359, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .nav-bar > li ul { margin-bottom: 0; } /* line 361, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .nav-bar > li li { line-height: 1.3; } /* line 364, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .nav-bar > li.has-flyout > a.main { padding-right: 36px; } /* line 366, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .nav-bar > li.has-flyout > a.flyout-toggle { position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; display: block; } /* line 373, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .nav-bar > li.has-flyout > a.flyout-toggle span { width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #00a6fc; display: block; } /* line 380, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .flyout { background: white; margin: 0; padding: 20px; border: 1px solid #dddddd; position: absolute; top: 45px; left: -1px; width: 400px; z-index: 40; } /* line 390, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .flyout.small { width: 200px; } /* line 392, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .flyout.large { width: 600px; } /* line 394, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .flyout.right { left: auto; right: 0; } /* line 397, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .flyout p:last-child { margin-bottom: 0; } /* line 399, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .nav-bar > li .flyout { display: none; } /* line 405, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ dl.sub-nav { display: block; width: auto; overflow: hidden; margin: -4px 0 18px -9px; padding-top: 4px; } /* line 411, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ dl.sub-nav dt, dl.sub-nav dd { float: left; display: inline; margin-left: 9px; margin-bottom: 4px; } /* line 416, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ dl.sub-nav dt { color: #999999; font-weight: normal; } /* line 420, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ dl.sub-nav dd a { text-decoration: none; -webkit-border-radius: 12px; -moz-border-radius: 12px; -o-border-radius: 12px; border-radius: 12px; } /* line 424, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ dl.sub-nav dd.active a { background: #00a6fc; color: white; padding: 3px 9px; } /* line 433, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .flex-video { position: relative; padding-top: 25px; padding-bottom: 67.5%; height: 0; margin-bottom: 16px; overflow: hidden; } /* line 440, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .flex-video.widescreen { padding-bottom: 57.25%; } /* line 442, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .flex-video.vimeo { padding-top: 0; } /* line 444, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .flex-video iframe, .flex-video object, .flex-video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* line 455, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.vcard { display: inline-block; margin: 0 0 12px 0; border: 1px solid #dddddd; padding: 10px; } /* line 460, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.vcard li { margin: 0; display: block; } /* line 463, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ ul.vcard li.fn { font-weight: bold; font-size: 15px; font-size: 1.5rem; } /* line 467, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ p.vevent span.summary { font-weight: bold; } /* line 469, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ p.vevent abbr { cursor: default; text-decoration: none; font-weight: bold; border: none; padding: 0 1px; } /* line 479, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .has-tip { border-bottom: dotted 1px #cccccc; cursor: help; font-weight: bold; color: #333333; } /* line 484, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .has-tip:hover { border-bottom: dotted 1px #0593dc; color: #0192dd; } /* line 487, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .tooltip { display: none; background: black; background: rgba(0, 0, 0, 0.8); position: absolute; color: white; font-weight: bold; font-size: 12px; font-size: 1.2rem; padding: 5px; z-index: 999; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; line-height: normal; } /* line 499, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .tooltip > .nub { display: block; width: 0; height: 0; border: solid 6px; border-color: transparent transparent black transparent; border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent; position: absolute; top: -10px; left: 10px; } /* line 509, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .tooltip.tip-override > .nub { border-color: transparent transparent black transparent !important; border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent !important; top: -10px !important; } /* line 513, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .tooltip.tip-top > .nub { border-color: black transparent transparent transparent; border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent; top: auto; bottom: -10px; } /* line 518, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .tooltip.tip-left, .tooltip .tip-right { float: none !important; } /* line 520, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .tooltip.tip-left > .nub { border-color: transparent transparent transparent black; border-color: transparent transparent transparent rgba(0, 0, 0, 0.8); right: -10px; left: auto; } /* line 525, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .tooltip.tip-right > .nub { border-color: transparent black transparent transparent; border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent; right: auto; left: -10px; } /* line 530, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .tooltip.noradius { -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; } /* line 532, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .tooltip.tip-left, .tooltip .tip-right { float: none !important; } /* line 535, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .has-tip.opened { color: #00a6fc !important; border-bottom: dotted 1px #0095e3; } /* line 538, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .has-tip.tip-left, .has-tip .tip-right { float: none !important; } /* line 540, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_ui.sass */ .tap-to-close { display: block; font-size: 10px; font-size: 1rem; color: #888888; font-weight: normal; } /* line 4, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form { margin: 0 0 18px; } /* line 6, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form label { display: block; font-size: 13px; font-size: 1.3rem; line-height: 18px; cursor: pointer; margin-bottom: 9px; } /* line 13, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ input.input-text, textarea { border-right: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb; } /* line 16, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ input.input-text, textarea, select { display: block; margin-bottom: 9px; } /* line 19, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ label + input.input-text, label + textarea, label + select, label + div.dropdown, select + div.dropdown { margin-top: -9px; } /* line 21, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ textarea { max-width: 100%; } /* line 27, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ input.input-text, textarea { font-size: 13px; font-size: 1.3rem; padding: 4px 3px 2px; background: white; } /* line 31, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ input.input-text.oversize, textarea.oversize { font-size: 18px !important; font-size: 1.8rem !important; padding: 4px 5px !important; } /* line 34, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ input.input-text:focus, textarea:focus { outline: none !important; background: #f9f9f9; } /* line 39, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ input.input-text[disabled], textarea[disabled] { background-color: #dddddd; } /* line 46, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ input .placeholder, textarea .placeholder { color: #888888; } /* line 52, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ input.input-text, textarea { width: 254px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 56, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ input.small, textarea.small { width: 134px; } /* line 58, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ input.medium, textarea.medium { width: 254px; } /* line 60, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ input.large, textarea.large { width: 434px; } /* line 62, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ input.expand, textarea.expand { width: 100%; } /* line 69, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ textarea.locked { max-width: 254px; } /* line 71, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ textarea.locked.small { max-width: 134px; } /* line 73, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ textarea.locked.large { max-width: 434px; } /* line 75, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ textarea.locked.expand { max-width: 100%; } /* line 82, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form fieldset { padding: 9px 9px 2px 9px; border: solid 1px #dddddd; margin: 18px 0; } /* line 90, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ .form-field input[type=radio], .form-field input[type=checkbox] { display: inline; width: auto; margin-bottom: 0; } /* line 98, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ .form-field.error input, input.input-text.red { border-color: #c00000; background-color: rgba(255, 0, 0, 0.15); } /* line 101, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ .form-field.error label, label.red { color: #c00000; } /* line 103, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ .form-field.error small, small.error { margin-top: -6px; display: block; margin-bottom: 9px; font-size: 11px; font-size: 1.1rem; color: #c00000; width: 254px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 112, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ .small + small.error { width: 134px; } /* line 114, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ .medium + small.error { width: 254px; } /* line 116, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ .large + small.error { width: 434px; } /* line 118, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ .expand + small.error { width: 100%; } /* line 121, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ .small.oversize + small.error { width: 144px; } /* line 123, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ .medium.oversize + small.error { width: 264px; } /* line 125, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ .large.oversize + small.error { width: 444px; } /* line 127, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ .expand.oversize + small.error { width: 100%; } /* line 134, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.nice div.form-field input, form.nice input.input-text, form.nice textarea { border: solid 1px #bbbbbb; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; font-size: 13px; font-size: 1.3rem; padding: 6px 3px 4px; outline: none !important; background: url('/images/misc/input-bg.png?1384725022') white; } /* line 141, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.nice div.form-field input:focus, form.nice input.input-text:focus, form.nice textarea:focus { background-color: #f9f9f9; } /* line 143, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.nice div.form-field input fieldset, form.nice input.input-text fieldset, form.nice textarea fieldset { -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } /* line 145, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.nice div.form-field input div.form-field input[disabled], form.nice div.form-field input input.input-text[disabled], form.nice div.form-field input textarea[disabled], form.nice input.input-text div.form-field input[disabled], form.nice input.input-text input.input-text[disabled], form.nice input.input-text textarea[disabled], form.nice textarea div.form-field input[disabled], form.nice textarea input.input-text[disabled], form.nice textarea textarea[disabled] { background: #dddddd; } /* line 147, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.nice div.form-field input fieldset, form.nice input.input-text fieldset, form.nice textarea fieldset { -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } /* line 149, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.nice div.form-field input div.form-field input[type=radio], form.nice div.form-field input div.form-field input[type=checkbox], form.nice input.input-text div.form-field input[type=radio], form.nice input.input-text div.form-field input[type=checkbox], form.nice textarea div.form-field input[type=radio], form.nice textarea div.form-field input[type=checkbox] { display: inline; width: auto; margin-bottom: 0; } /* line 154, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.nice div.form-field.error small, form.nice small.error { padding: 6px 4px; border: solid 0 #c00000; border-width: 0 1px 1px 1px; margin-top: -10px; background: #c00000; color: white; font-size: 12px; font-size: 1.2rem; font-weight: bold; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; } /* line 166, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.nice div.form-field.error .small + small, form.nice .small + small.error { width: 132px; } /* line 168, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.nice div.form-field.error .medium + small, form.nice .medium + small.error { width: 252px; } /* line 170, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.nice div.form-field.error .large + small, form.nice .large + small.error { width: 432px; } /* line 173, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.nice div.form-field.error .small.oversize + small, form.nice .small.oversize + small.error { width: 136px; } /* line 175, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.nice div.form-field.error .medium.oversize + small, form.nice .medium.oversize + small.error { width: 256px; } /* line 177, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.nice div.form-field.error .large.oversize + small, form.nice .large.oversize + small.error { width: 436px; } /* line 185, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom span.custom { display: inline-block; width: 14px; height: 14px; position: relative; top: 2px; border: solid 1px #cccccc; background: url('/images/misc/custom-form-sprites.png?1384725022') 0 0 no-repeat; } /* line 193, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom span.custom.radio { -webkit-border-radius: 7px; -moz-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; } /* line 195, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom span.custom.radio.checked { background-position: 0 -14px; } /* line 198, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom span.custom.checkbox.checked { background-position: 0 -28px; } /* line 201, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom div.custom.dropdown { position: relative; display: block; width: auto; height: 28px; margin-bottom: 9px; margin-top: 2px; } /* line 208, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom div.custom.dropdown a.current { display: block; width: auto; line-height: 26px; min-height: 26px; padding: 0 38px 0 6px; border: solid 1px #dddddd; color: #141414; background-color: white; word-wrap: nowrap; } /* line 218, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom div.custom.dropdown a.selector { position: absolute; width: 26px; height: 26px; display: block; background: url('/images/misc/custom-form-sprites.png?1384725022') -14px 1px no-repeat; right: 0; top: 0; border: solid 1px #dddddd; } /* line 227, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom div.custom.dropdown ul { position: absolute; width: auto; display: none; margin: 0; left: 0; top: 27px; padding: 0; background: white; background: rgba(255, 255, 255, 0.95); border: solid 1px #dddddd; } /* line 238, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom div.custom.dropdown ul.show { display: block; } /* line 240, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom div.custom.dropdown ul li { cursor: pointer; padding: 3px 38px 3px 6px; min-height: 18px; margin: 0; white-space: nowrap; } /* line 246, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom div.custom.dropdown ul li.selected { background: url('/images/misc/custom-form-sprites.png?1384725022') right -52px no-repeat; } /* line 248, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom div.custom.dropdown ul li.selected:hover { background: url('/images/misc/custom-form-sprites.png?1384725022') #00a6fc right -78px no-repeat; } /* line 250, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom div.custom.dropdown ul li:hover { background-color: #00a6fc; color: white; } /* line 253, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom div.custom.dropdown:hover a.selector, form.custom div.custom.dropdown.open a.selector { background-position: -14px -26px; } /* line 256, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom div.custom.dropdown.open ul { display: block; z-index: 10; } /* line 260, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom div.custom.dropdown.open.small ul { width: 132px !important; } /* line 263, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom div.custom.dropdown.open.medium ul { width: 252px !important; } /* line 266, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom div.custom.dropdown.open.large ul { width: 432px !important; } /* line 269, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom div.custom.dropdown.open.expand ul { width: 100% !important; } /* line 271, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom div.custom.dropdown.small { width: 134px !important; } /* line 273, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom div.custom.dropdown.medium { width: 254px !important; } /* line 275, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom div.custom.dropdown.large { width: 434px !important; } /* line 277, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom div.custom.dropdown.expand { width: 100% !important; } /* line 281, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom .custom.disabled { background-color: #dddddd; } /* line 286, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom.nice span.custom.checkbox { -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } /* line 289, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom.nice div.custom.dropdown a.current { -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; background-image: url('/images/misc/input-bg-outset.png?1384725022'); background-position: bottom right; } /* line 293, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom.nice div.custom.dropdown a.selector { height: 27px; border-width: 0 0 0 1px; } /* line 296, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_forms.sass */ form.custom.nice div.custom.dropdown ul { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; } /* line 9, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.orbit-wrapper { width: 1px; height: 1px; position: relative; } /* line 13, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.orbit { width: 1px; height: 1px; position: relative; overflow: hidden; } /* line 18, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.orbit.with-bullets { margin-bottom: 40px; } /* line 20, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.orbit .orbit-slide { max-width: 100%; position: absolute; top: 0; left: 0; } /* line 25, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.orbit a.orbit-slide { border: none; line-height: 0; display: none; } /* line 29, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.orbit div.orbit-slide { width: 100%; height: 100%; } /* line 38, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.orbit-wrapper div.timer { width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right: 10px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6; cursor: pointer; z-index: 31; } /* line 48, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.orbit-wrapper span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background: url('/images/orbit/rotator-black.png?1384725022') no-repeat; z-index: 3; } /* line 57, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.orbit-wrapper span.rotator.move { left: 0; } /* line 59, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.orbit-wrapper span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; } /* line 68, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.orbit-wrapper span.mask.move { width: 40px; left: 0; background: url('/images/orbit/timer-black.png?1384725022') repeat 0 0; } /* line 72, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.orbit-wrapper span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0; background: url('/images/orbit/pause-black.png?1384725022') no-repeat; z-index: 4; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; } /* line 82, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.orbit-wrapper span.pause.active { background: url('/images/orbit/pause-black.png?1384725022') no-repeat 0 -40px; } /* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.orbit-wrapper div.timer:hover span.pause, div.orbit-wrapper span.pause.active { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; } /* line 90, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ .orbit-caption { display: none; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; } /* line 93, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ .orbit-wrapper .orbit-caption { background: black; background: rgba(0, 0, 0, 0.6); z-index: 30; color: white; text-align: center; padding: 7px 0; font-size: 13px; font-size: 1.3rem; position: absolute; right: 0; bottom: 0; width: 100%; } /* line 110, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.orbit-wrapper div.slider-nav { display: block; } /* line 112, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.orbit-wrapper div.slider-nav span { width: 78px; height: 100px; text-indent: -99999px; position: absolute; z-index: 30; top: 50%; margin-top: -50px; cursor: pointer; } /* line 121, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.orbit-wrapper div.slider-nav span.right { background: url('/images/orbit/right-arrow.png?1384725022'); right: 0; } /* line 124, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.orbit-wrapper div.slider-nav span.left { background: url('/images/orbit/left-arrow.png?1384725022'); left: 0; } /* line 131, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ ul.orbit-bullets { position: absolute; z-index: 30; list-style: none; bottom: -40px; left: 50%; margin-left: -50px; padding: 0; } /* line 139, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ ul.orbit-bullets li { float: left; margin-left: 5px; cursor: pointer; color: #999999; text-indent: -99999px; background: url('/images/orbit/bullets.jpg?1384725022') no-repeat 4px 0; width: 13px; height: 12px; overflow: hidden; } /* line 149, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ ul.orbit-bullets li.active { color: #222222; background-position: -8px 0; } /* line 152, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ ul.orbit-bullets li.has-thumb { background: none; width: 100px; height: 75px; } /* line 157, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ ul.orbit-bullets li.active.has-thumb { background-position: 0 0; border-top: solid 2px black; } /* line 164, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.orbit img.fluid-placeholder { visibility: hidden; position: static; display: block; width: 100%; } /* line 169, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.orbit, div.orbit-wrapper { width: 100% !important; } /* line 172, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ ul.orbit-bullets { position: absolute; z-index: 30; list-style: none; bottom: -50px; left: 50%; margin-left: -50px; padding: 0; } /* line 180, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ ul.orbit-bullets li { float: left; margin-left: 5px; cursor: pointer; color: #999999; text-indent: -9999px; background: url('/images/orbit/bullets.jpg?1384725022') no-repeat 4px 0; width: 13px; height: 12px; overflow: hidden; } /* line 190, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ ul.orbit-bullets li.has-thumb { background: none; width: 100px; height: 75px; } /* line 194, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ ul.orbit-bullets li.active { color: #222222; background-position: -8px 0; } /* line 197, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ ul.orbit-bullets li.active.has-thumb { background-position: 0 0; border-top: 2px solid black; } /* line 202, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ .timer { display: none !important; } /* line 204, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_orbit.sass */ div.caption { background: transparent; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); zoom: 1; } /* line 9, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_reveal.sass */ .reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: black; background: rgba(0, 0, 0, 0.8); z-index: 40; display: none; top: 0; left: 0; } /* line 20, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_reveal.sass */ .reveal-modal { visibility: hidden; top: 100px; left: 50%; margin-left: -300px; width: 520px; background: #eeeeee url('/images/misc/modal-gloss.png?1384725022') no-repeat -200px -80px; position: absolute; z-index: 41; padding: 30px 40px 34px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); } /* line 32, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_reveal.sass */ .reveal-modal.small { width: 200px; margin-left: -140px; } /* line 35, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_reveal.sass */ .reveal-modal.medium { width: 400px; margin-left: -240px; } /* line 38, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_reveal.sass */ .reveal-modal.large { width: 600px; margin-left: -340px; } /* line 41, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_reveal.sass */ .reveal-modal.xlarge { width: 800px; margin-left: -440px; } /* line 44, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_reveal.sass */ .reveal-modal .close-reveal-modal { font-size: 22px; font-size: 2.2rem; line-height: 0.5; position: absolute; top: 8px; right: 11px; color: #aaaaaa; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6); font-weight: bold; cursor: pointer; } /* line 54, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_reveal.sass */ .reveal-modal .row { min-width: 0; } @media handheld, only screen and (max-width: 1023px) { /* line 61, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_reveal.sass */ .reveal-modal-bg { position: absolute; } /* line 64, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_reveal.sass */ .reveal-modal.small, .reveal-modal.medium, .reveal-modal.large, .reveal-modal.xlarge { width: 60%; top: 60px; left: 15%; margin-left: 0; padding: 20px; height: auto; } } @media only screen and (max-width: 767px) { /* line 72, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_reveal.sass */ .reveal-modal-bg { position: absolute; } /* line 75, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_reveal.sass */ .reveal-modal.small, .reveal-modal.medium, .reveal-modal.large, .reveal-modal.xlarge { width: 80%; top: 15px; left: 5%; margin-left: 0; padding: 20px; height: auto; } } @media only screen and (max-width: 767px) { /* line 8, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ h1 { font-size: 32px; font-size: 3.2rem; line-height: 1.3; } /* line 11, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ h2 { font-size: 28px; font-size: 2.8rem; line-height: 1.3; } /* line 14, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ h3 { font-size: 21px; font-size: 2.1rem; line-height: 1.3; } /* line 17, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ h4 { font-size: 18px; font-size: 1.8rem; line-height: 1.2; } /* line 20, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ h5 { font-size: 16px; font-size: 1.6rem; line-height: 1.2; } /* line 23, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ h6 { font-size: 15px; font-size: 1.5rem; line-height: 1.2; } /* line 26, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ body, p { font-size: 15px; font-size: 1.5rem; line-height: 1.4; } } @media only screen and (max-width: 767px) { /* line 33, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; } /* line 42, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .container { min-width: 0; margin-left: 0; margin-right: 0; } /* line 46, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .row { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; } /* line 51, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .row .row .column, .row .row .columns { padding: 0; } /* line 53, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .column, .columns { width: auto !important; float: none; margin-left: 0; margin-right: 0; } /* line 58, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .column:last-child, .columns:last-child { margin-right: 0; float: none; } /* line 61, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ [class*="column"] + [class*="column"]:last-child { float: none; } /* line 63, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ [class*="column"]:before, [class*="column"]:after { content: ""; display: table; } /* line 66, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten, .offset-by-eleven, .centered { margin-left: 0% !important; } /* line 68, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; } /* line 70, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; } /* line 75, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .row .phone-one:first-child, .row .phone-two:first-child, .row .phone-three:first-child, .row .phone-four:first-child { margin-left: 0; } /* line 77, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .row .phone-one:last-child, .row .phone-two:last-child, .row .phone-three:last-child, .row .phone-four:last-child { float: right; } /* line 79, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .row .phone-one, .row .phone-two, .row .phone-three, .row .phone-four { margin-left: 4.4%; float: left; min-height: 1px; position: relative; padding: 0; } /* line 85, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .row .phone-one { width: 21.68% !important; } /* line 87, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .row .phone-two { width: 47.8% !important; } /* line 89, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .row .phone-three { width: 73.9% !important; } /* line 91, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .row .phone-four { width: 100% !important; } /* line 94, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .row .push-one-phone { left: 26.08%; } /* line 96, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .row .push-two-phone { left: 52.2%; } /* line 98, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .row .push-three-phone { left: 78.3%; } /* line 101, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .row .pull-one-phone { right: 26.08%; } /* line 103, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .row .pull-two-phone { right: 52.2%; } /* line 105, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .row .pull-three-phone { right: 78.3%; } } @media only screen and (max-width: 767px) { /* line 111, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .block-grid.mobile { margin-left: 0%; } /* line 113, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .block-grid.mobile > li { float: none; width: 100%; margin-left: 0%; } } /* line 120, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .show-on-phones { display: none !important; } /* line 122, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .show-on-tablets { display: none !important; } /* line 124, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .show-on-desktops { display: block !important; } /* line 127, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .hide-on-phones { display: block !important; } /* line 129, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .hide-on-tablets { display: block !important; } /* line 131, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .hide-on-desktops { display: none !important; } @media only screen and (max-width: 1280px) and (min-width: 768px) { /* line 139, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .touch .hide-on-phones { display: block !important; } /* line 141, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .touch .hide-on-tablets { display: none !important; } /* line 143, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .touch .hide-on-desktops { display: block !important; } /* line 145, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .touch .show-on-phones { display: none !important; } /* line 147, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .touch .show-on-tablets { display: block !important; } /* line 149, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .touch .show-on-desktops { display: none !important; } } @media only screen and (max-width: 767px) { /* line 153, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .hide-on-phones { display: none !important; } /* line 155, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .hide-on-tablets { display: block !important; } /* line 157, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .hide-on-desktops { display: block !important; } /* line 160, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .show-on-phones { display: block !important; } /* line 162, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .show-on-tablets { display: none !important; } /* line 164, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .show-on-desktops { display: none !important; } } /* line 170, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ table.show-on-desktops { display: table !important; } /* line 172, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ table.hide-on-phones { display: table !important; } /* line 174, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ table.hide-on-tablets { display: table !important; } @media only screen and (max-width: 1280px) and (min-width: 768px) { /* line 179, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .touch table.hide-on-phones { display: table !important; } /* line 181, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .touch table.hide-on-desktops { display: table !important; } /* line 183, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .touch table.hide-on-tablets { display: table !important; } } @media only screen and (max-width: 767px) { /* line 188, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ table.hide-on-tablets { display: table !important; } /* line 190, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ table.hide-on-desktops { display: table !important; } /* line 192, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ table.show-on-phones { display: table !important; } } @media only screen and (max-width: 767px) { /* line 199, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ div.form-field input, div.form-field input.small, div.form-field input.medium, div.form-field input.large, div.form-field input.oversize, input.input-text, input.input-text.oversize, textarea, form.nice div.form-field input, form.nice div.form-field input.oversize, form.nice input.input-text, form.nice input.input-text.oversize, form.nice textarea { display: block; width: 100%; padding: 6px 2% 4px; font-size: 18px; font-size: 1.8rem; } /* line 204, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ form.nice div.form-field input, form.nice div.form-field input.oversize, form.nice input.input-text, form.nice input.input-text.oversize, form.nice textarea { -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } /* line 206, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ form.nice div.form-field.error small, form.nice small.error { padding: 6px 2%; display: block; } /* line 209, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ form.nice div.form-field.error .small + small, form.nice .small + .error { width: auto; } /* line 211, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ form.nice div.form-field.error .medium + small, form.nice .medium + .error { width: auto; } /* line 213, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ form.nice div.form-field.error .large + small, form.nice .large + .error { width: auto; } /* line 215, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ form.nice div.form-field.error .expand + small, form.nice .expand + .error { width: auto; } } @media only screen and (max-width: 767px) { /* line 226, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .button { display: block; } /* line 228, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ button.button, input[submit="submit"].button { width: 100%; padding-left: 0; padding-right: 0; margin-bottom: 5px; } } @media only screen and (max-width: 767px) { /* line 238, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ dl.tabs.mobile, dl.nice.tabs.mobile { width: auto; margin: 20px -20px 40px; height: auto; } /* line 242, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ dl.tabs.mobile dt, dl.tabs.mobile dd, dl.nice.tabs.mobile dt, dl.nice.tabs.mobile dd { float: none; height: auto; } /* line 246, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ dl.tabs.mobile dd a { display: block; width: auto; height: auto; padding: 18px 20px; line-height: 1; border: solid 0 #cccccc; border-width: 1px 0 0; margin: 0; color: #555555; background: #eeeeee; font-size: 15px; font-size: 1.5rem; } /* line 258, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ dl.tabs.mobile dd a.active { height: auto; margin: 0; border-width: 1px 0 0; } /* line 263, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .nice.tabs.mobile { border-bottom: solid 1px #cccccc; height: auto; } /* line 266, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .nice.tabs.mobile dd a { padding: 18px 20px; border: none; border-left: none; border-right: none; border-top: solid 1px #cccccc; background: white; } /* line 273, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .nice.tabs.mobile dd a.active { border: none; background: #00a6fc; color: white; margin: 0; position: static; top: 0; height: auto; } /* line 281, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .nice.tabs.mobile dd:first-child a.active { margin: 0; } /* line 284, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ dl.contained.mobile, dl.nice.contained.mobile { margin-bottom: 0; } /* line 286, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ dl.contained.tabs.mobile dd a { padding: 18px 20px; } /* line 288, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ dl.nice.contained.tabs.mobile dd a { padding: 18px 20px; } /* line 290, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ dl.tabs.mobile + ul.contained { margin-left: -20px; margin-right: -20px; border-width: 0 0 1px 0; } } @media only screen and (max-width: 1280px) and (min-width: 768px) { /* line 300, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .touch .nav-bar li a { font-size: 13px; font-size: 1.3rem; } /* line 303, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .touch .nav-bar li.has-flyout > a.flyout-toggle { padding: 20px; } } @media only screen and (max-width: 767px) { /* line 308, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .nav-bar { height: auto; } /* line 310, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .nav-bar > li { float: none; display: block; border-right: none; } /* line 314, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .nav-bar > li > a.main { text-align: left; border-top: 1px solid #dddddd; border-right: none; } /* line 320, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .nav-bar > li.has-flyout > a.main:after { display: none; } /* line 322, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .nav-bar > li.has-flyout a.flyout-toggle { position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; border-left: 1px dashed #eeeeee; display: block; } /* line 330, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .nav-bar > li.has-flyout a.flyout-toggle span { content: ""; width: 0; height: 0; border: 4px solid; border-color: #2a85e8 transparent transparent transparent; display: block; } /* line 338, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .nav-bar > li.has-flyout a.flyout-toggle:hover span { border-top-color: #141414; } /* line 341, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .nav-bar > li:first-child > a.main { border-top: none; } /* line 344, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .nav-bar > li:hover > a.main { font-weight: bold; } /* line 346, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .nav-bar > li:hover ul { position: relative; } /* line 348, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .flyout { position: relative; width: auto; top: auto; margin-right: -2px; border-width: 1px 1px 0px 1px; } /* line 354, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .flyout.right { float: none; right: auto; left: -1px; } /* line 358, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .flyout.small, .flyout.large { width: auto; } /* line 360, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .flyout p.last-child { margin-bottom: 18px; } } @media only screen and (max-width: 767px) { /* line 367, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .tooltip { font-size: 14px; font-size: 1.4rem; line-height: 1.4; padding: 7px 10px 9px 10px; } /* line 371, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .tooltip > .nub, .tooltip.top > .nub, .tooltip.left > .nub, .tooltip.right > .nub { border-color: transparent transparent black transparent; border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent; top: -12px; left: 10px; } } @media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) { /* line 381, ../../../../../Library/Ruby/Gems/2.0.0/gems/ZURB-foundation-2.2.1.4/stylesheets/zurb/_mobile.sass */ .flex-video { padding-top: 0; } }
a92d4ca/html/functions_func_0x7e.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>V8 API Reference Guide for node.js v6.11.1: Class Members - Functions</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">V8 API Reference Guide for node.js v6.11.1 </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="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li><a href="functions.html"><span>All</span></a></li> <li class="current"><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li><a href="functions_type.html"><span>Typedefs</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions_func.html#index_a"><span>a</span></a></li> <li><a href="functions_func_b.html#index_b"><span>b</span></a></li> <li><a href="functions_func_c.html#index_c"><span>c</span></a></li> <li><a href="functions_func_d.html#index_d"><span>d</span></a></li> <li><a href="functions_func_e.html#index_e"><span>e</span></a></li> <li><a href="functions_func_f.html#index_f"><span>f</span></a></li> <li><a href="functions_func_g.html#index_g"><span>g</span></a></li> <li><a href="functions_func_h.html#index_h"><span>h</span></a></li> <li><a href="functions_func_i.html#index_i"><span>i</span></a></li> <li><a href="functions_func_j.html#index_j"><span>j</span></a></li> <li><a href="functions_func_l.html#index_l"><span>l</span></a></li> <li><a href="functions_func_m.html#index_m"><span>m</span></a></li> <li><a href="functions_func_n.html#index_n"><span>n</span></a></li> <li><a href="functions_func_o.html#index_o"><span>o</span></a></li> <li><a href="functions_func_p.html#index_p"><span>p</span></a></li> <li><a href="functions_func_r.html#index_r"><span>r</span></a></li> <li><a href="functions_func_s.html#index_s"><span>s</span></a></li> <li><a href="functions_func_t.html#index_t"><span>t</span></a></li> <li><a href="functions_func_u.html#index_u"><span>u</span></a></li> <li><a href="functions_func_v.html#index_v"><span>v</span></a></li> <li><a href="functions_func_w.html#index_w"><span>w</span></a></li> <li class="current"><a href="functions_func_0x7e.html#index_0x7e"><span>~</span></a></li> </ul> </div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> &#160; <h3><a class="anchor" id="index_0x7e"></a>- ~ -</h3><ul> <li>~ExternalOneByteStringResource() : <a class="el" href="classv8_1_1String_1_1ExternalOneByteStringResource.html#a443edbb33926b2a9480fe0caac6e95ab">v8::String::ExternalOneByteStringResource</a> </li> <li>~ExternalStringResource() : <a class="el" href="classv8_1_1String_1_1ExternalStringResource.html#a6b7ef9e33a47059092e1447b10c35416">v8::String::ExternalStringResource</a> </li> <li>~Persistent() : <a class="el" href="classv8_1_1Persistent.html#a7d4d2bebfe3919e447e22adc15464e25">v8::Persistent&lt; T, M &gt;</a> </li> <li>~TryCatch() : <a class="el" href="classv8_1_1TryCatch.html#a2c9ad4b40d17dd31c6dd020736b30679">v8::TryCatch</a> </li> </ul> </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>
lib/catalog-manager/templates/category/new.html
School-Yard/Catalog-Manager
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>New Category // Card Manager</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> </head> <body> <h1>New Category</h1> <form action="/{{=it.category}}/{{=it.card}}/categories" method="post"> <div class="field"> <label>Name:</label><br/> <input type="text" name="category[name]"> </div> <div class="field"> <label>Slug:</label><br/> <input type="text" name="category[slug]"> </div> <div class="actions"> <input type="submit" value="Submit"> </div> </form> <a href="/{{=it.category}}/{{=it.card}}/categories">Back</a> </body> </html>
assets/font/font-icon/font-svg/css/Glyphter.css
wms-code/edu
/* Generated by Glyphter (http://www.glyphter.com) on Wed Nov 18 2015*/ @font-face { font-family: 'Glyphter'; src: url('../fonts/Glyphter.eot'); src: url('../fonts/Glyphterd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Glyphter.woff') format('woff'), url('../fonts/Glyphter.ttf') format('truetype'), url('../fonts/Glyphter.svg#Glyphter') format('svg'); font-weight: normal; font-style: normal; } [class*='icon-']:before{ display: inline-block; font-family: 'Glyphter'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .icon-globe:before{content:'\0041';} .icon-icon-04:before{content:'\0044';} .icon-icon-05:before{content:'\0045';} .icon-a-01-01:before{content:'\0046';} .icon-a-1-01:before{content:'\0047';} .icon-photocamera_1:before{content:'\0048';} .icon-a-1-01-01:before{content:'\0049';} .icon-computer_network:before{content:'\004A';} .icon-chat_bubbles:before{content:'\004B';} .icon-credit_card:before{content:'\004C';}
Untitled/zh-CN.css
ifengji/Slides
@font-face { font-family: 'Yanone Kaffeesatz'; font-style: normal; font-weight: 400; src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'), url('https://github.com/yihui/xaringan/releases/download/v0.1/yanone-kaffeesatz.woff') format('woff'); } @font-face { font-family: 'Droid Serif'; font-style: normal; font-weight: 400; src: local('Droid Serif'), local('DroidSerif'), url('https://github.com/yihui/xaringan/releases/download/v0.1/droid-serif.woff') format('woff'); } @font-face { font-family: 'Source Code Pro'; font-style: normal; font-weight: 400; src: local('Source Code Pro'), local('SourceCodePro-Regular'), url('https://github.com/yihui/xaringan/releases/download/v0.1/source-code-pro.woff') format('woff'); } body { font-family: 'Droid Serif', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Songti SC', serif; } h1, h2, h3 { font-family: 'Yanone Kaffeesatz', 'Palatino Linotype', 'Book Antiqua', Palatino, 'STHeiti', 'SimHei', 'Microsoft YaHei'; font-weight: normal; } a, a > code { color: rgb(249, 38, 114); text-decoration: none; } .footnote { position: absolute; bottom: 3em; padding-right: 4em; font-size: 90%; } .remark-code, .remark-inline-code { font-family: 'Source Code Pro', 'Lucida Console', Monaco, monospace; } .remark-code-line-highlighted { background-color: #ffff88; } .inverse { background-color: #272822; color: #d6d6d6; text-shadow: 0 0 20px #333; } .inverse h1, .inverse h2, .inverse h3 { color: #f3f3f3; line-height: 1.0em; } /* Two-column layout */ .left-column { color: #777; width: 20%; height: 92%; float: left; } .left-column h2:last-of-type, .left-column h3:last-child { color: #000; } .right-column { width: 75%; float: right; padding-top: 1em; } .pull-left { float: left; width: 47%; } .pull-right { float: right; width: 47%; } .pull-right ~ * { clear: both; } img { max-width: 100%; } blockquote { border-left: solid 5px lightgray; padding-left: 1em; }
examples/jsart-035.html
wsams/JsArt
<!-- Copyright (C) 2011 by Weldon Sams Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>JsArt 035</title> <style type="text/css"> body { font-family:sans-serif; font-size:100%; color:#404040; } input { padding:3px; border:1px solid #404040; } input:focus { background-color:#E6E7D7; } input:active { background-color:gray; color:white; } .smalltext { font-size:.75em; color:gray; } </style> <script src="../js/jquery-1.7.min.js" type="text/javascript"></script> <script src="../js/canvas2image.js" type="text/javascript"></script> <script src="../js/base64.js" type="text/javascript"></script> <script type="text/javascript"> // The number of rows and the number of columns. xmax = 768; ymax = xmax; // This width and height of each cell. hmax = 1; wmax = hmax; // This function always returns an integer between 0-255 or 0 if a string is input. function make_int(int) { if ( isNaN(int) ){ return 0; } // make positive int = Math.sqrt(Math.pow(int, 2)); // convert to integer [1-99] if (int < 1 && int > 0) { int = Math.round(int * 100); } // convert to integer [0-255] int = Math.round(int); if (int > 255) { int = int % 256; } return int; } function render(context) { var curx = 0; var cury = 0; for (x=0; x<xmax; x++) { for (y=0; y<ymax; y++) { curx = x * wmax; cury = y * hmax; r = make_int(x * Math.sqrt(y)); g = make_int(x+y); b = make_int(r+g); color = r + "," + g + "," + b; context.fillStyle = "rgba(" + r + ", " + g + ", " + b + ", 1)"; context.fillRect(curx, cury, wmax, hmax); } } } /** * jQuery ready function */ $(document).ready(function(){ // This overrides the default 10x10 canvas. $("canvas#output").attr("width", xmax*hmax).attr("height", ymax*wmax); var canvas = document.getElementById("output"); context = canvas.getContext("2d"); render(context); $("input#savepng").click(function(){ Canvas2Image.saveAsPNG(canvas); }); $("input#savejpeg").click(function(){ Canvas2Image.saveAsJPEG(canvas); }); $("input#changeresolution").click(function(){ var width = $("input#width").val(); var height = $("input#height").val(); xmax = width; ymax = height; $("canvas#output").attr("width", xmax*hmax).attr("height", ymax*wmax); render(context); }); }); </script> </head> <body> <div id="container"> <canvas id="output" width="10" height="10"></canvas><br /> width <input id="width" size="5" value="768" title="Enter width in pixels." /> height <input id="height" size="5" value="768" title="Enter height in pixels." /> <input type="button" id="changeresolution" value="Change resolution" /> <input type="button" id="savepng" value="Save PNG" /> <input type="button" id="savejpeg" value="Save JPEG" /><br /> <p class="smalltext">You will have to rename the resulting file to <strong>something.png</strong> or <strong>something.jpg</strong>.</p> </div><!--container--> </body> </html>
WebClient/views/partials/unauthorized.html
idoychinov/TripExchangeSystem
<div class="container"> <h2 class="text-center">Unauthorized</h2> </div>
mirror/prvCode_07/cityCode_003-areaCode_01-deptCode_004/voteCode_20120101T1A2-qryType_ctks-prvCode_06-cityCode_003-areaCode_01-deptCode_004-liCode_0072.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=003&amp;areaCode=01&amp;deptCode=004&amp;liCode=0072#"><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=4 align=center>新竹縣第01選區關西鎮西安里第0176投開票所</td> <td nowrap align="center">傅家賢</td> <td nowrap align="center">1</td> <td nowrap align="right">1</td> <td nowrap align="right"> 0.14%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap align="center">彭紹瑾</td> <td nowrap align="center">2</td> <td nowrap align="right">196</td> <td nowrap align="right"> 28.86%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap align="center">徐欣瑩</td> <td nowrap align="center">3</td> <td nowrap align="right">479</td> <td nowrap align="right"> 70.54%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap align="center">戴國樑</td> <td nowrap align="center">4</td> <td nowrap align="right">3</td> <td nowrap align="right"> 0.44%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap rowspan=4 align=center>新竹縣第01選區關西鎮西安里第0177投開票所</td> <td nowrap align="center">傅家賢</td> <td nowrap align="center">1</td> <td nowrap align="right">4</td> <td nowrap align="right"> 0.56%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap align="center">彭紹瑾</td> <td nowrap align="center">2</td> <td nowrap align="right">183</td> <td nowrap align="right"> 25.70%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap align="center">徐欣瑩</td> <td nowrap align="center">3</td> <td nowrap align="right">524</td> <td nowrap align="right"> 73.59%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap align="center">戴國樑</td> <td nowrap align="center">4</td> <td nowrap align="right">1</td> <td nowrap align="right"> 0.14%</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>
src/templates/panel.html
A-welzijn/editable-fieldset
<section class="card"> <header class="card-heading"> <i class="fa fa-th-large"></i> <h1 class="card-title">{{title}} <a class="anchorPijl" anchor-smooth-scroll="top"></a> </h1> </header> <div class="card-body has-no-padding" ng-class="{'hide-padding':hideAll}" loading="loading"> <form novalidate name="name" class="fieldset-editable form-horizontal" tink-form-status="status" tink-form-editable="true" tink-fieldset> <div ng-show="!loading && !hideAll" ng-transclude></div> <div ng-show="loading && !hideAll" style="text-align: center;"> <div class="loader">De gegevens worden opgevraagd.</div> </div> </form> </div> </section>
doc/javadoc/pylapp/smoothclicker/android/uiautomator/package-use.html
pylapp/SmoothClicker
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="fr"> <head> <!-- Generated by javadoc (1.8.0_91) on Mon May 09 23:28:39 CEST 2016 --> <title>Uses of Package pylapp.smoothclicker.android.uiautomator</title> <meta name="date" content="2016-05-09"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package pylapp.smoothclicker.android.uiautomator"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?pylapp/smoothclicker/android/uiautomator/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.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> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package pylapp.smoothclicker.android.uiautomator" class="title">Uses of Package<br>pylapp.smoothclicker.android.uiautomator</h1> </div> <div class="contentContainer">No usage of pylapp.smoothclicker.android.uiautomator</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?pylapp/smoothclicker/android/uiautomator/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.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> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
node_modules/phaser/docs/src_physics_p2_LockConstraint.js.html
typedeph/Game-Clones
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Phaser Source: src/physics/p2/LockConstraint.js</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/default.css"> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel="stylesheet" href="styles/site.cerulean.css"> </head> <body> <div class="container-fluid"> <div class="navbar navbar-fixed-top navbar-inverse"> <div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div> <div class="navbar-inner"> <a class="brand" href="index.html">Phaser API</a> <ul class="nav"> <li class="dropdown"> <a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="Phaser.html">Phaser</a> </li> <li class="class-depth-0"> <a href="Phaser.KeyCode.html">KeyCode</a> </li> <li class="class-depth-0"> <a href="PIXI.html">PIXI</a> </li> </ul> </li> <li class="dropdown"> <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"> <a href="Phaser.Animation.html">Animation</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationManager.html">AnimationManager</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationParser.html">AnimationParser</a> </li> <li class="class-depth-1"> <a href="Phaser.ArraySet.html">ArraySet</a> </li> <li class="class-depth-1"> <a href="Phaser.ArrayUtils.html">ArrayUtils</a> </li> <li class="class-depth-1"> <a href="Phaser.AudioSprite.html">AudioSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapData.html">BitmapData</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapText.html">BitmapText</a> </li> <li class="class-depth-1"> <a href="Phaser.Button.html">Button</a> </li> <li class="class-depth-1"> <a href="Phaser.Cache.html">Cache</a> </li> <li class="class-depth-1"> <a href="Phaser.Camera.html">Camera</a> </li> <li class="class-depth-1"> <a href="Phaser.Canvas.html">Canvas</a> </li> <li class="class-depth-1"> <a href="Phaser.Circle.html">Circle</a> </li> <li class="class-depth-1"> <a href="Phaser.Color.html">Color</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Angle.html">Angle</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Animation.html">Animation</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.AutoCull.html">AutoCull</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Bounds.html">Bounds</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.BringToTop.html">BringToTop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Core.html">Core</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Crop.html">Crop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Delta.html">Delta</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Destroy.html">Destroy</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Health.html">Health</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InCamera.html">InCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InputEnabled.html">InputEnabled</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InWorld.html">InWorld</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LifeSpan.html">LifeSpan</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LoadTexture.html">LoadTexture</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Overlap.html">Overlap</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Reset.html">Reset</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Smoothed.html">Smoothed</a> </li> <li class="class-depth-1"> <a href="Phaser.Create.html">Create</a> </li> <li class="class-depth-1"> <a href="Phaser.Creature.html">Creature</a> </li> <li class="class-depth-1"> <a href="Phaser.Device.html">Device</a> </li> <li class="class-depth-1"> <a href="Phaser.DeviceButton.html">DeviceButton</a> </li> <li class="class-depth-1"> <a href="Phaser.DOM.html">DOM</a> </li> <li class="class-depth-1"> <a href="Phaser.Easing.html">Easing</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Back.html">Back</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Bounce.html">Bounce</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Circular.html">Circular</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Cubic.html">Cubic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Elastic.html">Elastic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Exponential.html">Exponential</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Linear.html">Linear</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quadratic.html">Quadratic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quartic.html">Quartic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quintic.html">Quintic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a> </li> <li class="class-depth-1"> <a href="Phaser.Ellipse.html">Ellipse</a> </li> <li class="class-depth-1"> <a href="Phaser.Events.html">Events</a> </li> <li class="class-depth-1"> <a href="Phaser.Filter.html">Filter</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexGrid.html">FlexGrid</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexLayer.html">FlexLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.Frame.html">Frame</a> </li> <li class="class-depth-1"> <a href="Phaser.FrameData.html">FrameData</a> </li> <li class="class-depth-1"> <a href="Phaser.Game.html">Game</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectCreator.html">GameObjectCreator</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectFactory.html">GameObjectFactory</a> </li> <li class="class-depth-1"> <a href="Phaser.Gamepad.html">Gamepad</a> </li> <li class="class-depth-1"> <a href="Phaser.Graphics.html">Graphics</a> </li> <li class="class-depth-1"> <a href="Phaser.Group.html">Group</a> </li> <li class="class-depth-1"> <a href="Phaser.Image.html">Image</a> </li> <li class="class-depth-1"> <a href="Phaser.ImageCollection.html">ImageCollection</a> </li> <li class="class-depth-1"> <a href="Phaser.Input.html">Input</a> </li> <li class="class-depth-1"> <a href="Phaser.InputHandler.html">InputHandler</a> </li> <li class="class-depth-1"> <a href="Phaser.Key.html">Key</a> </li> <li class="class-depth-1"> <a href="Phaser.Keyboard.html">Keyboard</a> </li> <li class="class-depth-1"> <a href="Phaser.Line.html">Line</a> </li> <li class="class-depth-1"> <a href="Phaser.LinkedList.html">LinkedList</a> </li> <li class="class-depth-1"> <a href="Phaser.Loader.html">Loader</a> </li> <li class="class-depth-1"> <a href="Phaser.LoaderParser.html">LoaderParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Math.html">Math</a> </li> <li class="class-depth-1"> <a href="Phaser.Matrix.html">Matrix</a> </li> <li class="class-depth-1"> <a href="Phaser.Mouse.html">Mouse</a> </li> <li class="class-depth-1"> <a href="Phaser.MSPointer.html">MSPointer</a> </li> <li class="class-depth-1"> <a href="Phaser.Net.html">Net</a> </li> <li class="class-depth-1"> <a href="Phaser.Particle.html">Particle</a> </li> <li class="class-depth-1"> <a href="Phaser.Particles.html">Particles</a> </li> <li class="class-depth-2"> <a href="Phaser.Particles.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a> </li> <li class="class-depth-1"> <a href="Phaser.Physics.html">Physics</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.TilemapCollision.html">TilemapCollision</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Ninja.html">Ninja</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.AABB.html">AABB</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Circle.html">Circle</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Tile.html">Tile</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.P2.html">P2</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Material.html">Material</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Spring.html">Spring</a> </li> <li class="class-depth-1"> <a href="Phaser.Plugin.html">Plugin</a> </li> <li class="class-depth-1"> <a href="Phaser.PluginManager.html">PluginManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Point.html">Point</a> </li> <li class="class-depth-1"> <a href="Phaser.Pointer.html">Pointer</a> </li> <li class="class-depth-1"> <a href="Phaser.PointerMode.html">PointerMode</a> </li> <li class="class-depth-1"> <a href="Phaser.Polygon.html">Polygon</a> </li> <li class="class-depth-1"> <a href="Phaser.QuadTree.html">QuadTree</a> </li> <li class="class-depth-1"> <a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a> </li> <li class="class-depth-1"> <a href="Phaser.Rectangle.html">Rectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.RenderTexture.html">RenderTexture</a> </li> <li class="class-depth-1"> <a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a> </li> <li class="class-depth-1"> <a href="Phaser.RetroFont.html">RetroFont</a> </li> <li class="class-depth-1"> <a href="Phaser.Rope.html">Rope</a> </li> <li class="class-depth-1"> <a href="Phaser.RoundedRectangle.html">RoundedRectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.ScaleManager.html">ScaleManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Signal.html">Signal</a> </li> <li class="class-depth-1"> <a href="Phaser.SignalBinding.html">SignalBinding</a> </li> <li class="class-depth-1"> <a href="Phaser.SinglePad.html">SinglePad</a> </li> <li class="class-depth-1"> <a href="Phaser.Sound.html">Sound</a> </li> <li class="class-depth-1"> <a href="Phaser.SoundManager.html">SoundManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="Phaser.SpriteBatch.html">SpriteBatch</a> </li> <li class="class-depth-1"> <a href="Phaser.Stage.html">Stage</a> </li> <li class="class-depth-1"> <a href="Phaser.State.html">State</a> </li> <li class="class-depth-1"> <a href="Phaser.StateManager.html">StateManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Text.html">Text</a> </li> <li class="class-depth-1"> <a href="Phaser.Tile.html">Tile</a> </li> <li class="class-depth-1"> <a href="Phaser.Tilemap.html">Tilemap</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapLayer.html">TilemapLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapParser.html">TilemapParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Tileset.html">Tileset</a> </li> <li class="class-depth-1"> <a href="Phaser.TileSprite.html">TileSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.Time.html">Time</a> </li> <li class="class-depth-1"> <a href="Phaser.Timer.html">Timer</a> </li> <li class="class-depth-1"> <a href="Phaser.TimerEvent.html">TimerEvent</a> </li> <li class="class-depth-1"> <a href="Phaser.Touch.html">Touch</a> </li> <li class="class-depth-1"> <a href="Phaser.Tween.html">Tween</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenData.html">TweenData</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenManager.html">TweenManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Utils.html">Utils</a> </li> <li class="class-depth-2"> <a href="Phaser.Utils.Debug.html">Debug</a> </li> <li class="class-depth-1"> <a href="Phaser.Video.html">Video</a> </li> <li class="class-depth-1"> <a href="Phaser.World.html">World</a> </li> <li class="class-depth-1"> <a href="PIXI.AbstractFilter.html">AbstractFilter</a> </li> <li class="class-depth-1"> <a href="PIXI.BaseTexture.html">BaseTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasBuffer.html">CanvasBuffer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasGraphics.html">CanvasGraphics</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasPool.html">CanvasPool</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasRenderer.html">CanvasRenderer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasTinter.html">CanvasTinter</a> </li> <li class="class-depth-1"> <a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.DisplayObject.html">DisplayObject</a> </li> <li class="class-depth-1"> <a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a> </li> <li class="class-depth-1"> <a href="PIXI.EarCut.html">EarCut</a> </li> <li class="class-depth-1"> <a href="PIXI.Event.html">Event</a> </li> <li class="class-depth-1"> <a href="PIXI.EventTarget.html">EventTarget</a> </li> <li class="class-depth-1"> <a href="PIXI.FilterTexture.html">FilterTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.Graphics.html">Graphics</a> </li> <li class="class-depth-1"> <a href="PIXI.GraphicsData.html">GraphicsData</a> </li> <li class="class-depth-1"> <a href="PIXI.PIXI.html">PIXI</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiFastShader.html">PixiFastShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiShader.html">PixiShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PolyK.html">PolyK</a> </li> <li class="class-depth-1"> <a href="PIXI.PrimitiveShader.html">PrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.RenderTexture.html">RenderTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.Rope.html">Rope</a> </li> <li class="class-depth-1"> <a href="PIXI.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="PIXI.SpriteBatch.html">SpriteBatch</a> </li> <li class="class-depth-1"> <a href="PIXI.Strip.html">Strip</a> </li> <li class="class-depth-1"> <a href="PIXI.StripShader.html">StripShader</a> </li> <li class="class-depth-1"> <a href="PIXI.Texture.html">Texture</a> </li> <li class="class-depth-1"> <a href="PIXI.TilingSprite.html">TilingSprite</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLRenderer.html">WebGLRenderer</a> </li> </ul> </li> <li class="dropdown"> <a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="global.html#AUTO">AUTO</a> </li> <li class="class-depth-0"> <a href="global.html#BITMAPDATA">BITMAPDATA</a> </li> <li class="class-depth-0"> <a href="global.html#BITMAPTEXT">BITMAPTEXT</a> </li> <li class="class-depth-0"> <a href="global.html#blendModes">blendModes</a> </li> <li class="class-depth-0"> <a href="global.html#BUTTON">BUTTON</a> </li> <li class="class-depth-0"> <a href="global.html#CANVAS">CANVAS</a> </li> <li class="class-depth-0"> <a href="global.html#CANVAS_FILTER">CANVAS_FILTER</a> </li> <li class="class-depth-0"> <a href="global.html#CIRCLE">CIRCLE</a> </li> <li class="class-depth-0"> <a href="global.html#CREATURE">CREATURE</a> </li> <li class="class-depth-0"> <a href="global.html#DOWN">DOWN</a> </li> <li class="class-depth-0"> <a href="global.html#ELLIPSE">ELLIPSE</a> </li> <li class="class-depth-0"> <a href="global.html#EMITTER">EMITTER</a> </li> <li class="class-depth-0"> <a href="global.html#GAMES">GAMES</a> </li> <li class="class-depth-0"> <a href="global.html#GRAPHICS">GRAPHICS</a> </li> <li class="class-depth-0"> <a href="global.html#GROUP">GROUP</a> </li> <li class="class-depth-0"> <a href="global.html#HEADLESS">HEADLESS</a> </li> <li class="class-depth-0"> <a href="global.html#IMAGE">IMAGE</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT">LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#LINE">LINE</a> </li> <li class="class-depth-0"> <a href="global.html#MATRIX">MATRIX</a> </li> <li class="class-depth-0"> <a href="global.html#NONE">NONE</a> </li> <li class="class-depth-0"> <a href="global.html#PENDING_ATLAS">PENDING_ATLAS</a> </li> <li class="class-depth-0"> <a href="global.html#POINT">POINT</a> </li> <li class="class-depth-0"> <a href="global.html#POINTER">POINTER</a> </li> <li class="class-depth-0"> <a href="global.html#POLYGON">POLYGON</a> </li> <li class="class-depth-0"> <a href="global.html#RECTANGLE">RECTANGLE</a> </li> <li class="class-depth-0"> <a href="global.html#RENDERTEXTURE">RENDERTEXTURE</a> </li> <li class="class-depth-0"> <a href="global.html#RETROFONT">RETROFONT</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT">RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#ROPE">ROPE</a> </li> <li class="class-depth-0"> <a href="global.html#ROUNDEDRECTANGLE">ROUNDEDRECTANGLE</a> </li> <li class="class-depth-0"> <a href="global.html#scaleModes">scaleModes</a> </li> <li class="class-depth-0"> <a href="global.html#SPRITE">SPRITE</a> </li> <li class="class-depth-0"> <a href="global.html#SPRITEBATCH">SPRITEBATCH</a> </li> <li class="class-depth-0"> <a href="global.html#TEXT">TEXT</a> </li> <li class="class-depth-0"> <a href="global.html#TILEMAP">TILEMAP</a> </li> <li class="class-depth-0"> <a href="global.html#TILEMAPLAYER">TILEMAPLAYER</a> </li> <li class="class-depth-0"> <a href="global.html#TILESPRITE">TILESPRITE</a> </li> <li class="class-depth-0"> <a href="global.html#UP">UP</a> </li> <li class="class-depth-0"> <a href="global.html#VERSION">VERSION</a> </li> <li class="class-depth-0"> <a href="global.html#VIDEO">VIDEO</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL">WEBGL</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL_FILTER">WEBGL_FILTER</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li> <li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li> <li class="class-depth-1"><a href="Phaser.World.html">World</a></li> <li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li> <li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li> <li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li> <li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li> <li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li> <li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li> <li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li> <li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li> <li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li> <li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li> <li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li> <li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li> <li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li> <li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li> <li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li> <li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li> <li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li> <li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li> <li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li> <li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li> <li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li> <li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li> <li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li> <li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li> <li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li> <li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li> <li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li> <li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li> <li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li> <li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li> <li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li> <li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li> <li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li> <li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li> <li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li> <li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li> <li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li> <li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li> <li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li> <li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li> <li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li> <li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser">Phaser Github</a></li> <li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li> <li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li> <li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li> <li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li> <li class="class-depth-1"><a href="https://confirmsubscription.com/h/r/369DE48E3E86AF1E">Newsletter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/irc">IRC</a></li> <li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li> </ul> </li> </ul> </div> </div> <div class="row-fluid"> <div class="span12"> <div id="main"> <h1 class="page-title">Source: src/physics/p2/LockConstraint.js</h1> <section> <article> <pre class="sunlight-highlight-javascript linenums">/** * @author Richard Davey &lt;rich@photonstorm.com> * @copyright 2015 Photon Storm Ltd. * @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License} */ /** * Locks the relative position between two bodies. * * @class Phaser.Physics.P2.LockConstraint * @constructor * @param {Phaser.Physics.P2} world - A reference to the P2 World. * @param {p2.Body} bodyA - First connected body. * @param {p2.Body} bodyB - Second connected body. * @param {Array} [offset] - The offset of bodyB in bodyA's frame. The value is an array with 2 elements matching x and y, i.e: [32, 32]. * @param {number} [angle=0] - The angle of bodyB in bodyA's frame. * @param {number} [maxForce] - The maximum force that should be applied to constrain the bodies. */ Phaser.Physics.P2.LockConstraint = function (world, bodyA, bodyB, offset, angle, maxForce) { if (offset === undefined) { offset = [0, 0]; } if (angle === undefined) { angle = 0; } if (maxForce === undefined) { maxForce = Number.MAX_VALUE; } /** * @property {Phaser.Game} game - Local reference to game. */ this.game = world.game; /** * @property {Phaser.Physics.P2} world - Local reference to P2 World. */ this.world = world; offset = [ world.pxm(offset[0]), world.pxm(offset[1]) ]; var options = { localOffsetB: offset, localAngleB: angle, maxForce: maxForce }; p2.LockConstraint.call(this, bodyA, bodyB, options); }; Phaser.Physics.P2.LockConstraint.prototype = Object.create(p2.LockConstraint.prototype); Phaser.Physics.P2.LockConstraint.prototype.constructor = Phaser.Physics.P2.LockConstraint; </pre> </article> </section> </div> <div class="clearfix"></div> <footer> <span class="copyright"> Phaser Copyright © 2012-2015 Photon Storm Ltd. </span> <br /> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a> on Thu Feb 18 2016 14:40:57 GMT+0000 (GMT Standard Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>. </span> </footer> </div> <br clear="both"> </div> </div> <script src="scripts/sunlight.js"></script> <script src="scripts/sunlight.javascript.js"></script> <script src="scripts/sunlight-plugin.doclinks.js"></script> <script src="scripts/sunlight-plugin.linenumbers.js"></script> <script src="scripts/sunlight-plugin.menu.js"></script> <script src="scripts/jquery.min.js"></script> <script src="scripts/jquery.scrollTo.js"></script> <script src="scripts/jquery.localScroll.js"></script> <script src="scripts/bootstrap-dropdown.js"></script> <script src="scripts/toc.js"></script> <script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script> <script> $( function () { $( "#toc" ).toc( { anchorName : function(i, heading, prefix) { return $(heading).attr("id") || ( prefix + i ); }, selectors : "h1,h2,h3,h4", showAndHide : false, scrollTo : 60 } ); $( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" ); $( "#main span[id^='toc']" ).addClass( "toc-shim" ); } ); </script> </body> </html>
clean/Linux-x86_64-4.10.2-2.0.6/released/8.13.2/bertrand/8.8.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>bertrand: 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.13.2 / bertrand - 8.8.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> bertrand <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-02 00:56:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-02 00:56:38 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 conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.13.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.2 Official release 4.10.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-community/bertrand&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Bertrand&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: Knuth&#39;s algorithm&quot; &quot;keyword: prime numbers&quot; &quot;keyword: Bertrand&#39;s postulate&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Number theory&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs based on external tools&quot; &quot;category: Miscellaneous/Extracted Programs/Arithmetic&quot; &quot;date: 2002&quot; ] authors: [ &quot;Laurent Théry&quot; ] bug-reports: &quot;https://github.com/coq-community/bertrand/issues&quot; dev-repo: &quot;git+https://github.com/coq-community/bertrand.git&quot; synopsis: &quot;Correctness of Knuth&#39;s algorithm for prime numbers&quot; description: &quot;&quot;&quot; A proof of correctness of the algorithm as described in `The Art of Computer Programming: Fundamental Algorithms&#39; by Knuth, pages 147-149&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-community/bertrand/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=7abe286c4e4f394cfb9401cd28b7b209&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-bertrand.8.8.0 coq.8.13.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.13.2). The following dependencies couldn&#39;t be met: - coq-bertrand -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.10 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-bertrand.8.8.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/navigation.html
aarondowd/aarondowd.github.com
<div class="navigation-wrapper"> <nav role="navigation" id="site-nav" class="animated drop"> <ul> {% for link in site.data.navigation %} {% if link.url contains 'http' %} {% assign domain = '' %} {% else %} {% assign domain = site.url %} {% endif %} <li><a href="{{ domain }}{{ link.url }}" {% if link.url contains 'http' %}target="_blank"{% endif %}>{{ link.title }}</a></li> {% endfor %} {% if site.search %}<li class="dosearch"><span><i class="fa fa-search"></i> Search</span></li>{% endif %} </ul> </nav> </div><!-- /.navigation-wrapper --> {% include browser-upgrade.html %} {% if site.search %}{% include site-search.html %}{% endif %} {% if page.image.feature %}<header class="masthead"> {% if site.logo != null %} <div class="wrap"> <a href="{{ site.url }}" class="site-logo" rel="home" title="{{ site.title }}"><img src="{{ site.url }}/images/{{ site.logo }}" width="200" height="200" alt="{{ site.title }} logo" class="animated bounceInDown"></a> </div> {% endif %} </header> <!-- /.masthead --> {% else %}<header class="masthead"> <div class="wrap"> <!-- {% if site.logo != null %} <a href="{{ site.url }}" class="site-logo" rel="home" title="{{ site.title }}"><img src="{{ site.url }}/images/{{ site.logo }}" width="200" height="200" alt="{{ site.title }} logo" class="animated fadeInUp"></a> {% endif %} --> <h1 class="site-title animated fadeIn"><a href="{{ site.url }}">{{ site.title }}</a></h1> <h2 class="site-description animated fadeIn" itemprop="description">{{ site.description }}</h2> </div> </header><!-- /.masthead -->{% endif %} <div class="js-menu-screen menu-screen"></div>
docs/api/graphs/class.html
econda/php-sdk
<!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/> <meta charset="utf-8"/> <title>API Documentation</title> <meta name="author" content=""/> <meta name="description" content=""/> <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet"> <link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet"> <link href="../css/prism.css" rel="stylesheet" media="all"/> <link href="../css/template.css" rel="stylesheet" media="all"/> <link href="../css/jquery.iviewer.css" rel="stylesheet" media="all"/> <style> #viewer { position: relative; width: 100%; } .wrapper { overflow: hidden; } </style> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script> <![endif]--> <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script> <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js" type="text/javascript"></script> <script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script> <script src="../js/jquery.smooth-scroll.js"></script> <script src="../js/prism.min.js"></script> <!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit--> <script src="../js/jquery.mousewheel.min.js" type="text/javascript"></script> <script src="../js/jquery.iviewer.js" type="text/javascript"></script> <script type="text/javascript"> $(window).resize(function(){ $("#viewer").height($(window).height() - 100); }); $(document).ready(function() { $("#viewer").iviewer({src: '../graphs/classes.svg', zoom_animation: false}); $('#viewer img').bind('dragstart', function(event){ event.preventDefault(); }); $(window).resize(); }); </script> <link rel="shortcut icon" href="../images/favicon.ico"/> <link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/> <link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/> <link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/> </head> <body> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <i class="icon-ellipsis-vertical"></i> </a> <a class="brand" href="../index.html">API Documentation</a> <div class="nav-collapse"> <ul class="nav pull-right"> <li class="dropdown"> <a href="../index.html" class="dropdown-toggle" data-toggle="dropdown"> API Documentation <b class="caret"></b> </a> <ul class="dropdown-menu"> <li><a href="../namespaces/Econda.html">\Econda</a></li> </ul> </li> <li class="dropdown" id="charts-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> Charts <b class="caret"></b> </a> <ul class="dropdown-menu"> <li> <a href="../graphs/class.html"> <i class="icon-list-alt"></i>&#160;Class hierarchy diagram </a> </li> </ul> </li> <li class="dropdown" id="reports-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> Reports <b class="caret"></b> </a> <ul class="dropdown-menu"> <li> <a href="../reports/errors.html"> <i class="icon-list-alt"></i>&#160;Errors </a> </li> <li> <a href="../reports/markers.html"> <i class="icon-list-alt"></i>&#160;Markers </a> </li> </ul> </li> </ul> </div> </div> </div> <!--<div class="go_to_top">--> <!--<a href="#___" style="color: inherit">Back to top&#160;&#160;<i class="icon-upload icon-white"></i></a>--> <!--</div>--> </div> <div id="___" class="container-fluid"> <div class="row-fluid"> <div class="span12"> <div class="wrapper"> <div id="viewer" class="viewer"></div> </div> </div> </div> <footer class="row-fluid"> <section class="span10 offset2"> <section class="row-fluid"> <section class="span10 offset1"> <section class="row-fluid footer-sections"> <section class="span4"> <h1><i class="icon-code"></i></h1> <div> <ul> <li><a href="../namespaces/Econda.html">\Econda</a></li> </ul> </div> </section> <section class="span4"> <h1><i class="icon-bar-chart"></i></h1> <div> <ul> <li><a href="">Class Hierarchy Diagram</a></li> </ul> </div> </section> <section class="span4"> <h1><i class="icon-pushpin"></i></h1> <div> <ul> <li><a href="">Errors</a></li> <li><a href="">Markers</a></li> </ul> </div> </section> </section> </section> </section> <section class="row-fluid"> <section class="span10 offset1"> <hr /> Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored on September 30th, 2013 at 15:45. </section> </section> </section> </footer> </div> </body> </html>
examples/sample.css
totora0155/postcss-namespace
.outside {} @prefix block not(.not-target, /ignore/); .box {} .inner .target {} .inner .not-target {} .inner .ignore-1 {} .inner .ignore-2, .inner .target {} @prefix ; .box {} @prefix block2; .box {} &:hover {} [href^="https"][target="_blank"] {} @media screen and (min-width: 768px) { #media {} #media #inner, .media .inner.box {} }
tag/Primefaces/index.html
lametaweb/lametaweb.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>la metaweb</title> <meta name="description" content="Ensayos no destructivos en el ecosistema Java EE, y algún off topic para desconectar ;-)" /> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="//www.lametaweb.com/themes/ichi/favicon.ico"> <script type="text/javascript" src="//www.lametaweb.com/themes/ichi/assets/js/vendor/fastclick.js?v=1.0.0"></script> <script type="text/javascript" src="//www.lametaweb.com/themes/ichi/assets/js/vendor/modernizr.js?v=1.0.0"></script> <link rel="stylesheet" type="text/css" href="//www.lametaweb.com/themes/ichi/assets/css/normalize.css?v=1.0.0" /> <link rel="stylesheet" type="text/css" href="//www.lametaweb.com/themes/ichi/assets/css/foundation.min.css?v=1.0.0" /> <!--[if lte IE 8]> <link rel="stylesheet" type="text/css" href="//www.lametaweb.com/themes/ichi/assets/css/outdatedBrowser.min.css?v=1.0.0"> <![endif]--> <link rel="stylesheet" type="text/css" href="//www.lametaweb.com/themes/ichi/assets/fonts/foundation-icons/foundation-icons.css?v=1.0.0" /> <link rel="stylesheet" type="text/css" href="//www.lametaweb.com/themes/ichi/assets/css/styles.css?v=1.0.0" /> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:300,700,400|Source+Sans+Pro:300,400,600,700,900,300italic,400italic,600italic,700italic,900italic" /> <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" /> <link rel="stylesheet" type="text/css" href="//www.lametaweb.com/themes/ichi/assets/css/asciidoctor.css?v=1.0.0" /> <link rel="canonical" href="http://www.lametaweb.com" /> <meta name="generator" content="Ghost ?" /> <link rel="alternate" type="application/rss+xml" title="la metaweb" href="http://www.lametaweb.com/rss" /> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css"> </head> <body class="tag-template tag-Primefaces home-template"> <div id="outdated"> <h6>Your browser is out-of-date!</h6> <p>Update your browser to view this website correctly. <a id="btnUpdate" href="http://outdatedbrowser.com/">Update my browser now</a></p> </div> <nav class="top-bar hide-for-large-up" data-topbar style="background: none"> <ul class="title-area"> <li class="name"> </li> <li class="home"><a class="fi-home" href="http://www.lametaweb.com"></a></li> <li class="toggle-topbar"><a href="#" id="trigger-overlay" class="fi-list"></a></li> </ul> <div class="overlay overlay-scale"> <button type="button" class="overlay-close">Close</button> <nav> <ul> <li><a href="http://www.lametaweb.com">Home</a></li> </ul> </nav> </div> </nav> <div class="row"> <div class="small-16 medium-16 large-4 columns right head-area bgimage" style="background-image: url(https://raw.githubusercontent.com/lametaweb/lametaweb.github.io/master/images/fblog.png)"> <header class="site-head"> <div class="vertical"> <div class="site-head-content inner"> <ul class="side-nav blog-menu show-for-large-up"> <li><a class="fi-home" href="http://www.lametaweb.com"></a></li> <li><a class="fi-torso" href="http://www.lametaweb.com/about"></a></li> <li><a class="fi-mail" href="http://www.lametaweb.com/contact"></a></li> </ul> <a class="blog-logo" href="http://www.lametaweb.com"><img alt="la metaweb" src="https://raw.githubusercontent.com/lametaweb/lametaweb.github.io/master/images/logo-blanco.png" alt="Blog Logo" /></a> <h1 class="blog-title">la metaweb</h1> <hr> <p class="blog-description">Ensayos no destructivos en el ecosistema Java EE, y algún off topic para desconectar ;-)</p> <div class="blog-network"> <!-- <a href="#" class="fi-social-pinterest"></a> <a href="#" class="fi-social-linkedin"></a> <a href="#" class="fi-social-behance"></a> <a href="#" class="fi-social-deviant-art"></a> <a href="#" class="fi-social-dribbble"></a> <a href="#" class="fi-social-flickr"></a> <a href="#" class="fi-social-github"></a> <a href="#" class="fi-social-skype"></a> <a href="#" class="fi-social-snapchat"></a> <a href="#" class="fi-social-steam"></a> <a href="#" class="fi-social-xbox"></a> <a href="#" class="fi-social-reddit"></a> --> <a href="github.com/lametaweb" class="fi-social-github"></a> </div> </div> </div> </header> </div> <div class="small-16 medium-16 large-12 columns main-column left"> <main class="content" role="main"> <header class="tag-archive-header"> <h1>Primefaces</h1> </header> <article class="post tag-JSF tag-JavaServer-Faces tag-Primefaces tag-CRUD tag-EJB tag-Hibernate tag-backing-bean"> <header class="post-header"> <span class="post-meta"><time datetime="2015-09-02">02 Sep 2015</time> </span> <h2 class="post-title"><a href="http://www.lametaweb.com/2015/09/02/Implementacion-de-un-mantenimiento-de-entidad-del-modelo-con-JSF-y-PrimeFaces.html">Implementación de un mantenimiento de entidad del modelo con JSF y PrimeFaces.</a></h2> </header> <section class="post-excerpt"> <p>Introducción En este post veremos los aspectos más relevantes de la implementación de un caso de uso de gestión / mantenimiento de una entidad del Modelo. Elegiremos la entidad Trabajo porque es la que requiere un desarrollo más interesante. Recordad que un dron está asignado a ninguno, uno o más trabajos, que un trabajo lo realiza un único dron, y que un trabajo tiene una ruta consistente en dos&hellip;</p> </section> <a class="button read-more right small" href="http://www.lametaweb.com/2015/09/02/Implementacion-de-un-mantenimiento-de-entidad-del-modelo-con-JSF-y-PrimeFaces.html">Read more</a> <aside class="tags fi-pricetag-multiple">Posted on <a href="http://www.lametaweb.com/tag/JSF">JSF</a>, <a href="http://www.lametaweb.com/tag/JavaServer-Faces"> JavaServer Faces</a>, <a href="http://www.lametaweb.com/tag/Primefaces"> Primefaces</a>, <a href="http://www.lametaweb.com/tag/CRUD"> CRUD</a>, <a href="http://www.lametaweb.com/tag/EJB"> EJB</a>, <a href="http://www.lametaweb.com/tag/Hibernate"> Hibernate</a>, <a href="http://www.lametaweb.com/tag/backing-bean"> backing bean</a></aside> <div class="clearfix"></div> </article> <nav class="pagination" role="navigation"> <span class="page-number">Page 1 of 1</span> </nav> </main> </div> </div> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script> <script type="text/javascript"> jQuery( document ).ready(function() { // change date with ago jQuery('ago.ago').each(function(){ var element = jQuery(this).parent(); element.html( moment(element.text()).fromNow()); }); }); hljs.initHighlightingOnLoad(); </script> <!--[if lte IE 8]> <script type="text/javascript" src="//www.lametaweb.com/themes/ichi/assets/js/outdatedBrowser.min.js?v=1.0.0"></script> <![endif]--> <script type="text/javascript" src="//www.lametaweb.com/themes/ichi/assets/js/min/built.js?v=1.0.0"></script> <script> $(document).foundation(); </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-62743682-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
src/css/frontend.css
danieldunderfelt/frontend-kit
/* * Here you may include other stylesheets from the 'common' folder. * Please keep it clean from other styles. */ /*! normalize.css v3.0.0 | MIT License | git.io/normalize */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. * Correct `block` display not defined for `main` in IE 11. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } /** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */ [hidden], template { display: none; } /* Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a { background: transparent; } /** * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } /* Text-level semantics ========================================================================== */ /** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ b, strong { font-weight: bold; } /** * Address styling not present in Safari and Chrome. */ dfn { font-style: italic; } /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Address styling not present in IE 8/9. */ mark { background: #ff0; color: #000; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9/10. */ img { border: 0; } /** * Correct overflow not hidden in IE 9/10/11. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari. */ figure { margin: 1em 40px; } /** * Address differences between Firefox and other browsers. */ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Contain overflow in all browsers. */ pre { overflow: auto; } /** * Address odd `em`-unit font size rendering in all browsers. */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* Forms ========================================================================== */ /** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */ /** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */ button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ } /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ button { overflow: visible; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ input { line-height: normal; } /** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof). */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** * Remove default vertical scrollbar in IE 8/9/10/11. */ textarea { overflow: auto; } /** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ optgroup { font-weight: bold; } /* Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /* * Helpers for creating responsive layouts. * Configure your breakpoints, and it's good to go! * Use the r() mixin for arbitrary breakpoints, and * the bp() mixin for predefined breakpoints. */ /* * Add font-face rules here. */ html { font-size: 18px; } /* * Add global form styles here. */ /* * Here you may include other stylesheets from the 'modules' folder. * You may also add short style snippets that don't warrant their own files. */ /* * Here you may include other stylesheets from the 'app' folder. * Please keep it clean from other styles. */ /* * Stylesheet for general, global styles. Like body, html, "content-wrapper"s etc. */
web/qrcodes/71fr.html
damedia/culture.ru
<html> <head> <style> h2.title { font-size: 1.8em; font-weight: bold; } h3.title { font-size: 1.5em; font-weight: bold; } body { font: 12px/18px Arial, Tahoma, Verdana, sans-serif; } .field-label{ font-weight: bold; } .field-items{ font-weight: normal; } </style> <title>La plaquette commémorative à l’entée dans le domaine</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> </head><body><div style='width:80%; margin-left: auto; margin-right: auto;' ><div style='width:80%; margin-left: auto; margin-right: auto;' > <div style='width:50%'> <div align=right> <a href = '71ru.html'><img src='/qrcodes/ru.png' border=0></a>&nbsp;<a href='71fr.html'><img src='/qrcodes/fr.png'></a>&nbsp;<a href='71en.html'><img src='/qrcodes/en.png' width=16 height=12></a></div></div><table width=50%><tr><td width=25%><a href="http://www.culture.ru/"><img src="http://www.culture.ru/img/banners/100x100.png" alt="Портал Культура.рф"></a> </td><td width=25%><a href='http://mkrf.ru/'><img src='images/gerald_color.jpg' border=0></a></td><td width=50% align=center>Министерство культуры<br>Российской Федерации<br>Портал Культура.рф<br>Проект «Образы России»</td></tr></table><h2 class='title'>Le musée-réserve naturel de Pouchkine (Zakharkovo)</h2><h3 class='title'>La plaquette commémorative à l’entée dans le domaine</h3><div class='field-item'><img src ='images/71.JPG' width='384'></div><div>L’obélisque a été installé en 1937 par un ethnographe régional inconnu à l’occasion du 100ième anniversaire de la mort de Pouchkin. Probablement pour l’obélisque a été utilisé le monument du tombeau inconnu.</div> <div><h3>Культура.рф &copy; Портал культурного наследия России</h3></div></div></body></html>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/6ead1831054d238fdf293b787c75f0eaa3963f32d18dc01bcd01c48ee853a65b.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="./bd03aedf408d285f867b287bf167e69307db2c8fc15daece18a2ede776be3dcb.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>
dist/docs/notifications.html
iFallUpHill/boba
<!DOCTYPE html><html><head> <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1"> <title>Notifications | Build with Boba</title> <meta name="description" content="A lightweight, modular, CSS-only design framework."> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Sans:400,600|Muli:300,400,700"> <link rel="stylesheet" href="/boba-extended.min.css"> <link rel="stylesheet" href="/documentation.min.css"> </head> <body> <div class="sidebar-layout"> <div class="sb-top-navbar sticky"> <a class="sb-side-navbar-toggle" href="#boba-sidebar"> <span class="sb-menu-icon"></span> </a> <a class="button orange" href="./installation.html">Get boba!</a> </div> <div class="sb-side-navbar" id="boba-sidebar"> <div class="sb-side-sticky-region display-flex flex-column"> <a class="boba-branding" href="/">boba</a> <span class="version-tag boba-branding">Version 1.7.2</span> </div> <div class="sb-side-scroll-region"> <div class="collapsible"> <input type="checkbox" class="collapsible-toggle" id="overview" name="collapsible-checkbox"> <label class="collapsible-header " for="overview"> Overview </label> <div class="collapsible-body"> <ul class="collapsible-submenu"> <li class=""><a href="/docs/index.html">Introduction</a></li> <li class=""><a href="/docs/installation.html">Installation</a></li> <li class=""><a href="/docs/customize.html">Customize</a></li> <li class=""><a href="/docs/compatibility.html">Compatibility</a></li> <li class=""><a href="/docs/changelog.html">Changelog</a></li> </ul> </div> </div> <div class="collapsible"> <input type="checkbox" class="collapsible-toggle" id="core" name="collapsible-checkbox"> <label class="collapsible-header " for="core"> Core </label> <div class="collapsible-body"> <ul class="collapsible-submenu"> <li class=""><a href="/docs/breakpoints.html">Breakpoints</a></li> <li class=""><a href="/docs/colors.html">Colors</a></li> <li class=""><a href="/docs/typography.html">Typography</a></li> </ul> </div> </div> <div class="collapsible"> <input type="checkbox" class="collapsible-toggle" id="layout" name="collapsible-checkbox"> <label class="collapsible-header " for="layout"> Layout </label> <div class="collapsible-body"> <ul class="collapsible-submenu"> <li class=""><a href="/docs/containers.html">Containers</a></li> <li class=""><a href="/docs/grid.html">Grid</a></li> <li class=""><a href="/docs/navbar.html">Navbar</a></li> <li class=""><a href="/docs/sections.html">Sections</a></li> <li class=""><a href="/docs/sidebar.html">Sidebar</a></li> </ul> </div> </div> <div class="collapsible"> <input type="checkbox" class="collapsible-toggle" id="components" name="collapsible-checkbox" checked> <label class="collapsible-header bold" for="components"> Components </label> <div class="collapsible-body"> <ul class="collapsible-submenu"> <li class=""><a href="/docs/banners.html">Banners</a></li> <li class=""><a href="/docs/breadcrumbs.html">Breadcrumbs</a></li> <li class=""><a href="/docs/cards.html">Cards</a></li> <li class=""><a href="/docs/collapsible.html">Collapsible</a></li> <li class=""><a href="/docs/messages.html">Messages</a></li> <li class="bold"><a href="/docs/notifications.html">Notifications</a></li> <li class=""><a href="/docs/pagination.html">Pagination</a></li> <li class=""><a href="/docs/tabs.html">Tabs</a></li> <li class=""><a href="/docs/tables.html">Tables</a></li> </ul> </div> </div> <div class="collapsible"> <input type="checkbox" class="collapsible-toggle" id="elements" name="collapsible-checkbox"> <label class="collapsible-header " for="elements"> Elements </label> <div class="collapsible-body"> <ul class="collapsible-submenu"> <li class=""><a href="/docs/blockquotes.html">Blockquotes</a></li> <li class=""><a href="/docs/buttons.html">Buttons</a></li> <li class=""><a href="/docs/code.html">Code</a></li> <li class=""><a href="/docs/counters.html">Counters</a></li> <li class=""><a href="/docs/descriptions.html">Descriptions</a></li> <li class=""><a href="/docs/dividers.html">Dividers</a></li> <li class=""><a href="/docs/labels.html">Labels</a></li> <li class=""><a href="/docs/lists.html">Lists</a></li> <li class=""><a href="/docs/progress.html">Progress</a></li> </ul> </div> </div> <div class="collapsible"> <input type="checkbox" class="collapsible-toggle" id="forms" name="collapsible-checkbox"> <label class="collapsible-header " for="forms"> Forms </label> <div class="collapsible-body"> <ul class="collapsible-submenu"> <li class=""><a href="/docs/checkboxes.html">Checkboxes</a></li> <li class=""><a href="/docs/inputs.html">Inputs</a></li> <li class=""><a href="/docs/radios.html">Radios</a></li> <li class=""><a href="/docs/selects.html">Selects</a></li> <li class=""><a href="/docs/switches.html">Switches</a></li> <li class=""><a href="/docs/textareas.html">Textareas</a></li> </ul> </div> </div> <div class="collapsible"> <input type="checkbox" class="collapsible-toggle" id="utilities" name="collapsible-checkbox"> <label class="collapsible-header " for="utilities"> Utilities </label> <div class="collapsible-body"> <ul class="collapsible-submenu"> <li class=""><a href="/docs/animations.html">Animations</a></li> <li class=""><a href="/docs/background.html">Background</a></li> <li class=""><a href="/docs/borders.html">Borders</a></li> <li class=""><a href="/docs/display.html">Display</a></li> <li class=""><a href="/docs/flex.html">Flex</a></li> <li class=""><a href="/docs/images.html">Images</a></li> <li class=""><a href="/docs/shadows.html">Shadows</a></li> <li class=""><a href="/docs/shapes.html">Shapes</a></li> <li class=""><a href="/docs/sizing.html">Sizing</a></li> <li class=""><a href="/docs/spacing.html">Spacing</a></li> <li class=""><a href="/docs/text.html">Text</a></li> </ul> </div> </div> </div> </div> <a class="sb-main-overlay" href="#close"></a> <div class="sb-main-content"> <div class="banner medium bg-blue"> <div class="banner-body text-left"> <div class="container"> <h1 class="header text-white">Components</h1> <h5 class="subheader thin text-white no-margin">Learn how to <span class="bold">build your website</span> with boba!</h5> </div> </div> </div> <div class="section"> <div class="container"> <div class="row"> <div class="col xs-12"> <h1 class="header">Notifications</h1> <h5 class="subheader thin no-margin">Notifications come in all of <a href="./colors.html">boba's colors</a>.</h5> </div> <div class="col xs-12 md-6 col-middle"> <div class="notification"> <p>This is the default style if no styling is applied.</p> </div> <div class="notification red"> <p>This notification uses the <code>.red</code> class.</p> </div> <div class="notification orange"> <p>This notification uses the <code>.orange</code> class.</p> </div> <div class="notification yellow"> <p>This notification uses the <code>.yellow</code> class.</p> </div> <div class="notification green"> <p>This notification uses the <code>.green</code> class.</p> </div> <div class="notification teal"> <p>This notification uses the <code>.teal</code> class.</p> </div> <div class="notification blue"> <p>This notification uses the <code>.blue</code> class.</p> </div> <div class="notification indigo"> <p>This notification uses the <code>.indigo</code> class.</p> </div> <div class="notification purple"> <p>This notification uses the <code>.purple</code> class.</p> </div> <div class="notification pink"> <p>This notification uses the <code>.pink</code> class.</p> </div> </div> <div class="col xs-12 md-6 col-middle"> <div class="code-block"> <pre class="code"><code class="language-html prism"><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>div</span> <span class="token attr-name">class</span><span class="token attr-value"><span class="token punctuation">=</span><span class="token punctuation">"</span>notification green<span class="token punctuation">"</span></span><span class="token punctuation">></span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>p</span><span class="token punctuation">></span></span>Add a <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>code</span><span class="token punctuation">></span></span>.green<span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>code</span><span class="token punctuation">></span></span> class<span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>p</span><span class="token punctuation">></span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>div</span><span class="token punctuation">></span></span></code></pre> </div> </div> </div> <hr class="light"> <div class="row"> <div class="col xs-12"> <h1 class="header">Styles</h1> <h5 class="subheader thin no-margin">Change the look of your notifications with ease.</h5> </div> </div> <hr class="light"> <div class="row"> <div class="col xs-12"> <h4 class="header">Filled</h4> <h6 class="subheader thin no-margin">Use the <code class="inline">.filled</code> class to fill your notifications with a solid color.</h6> </div> <div class="col xs-12 md-6 col-middle"> <div class="notification filled"> <p>I'm a filled notification!</p> </div> <div class="notification blue filled"> <p>I'm a filled, blue notification!</p> </div> </div> <div class="col xs-12 md-6 col-middle"> <div class="code-block"> <pre class="code"><code class="language-html prism"><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>div</span> <span class="token attr-name">class</span><span class="token attr-value"><span class="token punctuation">=</span><span class="token punctuation">"</span>notification filled<span class="token punctuation">"</span></span><span class="token punctuation">></span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>p</span><span class="token punctuation">></span></span>I'm a filled notification!> class<span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>p</span><span class="token punctuation">></span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>div</span><span class="token punctuation">></span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>div</span> <span class="token attr-name">class</span><span class="token attr-value"><span class="token punctuation">=</span><span class="token punctuation">"</span>notification blue filled<span class="token punctuation">"</span></span><span class="token punctuation">></span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>p</span><span class="token punctuation">></span></span>I'm a filled, blue notification!> class<span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>p</span><span class="token punctuation">></span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>div</span><span class="token punctuation">></span></span></code></pre> </div> </div> </div> <hr class="light"> <div class="row"> <div class="col xs-12"> <h4 class="header">Bordered</h4> <h6 class="subheader thin no-margin">Add a border around your notification using the <code class="inline">.bordered</code> class.</h6> </div> <div class="col xs-12 md-6 col-middle"> <div class="notification bordered red"> <p>I'm a bordered, red notification!</p> </div> <div class="notification bordered green"> <p>I'm a bordered, green notification!</p> </div> </div> <div class="col xs-12 md-6 col-middle"> <div class="code-block"> <pre class="code"><code class="language-html prism"><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>div</span> <span class="token attr-name">class</span><span class="token attr-value"><span class="token punctuation">=</span><span class="token punctuation">"</span>notification bordered red<span class="token punctuation">"</span></span><span class="token punctuation">></span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>p</span><span class="token punctuation">></span></span>I'm a bordered, red notification!> class<span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>p</span><span class="token punctuation">></span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>div</span><span class="token punctuation">></span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>div</span> <span class="token attr-name">class</span><span class="token attr-value"><span class="token punctuation">=</span><span class="token punctuation">"</span>notification bordered green<span class="token punctuation">"</span></span><span class="token punctuation">></span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>p</span><span class="token punctuation">></span></span>I'm a bordered, green notification!> class<span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>p</span><span class="token punctuation">></span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>div</span><span class="token punctuation">></span></span></code></pre> </div> </div> </div> <hr class="light"> <div class="row"> <div class="col xs-12"> <h4 class="header">Outlined</h4> <h6 class="subheader thin no-margin">Use the <code class="inline">.outlined</code> class to make your notifications colored outlines.</h6> </div> <div class="col xs-12 md-6 col-middle"> <div class="notification outlined"> <p>I'm an outlined notification!</p> </div> <div class="notification red outlined"> <p>I'm an outlined, red notification!</p> </div> </div> <div class="col xs-12 md-6 col-middle"> <div class="code-block"> <pre class="code"><code class="language-html prism"><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>div</span> <span class="token attr-name">class</span><span class="token attr-value"><span class="token punctuation">=</span><span class="token punctuation">"</span>notification outlined<span class="token punctuation">"</span></span><span class="token punctuation">></span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>p</span><span class="token punctuation">></span></span>I'm an outlined notification!> class<span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>p</span><span class="token punctuation">></span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>div</span><span class="token punctuation">></span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>div</span> <span class="token attr-name">class</span><span class="token attr-value"><span class="token punctuation">=</span><span class="token punctuation">"</span>notification red outlined<span class="token punctuation">"</span></span><span class="token punctuation">></span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>p</span><span class="token punctuation">></span></span>I'm an outlined, red notification!> class<span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>p</span><span class="token punctuation">></span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>div</span><span class="token punctuation">></span></span></code></pre> </div> </div> </div> </div> </div> </div> </div> <script type="text/javascript" src="/documentation.min.js"></script> </body></html>
courses/jan-july2008/analysis2.html
siddhartha-gadgil/www.math.iisc.ernet.in
<html> <!-- Mirrored from www.math.iisc.ernet.in/courses/jan-july2008/analysis2.htm by HTTrack Website Copier/3.x [XR&CO'2013], Mon, 15 Feb 2016 03:56:19 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack --> <head><title>Algebra - I</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head><body bgcolor="#ffffff"> <p>&nbsp;</p> <p><b> <font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#CC6600"> ANALYSIS II</font></b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b><font color="#cc6600"> </font> </b></font></p> <p><font face="Verdana" size="2">Construction of Lebesgue measure, Measurable functions, Limit theorems, Lebesgue integration, Convergence theorems, Product measures and Fubini's theorem, Signed measure and Randon-Nikodym theorem, Change of variables, Complex measures, Riesz representation theorem.</font></p> <p><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Books</b></font></p> <ul> <li> <p style="margin:0in;margin-bottom:.0001pt"><font face="Verdana" size="2"> Rudin, W., Real and Complex Analysis, McGraw-Hill, 1986.</font></li> <li> <p style="margin:0in;margin-bottom:.0001pt"><font face="Verdana" size="2"> Royden, H. L., Real Analysis, Macmillan, 1988.</font></li> <li> <p style="margin:0in;margin-bottom:.0001pt"><font face="Verdana" size="2"> Hewitt, E. and Stromberg, K., Real and Abstract Analysis, Springer, 1969.</font></li> <li> <p style="margin:0in;margin-bottom:.0001pt"><font face="Verdana" size="2">De Barra, G., Introduction to Measure Theory, Von Nostrand Reinhold, 1974.</font></li> </ul> </body> <!-- Mirrored from www.math.iisc.ernet.in/courses/jan-july2008/analysis2.htm by HTTrack Website Copier/3.x [XR&CO'2013], Mon, 15 Feb 2016 03:56:19 GMT --> </html>
app/index.html
maddydeason/west-baltimore-app
<!DOCTYPE html> <!--[if lt IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html lang="en" ng-app="myApp" class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="en" ng-app="myApp" class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Deadly Neighborhoods</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="bower_components/html5-boilerplate/dist/css/normalize.css"> <link rel="stylesheet" href="bower_components/html5-boilerplate/dist/css/main.css"> <link rel="stylesheet" href="css/app.css"> <link rel="stylesheet" href="css/foundation.css" /> <script src="bower_components/html5-boilerplate/dist/js/vendor/modernizr-2.8.3.min.js"></script> </head> <body> <!--[if lt IE 7]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <div ng-view></div> <!-- In production use: <script src="//ajax.googleapis.com/ajax/libs/angularjs/x.x.x/angular.min.js"></script> --> <script src="bower_components/angular/angular.js"></script> <script src="bower_components/angular-route/angular-route.js"></script> <script src="app.js"></script> <script src="view1/view1.js"></script> <script src="view2/view2.js"></script> <script src="view3/view3.js"></script> <script src="components/version/version.js"></script> <script src="components/version/version-directive.js"></script> <script src="components/version/interpolate-filter.js"></script> </body> </html>
public/vendors/CSS-Thamali/FormStyles.css
scoobygroup/IWEX
.tabs { list-style:none; } .a1 { text-decoration:none; float:left; height:40px; line-height:40px; padding: 0 10px; margin: 0 5px; border-top-left-radius: 8px; border-top-right-radius: 8px; background-color: #69686D; font-size: 20px; color: #000000; font-family:Arial, Verdana, Sans-Serif; text-decoration:none; width: 218px; } a.a1:hover { background-color: #000000; color:#ffffff; text-decoration: none; } .style14 { width: 112px; height: 26px; } .style20 { width: 303px; height: 35px; } .style21 { width: 89px; height: 35px; } .style22 { width: 374px; height: 35px; } .style23 { width: 137px; height: 35px; } .style24 { width: 1319px; height: 35px; } .style25 { width: 303px; height: 22px; } .style26 { width: 89px; height: 22px; } .style27 { width: 374px; height: 22px; } .style28 { width: 137px; height: 22px; } .style29 { width: 1319px; height: 22px; } .style30 { width: 118px; height: 26px; } .style36 { width: 303px; height: 25px; } .style37 { width: 89px; height: 25px; } .style38 { width: 374px; height: 25px; } .style39 { width: 137px; height: 25px; } .style40 { width: 1319px; height: 25px; } .style41 { width: 303px; height: 34px; } .style42 { width: 89px; height: 34px; } .style43 { width: 374px; height: 34px; } .style44 { width: 137px; height: 34px; } .style45 { width: 1319px; height: 34px; }
_layouts/default.html
qiming-chen/qiming-chen.github.io
--- theme : name : Qiming --- {% include default.html %} {% include google_analytics.html %}
angular/location/host.html
e-pan/GG
<!DOCTYPE html> <html ng-app='myApp'> <head> <title>location-host</title> <script src='../js/angular.js'></script> </head> <body> <h2>location host</h2> <div ng-controller="myCtrl"> host : {{ host }} </div> <script type="text/javascript"> var app = angular.module("myApp", []); app.controller("myCtrl", function ($scope, $location) { $scope.host = $location.host(); }); </script> </body> </html>
docs/manual-fr/FLroller.html
ketchupok/csound.github.io
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>FLroller</title> <link rel="stylesheet" type="text/css" href="csound.css" /> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /> <link rel="home" href="index.html" title="Manuel de référence canonique de Csound" /> <link rel="up" href="OpcodesTop.html" title="Opcodes et opérateurs de l'orchestre" /> <link rel="prev" href="FLprintk2.html" title="FLprintk2" /> <link rel="next" href="FLrun.html" title="FLrun" /> </head> <body> <div class="navheader"> <table width="100%" summary="Navigation header"> <tr> <th colspan="3" align="center">FLroller</th> </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="FLprintk2.html">Précédent</a> </td> <th width="60%" align="center">Opcodes et opérateurs de l'orchestre</th> <td width="20%" align="right"> <a accesskey="n" href="FLrun.html">Suivant</a></td> </tr> </table> <hr /> </div> <div class="refentry"> <a id="FLroller"></a> <div class="titlepage"></div> <a id="IndexFLroller" class="indexterm"></a> <div class="refnamediv"> <h2> <span class="refentrytitle">FLroller</span> </h2> <p>FLroller — Un widget FLTK qui crée une molette. </p> </div> <div class="refsect1"> <a id="idm47887678978176"></a> <h2>Description</h2> <p> <span class="emphasis"><em>FLroller</em></span> est une sorte de bouton rotatif, mais disposé transversalement (une molette). </p> </div> <div class="refsect1"> <a id="idm47887678916720"></a> <h2>Syntaxe</h2> <pre class="synopsis">kout, ihandle <span class="command"><strong>FLroller</strong></span> "label", imin, imax, istep, iexp, itype, idisp, \ iwidth, iheight, ix, iy</pre> </div> <div class="refsect1"> <a id="idm47887678914496"></a> <h2>Initialisation</h2> <p> <span class="emphasis"><em>ihandle</em></span> -- un identifiant (un nombre entier) qui référence de manière univoque le widget correspondant. Il est utilisé par d'autres opcodes qui modifient les propriété du widget (voir <a class="link" href="ControlFltkAppearance.html" title="Modifier l'apparence des widgets FLTK"><em class="citetitle">Modifier l'Apparence des Widgets FLTK</em></a>). Il est automatiquement retourné par <span class="emphasis"><em>FLroller</em></span> et ne doit pas être fixé par l'étiquette de l'utilisateur. (L'étiquette de l'utilisateur est une chaîne entre guillemets contenant un texte fourni par l'utilisateur placé à côté du widget.) </p> <p> <span class="emphasis"><em><span class="quote">« <span class="quote">label</span> »</span></em></span> -- une chaîne entre guillemets contenant un texte fourni par l'utilisateur placé à côté du widget. </p> <p> <span class="emphasis"><em>imin</em></span> -- mvaleur minimale de l'intervalle de sortie. </p> <p> <span class="emphasis"><em>imax</em></span> -- valeur maximale de l'intervalle de sortie. </p> <p> <span class="emphasis"><em>istep</em></span> -- un nombre en virgule flottante indiquant le pas d'incrémentation du valuateur à chaque clic de souris. L'argument <span class="emphasis"><em>istep</em></span> permet de ralentir le mouvement de la molette, ce qui autorise une précision arbitraire. </p> <p> <span class="emphasis"><em>iexp</em></span> -- un nombre entier indiquant le comportement du valuateur : </p> <div class="itemizedlist"> <ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> <p>0 = la sortie est linéaire</p> </li> <li class="listitem"> <p>-1 = la sortie est exponentielle</p> </li> </ul> </div> <p> </p> <p> Tout autre nombre positif pour <span class="emphasis"><em>iexpx</em></span> indique le numéro d'une table existante lue par indexation avec interpolation linéaire. Un numéro de table négatif supprime l'interpolation. </p> <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"> <table border="0" summary="Warning: IMPORTANT !"> <tr> <td rowspan="2" align="center" valign="top" width="25"> <img alt="[Avertissement]" src="images/warning.png" /> </td> <th align="left">IMPORTANT !</th> </tr> <tr> <td align="left" valign="top"> <p> Noter que les tables utilisées par les valuateurs doivent être créées avec l'opcode <a class="link" href="ftgen.html" title="ftgen"><em class="citetitle">ftgen</em></a> et placées dans l'orchestre avant le valuateur correspondant. On ne peut pas les placer dans la partition. En fait, les tables placées dans la partition sont créées après l'initialisation des opcodes placés dans la section d'en-tête de l'orchestre. </p> </td> </tr> </table> </div> <p> <span class="emphasis"><em>itype</em></span> -- un nombre entier indiquant l'apparence du valuateur. </p> <p> L'argument <span class="emphasis"><em>itype</em></span> accepte les valeurs suivantes : </p> <div class="itemizedlist"> <ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> <p>1 - molette horizontale</p> </li> <li class="listitem"> <p>2 - molette verticale</p> </li> </ul> </div> <p> </p> <p> <span class="emphasis"><em>idisp</em></span> -- un identifiant retourné par une instance précédente de l'opcode <a class="link" href="FLvalue.html" title="FLvalue"><em class="citetitle">FLvalue</em></a> pour afficher la valeur courante du valuateur dans le widget <span class="emphasis"><em>FLvalue</em></span>. Si l'on ne veut pas utiliser cette possibilité d'affichage des valeurs courantes, il faut donner à cet identifiant un nombre négatif. </p> <p> <span class="emphasis"><em>iwidth</em></span> -- largeur du widget. </p> <p> <span class="emphasis"><em>iheight</em></span> -- hauteur du widget. </p> <p> <span class="emphasis"><em>ix</em></span> -- position horizontale du coin supérieur gauche du valuateur, relative au coin supérieur gauche de la fenêtre correspondante (exprimée en pixels). </p> <p> <span class="emphasis"><em>iy</em></span> -- position verticale du coin supérieur gauche du valuateur, relative au coin supérieur gauche de la fenêtre correspondante (exprimée en pixels). </p> </div> <div class="refsect1"> <a id="idm47887678889744"></a> <h2>Exécution</h2> <p> <span class="emphasis"><em>kout</em></span> -- valeur en sortie. </p> <p> <span class="emphasis"><em>FLroller</em></span> est une sorte de bouton rotatif, mais disposé transversalement (une molette) : </p> <div class="mediaobject"> <img src="images/flroller.png" alt="FLroller." /> <div class="caption"> <p>FLroller.</p> </div> </div> <p> </p> </div> <div class="refsect1"> <a id="idm47887678883952"></a> <h2>Exemples</h2> <p> Voici un exemple de l'opcode FLroller. Il utilise le fichier <a class="ulink" href="examples/FLroller.csd" target="_top"><em class="citetitle">FLroller.csd</em></a>. </p> <div class="example"> <a id="idm47887678882080"></a> <p class="title"> <strong>Exemple 294. Exemple de l'opcode FLroller.</strong> </p> <div class="example-contents"> <p>Voir les sections <a class="link" href="UsingRealTime.html" title="Audio en temps réel"><em class="citetitle">Audio en Temps Réel</em></a> et <a class="link" href="CommandFlags.html" title="Ligne de commande de Csound"><em class="citetitle">Options de la Ligne de Commande</em></a> pour plus d'information sur l'utilisation des options de la ligne de commande.</p> <div class="refsect1"> <a id="idm47887525505696"></a> <pre class="programlisting"> <span class="csdtag">&lt;CsoundSynthesizer&gt;</span> <span class="csdtag">&lt;CsOptions&gt;</span> <span class="comment">; Select audio/midi flags here according to platform</span> <span class="comment">; Audio out Audio in No messages</span> -odac -iadc -d <span class="comment">;;;RT audio I/O</span> <span class="comment">; For Non-realtime ouput leave only the line below:</span> <span class="comment">; -o FLroller.wav -W ;;; for file output any platform</span> <span class="csdtag">&lt;/CsOptions&gt;</span> <span class="csdtag">&lt;CsInstruments&gt;</span> <span class="comment">; A sine with oscillator with flroller controlled frequency</span> <span class="ohdr">sr</span> <span class="op">=</span> 44100 <span class="ohdr">kr</span> <span class="op">=</span> 441 <span class="ohdr">ksmps</span> <span class="op">=</span> 100 <span class="ohdr">nchnls</span> <span class="op">=</span> 1 <span class="opc">FLpanel</span> "Frequency Roller", 900, 400, 50, 50 <span class="comment">; Minimum value output by the roller</span> imin <span class="op">=</span> 200 <span class="comment">; Maximum value output by the roller</span> imax <span class="op">=</span> 5000 <span class="comment">; Increment with each pixel</span> istep <span class="op">=</span> 1 <span class="comment">; Logarithmic type roller selected</span> iexp <span class="op">=</span> <span class="op">-</span>1 <span class="comment">; Roller graphic type (1=horizontal)</span> itype <span class="op">=</span> 1 <span class="comment">; Display handle (-1=not used)</span> idisp <span class="op">=</span> <span class="op">-</span>1 <span class="comment">; Width of the roller in pixels</span> iwidth <span class="op">=</span> 300 <span class="comment">; Height of the roller in pixels</span> iheight <span class="op">=</span> 50 <span class="comment">; Distance of the left edge of the knob</span> <span class="comment">; from the left edge of the panel </span> ix <span class="op">=</span> 300 <span class="comment">; Distance of the top edge of the knob</span> <span class="comment">; from the top edge of the panel</span> iy <span class="op">=</span> 50 gkfreq, ihandle <span class="opc">FLroller</span> "Frequency", imin, imax, istep, iexp, itype, idisp, iwidth, iheight, ix, iy <span class="comment">; End of panel contents</span> <span class="opc">FLpanelEnd</span> <span class="comment">; Run the widget thread!</span> <span class="opc">FLrun</span> <span class="oblock">instr</span> 1 iamp <span class="op">=</span> 15000 ifn <span class="op">=</span> 1 asig <span class="opc">oscili</span> iamp, gkfreq, ifn <span class="opc">out</span> asig <span class="oblock">endin</span> <span class="csdtag">&lt;/CsInstruments&gt;</span> <span class="csdtag">&lt;CsScore&gt;</span> <span class="comment">; Function table that defines a single cycle</span> <span class="comment">; of a sine wave.</span> <span class="stamnt">f</span> 1 0 1024 10 1 <span class="comment">; Instrument 1 will play a note for 1 hour.</span> <span class="stamnt">i</span> 1 0 3600 <span class="stamnt">e</span> <span class="csdtag">&lt;/CsScore&gt;</span> <span class="csdtag">&lt;/CsoundSynthesizer&gt;</span> </pre> </div> </div> </div> <p><br class="example-break" /> </p> </div> <div class="refsect1"> <a id="idm47887678877712"></a> <h2>Voir aussi</h2> <p> <a class="link" href="FLcount.html" title="FLcount"><em class="citetitle">FLcount</em></a>, <a class="link" href="FLjoy.html" title="FLjoy"><em class="citetitle">FLjoy</em></a>, <a class="link" href="FLknob.html" title="FLknob"><em class="citetitle">FLknob</em></a>, <a class="link" href="FLslider.html" title="FLslider"><em class="citetitle">FLslider</em></a>, <a class="link" href="FLtext.html" title="FLtext"><em class="citetitle">FLtext</em></a> </p> </div> <div class="refsect1"> <a id="idm47887678871824"></a> <h2>Crédits</h2> <p>Auteur : Gabriel Maldonado</p> <p>Nouveau dans la version 4.22</p> <p>Exemple écrit par Iain McCurdy, édité par Kevin Conder.</p> </div> </div> <div class="navfooter"> <hr /> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"><a accesskey="p" href="FLprintk2.html">Précédent</a> </td> <td width="20%" align="center"> <a accesskey="u" href="OpcodesTop.html">Niveau supérieur</a> </td> <td width="40%" align="right"> <a accesskey="n" href="FLrun.html">Suivant</a></td> </tr> <tr> <td width="40%" align="left" valign="top">FLprintk2 </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Sommaire</a> </td> <td width="40%" align="right" valign="top"> FLrun</td> </tr> </table> </div> </body> </html>
_includes/footer.html
linshantang/linshantang.github.io
<footer class="site-footer"> <div class="wrapper"> <p class="description"> {% if site.description_footer %} {{site.description_footer}} {% endif %} </p> <p class="contact"> Contact me at: {% if site.github_username %} <a href="https://github.com/{{site.github_username}}" title="GitHub"><i class="fa fa-github" aria-hidden="true"></i></a> {% endif %} {% if site.email %} <a href="mailto:{{site.email}}" title="email"><i class="fa fa-envelope-o" aria-hidden="true"></i></a> {% endif %} {% if site.weibo_username %} <a href="http://weibo.com/{{site.weibo_username}}" title="Weibo"><i class="fa fa-weibo" aria-hidden="true"></i></a> {% endif %} {% if site.zhihu_username %} <a href="https://www.zhihu.com/people/{{site.zhihu_username}}" title="Zhihu"><i class="iconfont icon-daoruzhihu"></i></a> {% endif %} {% if site.twitter_username %} <a href="https://twitter.com/{{site.twitter_username}}" title="Twitter"><i class="fa fa-twitter" aria-hidden="true"></i></a> {% endif %} {% if site.facebook_username %} <a href="https://www.facebook.com/{{site.facebook_username}}" title="Facebook"><i class="fa fa-facebook-official" aria-hidden="true"></i></a> {% endif %} {% if site.linkedIn_username %} <a href="https://www.linkedin.com/in/{{site.linkedIn_username}}" title="LinkedIn"><i class="fa fa-linkedin" aria-hidden="true"></i></a> {% endif %} {% if site.dribbble_username %} <a href=" https://dribbble.com/{{site.dribbble_username}}" title="Dribbble"><i class="fa fa-dribbble" aria-hidden="true"></i></a> {% endif %} </p> <p> 本站总访问量<span id="busuanzi_value_site_pv"></span>次,本站访客数<span id="busuanzi_value_site_uv"></span>人次,本文总阅读量<span id="busuanzi_value_page_pv"></span>次 </p> <p class="power"> <span> Site powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="https://pages.github.com/">Github Pages</a>. </span> <span> Theme designed by <a href="https://github.com/Gaohaoyang">HyG thank you! </a>. </span> </p> </div> </footer> <script async src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
aardio-erp/layout/msgbox.html
carlaau/aardio-erp
<html> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <head> <link rel="stylesheet" href="styles/titlebar.css" /> <link rel="stylesheet" href="styles/msgbox.css" /> </head> <body> <!-- 界面顶栏 --> <div id="header"> <include src="titlebar.html" /> </div> <!-- 界面中部内容栏 --> <table width="100%" align="center"> <tr> <td height="80" width="60" align="center" valign="middle"> <img id="msgbox" src="\layout\styles\images\msgbox.png"/> <img id="msgboxTest" src="\layout\styles\images\msgboxTest.png"/> <img id="msgboxErr" src="\layout\styles\images\msgboxErr.png"/> </td> <td height="80" align="left" valign="middle" style="word-break:break-all"> <span id="msg"></span> </td></tr></table> <!-- 界面底栏 --> <div id="footer"> <button id="btnOk">确定</button> <span id="Cancel">&nbsp;&nbsp;&nbsp;<button id="btnCancel">取消</button></span> </div> </body>
static/index.html
notaurologist/jasonlemoine.com
<!doctype html> <html lange="en"> <head> <meta charset="utf-8"> <script> WebFontConfig = { google: { families: [ 'Open+Sans::latin' ] } }; (function() { var wf = document.createElement('script'); wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script> <title>Jason LeMoine - Front-End Web Developer</title> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <link rel="manifest" href="manifest.json"> <meta name="mobile-web-app-capable" content="yes"> </head> <body> <div id="app"></div> <script type="application/ld+json" src="ld.json"></script> <!-- sudo hire me --> </body> </html>
5-gtd-edge-logic/index.html
EscuelaIt/frontEdge
<html lang="es"> <head> <title>GTD Edge logic</title> <meta name="description" content="Lógica y datos para la aplicación Getting Thins Done "> <meta name="keywords" content="ES6, JSPM, AngularJS1.5 , Material Design"> <meta name="author" content="albertobasalo@agorabinaria.com"> <meta charset="utf-8" /> <script src="jspm_packages/system.js"></script> <script src="config.js"></script> <script> System.import('main.js'); </script> <link href="jspm_packages/npm/angular-material@1.0.2/angular-material.css" rel="stylesheet" /> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body layout="column" layout-fill> <toolbar></toolbar> <md-content layout="row" flex> <nav> <sidenav></sidenav> </nav> <section layout="column" flex ui-view> </section> </md-content> <fab></fab> </body> </html>
view/mobile-performance/43-execution-delay.html
arschmitz/mobile-performance
<div data-role="page" class="ui-page ui-page-theme-a ui-page-header-fixed ui-page-footer-fixed" id="43-execution-delay" data-defaults="true"> <div class="ui-content" role="main"> <h1>On average ( a year ago ) mobile devices take 1ms parse 1kb of js</h1> <ul class="preso-inset-list ui-listview ui-listview-inset ui-corner-all ui-shadow"> <li class="ui-li-static ui-body-inherit ui-first-child" > <h1>place non essential scripts in comments or string literals</h1> </li> <li class="ui-li-static ui-body-inherit" > <h1>use eval to parse them once window.load is done</h1> </li> </ul> </div> </div>
Tone.js-master/examples/oscillator.html
sureshnarayan/testing
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Oscillator</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <link rel="icon" type="image/png" sizes="174x174" href="./style/favicon.png"> <script type="text/javascript" src="../build/Tone.js"></script> <script type="text/javascript" src="./scripts/jquery.min.js"></script> <script type="text/javascript" src="./scripts/draggabilly.js"></script> <script type="text/javascript" src="./scripts/StartAudioContext.js"></script> <script type="text/javascript" src="./scripts/Interface.js"></script> <script type="text/javascript" src="https://tonejs.github.io/Logo/build/Logo.js"></script> <link rel="stylesheet" type="text/css" href="./style/examples.css"> <script type="text/javascript"> // jshint ignore: start </script> </head> <body> <div id="Content"> <div id="Title">Oscillator</div> <div id="Explanation"> Click and drag the dot to hear the oscillator. The x-axis controls the frequency of the oscillator and the y-axis controls the volume. <br><br> <a href="https://tonejs.github.io/docs/#Oscillator">Tone.Oscillator</a> docs. </div> <div id="DragContainer"></div> </div> <script id="ToneCode" type="text/javascript"> var osc = new Tone.Oscillator({ "frequency" : 440, "volume" : -10 }).toMaster(); </script> <script id="GUI" type="text/javascript"> $(function(){ Interface.Dragger({ tone : osc, x : { param : "frequency", min : 60, max : 2000, exp : 2 }, y : { param : "volume", min : -40, max : 0 }, start : function(){ osc.start(); Tone.Master.volume.rampTo(0, 0.05); }, end : function(){ //so it doesn't click Tone.Master.volume.rampTo(-Infinity, 0.05); } }); }) </script> </body> </html>
_includes/navigation-page.html
carlocorsato/test
<div class="navigation-wrapper"> <nav role="navigation" id="site-nav" class="animated drop"> <ul> {% for link in site.data.navigation %} {% if link.url contains 'http' %} {% assign domain = '' %} {% else %} {% assign domain = site.url %} {% endif %} <li><a href="{{ domain }}{{ link.url }}" {% if link.url contains 'http' %}target="_blank"{% endif %}>{{ link.title }}</a></li> {% endfor %} </ul> </nav> </div><!-- /.navigation-wrapper --> {% include browser-upgrade.html %} {% if page.image.feature %}<header class="masthead"> {% if site.logo != null %} <div class="wrap"> <a href="{{ site.url }}/" class="site-logo" rel="home" title="{{ site.title }}"><img src="{{ site.url }}/assets/images/{{ site.logo }}" width="200" height="200" alt="{{ site.title }} logo" class="animated fadeInDown"></a> </div> {% endif %} </header><!-- /.masthead --> {% else %}<header class="masthead"> <div class="wrap"> {% if site.logo != null %} <a href="{{ site.url }}/" class="site-logo" rel="home" title="{{ site.title }}"><img src="{{ site.url }}/assets/images/{{ site.logo }}" width="200" height="200" alt="{{ site.title }} logo" class="animated fadeInDown"></a> {% endif %} </div> </header><!-- /.masthead -->{% endif %} <div class="js-menu-screen menu-screen"></div>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/d557ce27634ecc2c26f67f83d491757972d250dccefab4c1a3718183c304d3ae.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="./47fde319597279b4b510253740e5799b65f9d3aa49cdf94c95b6cef617a53605.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>
data science/machine_learning_for_the_web/chapter_4/movie/24911.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Two Mules for Sister Sara (1969)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0065134">Two Mules for Sister Sara (1969)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Dennis+Schwartz">Dennis Schwartz</A></H3><HR WIDTH="40%" SIZE="4"> <P> TWO MULES FOR SISTER SARA (director: Don Siegel; screenwriter: Albert Maltz/Budd Boetticher; cinematographer: Gabriel Figueroa; editors: Juan Jose Marino/Robert F. Shugrue; cast: Shirley MacLaine (Sister Sara), Clint Eastwood (Hogan), Manolo Fabregas (Col. Beltran), Alberto Morin (Gen. LeClaire), 1969)</P> <PRE>Reviewed by Dennis Schwartz</PRE> <P>Siegel misfired with this mild Western comedy. The film was hampered by a dull story and an uninteresting performance by Shirley MacLaine playing a nun hiding the fact that she's a prostitute. The film tries to get by solely on the unique relationship of Sister Sara (Shirley) and a wanderer in the Southwestern desert, Hogan (Eastwood). They meet when she's about to get robbed of her valuable silver cross and is almost raped by three drunken bandits, as Hogan comes by and rescues her, killing the three of them in the process. His only shock, after seeing her semi-nude, is when she gets dressed and finds out that she's a nun. A typical Eastwood cowboy scene, played in Clint's graceful languid style, as he puffs on his cigar, quietly snarls, and does what the filmmaker hopes most in the audience would love to do in real-life.</P> <P>The two end up going in the same direction across the unsafe desert when they both realize they have a common interest. He's a soldier of fortune, willing to sell himself to the highest bidder, which in this case, is the Spanish guerrillas fighting the Mexican Revolution against the French cavalry. He is promised gold if he reaches the guerrilla headquarters in Santa Maria and helps them in their fight. She, riding on her mule in her sister's habit, claims to be helping the guerrillas for idealistic reasons, and that she is wanted by the French for aiding the guerrilla cause.</P> <P>Hogan kills a rattlesnake, fights the temptation of sex with the beautiful nun, by remembering that she's a nun, and helps her elude the French cavalry who are on her trail. Sara tells him in minute detail about the French garrison, saying she used to give the soldiers Spanish lessons there and knows every square inch of it.</P> <P>When they meet the guerrilla leader, Col. Beltran (Fabregas), they stock up on dynamite and plan for the attack on the French fort on their Independence Day. Meanwhile they go to meet a train with a shipment of arms for the French, but Hogan gets an arrow in him as the Yaqui Indians attack. Sara takes 15-minutes of film time to take it out, and since Hogan's shoulder is weak, she must climb the trestle to plant the dynamite that they will use to blow up the train.</P> <P>The climax is an advertisement for mindless violence, as Hogan and the guerrillas infiltrate the fort with a Mexican Trojan Horse and dynamite the place to gain entry. Once inside, they machete the soldiers, make them into human torches, or just shoot them. At last, Hogan finds out Sara's true calling in the oldest profession and plunges into her bubble bath with his hat on and his gold waiting in the room. It's all predictable and formulaic; it could have used a big time rewrite.</P> <PRE>REVIEWED ON 6/7/2000 GRADE: C</PRE> <P>Dennis Schwartz: "Ozus' World Movie Reviews"</P> <PRE><A HREF="http://www.sover.net/~ozus">http://www.sover.net/~ozus</A></PRE> <PRE><A HREF="mailto:ozus@sover.net">ozus@sover.net</A></PRE> <P>© ALL RIGHTS RESERVED DENNIS SCHWARTZ</P> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
html/index-2.html
rankun203/ModernWebStudy
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>冉坤的个人主页</title> <link rel="stylesheet" href="css/style.css"/> <link rel="stylesheet" href="css/normalize.css"/> </head> <body> <div class="header"> <div class="container"> <div class="header-pic"><img src="img/header.jpg" alt="主页"/></div> <div class="navbar"> <ul> <li><a href="index.html">首页</a></li> <li><a href="index-4.html">师大简介</a></li> <li><a href="index-5.html">教学单位</a></li> </ul> </div> </div> </div> <div class="body"> <div class="container"> <div class="left-bar left"> <ul> <li><a href="index-1.html">历史沿革</a></li> <li><a href="index-2.html">现任领导</a></li> <li><a href="index-3.html">校园地图</a></li> </ul> </div> <div class="article-box left"> <div class="article"> <pre> 校党委书记 周介铭 主持党委全面工作。主管学校办公室、组织、老干、“两课”教育、发展规划与对外合作、理科学报、保密、汉语国际教育、软件实验室。 校长 丁任重 主持行政全面工作。主管研究生教育、科研、计财、规划建设、外事、监察、审计、离退休、学位委员会、文科学报、校友会。 校党委副书记、纪委书记 唐尚朴 主管纪委、统战、工会、师培、干训、党校。协管组织、审计、监察。 副校长 祁晓玲 主管人事、教务、实验设备、图书、档案、网络与信息化、教师教育、学术委员会、体育委员会、语委会。 校党委副书记 王万民 主管宣传、学生、共青团、军训、武装、继续教育、科技开发、成龙校区、广汉科教园区、计生委、关工委、依法治校。协管学校办公室。 副校长 李树勇 主管后勤、资产、学生、浩文公司、幼教公司、卫生防疫、节能、绿化。协管离退处。 副校长 谢名春 主管招生、就业、保卫、消防、教师培训、远程教育、出版社。协管校友会。 </pre> </div> </div> <div class="clear"></div> </div> </div> <div class="footer"> <div class="container"> <div class="content"> <span class="right"><a href="http://blog.rankun.org">我的博客</a></span> <span class="right">Copyright © 1993-2015 冉坤 Made with ♥️</span> <div class="clear"></div> </div> </div> </div> </body> </html>
web/css/main.css
TiTaN4532/lalala
html { font-size: 62.5% ! important; } body { font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5; color: #444444; background: #777777; position: relative; margin: auto; } hr { border: none; padding: 0; height: 1px; border-top: 1px solid #7FFF00; margin: 20px 0; } /* ----- Headings ----- */ h1 { font-size: 24px; font-size: 2.4rem; } h2 { font-size: 20px; font-size: 2rem; } h3 { font-size: 18px; font-size: 1.8rem; } h4 { font-size: 16px; font-size: 1.6rem; } h5 { font-size: 16px; font-size: 1.6rem; } h6 { font-size: 16px; font-size: 1.6rem; } /* ----- Tables ----- */ table { width: 100%; } caption { font-weight: bold; margin-bottom: .5em; } td, th { padding: .4em .8em; border: 1px solid #e8e8e8; text-align: left; vertical-align: top; } thead td, tfoot td, thead th, tfoot th { background-color: #e8e8e8; } /* ----- Links ----- */ a:not(.fancybox) { color: #008000; text-decoration: none; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } a:hover:not(.fancybox-nav):not(.fancybox-close) { color: white; background-color: #008000; } input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="color"], input[type="number"], input[type="range"], input[type="date"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], select, textarea { padding: 5px; border: 1px solid #888; color: #444444; background: white; -webkit-box-shadow: 0 2px 3px #e8e8e8 inset; -moz-box-shadow: 0 2px 3px #e8e8e8 inset; box-shadow: 0 2px 3px #e8e8e8 inset; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; } input[type="text"].half, input.half[type="password"], input.half[type="email"], input.half[type="url"], input.half[type="tel"], input.half[type="search"], input.half[type="color"], input.half[type="number"], input.half[type="range"], input.half[type="date"], input.half[type="time"], input.half[type="datetime"], input.half[type="datetime-local"], input.half[type="month"], input.half[type="week"], select.half, textarea.half { width: 50%; } input[type="text"].third, input.third[type="password"], input.third[type="email"], input.third[type="url"], input.third[type="tel"], input.third[type="search"], input.third[type="color"], input.third[type="number"], input.third[type="range"], input.third[type="date"], input.third[type="time"], input.third[type="datetime"], input.third[type="datetime-local"], input.third[type="month"], input.third[type="week"], select.third, textarea.third { width: 33%; } input[type="text"].quarter, input.quarter[type="password"], input.quarter[type="email"], input.quarter[type="url"], input.quarter[type="tel"], input.quarter[type="search"], input.quarter[type="color"], input.quarter[type="number"], input.quarter[type="range"], input.quarter[type="date"], input.quarter[type="time"], input.quarter[type="datetime"], input.quarter[type="datetime-local"], input.quarter[type="month"], input.quarter[type="week"], select.quarter, textarea.quarter { width: 25%; } textarea { min-height: 150px; } button, .button, input[type="submit"], input[type="button"], input[type="reset"] { display: inline-block; line-height: 1.2; border: none; color: white ! important; background: #008000; margin: 5px 0; padding: .75em 1.5em; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; text-align: center; } button:hover, .button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover { background-color: #32CD32 ! important; } input[type="search"] { background: white url(../dev/search-icon.png) no-repeat 10px center; padding-left: 30px; } /* `header ========================================================================== */ /* ----- Header ----- */ .header-row { font-size: 14px; font-size: 1.4rem; background: white; background-image: -ms-linear-gradient(top, white 50%, #fafafa 100%); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ffffff), color-stop(100%, #fafafa)); background-image: -webkit-linear-gradient(top, #ffffff 50%, #fafafa 100%); background-image: -moz-linear-gradient(top, #ffffff 50%, #fafafa 100%); background-image: -o-linear-gradient(top, #ffffff 50%, #fafafa 100%); background-image: linear-gradient(top, #ffffff 50%, #fafafa 100%); overflow: hidden; } .header-row .site-logo { float: left; } .header-row .login-form { float: right; width:30%; } .header-row .site-logo { margin: 5px 0 0; } /* `layout ========================================================================== */ .wrapper { margin: 0 auto; padding: 0 20px; max-width: 980px; } .main-row, .secondary-row { padding: 30px 0; border-top: 1px solid #e8e8e8; } .main-row { background: white; } .secondary-row { background: #fbfbfb; } .row { zoom: 1; margin-left: -3%; } .row:before, .row:after { display: table; content: " "; } .row:after { clear: both; } .col { float: left; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_1_of_1 { width: 97%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_1_of_2 { width: 47%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_2_of_2 { width: 97%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_1_of_3 { width: 30.33333%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_2_of_3 { width: 63.66667%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_3_of_3 { width: 97%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_1_of_4 { width: 22%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_2_of_4 { width: 47%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_3_of_4 { width: 72%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_4_of_4 { width: 97%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_1_of_5 { width: 17%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_2_of_5 { width: 37%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_3_of_5 { width: 57%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_4_of_5 { width: 77%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_5_of_5 { width: 97%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_1_of_6 { width: 13.66667%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_2_of_6 { width: 30.33333%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_3_of_6 { width: 47%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_4_of_6 { width: 63.66667%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_5_of_6 { width: 80.33333%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col_6_of_6 { width: 97%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .col { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* form errors ========================================================================== */ .errors { background-color: red; color: white; border-radius: 10px; } .errors ul { list-style: none; } .errors ul:first-child { padding-top: 20px } @media only screen and (max-width: 800px) { .row { zoom: 1; margin-left: -3%; } .row:before, .row:after { display: table; content: " "; } .row:after { clear: both; } .tablet { float: left; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_1_of_1 { width: 97%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_1_of_2 { width: 47%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_2_of_2 { width: 97%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_1_of_3 { width: 30.33333%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_2_of_3 { width: 63.66667%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_3_of_3 { width: 97%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_1_of_4 { width: 22%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_2_of_4 { width: 47%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_3_of_4 { width: 72%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_4_of_4 { width: 97%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_1_of_5 { width: 17%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_2_of_5 { width: 37%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_3_of_5 { width: 57%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_4_of_5 { width: 77%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_5_of_5 { width: 97%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_1_of_6 { width: 13.66667%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_2_of_6 { width: 30.33333%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_3_of_6 { width: 47%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_4_of_6 { width: 63.66667%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_5_of_6 { width: 80.33333%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .tablet_6_of_6 { width: 97%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } } @media only screen and (max-width: 320px) { .row { zoom: 1; margin-left: -3%; } .row:before, .row:after { display: table; content: " "; } .row:after { clear: both; } .mobile { float: left; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_1_of_1 { width: 97%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_1_of_2 { width: 47%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_2_of_2 { width: 97%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_1_of_3 { width: 30.33333%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_2_of_3 { width: 63.66667%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_3_of_3 { width: 97%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_1_of_4 { width: 22%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_2_of_4 { width: 47%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_3_of_4 { width: 72%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_4_of_4 { width: 97%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_1_of_5 { width: 17%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_2_of_5 { width: 37%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_3_of_5 { width: 57%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_4_of_5 { width: 77%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_5_of_5 { width: 97%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_1_of_6 { width: 13.66667%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_2_of_6 { width: 30.33333%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_3_of_6 { width: 47%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_4_of_6 { width: 63.66667%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_5_of_6 { width: 80.33333%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } .mobile_6_of_6 { width: 97%; padding-left: 0%; padding-right: 0%; margin-left: 3%; margin-right: 0; } } .main-nav li { display: inline-block; } li { list-style-type: none; } .main-nav a, .left-nav a { padding: 5px 10px; } .clear { clear: both; } .float-right { float: right; } .hidden { display:none; } .flash-notice { padding:10px; text-align: center; border: #e8e8e8 solid 1px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } .flash-notice.success{ color: green; } ul#left-menu li { border-bottom: 1px #7FFF00 solid; } ul li a.active { padding: 5px; color: white; background-color: #008000; } .width-auto select{ width: auto; }
wapps/static/wapps/colorful.css
apihackers/wapps
.field-content input[type=color] { height: 40px; width: 150px; padding: 2px 4px; }
coverage/app-models-question_rb.html
jasondew/learnstat
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'> <head> <title>app/models/question.rb - C0 code coverage information</title> <style type='text/css'>body { background-color: rgb(240, 240, 245); }</style> <style type='text/css'>span.cross-ref-title { font-size: 140%; } span.cross-ref a { text-decoration: none; } span.cross-ref { background-color:#f3f7fa; border: 1px dashed #333; margin: 1em; padding: 0.5em; overflow: hidden; } a.crossref-toggle { text-decoration: none; } span.marked0 { background-color: rgb(185, 210, 200); display: block; } span.marked1 { background-color: rgb(190, 215, 205); display: block; } span.inferred0 { background-color: rgb(175, 200, 200); display: block; } span.inferred1 { background-color: rgb(180, 205, 205); display: block; } span.uncovered0 { background-color: rgb(225, 110, 110); display: block; } span.uncovered1 { background-color: rgb(235, 120, 120); display: block; } span.overview { border-bottom: 8px solid black; } div.overview { border-bottom: 8px solid black; } body { font-family: verdana, arial, helvetica; } div.footer { font-size: 68%; margin-top: 1.5em; } h1, h2, h3, h4, h5, h6 { margin-bottom: 0.5em; } h5 { margin-top: 0.5em; } .hidden { display: none; } div.separator { height: 10px; } /* Commented out for better readability, esp. on IE */ /* table tr td, table tr th { font-size: 68%; } td.value table tr td { font-size: 11px; } */ table.percent_graph { height: 12px; border: #808080 1px solid; empty-cells: show; } table.percent_graph td.covered { height: 10px; background: #00f000; } table.percent_graph td.uncovered { height: 10px; background: #e00000; } table.percent_graph td.NA { height: 10px; background: #eaeaea; } table.report { border-collapse: collapse; width: 100%; } table.report td.heading { background: #dcecff; border: #d0d0d0 1px solid; font-weight: bold; text-align: center; } table.report td.heading:hover { background: #c0ffc0; } table.report td.text { border: #d0d0d0 1px solid; } table.report td.value, table.report td.lines_total, table.report td.lines_code { text-align: right; border: #d0d0d0 1px solid; } table.report tr.light { background-color: rgb(240, 240, 245); } table.report tr.dark { background-color: rgb(230, 230, 235); } </style> <script type='text/javascript'> // <![CDATA[ function toggleCode( id ) { if ( document.getElementById ) elem = document.getElementById( id ); else if ( document.all ) elem = eval( "document.all." + id ); else return false; elemStyle = elem.style; if ( elemStyle.display != "block" ) { elemStyle.display = "block" } else { elemStyle.display = "none" } return true; } // Make cross-references hidden by default document.writeln( "<style type=\"text/css\">span.cross-ref { display: none }</style>" ) // ]]> </script> <style type='text/css'>span.run0 { background-color: rgb(178, 204, 255); display: block; } span.run1 { background-color: rgb(178, 206, 255); display: block; } span.run2 { background-color: rgb(178, 209, 255); display: block; } span.run3 { background-color: rgb(178, 211, 255); display: block; } span.run4 { background-color: rgb(178, 214, 255); display: block; } span.run5 { background-color: rgb(178, 218, 255); display: block; } span.run6 { background-color: rgb(178, 220, 255); display: block; } span.run7 { background-color: rgb(178, 223, 255); display: block; } span.run8 { background-color: rgb(178, 225, 255); display: block; } span.run9 { background-color: rgb(178, 228, 255); display: block; } span.run10 { background-color: rgb(178, 232, 255); display: block; } span.run11 { background-color: rgb(178, 234, 255); display: block; } span.run12 { background-color: rgb(178, 237, 255); display: block; } span.run13 { background-color: rgb(178, 239, 255); display: block; } span.run14 { background-color: rgb(178, 242, 255); display: block; } span.run15 { background-color: rgb(178, 246, 255); display: block; } span.run16 { background-color: rgb(178, 248, 255); display: block; } span.run17 { background-color: rgb(178, 251, 255); display: block; } span.run18 { background-color: rgb(178, 253, 255); display: block; } span.run19 { background-color: rgb(178, 255, 253); display: block; } span.run20 { background-color: rgb(178, 255, 249); display: block; } span.run21 { background-color: rgb(178, 255, 247); display: block; } span.run22 { background-color: rgb(178, 255, 244); display: block; } span.run23 { background-color: rgb(178, 255, 242); display: block; } span.run24 { background-color: rgb(178, 255, 239); display: block; } span.run25 { background-color: rgb(178, 255, 235); display: block; } span.run26 { background-color: rgb(178, 255, 233); display: block; } span.run27 { background-color: rgb(178, 255, 230); display: block; } span.run28 { background-color: rgb(178, 255, 228); display: block; } span.run29 { background-color: rgb(178, 255, 225); display: block; } span.run30 { background-color: rgb(178, 255, 221); display: block; } span.run31 { background-color: rgb(178, 255, 219); display: block; } span.run32 { background-color: rgb(178, 255, 216); display: block; } span.run33 { background-color: rgb(178, 255, 214); display: block; } span.run34 { background-color: rgb(178, 255, 211); display: block; } span.run35 { background-color: rgb(178, 255, 207); display: block; } span.run36 { background-color: rgb(178, 255, 205); display: block; } span.run37 { background-color: rgb(178, 255, 202); display: block; } span.run38 { background-color: rgb(178, 255, 200); display: block; } span.run39 { background-color: rgb(178, 255, 197); display: block; } span.run40 { background-color: rgb(178, 255, 193); display: block; } span.run41 { background-color: rgb(178, 255, 191); display: block; } span.run42 { background-color: rgb(178, 255, 188); display: block; } span.run43 { background-color: rgb(178, 255, 186); display: block; } span.run44 { background-color: rgb(178, 255, 183); display: block; } span.run45 { background-color: rgb(178, 255, 179); display: block; } span.run46 { background-color: rgb(179, 255, 178); display: block; } span.run47 { background-color: rgb(182, 255, 178); display: block; } span.run48 { background-color: rgb(184, 255, 178); display: block; } span.run49 { background-color: rgb(187, 255, 178); display: block; } span.run50 { background-color: rgb(191, 255, 178); display: block; } span.run51 { background-color: rgb(193, 255, 178); display: block; } span.run52 { background-color: rgb(196, 255, 178); display: block; } span.run53 { background-color: rgb(198, 255, 178); display: block; } span.run54 { background-color: rgb(201, 255, 178); display: block; } span.run55 { background-color: rgb(205, 255, 178); display: block; } span.run56 { background-color: rgb(207, 255, 178); display: block; } span.run57 { background-color: rgb(210, 255, 178); display: block; } span.run58 { background-color: rgb(212, 255, 178); display: block; } span.run59 { background-color: rgb(215, 255, 178); display: block; } span.run60 { background-color: rgb(219, 255, 178); display: block; } span.run61 { background-color: rgb(221, 255, 178); display: block; } span.run62 { background-color: rgb(224, 255, 178); display: block; } span.run63 { background-color: rgb(226, 255, 178); display: block; } span.run64 { background-color: rgb(229, 255, 178); display: block; } span.run65 { background-color: rgb(233, 255, 178); display: block; } span.run66 { background-color: rgb(235, 255, 178); display: block; } span.run67 { background-color: rgb(238, 255, 178); display: block; } span.run68 { background-color: rgb(240, 255, 178); display: block; } span.run69 { background-color: rgb(243, 255, 178); display: block; } span.run70 { background-color: rgb(247, 255, 178); display: block; } span.run71 { background-color: rgb(249, 255, 178); display: block; } span.run72 { background-color: rgb(252, 255, 178); display: block; } span.run73 { background-color: rgb(255, 255, 178); display: block; } span.run74 { background-color: rgb(255, 252, 178); display: block; } span.run75 { background-color: rgb(255, 248, 178); display: block; } span.run76 { background-color: rgb(255, 246, 178); display: block; } span.run77 { background-color: rgb(255, 243, 178); display: block; } span.run78 { background-color: rgb(255, 240, 178); display: block; } span.run79 { background-color: rgb(255, 238, 178); display: block; } span.run80 { background-color: rgb(255, 234, 178); display: block; } span.run81 { background-color: rgb(255, 232, 178); display: block; } span.run82 { background-color: rgb(255, 229, 178); display: block; } span.run83 { background-color: rgb(255, 226, 178); display: block; } span.run84 { background-color: rgb(255, 224, 178); display: block; } span.run85 { background-color: rgb(255, 220, 178); display: block; } span.run86 { background-color: rgb(255, 218, 178); display: block; } span.run87 { background-color: rgb(255, 215, 178); display: block; } span.run88 { background-color: rgb(255, 212, 178); display: block; } span.run89 { background-color: rgb(255, 210, 178); display: block; } span.run90 { background-color: rgb(255, 206, 178); display: block; } span.run91 { background-color: rgb(255, 204, 178); display: block; } span.run92 { background-color: rgb(255, 201, 178); display: block; } span.run93 { background-color: rgb(255, 198, 178); display: block; } span.run94 { background-color: rgb(255, 196, 178); display: block; } span.run95 { background-color: rgb(255, 192, 178); display: block; } span.run96 { background-color: rgb(255, 189, 178); display: block; } span.run97 { background-color: rgb(255, 187, 178); display: block; } span.run98 { background-color: rgb(255, 184, 178); display: block; } span.run99 { background-color: rgb(255, 182, 178); display: block; } span.run100 { background-color: rgb(255, 178, 178); display: block; } </style> </head> <body> <h3>C0 code coverage information</h3> <p>Generated on Sat Oct 13 20:50:49 -0400 2007 with <a href='http://eigenclass.org/hiki.rb?rcov'>rcov 0.8.0</a> </p> <hr /><pre><span class='marked0'>Code reported as executed by Ruby looks like this... </span><span class='marked1'>and this: this line is also marked as covered. </span><span class='inferred0'>Lines considered as run by rcov, but not reported by Ruby, look like this, </span><span class='inferred1'>and this: these lines were inferred by rcov (using simple heuristics). </span><span class='uncovered0'>Finally, here&apos;s a line marked as not executed. </span></pre> <table class='report'> <thead> <tr> <td class='heading'>Name</td> <td class='heading'>Total lines</td> <td class='heading'>Lines of code</td> <td class='heading'>Total coverage</td> <td class='heading'>Code coverage</td> </tr> </thead> <tbody> <tr class='light'> <td> <a href='app-models-question_rb.html'>app/models/question.rb</a> </td> <td class='lines_total'> <tt>9</tt> </td> <td class='lines_code'> <tt>6</tt> </td> <td> <table cellspacing='0' cellpadding='0' align='right'> <tr> <td> <tt class='coverage_total'>100.0%</tt>&nbsp;</td> <td> <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'> <tr> <td class='covered' width='100' /> <td class='uncovered' width='0' /> </tr> </table> </td> </tr> </table> </td> <td> <table cellspacing='0' cellpadding='0' align='right'> <tr> <td> <tt class='coverage_code'>100.0%</tt>&nbsp;</td> <td> <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'> <tr> <td class='covered' width='100' /> <td class='uncovered' width='0' /> </tr> </table> </td> </tr> </table> </td> </tr> </tbody> </table><pre><span class="marked1"><a name="line1" />1 class Question &lt; ActiveRecord::Base </span><span class="inferred0"><a name="line2" />2 </span><span class="marked1"><a name="line3" />3 has_many :choices, :class_name =&gt; 'QuestionChoice', :dependent =&gt; :delete_all, :order =&gt; 'id' </span><span class="inferred0"><a name="line4" />4 </span><span class="marked1"><a name="line5" />5 def correct_answer?(question_choice_id) </span><span class="marked0"><a name="line6" />6 answer == question_choice_id.to_i </span><span class="marked1"><a name="line7" />7 end </span><span class="inferred0"><a name="line8" />8 </span><span class="inferred1"><a name="line9" />9 end </span></pre><hr /> <p>Generated using the <a href='http://eigenclass.org/hiki.rb?rcov'>rcov code coverage analysis tool for Ruby</a> version 0.8.0.</p><p> <a href='http://validator.w3.org/check/referer'> <img src='http://www.w3.org/Icons/valid-xhtml10' height='31' alt='Valid XHTML 1.0!' width='88' /> </a> <a href='http://jigsaw.w3.org/css-validator/check/referer'> <img src='http://jigsaw.w3.org/css-validator/images/vcss' alt='Valid CSS!' style='border:0;width:88px;height:31px' /> </a> </p> </body> </html>
jobs.html
artoguns/1617.webd2
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Graphic Design R2 | Jobs</title> <meta name="description" content="Bekijk wat R2 Graphic Design biedt voor u."> <meta name="keywords" content="HTML5, JavaScript, jQuery, CSS3"> <meta name="author" content="Arteveldehogeschool - Bachelor in de grafische en digitale media | CMO"> <meta name="copyright" content="Copyright 2017 Arteveldehogeschool. All Rights Reserved."> <link rel="stylesheet" media="all" href="styles/vendor/normalize.css" /> <link rel="stylesheet" media="all" href="styles/vendor/icon.css" /> <link rel="stylesheet" media="all" href="styles/grid.css" /> <link rel="stylesheet" media="all" href="styles/base.css" /> <link href="https://fonts.googleapis.com/css?family=Rajdhani" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300i" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" /> </head> <body> <header id="header"> <div class="grid__wrapper"> <div class="grid__container"> <div class="grid__row"> <a href="index.html"><img src="logor2.png" alt="R2" width:"70" class="logo"></a> <div class="nav"> <ul> <li><a :hover href="index.html">Home</a></li> <li><a :hover href="work.html">Work</a></li> <li><a :hover href="about.html">About</a></li> <li><a :hover href="services.html">Services</a></li> <li><a :hover href="jobs.html">Jobs</a></li> <li><a :hover href="contact.html">Contact</a></li> </ul> </div> </div> </div> </div> </header> <div class="grid__wrapper"> <div class="grid__container"> <div class="grid__row"> <div id="about" class="grid__column-8"> <h2>JOIN US</h2> <div class="line_about"></div> <div class="grid__column-8"> <p>Krijgt u na al deze informatie zin om mee op onze kar te springen? Twijfel zeker niet! Stuur uw currucilum vitae op naar ons. En wie weet bellen wij jou op!</p> </div> <div class="grid__column-12"> <a href="contact.html" class="hero__button_omgekeerd" :hover>- Contact Us -</a> </div> </div> </div> </div> </div> <div class="grid__wrapper"> <div class="grid__container"> <div class="grid__row"> <div class="contact"> <div id="vacatures" class="grid__column-6"> <h3>TIJDELIJKE OPDRACHT: GRAFISCH VORMGEVER</h3><p class="datum">15/04/2017</p> <p>We zijn opzoek naar een grafisch vormgever voor de periode van augustus - september - oktober - november. Iemand die ons team met sterke ideeën en grafische creaties komt versterken. Lijkt dit profiel je wat? Contacteer ons! </p> <p><a class="text__button_omgekeerd read" :hover href="http://www.stepstone.be/vacatures--Creatief-grafisch-vormgever-M-V-Roeselare-Konvert-Office--1539192-inline.html?suid=f2474620-5f53-47a4-83ad-950cee024770&rltr=2_2_25_dynrl_m"> Read More</a><br/></p> </div> </div> </div> </div> </div> <div class="grid__wrapper"> <div class="grid__container"> <div class="grid__row"> <div class="contact"> <div id="vacatures" class="grid__column-6"> <h3>GEZOCHT: WEBMASTER</h3><p class="datum">28/03/2017</p> <p>Als webmaster sta je in voor het technische beheer en de ontwikkeling van ons extranet voor de makelaars. Je werkt hierbij nauw samen met de site manager die instaat voor het inhoudelijke beheer van de site. Je neemt een coördinerende rol op in de toekomstige ontwikkeling van de site. Hiervoor organiseer je de samenwerking met de verschillende interne stakeholders. Je bent de SPOC voor de IT-diensten. </p> <p><a class="text__button_omgekeerd read" :hover href="http://www.stepstone.be/vacatures--Webmaster-Brussel-AG-Insurance--1539636-inline.html?suid=db87d654-399a-4100-8aaa-b4d8507c13eb&rltr=3_3_25_dynrl_m"> Read More</a><br/></p> </div> </div> </div> </div> </div> </div> </div> <footer id="footer"> <div class="grid__wrapper"> <div class="grid__container"> <div class="grid__row"> <div class="grid__column-3"> <h3>Contact us</h3> <p>R2 Graphic Design<br/>Gehuchtveldstraat 14<br/>9280 Wieze</p><p>+32 (0)470 467 472</p> <p><a class="text__button" :hover href="mailto:artoguns@student.artevelde.be"><i class="fa fa-envelope" aria-hidden="true"></i> artoguns@student.arteveldehs.be</a><br/><a class="text__button" :hover href="mailto:r2guns@gmail.com"><i class="fa fa-envelope" aria-hidden="true"></i> r2guns@gmail.com</a></p> </div> <div class="grid__column-3"> <h3>More</h3> <p><a class="text__button" :hover href="work.html">Work</a></p> <p><a class="text__button" :hover href="jobs.html">Jobs</a></p> <p><a class="text__button" :hover href="about.html">About</a></p> </div> <div class="grid__column-3"> <h3>Follow us</h3> <p><a target="_blank" class="text__button" :hover href="https://www.facebook.com/"><i class="fa fa-facebook-square" aria-hidden="true"></i> Facebook</a></p> <p><a target="_blank" class="text__button" :hover href="https://twitter.com/"><i class="fa fa-twitter-square" aria-hidden="true"></i> Twitter</a></p> <p><a target="_blank" class="text__button" :hover href="http://instagram.com/"><i class="fa fa-instagram" aria-hidden="true"></i> Instagram</a></p> </div> <div class="grid__column-3"> <a href="contact.html" class="hero__button">- OFFERTE -</a> </div> <div class="grid__column-12 grid__offset-5"><p>&copy; 2017 Artoo Guns</p></div> </div> </div> </div> </footer> </div><!-- .grid__container --> </body> </html>
publication/mi-cuenta.html
brm-cortesc/tienda-durex-source
<!DOCTYPE html><!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="es-CO"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="es-CO"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang="es-CO"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="es-CO"> <!--<![endif]--> <head> <meta charset="utf-8"> <title>Durex Love Sex - Tienda Online</title> <meta name="description" content=" "> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/tienda-durex.min.css"> <link href="https://fonts.googleapis.com/css?family=Hammersmith+One|Roboto:300,400" rel="stylesheet" type="text/css"><!--[if lt IE]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <script src="js/libs/modernizr-2.6.2.min.js"></script> </head> <body> <!--Header--> <header class="container-fluid"> <!--info--> <div class="azul-oscuro"> <div class="row"> <div class="col-lg-2 col-md-2 col-sm-2 col-xs-12"> <p>ENVÍO GRATIS + $25.000</p> </div> <div class="col-lg-2 col-md-2 col-sm-4 col-lg-offset-8 col-md-offset-8 col-sm-offset-6 hidden-xs"> <p>ENVÍOS A TODO COLOMBIA</p> </div> </div> </div> <!--/-info --> <!--Mi cuenta y Carrito--> <div class="row"> <!--Logo --> <div class="col-lg-1 col-md-1 col-sm-1 col-xs-6"> <div class="logo"><a href="index.html"><img src="images/logo-blanco.png" alt="Durex Love Sex" title="Durex Love Sex" class="img-responsive"></a></div> </div> <!--/-Logo--> <div class="col-lg-7 col-md-8 col-sm-10 col-xs-6 col-lg-offset-4 col-md-offset-3 col-sm-offset-1"> <div class="col-lg-4 col-md-4 co-xs-12 col-lg-offset-8 col-md-offset-8 col-sm-offset-8 user-tools"> <div class="perfil"> <i class="icon icon-cuenta"></i><a href="#">Mi cuenta</a> | </div> <div class="status-cart"> <div class="cart"><span class="cantidad badge">1</span><span class="icon icon-cart"></span></div><a href="#" class="help-text">CARRO</a> </div> <div class="mini-login hidden"> <form id="login" method="#"> <!--email--> <div class="form-group"> <label for="email">Correo electrónico</label> <input type="email" name="email" id="email" class="form-control"> </div> <!--/-email--> <!--contraseña--> <div class="form-group"> <label for="pass">Contraseña</label> <input type="password" name="pass" id="pass" class="form-control"> </div> <!--/-contraseña--> <button type="button" class="btn btn-login">Iniciar sesión</button><a href="#">¿No tiene una cuenta?</a> </form> </div> <div class="mini-cart hidden"> <div class="mini-producto"><img src="images/producto-sample-thumb.jpg" class="img-responsive"> <div class="info"> <h3>Gel de Placer</h3> <p class="precio">$99.999</p><a href="#" role="button" class="remove"><i class="icon icon-trash"></i></a> </div> </div> <div class="mini-producto"><img src="images/producto-sample-thumb.jpg" class="img-responsive"> <div class="info"> <h3>Gel de Placer</h3> <p class="precio">$99.999</p><a href="#" role="button" class="remove"><i class="icon icon-trash"></i></a> </div> </div> <div class="mini-producto"><img src="images/producto-sample-thumb.jpg" class="img-responsive"> <div class="info"> <h3>Gel de Placer</h3> <p class="precio">$99.999</p><a href="#" role="button" class="remove"><i class="icon icon-trash"></i></a> </div> </div><a href="#" role="button" class="btn btn-cart">Carro</a><a href="#" role="button" class="btn btn-pay">Ir a pagar</a> </div> </div> <!--menu--> <div class="col-lg-11 col-md-11 col-sm-11 col-xs-11 col-lg-offset-1 col-md-offset-1 col-sm-offset-1"> <nav class="navbar navbar-default"> <div class="container-fluid"> <!--boton responsive--> <div class="navbar-header"> <button type="button" data-toggle="collapse" data-target="#menu" aria-expanded="false" class="navbar-toggle collapsed"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100%" height="100%" viewBox="0 0 48 48" xml:space="preserve"> <g> <path fill="#FFFFFF" d="M24,0C10.768,0,0,10.767,0,24c0,6.67,2.809,13.094,7.708,17.625c0.396,0.364,1.014,0.34,1.381-0.057 c0.366-0.396,0.342-1.014-0.055-1.379C4.535,36.027,1.953,30.127,1.953,24C1.953,11.844,11.844,1.953,24,1.953 S46.047,11.844,46.047,24S36.156,46.047,24,46.047c-0.54,0-0.978,0.438-0.978,0.977S23.46,48,24,48c13.232,0,24-10.766,24-24 C48,10.767,37.232,0,24,0z"/> <path fill="#FFFFFF" d="M13.705,14.682h20.59c0.538,0,0.977-0.438,0.977-0.977s-0.438-0.977-0.977-0.977h-20.59 c-0.539,0-0.976,0.438-0.976,0.977C12.729,14.245,13.166,14.682,13.705,14.682z"/> <path fill="#FFFFFF" d="M13.705,24.977h20.59c0.538,0,0.977-0.437,0.977-0.977c0-0.539-0.438-0.978-0.977-0.978h-20.59 c-0.539,0-0.976,0.438-0.976,0.978S13.166,24.977,13.705,24.977z"/> <path fill="#FFFFFF" d="M35.271,34.295c0-0.54-0.438-0.979-0.977-0.979h-20.59c-0.539,0-0.976,0.438-0.976,0.979 s0.437,0.977,0.976,0.977h20.59C34.833,35.271,35.271,34.835,35.271,34.295z"/> </g> </svg> </button> </div> <!--/-boton responsive--> <!--Menu items--> <div id="menu" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li class="active"><a href="#">Membresia Durex</a></li> <li><a href="#">condones</a></li> <li><a href="#">lubricantes</a></li> <li><a href="#">anillos</a></li> <li><a href="#">kits</a></li> </ul> </div> <!--/-Menu items--> </div> </nav> </div> <!--/-menu--> </div> </div> <!--/-Mi cuenta y Carrito--> </header> <!--/-Header--> <div class="head"> <h2> <strong>hola,</strong> <span class="nombre-usuario">Daniela</span> </h2> </div> <section class="container-fluid"> <article class="row row-cuenta"> <!--Navegacion cuenta--> <div class="col-lg-2 col-md-2 col-sm-2 col-xs-12 botones-perfil"> <button type="button" data-btn="perfil" class="btn btn-perfil active"> <i class="icon icon-perfil"></i> <p> <span>Mi</span> Perfil </p> </button> <button type="button" data-btn="preferencias" class="btn btn-preferencias"> <i class="icon icon-preferencias"></i> <p> <span>Mis</span> Preferencias </p> </button> <button type="button" data-btn="suscripcion" class="btn btn-suscripcion"> <i class="icon icon-suscripcion"></i> <p> <span>Mi</span> Suscripcion </p> </button> <button type="button" data-btn="ordenes" class="btn btn-ordenes"> <i class="icon icon-ordenes"></i> <p> <span>Mis</span> Ordenes </p> </button><a href="#" role="button" class="btn btn-logout">Cerrar sesión</a> </div> <!--/-Navegacion cuenta--> <!--formularios--> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 col-lg-offset-1 col-md-offset-1 col-sm-offset-1"> <!--Datos personales--> <form id="datos-personales" class="cuenta"> <div class="datos datos-personales"> <h2>Datos Personales</h2> <!--Nombre--> <div class="form-group"> <label for="nombre">Nombre</label> <input type="text" name="nombre" id="nombre" class="form-control"> </div> <!--/-Nombre--> <!--Apellidos--> <div class="form-group"> <label for="apellidos">Apellidos</label> <input type="text" name="apellidos" id="apellidos" class="form-control"> </div> <!--/-Apellidos--> <!--Celular--> <div class="form-group"> <label for="celular">Celular</label> <input type="text" name="celular" id="celular" class="form-control"> </div> <!--/-Celular--> <!--Telefono--> <div class="form-group"> <label for="telefono">Teléfono</label> <input type="text" name="telefono" id="telefono" class="form-control"> </div> <!--/-Telefono--> <!--email--> <div class="form-group"> <label for="email">Email</label> <input type="email" name="email" id="email" class="form-control"> </div> <!--/-email--> <button type="button" class="btn btn-update-persona">Actualizar Datos</button> </div> <div class="datos datos-seguridad"> <h2>Contraseña</h2> <!--actual contraseña--> <div class="form-group"> <label for="password">Contraseña Actual</label> <input type="password" name="apassword" id="apassword" class="form-control"> </div> <!--/-actual contraseña--> <!--nueva contraseña--> <div class="form-group"> <label for="password">Contraseña</label> <input type="password" name="password" id="password" class="form-control"> </div> <!--/-nueva contraseña--> <!--Confirmar contraseña--> <div class="form-group"> <label for="cpassword">Confirmar Contraseña</label> <input type="password" name="cpassword" id="cpassword" class="form-control"> </div> <!--/-Confirmar contraseña--> <button type="button" class="btn btn-update-pass">Actualizar Datos</button> </div> </form> <!--/-Datos personales--> <!--Preferencias--> <form id="preferencias" class="cuenta hidden"> <div class="datos datos-notificaciones"> <h2>Notificaciones</h2> <!--SMS--> <div class="checkbox"> <input type="checkbox" name="sms" value="sms" id="sms"> <label for="sms">SMS de todas las notificaciones.</label> </div> <!--/-SMS--> <!--resumen de ordenes--> <div class="checkbox"> <input type="checkbox" name="resumen" value="resumen" id="resumen"> <label for="resumen">Mail con resumen de ordenes.</label> </div> <!--/-resumen de ordenes--> <!--status de ordenes--> <div class="checkbox"> <input type="checkbox" name="status" value="status" id="status"> <label for="status">Mail de status de ordenes.</label> </div> <!--/-status de ordenes--> <!--despacho--> <div class="checkbox"> <input type="checkbox" name="despacho" value="despacho" id="despacho"> <label for="despacho">Mail con la confirmación mensual del despacho de su suscripción.</label> </div> <!--/-despacho--> <!--suscripcion--> <div class="checkbox"> <input type="checkbox" name="suscripcion" value="suscripcion" id="suscripcion"> <label for="suscripcion">Mail de status de suscripción mensual.</label> </div> <!--/-suscripcion--> </div> <div class="datos datos-news"> <h2>Newsletter</h2> <!--lanzamiento--> <div class="checkbox"> <input type="checkbox" name="lanzamiento" value="lanzamiento" id="lanzamiento"> <label for="lanzamiento">Lanzamiento de nuevos productos.</label> </div> <!--/-lanzamiento--> <!--ofertas--> <div class="checkbox"> <input type="checkbox" name="ofertas" value="ofertas" id="ofertas"> <label for="ofertas">Ofertas y noticias exclusivas.</label> </div> <!--/-ofertas--> </div> </form> <!--suscripcion --> <div class="datos datos-sucripcion cuenta hidden"> <h2>Suscripción</h2> <div class="suscripcion"> <div class="status status-active"> <p>activada</p> </div> <div class="row"> <!--Tipo de suscripcion--> <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12"> <p>Tipo de suscripción</p> <h4>Oro</h4> </div> <!--/-Tipo de suscripcion--> <!--valor de suscripcion--> <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12"> <p>Valor de suscripción</p> <h4>$99.999</h4> </div> <!--/-valor de suscripcion--> <!--pago--> <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12"> <p>Método de pago</p> <h4 class="metodo-pago"> <div class="tarjeta tarjeta-visa"></div> 4560 </h4> </div> <!--/-pago--> <div class="clearfix"></div> <!--controls--> <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12 col-lg-offset-9 col-md-offset-9 col-sm-offset-9 controls"> <p><a class="modificar-suscripcion" href="#">modificar</a> | <a class="pausar-suscripcion" href="#">pausar</a></p> </div> <!--/-controls--> </div> </div> </div> <!--/-suscripcion --> <div class="datos datos-ordenes cuenta hidden"> <h2>Órdenes</h2> <div class="table-responsive"> <table class="table"> <tr class="num-orden"> <td colspan="4">ORDEN #13578 | 12/06/16</td> </tr> <tr> <th>SKU</th> <th>Nombre</th> <th colspan="2">Valor</th> </tr> <tr> <td>34534345</td> <td>Combo Durex</td> <td>$14.500</td> <td rowspan="2" class="total"> <h4>total</h4> <p class="valor">$45.600</p> <p class="descarga"><a href="#">descargar factura</a></p> </td> </tr> <tr> <td>35434345 </td> <td>Caja Durex</td> <td>$9.500</td> </tr> </table> </div> <div class="table-responsive"> <table class="table"> <tr class="num-orden"> <td colspan="4">ORDEN #13578 | 12/06/16</td> </tr> <tr> <th>SKU</th> <th>Nombre</th> <th colspan="2">Valor</th> </tr> <tr> <td>34534345</td> <td>Combo Durex</td> <td>$14.500</td> <td rowspan="2" class="total"> <h4>total</h4> <p class="valor">$45.600</p> <p class="descarga"><a href="#">descargar factura</a></p> </td> </tr> <tr> <td>35434345 </td> <td>Caja Durex</td> <td>$9.500</td> </tr> </table> </div> <div class="table-responsive"> <table class="table"> <tr class="num-orden"> <td colspan="4">ORDEN #13578 | 12/06/16</td> </tr> <tr> <th>SKU</th> <th>Nombre</th> <th colspan="2">Valor</th> </tr> <tr> <td>34534345</td> <td>Combo Durex</td> <td>$14.500</td> <td rowspan="2" class="total"> <h4>total</h4> <p class="valor">$45.600</p> <p class="descarga"><a href="#">descargar factura</a></p> </td> </tr> <tr> <td>35434345 </td> <td>Caja Durex</td> <td>$9.500</td> </tr> </table> </div> <div class="table-responsive"> <table class="table"> <tr class="num-orden"> <td colspan="4">ORDEN #13578 | 12/06/16</td> </tr> <tr> <th>SKU</th> <th>Nombre</th> <th colspan="2">Valor</th> </tr> <tr> <td>34534345</td> <td>Combo Durex</td> <td>$14.500</td> <td rowspan="2" class="total"> <h4>total</h4> <p class="valor">$45.600</p> <p class="descarga"><a href="#">descargar factura</a></p> </td> </tr> <tr> <td>35434345 </td> <td>Caja Durex</td> <td>$9.500</td> </tr> </table> </div> </div> </div> <!--/-formularios--> </article> </section> <!--Footer--> <footer class="container-fluid"> <div class="logo"><img src="images/logo-azul.png" alt="Durex Love Sex" title="Durex Love Sex" class="img-responsive"></div> <div class="row"> <div class="col-lg-8 col-lg-offset-8 col-md-8 col-lg-offset-2 col-md-offset-2"> <p class="text-center"> <a href="#">Términos y condiciones</a> <a href="">Política de privacidad</a> <a href="#">Envío y Devoluciones</a> <a href="#">Preguntas Frecuentes</a> <a href="#">Contacto</a> </p> <p class="text-center legal"> © 2016 Reckitt Benckiser - Todos los derechos reservados | BRM </p> <p class="footer-social-link"><a href="#" class="social social-fb"><i class="icon icon-fb"></i></a><a href="#" class="social social-yt"><i class="icon icon-yt"></i></a><a href="#" class="social social-tw"><i class="icon icon-tw"></i></a></p> </div> </div> </footer> <div class="azul-oscuro"> <div class="row"> <div class="col-lg-1 col-md-1 col-sm-1 col-xs-6"><img src="images/logo-rb.png" alt="Reckitt Benckiser" title="Reckitt Benckiser" class="img-responsive"></div> <div class="col-lg-3 col-md-3 col-sm-3 col-xs-6 col-lg-offset-8 col-md-offset-8 col-sm-offset-8"><img src="images/secure.png" class="img-responsive"></div> </div> </div> <!--/-Footer--> <!--Scripts--> <script src="js/libs.tienda-durex.min.js"></script> <script src="js/tienda-durex.ini.js"></script> </body></html>
Ursus.css
TheCapricious/Ursus
/* The Ursus theme for The Lounge (GitHub: https://github.com/thelounge/lounge). Based on the Zenburn theme by JP Smith (GitHub: https://github.com/japesinator) and the Morning theme by Riku Rouvila. Installation instructions can be found here: https://thelounge.github.io/docs/server/configuration.html#themes Author: Leroy Brown GitHub: https://github.com/TheCapricious */ /* colour shit because this is how i work, yo' PRIME: #37757f SECONDARY: #3efeff ACCENT: #ffe030 BACKGROUND: #282828 PRIME VARIENT: #4b828b SECONDARY VARIENT: #51feff ACCENT VARIENT: #ffe344 BACKGROUND VARIENT: #3d3d3d PRIME DERIVATIVE: #2c5d65 SECONDARY DERIVATIVE: #31cbcc ACCENT DERIVATIVE: #ccb326 BACKGROUND DERIVATIVE: #202020 */ @import url(//fonts.googleapis.com/css?family=Open+Sans); @import url(//fonts.googleapis.com/css?family=Ubuntu); body { background: #282828; color: #37757f; font-family: Ubuntu, Verdana, "Open Sans", sans-serif; } #main, #chat .sidebar, #windows .chan, #windows .window { background: #282828; } #windows .header .topic, #windows #form .input, .messages .msg, .sidebar { font-size: 13px; font-family: Ubuntu, Verdana, "Open Sans", sans-serif; } #settings, #sign-in, #connect .title { color: #37757f; } #settings .opt, #sign-in .opt, #connect .opt { color: #3efeff; } #settings .opt:hover, #sign-in .opt:hover, #connect .opt:hover { color: #a9a9a9; } #settings .input, #sign-in .input, #connect .input{ background: #3d3d3d; color: #3efeff; border-color: #a9a9a9; } #settings .input:hover, #sign-in .input:hover, #connect .input:hover { background: rgba(44,93,101,.1); } #settings .input::-webkit-input-placeholder, #sign-in .input::-webkit-input-placeholder, #connect .input::-webkit-input-placeholder { color: #a9a9a9; } #settings .btn { background: #3d3d3d; border-color: #3d3d3d; color: #a9a9a9; } #settings .btn:hover { background: rgba(44,93,101,.1); color: #ffe344; } select > option { background: #3d3d3d; } #sidebar, #footer { background: rgba(28,28,28,.2); color: #ffe030; } #footer .icon:hover { color: #3efeff; } #sidebar .chan { background: rgba(55,117,127,.5); color: #37757f; } #sidebar .chan:hover { color: #a9a9a9; } #sidebar .chan .name { color: #3efeff; } #sidebar .chan .name:hover{ color: #ffe030; } #sidebar .chan .name:after { background: rgba(55,117,127,0) } #sidebar .chan.lobby:before { color: #ffe030; } #chat .search, #chat .search::-webkit-input-placeholder, #chat .count { background: rgba(28,28,28,.2); color: #ffe030; } #chat .user-mode:before { border-color: rgba(44,93,101,.1); border-bottom: 0px solid #282828; border-top: 1px solid; padding: 10px 0px 0px 5px; margin: 15px; } #chat .from, #chat .sidebar, #windows .header { border-color: #51feff; } #chat .user-mode { color: #ffe030; } #chat .user-mode.owner { color: #be0000; } #chat .user-mode.admin { color: #3f3ffe; } #chat .user-mode.op { color: #00bebe; } #chat .user-mode.half-op { color: #3ffefe; } #chat .user-mode.voice { color: #be00be; } #chat .user, #chat .user:hover { color: #ccb326; } #chat.colored-nicks .user.color-1 { color: #4c430e; } #chat.colored-nicks .user.color-2 { color: #10f3f6; } #chat.colored-nicks .user.color-3 { color: #316972; } #chat.colored-nicks .user.color-4 { color: #5e9098; } #chat.colored-nicks .user.color-5 { color: #afc7cb; } #chat.colored-nicks .user.color-6 { color: #739ea5; } #chat.colored-nicks .user.color-7 { color: #76c1c8; } #chat.colored-nicks .user.color-8 { color: #87acb2; } #chat.colored-nicks .user.color-9 { color: #71b6bc; } #chat.colored-nicks .user.color-10 { color: #9bbabf; } #chat.colored-nicks .user.color-11 { color: #6b9a9f; } #chat.colored-nicks .user.color-12 { color: #b1feff; } #chat.colored-nicks .user.color-13 { color: #665913; } #chat.colored-nicks .user.color-14 { color: #37e4e5; } #chat.colored-nicks .user.color-15 { color: #64feff; } #chat.colored-nicks .user.color-16 { color: #fff2ac; } #chat.colored-nicks .user.color-17 { color: #77feff; } #chat.colored-nicks .user.color-18 { color: #2bb1b2; } #chat.colored-nicks .user.color-19 { color: #8bfeff; } #chat.colored-nicks .user.color-20 { color: #259899; } #chat.colored-nicks .user.color-21 { color: #9efeff; } #chat.colored-nicks .user.color-22 { color: #1f7f7f; } #chat.colored-nicks .user.color-23 { color: #e5c92b; } #chat.colored-nicks .user.color-24 { color: #ffe659; } #chat.colored-nicks .user.color-25 { color: #b29c21; } #chat.colored-nicks .user.color-26 { color: #ffe96e; } #chat.colored-nicks .user.color-27 { color: #99861c; } #chat.colored-nicks .user.color-28 { color: #ffef82; } #chat.colored-nicks .user.color-29 { color: #7f7018; } #chat.colored-nicks .user.color-30 { color: #ffef97; } #chat.colored-nicks .user.color-31 { color: #16aeb2; } #chat.colored-nicks .user.color-32 { color: #186566; } #chat a { color: #ccb326; } #form { background: #282828; border-color: #51feff; } #windows #form .input { background-color: rgba(28,28,28,.1) !important; border-color: rgba(28,28,28,0) !important; color: #ffe030 !important; } #form #nick { background: #282828; color: #4b828b; } #form #submit:hover, #chat button:hover { opacity:1; color: #3efeff; } #chat .show-more-button { background: #3d3d3d; border-color: rgba(81,254,255,.1); color: #3efeff; } #chat .show-more-button:hover { color: #ffe030; } #chat .header { color: #37757f; } #viewport .lt:after { border-color: #ffe030; } #chat .unread-marker { opacity: 1; border-size: 1px; } #chat .unread-marker:before{ border-color: #ffe030 !important; } #chat .unread-marker-text:before { background-color: #282828; color: #3efeff; } #chat .date-marker-text:before { border-color: #2c5d65; } #chat .date-marker-text:before { background: #282828; } #chat .msg { color: #ffe344; } #chat .message { color: #bebebe; } #chat .self .time, #chat .channel .highlight .time { color: #4b828b; } #chat .self { background: rgba(44,93,101,.2); } #chat .self .text { color: #31cbcc; } #chat .channel .highlight { background: rgba(44,93,101,.5); } #chat .channel .highlight .from, #chat .channel .highlight .text { color: #ffe344; } #chat .error, #chat .error .from { background: #202020; color: #ffe030; } #chat .unhandled .from { color: #ffe030; } #chat .msg.topic { color: #3efeff; } #chat .msg.part .time, #chat .msg.part .from button, #chat .msg.quit .time, #chat .msg.quit .from button{ color: #ccb326 !important; } #chat .msg.join .time, #chat .msg.join .from button { color: #31cbcc !important; } #chat .part .from:before, #chat .quit .from:before { color: #ccb326; } #chat .join .from:before { color: #31cbcc; } #chat .time { color: #2c5d65; } #chat .toggle-content, #chat .toggle-button { background: rgba(44,93,101,.2); color: #3efeff; } #chat .toggle-content img { float: left; margin-right: .5em; } #chat .toggle-content .body { color: #3efeff; } #chat-container ::-webkit-input-placeholder { color: #99a2b4; opacity: .5; }
Jessie Smith/assignments/counter/templates/index.html
authman/Python201609
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Counter</title> </head> <body> <h1>Counter</h1> <h3>{{count}}</h3> </body> </html>
sgce/templates/sgceusr/event.html
ramonsaraiva/sgce
{% extends 'sgceusr/base.html' %} {% load sgceusr_extras %} {% block content %} <h2 class="grid_12">{{ object.name }}</h2> <div class="clean"></div> <div class="grid_7"> <div class="box"> <div class="header"> <img src="{{ STATIC_URL }}img/icons/packs/fugue/16x16/shadeless/flag-blue.png" width="16" height="16"> <h3>Informações principais</h3><span></span> </div> <div class="content"> <div class="alert note"> <span class="icon"></span><strong>Descrição</strong> {{ object.description }}</div> <p><strong>Data:</strong> {{ object.date }}</p> <p><strong>Local:</strong> {{ object.local }}</p> <p><strong>Endereço:</strong> {{ object.address }}</p> <p><strong>Vagas:</strong> {{ object.people_confirmed }}/{{ object.maxpeople }}</p> </div> </div> </div> <div class="grid_5"> <div class="box"> <div class="header"> <img src="{{ STATIC_URL }}img/icons/packs/fugue/16x16/layer-shape-line.png" width="16" height="16"> <h3>Prévia do Evento</h3><span></span> </div> <div class="content"> <ul class="stats-list"> <li> <a href="#">Pessoas previstas <span>{{ object.people_preview }}</span></a> </li> <li> <a href="#">Pessoas confirmadas <span>{{ object.people_confirmed }}</span></a> </li> <li> <a href="#">Atividades propostas <span>{{ object.activities.all.count }}</span></a> </li> </ul> </div> </div> </div> <div class="grid_12"> <div class="box"> <div class="header"> <img src="{{ STATIC_URL }}img/icons/packs/fugue/16x16/shadeless/calendar-list.png" width="16" height="16"> <h3>Atividades</h3><span></span> </div> <div class="content"> <form action="{% url 'enroll' event.slug %}" method="GET"> {% csrf_token %} <table id="table-activities" class="table"> <thead> <tr> <th>Inscrição</th> <th>Atividade</th> <th>Data</th> <th>Local</th> <th>Vagas</th> <th>Carga Horária</th> <th>Preço</th> <th>Pontos</th> </tr> </thead> <tbody> {% for activity in object.activities.all %} <tr> <td>{% if user|enrolled_in_activity:activity %}<strong><i><font color='darkgreen'>Já inscrito</font></i></strong>{% endif %}<input type="checkbox" name="activities" value="{{ activity.id }}" style="margin: 0px; padding: 0px; float: right;" {% if user|enrolled_in_activity:activity %}disabled{% endif %}/></td> <td><strong><a href="{% url 'event' event.slug %}">{{ activity.name }}</a></strong></td> <td>{{ activity.date }}</td> <td>{{ activity.local }}</td> <td>{{ activity.maxpeople }}</td> <td>{{ activity.charge }}</td> <td>R${{ activity.price }}</td> <td>{{ activity.points }}</td> </tr> {% endfor %} </tbody> </table> <input type="submit" value="Realizar inscrição" style="float: right;"/> </form> </div> <!-- End of .content --> <div class="clear"></div> </div> <!-- End of .box --> </div> <!-- End of .grid_12 --> {% endblock %} {% block end-scripts %} <script defer> $(window).load(function() { $('#table-activities').dataTable({ "iDisplayLength": 50 }); $(window).resize(); }); </script> {% endblock %}
patient_pages/patient7.html
burntcookie90/Medical-Viewer
This is patient 7 <body> <div role="main"> Test yah <img src="img/patient_image.jpg"/> </div> </body>
blog/c9-questions.html
suprfrye/phase-0-blog
<!DOCTYPE html> <html> <head> <title>Useful Questions</title> <meta charset="UTF-8"> <link href='http://fonts.googleapis.com/css?family=Playfair+Display|Bad+Script|Josefin+Sans' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="../stylesheets/normalize.css"> <link rel="stylesheet" type="text/css" href="../stylesheets/blog-post.css"> </head> <body> <header> <h3><a href="../index.html">Tara C. Frye</a></h3> <nav> <ul> <li><a href="../index.html">HOME</a></li> <li><a href="#">PORTFOLIO</a></li> <li><a href="blog-index.html">BLOG</a></li> </ul> </nav> </header> <div id="breadcrumb"> <a href="blog-index.html">Blog</a> > <a href="c9-questions.html">Useful Questions</a> </div> <h2>Useful Questions</h2> <h4>February 21, 2015</h4> <section> <p> Most of the questions I have searched for in Google have yielded helpful results. There have been a few that did not. For our first week of JavaScript in DBC's Phase 0, there was a challenge where we had to recreate a web based game. I searched and researched for a way to render JavaScript in html and to use JavaScript to manipulate html elements. The results I got were so scattered and not specific to my challenge because I wasn't specific in describing what I wanted to do in JavaScript. </p> <p> Here is what has worked for me in the past when troubleshooting errors and solution code. <ul> <li>Including the language. Ex: <em>JavaScript</em> constructor function syntax</li> <li>Specifying the data type. Ex: Iterate through each <em>hash</em> key value in Ruby</li> <li>Include full error message. Ex: TypeError cannot read property nodeName of null JavaScript</li> </ul> </p> <p> It helps that Google has suggestions when you start to type in your question. This has come in handy when I was at a loss for keywords to help clarify my search. I have been fortunate in that either my initial search has yielded helpful results or that someone else in my cohort has asked a similar question in Google+. I am a little more nervous about asking questions in person. I think it's harder to follow someone's speech, there aren't points of references to return to, you can't proofread read the words as they're coming out for clarity, and there's no autocomplete. In that case, it'll be beneficial for me to make notes before approaching a instructor/mentor. </p> </section> </body> </html>
src/tc/srm543d1-2.html
pstopia/pstopia.github.io
--- layout: solution round_name: 'Topcoder SRM 543 Div1' prob_name: '[Medium] EllysRivers' title: '[Medium] EllysRivers - Topcoder SRM 543 Div1' prob_link: 'https://community.topcoder.com/stat?c=problem_statement&pm=11912' gist: 7b9650f23cd8cd0e6df26594d0de460f tags: [dp, greedy] --- 관찰 1. 각 단계마다 이동할 때는 무조건 서->동 혹은 남->북 혹은 남서->북동 으로 움직여야 한다. 이외의 방향으로 움직인다면 답에서 무조건 손해를 보기 때문이다. 관찰 2. walk를 어디서 얼마만큼 하든 walk를 하는 양의 합이 같다면 답은 변하지 않는다. 섬i에서 A만큼 walk를 하고 섬j에서 B만큼 walk를 한 경우와 섬i에서 A+B만큼 walk를 하고 섬j에서 walk를 하지 않는 경우가 답이 같다는 뜻이다. 관찰 1, 2 를 통해 과정을 다음과 같이 단순화 할 수 있다. - 맨 오른쪽의 섬이 아니라면, walk를 하지 말고 무조건 배를 탄다. 즉, 내가 섬i에 도착한 뒤의 위치가 (i, j) 라면 walk를 하지 말고 (i+1, j+s[i]) 로 배를 타고 바로 이동한다. - 맨 오른쪽 섬에 도착하고 나면 walk로 목적지로 이동한다. - s[0] + s[1] + ... + s[n-1] <= length - s[0] ~ s[n-1] 을 잘 결정해서 전체 이동시간을 최소로 하자! 여기까지 생각했다면 이제 다음과 같은 DP가 자연스럽게 도출된다. D[i][j] = 출발지에서부터 (i, j) 까지 오는데 걸리는 최소 시간 = min( D[i-1][p] + dist((i-1, p), (i, j)) / speed[i-1] , p <= j ) 이 DP를 그냥 단순히 계산하면 O(n * length^2) 이므로 시간내에 계산할 수 없다. 관찰 3. D[i][j] 가 D[i-1][x] 에서 오는 것이 최적이었다고 하자. D[i][j+1] 은 D[i-1][y] 에서 오는 것이 최적이었다고 하자. 그렇다면 항상 x <= y 가 성립해야 한다. 즉, 2개의 경로가 서로 완전히 교차하는 경우는 없다는 것이다. 이는 섬이 3개인 상황을 가정하고 식을 세워서 열심히 풀어보면 증명할 수 있다. 관찰 3 을 이용하면 위의 DP를 빠르게 계산할 수 있다. 분할정복 최적화를 사용하면 O(n * length * lg(length)) sliding window 를 사용하면 O(n * length) 이다. greedy 솔루션도 있다. 관찰 4. (i, j) 에서 (i+1, j+k) 로 이동하는 시간이 전체 시간에 어떻게 기여하는지 생각해보자. 두 지점사이의 직선거리를 L_i(k) 라고 하면, 우선 L_i(k)/speed[i] 만큼이 걸릴 것이다. 그리고 여기서 이동한 시간 만큼 맨 나중의 섬에서 walk를 덜 하기 때문에 전체 시간에서는 k/walk 만큼 줄어든다. 이것을 k에 대한 함수로 나타내면 f_i(k) = L_i(k)/speed[i] - k/walk 이 된다. 2계도함수를 구해보면 k >= 0 일 때 값이 항상 0 이상이므로 이 함수는 볼록함수이다. 우리가 구하려는 답은 sum( f_i(s[i]) ) + length/walk 이다. s[0] = s[1] = .. = s[n-1] = 0 인 상태에서 출발하여 어떤 j를 골라서 s[j] 를 1 증가시키는 식으로 답을 발전시킬 것이다. 이 때, 각 j 마다 s[j] 가 1 증가할 때 답이 얼마나 줄어드는지를 계산한 뒤 그 중 가장 크게 줄어들게 만드는 j를 선택하면 된다. 이 과정을 최대 length 번 반복하면 된다. priority queue 를 이용하면 전체 시간복잡도 O(length * lgN) 이다. 각 f_i 가 볼록 함수이기 때문에 이 greedy는 정당하다.
Front-End Development/HTML-5/Exam Preparation 1/01_BeatsPricingPage/Beats Pricing Page.css
mitaka00/SoftUni
@import url("https://fonts.googleapis.com/css?family=Lato:400,900"); *{ margin: 0; padding: 0; } body{ background-color: #D8D8D8; } #wrapper{ width: 90%; margin: 80px auto; font-family: Lato,sans-serif; height: 480px; } #wrapper section{ width: 28%; display: inline-block; background-color: #ffffff; height: 100%; border-radius: 10px; text-align: center; vertical-align: top; } #mid{ margin-left: 5%; margin-right: 5%; } img{ height: 40%; margin-top: 10px; margin-bottom: 30px; } section h1{ text-transform: uppercase; font-size: 20px; margin-bottom: 45px; } button{ margin-top: 45px; background-color: white; border: 3px solid #4F4F4F; height: 50px; line-height: 50px; width: 200px; border-radius: 20px; }
Examples/example-swipeview/index.html
wh0/neutrino
<html> <head> <title>Neutrino Example: Swipe View</title> <!-- CSS --> <link rel="stylesheet" type="text/css" media="all" nu-href="neutrino/css/neutrino.css" class="nu-browser-neutral-css"> <!-- JAVASCRIPT --> <script src="neutrino/js/neutrino.js" type="text/javascript"></script> <!-- IMMEDIATE --> <script language="javascript" type="text/javascript"> var gApplication = null; function main () { gApplication = new neutrino.Application (); // gApplication.preventMobileScrolling (); gApplication.start (); } document.addEventListener ("DOMContentLoaded", main, false); </script> <!-- view JS gets inserted above --> </head> <body nu-app="Neutrino Example: Swipe View" > <div class="my-swipe-view nu-horizontal" nu-view="neutrino.components.SwipeView"> <div class="nu-container" style="height: 300px; width: 2000px;"> <div style="background: rgba(0,0,255,0.3); height: 200px;">Here is some 'swipeable' content, style me!</div> </div> </div> </body> </html>
css/abel.css
whyvez/derailedsports.com
/*********************************************** * Loading ***********************************************/ .loading { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; text-align: center; z-index: 9999; font-size: 24px; } .loading span { top: 50%; position: absolute; } .loading .fa-spin { -webkit-animation: fa-spin .55s infinite linear; animation: fa-spin .55s infinite linear; } /*********************************************** * Global ***********************************************/ *, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; } body::before { content: 'mobile'; display: none; } @media only screen and (min-width: 1200px) { body::before { content: 'desktop'; } } p { font-size: 15px; line-height: 1.6em; } ::-webkit-scrollbar { width: 14px; } ::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,.2); background-clip: padding-box; border: solid transparent; border-width: 1px 1px 1px 1px; min-height: 28px; padding: 100px 0 0; box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07); } .inlinePlayer { display: none !important; } #intro.youtube .container-fluid { background: #282828; } /*********************************************** * Fonts ***********************************************/ /* PT Sans */ body, body.pt-sans { font-family: 'PT Serif', serif; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, body.pt-sans h1, body.pt-sans .h1, body.pt-sans h2, body.pt-sans .h2, body.pt-sans h3, body.pt-sans .h3, body.pt-sans h4, body.pt-sans .h4, body.pt-sans h5, body.pt-sans .h5, body.pt-sans h6, body.pt-sans .h6 { font-family: 'PT Sans', sans-serif; } .btn, body.pt-sans .btn { font-family: 'PT Sans', sans-serif; } .navbar-abel .navbar-nav > li > a, body.pt-sans .navbar-abel .navbar-nav > li > a { font-family: 'PT Sans', sans-serif; } /* Open sans */ body.open-sans { font-family: 'Open Sans', sans-serif; } body.open-sans h1, body.open-sans .h1, body.open-sans h2, body.open-sans .h2, body.open-sans h3, body.open-sans .h3, body.open-sans h4, body.open-sans .h4, body.open-sans h5, body.open-sans .h5, body.open-sans h6, body.open-sans .h6 { font-family: 'Open Sans', sans-serif; font-weight: 400; } body.open-sans .btn { font-family: 'Open Sans', sans-serif; } body.open-sans .navbar-abel .navbar-nav > li > a { font-family: 'Open Sans', sans-serif; } /*********************************************** * Styles ***********************************************/ /* Light */ .loading, body.light .loading { background: #fff; color: #000; } .half, body.light .half { background: #fff; } .text-muted, body.light .text-muted { color: #777; } #intro .boxed, body.light #intro .boxed { border: 10px solid #fff; } /* Dark */ body.dark { background: #000; } body.dark .half { background: #282828; color: #fff; } body.dark .loading { background: #282828; color: #fff; } body.dark .text-muted { color: #BCBCBC; } body.dark #intro .boxed { border: 10px solid #000; } body.dark #hamburger:not(.open) span { background: #fff !important; } /*********************************************** * Buttons ***********************************************/ .btn { border-radius: 0; padding: 12px 20px; font-size: 11px; text-transform: uppercase; border: none; font-weight: 600; letter-spacing: 0.05em; } .btn-light, .btn-dark { border-width: 2px; border-style: solid; } .btn-light { background: #fff; color: #000; border-color: #000; } .btn-light:hover, .btn-light:active { background: #000; color: #fff; } .btn-dark { background: #000; color: #fff; border-color: #000; } .btn-dark:hover, .btn-dark:active { background: #fff; color: #000; border-color: #000; } /*********************************************** * Forms ***********************************************/ .form-control { border-radius: 0; padding: 8px 12px; } .form-control:focus { border-color: #999999; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(233,233,233,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(233,233,233,.6); } /*********************************************** * Section behavior ***********************************************/ .section-header { margin-top: 10%; } @media only screen and (min-width: 1200px) { .section { height: 100vh; } } .section > .container-fluid, .half { -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .half.maps { margin: 0; padding: 0; } .section > .container-fluid { -webkit-transform-origin: center center; transform-origin: center center; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; } .section:first-of-type .container-fluid { visibility: visible; background-color: #fff; } .half { min-height: 50vh; } @media only screen and (min-width: 1200px) { .section:first-of-type .container-fluid { height: 100vh; } .half > .content { position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .section > .container-fluid { position: fixed; width: 100%; min-height: 100vh; top: 0; left: 0; height: 100vh; box-shadow: 0 0 60px rgba(0, 0, 0, 0.3); visibility: hidden; } .section:first-of-type .container-fluid { visibility: visible; } .container-fluid > * { visibility: visible; } .half { height: 100vh !important; position: absolute; top: 0; } .section:nth-of-type(even) .half:first-of-type, .section:nth-of-type(odd) .half:nth-of-type(2) { left: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); } .section:nth-of-type(odd) .half:first-of-type, .section:nth-of-type(even) .half:nth-of-type(2) { right: 0; -webkit-transform: translateX(100%); transform: translateX(100%); } } /*********************************************** * Next and Previous buttons ***********************************************/ #vertical-nav { position: fixed; z-index: 3; right: 2%; top: 50%; bottom: auto; -webkit-transform: translateY(-50%); transform: translateY(-50%); display: none; } #vertical-nav li { list-style: none; } #vertical-nav a { display: block; height: 40px; width: 40px; cursor: pointer; /* image replace */ overflow: hidden; text-indent: 100%; white-space: nowrap; background: url('../img/icon-arrow.svg') no-repeat center center; background-color: rgba(0, 0, 0, .7); background-size: 32px 32px; -webkit-transition: all 300ms linear; transition: all 300ms linear; } #vertical-nav a:hover { background-color: rgba(0, 0, 0, 1); } #vertical-nav a.prev { -webkit-transform: rotate(180deg); transform: rotate(180deg); margin-bottom: 10px; } #vertical-nav a.inactive { visibility: hidden; opacity: 0; -webkit-transition: opacity .2s 0s, visibility 0s .2s; transition: opacity .2s 0s, visibility 0s .2s; } @media only screen and (min-width: 1200px) { #vertical-nav { display: block; } } .half.bg, #intro .container-fluid { background-position: center center; background-repeat: no-repeat; background-attachment: scroll; overflow: hidden; } /*********************************************** * Full screen video ***********************************************/ .video { position: absolute; left: 0; top: 0; width: 100%; height: 100% } .video iframe { position: absolute; z-index: 1; width: 100%; height: 100%; } /*********************************************** * Sections ***********************************************/ .section .header { width: 100%; padding: 50px; } .section-header { margin: 30px 0; } .section-title { position: relative; display: inline-block; } .section-title:after { content: ''; position: absolute; bottom: -20px; left: 0; width: 70px; height: 4px; background: #000; opacity: 0.6; } .section-subtitle { color: #808080; font-style: italic; font-size: 18px; } /*********************************************** * Slideshows ***********************************************/ #intro-slides { padding: 0; margin: 0; } #intro-slides img { opacity: 0.9; } /*********************************************** * Intro ***********************************************/ #intro { color: #fff; position: relative; } #intro .boxed { padding: 0; height: 100%; overflow: hidden; position: relative; } .header.intro { text-align: center; position: relative; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); z-index: 999; position: absolute; text-align: center; width: 100%; padding: 0; margin: 0; left: 0; } .content { display: inline-block; width: 100%; padding: 50px 20px; } @media (min-width: 768px) { .content { padding: 50px 40px; } } @media only screen and (min-width: 1200px) { .content { padding: 5px 90px; } } .header h1 { font-size: 3.4em; text-transform: uppercase; position: relative; } .header h1:before { left: -70px; } .header h1:after { right: -70px; } .header h2 { font-size: 1.3em; font-style: italic; } #intro .discover, #intro .discover:hover, #intro .discover:active { position: absolute; color: #ffffff; bottom: 20px; right: 0; left: 0; opacity: 0.8; font-size: 20px; text-align: center; z-index: 9; } #intro .discover:hover { opacity: 1; } #intro .discover:before { content: ''; position: absolute; top: -10px; left: 50%; margin-left: -30px; width: 60px; background: #fff; height: 1px; opacity: 0.6; } /*********************************************** * About ***********************************************/ h4.name { text-transform: uppercase; font-weight: 600; } /*********************************************** * Navbar ***********************************************/ .navbar-abel { background-color: transparent; border: none; } .navbar-abel .navbar-brand { color: #000; font-size: 24px; text-transform: uppercase; } .navbar-abel .navbar-brand:hover, .navbar-abel .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-abel .navbar-text { color: #777; } .navbar-abel .navbar-nav > li > a { color: #666; font-size: 13px; text-transform: uppercase; font-weight: 400; letter-spacing: 0.02em; } .navbar-abel .navbar-nav > li > a:hover, .navbar-abel .navbar-nav > li > a:focus { color: #C1C1C1; background-color: transparent; } .navbar-abel .navbar-nav > .active > a, .navbar-abel .navbar-nav > .active > a:hover, .navbar-abel .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-abel .navbar-nav > .disabled > a, .navbar-abel .navbar-nav > .disabled > a:hover, .navbar-abel .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; } .navbar-abel .navbar-toggle { border-color: #ddd; } .navbar-abel .navbar-toggle:hover, .navbar-abel .navbar-toggle:focus { background-color: #ddd; } .navbar-abel .navbar-toggle .icon-bar { background-color: #888; } .navbar-abel .navbar-collapse, .navbar-abel .navbar-form { border-color: #e7e7e7; } .navbar-abel .navbar-nav > .open > a, .navbar-abel .navbar-nav > .open > a:hover, .navbar-abel .navbar-nav > .open > a:focus { color: #555; background-color: #e7e7e7; } @media (max-width: 767px) { .navbar-abel .navbar-nav .open .dropdown-menu > li > a { color: #777; } .navbar-abel .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-abel .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; } .navbar-abel .navbar-nav .open .dropdown-menu > .active > a, .navbar-abel .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-abel .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-abel .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-abel .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-abel .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } } .navbar-abel .navbar-link { color: #777; } .navbar-abel .navbar-link:hover { color: #333; } .navbar-abel .btn-link { color: #777; } .navbar-abel .btn-link:hover, .navbar-abel .btn-link:focus { color: #333; } .navbar-abel .btn-link[disabled]:hover, fieldset[disabled] .navbar-abel .btn-link:hover, .navbar-abel .btn-link[disabled]:focus, fieldset[disabled] .navbar-abel .btn-link:focus { color: #ccc; } .navbar-nav { margin: 0; } .navbar-nav>li>a { padding-top: 25px; padding-bottom: 25px; -webkit-transition: all .2s ease; transition: all .2s ease; } .navbar-brand { padding: 25px 15px; -webkit-transition: all .2s ease; transition: all .2s ease; } .navbar-abel .navbar-nav > li > a, .navbar-abel .navbar-brand { display: none; } .navbar-abel.open .navbar-nav > li > a, .navbar-abel.open .navbar-brand { display: block; } .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left: 2px; } .navbar-abel.open { background: rgba(255, 255, 255, 0.9); border-bottom: 1px solid #f4f4f4; } .navbar-header { float: left; } .navbar-collapse.collapse { display: block!important; } .navbar-nav>li, .navbar-nav { float: left !important; } .navbar-nav.navbar-right:last-child { margin-right: -15px !important; } .navbar-right { float: right!important; } /*********************************************** * Hamburger menu ***********************************************/ #hamburger { width: 30px; height: 22px; position: relative; margin: 23px 17px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; } #hamburger span { display: block; position: absolute; height: 2px; width: 100%; border-radius: 0px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .15s ease-in-out; -moz-transition: .15s ease-in-out; -o-transition: .15s ease-in-out; transition: .15s ease-in-out; } #hamburger span { background: #000; } #hamburger.dark span, #hamburger.background--dark span { background: #fff; } #hamburger.open span { background: #000; } #hamburger span:nth-child(1) { top: 0px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; } #hamburger span:nth-child(2) { top: 9px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; } #hamburger span:nth-child(3) { top: 18px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; } #hamburger.open span:nth-child(1) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: -1px; left: 4px; } #hamburger.open span:nth-child(2) { width: 0%; opacity: 0; } #hamburger.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 19px; left: 4px; } /*********************************************** * Google maps ***********************************************/ .map-container { width: 100%; height: 100%; min-height: 400px; } #maps { width: 100%; height: 100%; min-height: 400px; } /*********************************************** * Image zoom ***********************************************/ .zoom { position: absolute; bottom: 20px; right: 20px; width: 30px; height: 30px; background: rgba(255, 255, 255, 0.8); color: #333; z-index: 999; font-size: 15px; padding: 5px 9px; -webkit-transition: all 300ms linear; transition: all 300ms linear; cursor: pointer; } .zoom:hover { cursor: pointer; background: rgba(255, 255, 255, 1); } figure img { cursor: zoom-out; } /*********************************************** * Landing ***********************************************/ #header.landing { background: red; margin: 0; color: #fff; text-align: center; background: #fff; overflow: hidden; height: 320px; } #header.landing #intro-slides { height: 320px; } #header.landing .header { display: inline-block; margin: 78px auto; overflow: hidden; position: absolute; z-index: 9; width: 100%; top: 0; left: 0; } #header.landing h2 { font-size: 18px; font-style: italic; } #layouts.landing { padding-top: 80px; padding-bottom: 50px; background: #fff; } #layouts.landing a.layout { text-align: center; margin-bottom: 30px; color: #000; text-decoration: none; display: inline-block; } #layouts.landing .image { overflow: hidden; } #layouts.landing a.layout .image img { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } #layouts.landing a.layout:hover .image img { -webkit-transform:scale(1.15); -moz-transform:scale(1.15); -ms-transform:scale(1.15); -o-transform:scale(1.15); transform:scale(1.15); } #layouts.landing h3 { font-size: 20px; text-transform: uppercase; font-weight: 400; margin: 6px auto; } #layouts.landing h3 small { display: block; margin: 8px; } /*********************************************** * Portfolio ***********************************************/ .item { position: relative; margin: 12px auto; cursor: pointer; } .item .caption { position: absolute; opacity: 0; top: 0; left: 0; width: 100%; height: 100%; background: rgb(0, 0, 0); z-index: 1; color: #fff; padding: 20px; text-transform: uppercase; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .item:hover .caption { opacity: 0.85; } .item .caption .inner { position: relative; top: 0%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; } .item:hover .caption .inner { top: 50%; } .item .caption h3 { margin-top: 0; } .item .caption span { color: #D3D3D3; } /*********************************************** * Rain effect ***********************************************/ #rain { width: 100%; height: 100%; } /*********************************************** * Snow effect ***********************************************/ #snow { position:absolute; top:0; left:0 } /*********************************************** * Components ***********************************************/ #components { background: #F7F7F7; } .block { background: #fff; padding: 20px; margin: 8px auto; -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.03); -moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.03); box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.03); } #components h1 { margin-top: 50px; }
134c3b3/html/classv8_1_1StartupData-members.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v4.4.6: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v4.4.6 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#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="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1StartupData.html">StartupData</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::StartupData Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1StartupData.html">v8::StartupData</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>data</b> (defined in <a class="el" href="classv8_1_1StartupData.html">v8::StartupData</a>)</td><td class="entry"><a class="el" href="classv8_1_1StartupData.html">v8::StartupData</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>raw_size</b> (defined in <a class="el" href="classv8_1_1StartupData.html">v8::StartupData</a>)</td><td class="entry"><a class="el" href="classv8_1_1StartupData.html">v8::StartupData</a></td><td class="entry"></td></tr> </table></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.9.1 </small></address> </body> </html>
jtaylor/1/jt-a-short-account-of-the-murders-1.html
dhh1128/tsauthor
<html><body> A short account of the murders, robberies, burnings, thefts, and other outrages committed by the mob and militia of the state of Missouri, upon the Latter Day Saints. The persecutions they have endured for their Religion, and the Banishment from that State by the authorities thereof. As many reports have been put in circulation relative to the circumstances that have taken place in Missouri, concerning the persecutions of the Mormons, (so called,) and as the public are unable to arrive at any just conclusions relative to the events that have taken place, I thought it best to lay this short account before the world, as I was an eye and an ear witness to most of the things mentioned in this account. And what I did not witness, I have documentary evidence or testimony that could not be impeached from those that did see and hear. It is almost unnecessary for me to state those circumstances have been to us, of a very painful nature, and calculated to harrow up every feeling of the soul. That every possible means have been made use of, in order to misrepresent us as a people, calumniate our characters, rob us of our rights as citizens, take away our liberty of conscience, and deprive us of all those privileges for which our fathers bled. For this, ingenuity has been put to the rack, and calumny has spun its last thread. The difficulties under which our people have labored ever since their settlement in Jackson county, in Missouri, have been nothing more nor less than religious persecutions; for had our people violated the law, that jealousy with which they have been watched, would not have been backward in accusing the aggressors; nor would the power have been wanting to execute the law as constables and lawyers, priests and magistrates, civilians and officers have been arrayed against us, in a great measure from that time to the present, and had it been otherwise, there was no need of their declaring their determination, as expressed in one of their resolutions in Jackson county, to "..." And the very fact of our people being dispossessed of their lands in Jackson county, and not now being allowed to inherit them, is a standing monument of our wrongs, and a circumstance that would make every true republican to blush. That principle of intolerance and religious bigotry has followed us, from that time to this, and has grown with our growth, until it has ended in the authorities of the State being arrayed against us. Relative to the difficulties that have recently transpired, the first commencement of them was at Gallitin, in Davies county, where a number of our brethren were assembled in order to exercise their elective franchise. They were struck at and insulted by a number of men who seemed determined to deprive them of that privilege which our Constitution guarantees to every free citizen. Indignant at such treatment, they would not thus be repelled, but stood up in the defence of their rights, when an affray took place, which ended in two or three being wounded on each side. This excitement it would appear was raised chiefly by an inflammatory speech being delivered by Wm. Pendleton, one of the candidates. A report came to Far West, that several of our brethren were wounded, and that two were killed, and that our adversaries would not allow their bodies to be buried. Upon which a number of our brethren repaired to Davies county for the purpose of ascertaining the facts of the case; not in a large body as has been reported, but in small companies of three or four each, at their own discretion, and not at the command of Joseph Smith Jr. But as many in this place had friends there, they felt anxious for their welfare, and repaired to the place in order to satisfy themselves as to the truth of the matter. </body></html>
website/_layouts/default.html
obt/bomberjs
<!DOCTYPE html> <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>{% if page.title %}{{ page.title }} &mdash; {% endif %}Bomber: a node.js javascript web framework</title> <link href="{% mtimeinget /assets/favicon.png %}" rel="icon" /> <link rel="stylesheet" type="text/css" href="{% mtimeinget /assets/style.css %}" /> <!--[if IE]><script type="text/javascript" src="{% mtimeinget /assets/ie_html5_fix.js %}"></script><![endif]--> </head> <body> <header id="top"> <h1> <a href="/" title="The homepage for bomber.obtdev.com" id="home-link">Bomber</a> </h1> <h2>A <a href="http://nodejs.org/">node.js</a> javascript web framework</h2> </header> <nav id="main"> <ul> <li><a href="/">Introduction</a></li> <li><a href="/docs/">Documentation</a></li> {% if page.doc_nav %} <li> <ul> <li><a href="/docs/action.html">Action</a></li> <li><a href="/docs/request.html">Request</a></li> <li><a href="/docs/response.html">Response</a></li> <li><a href="/docs/router.html">Router</a></li> <li><a href="/docs/server.html">Server</a></li> </ul> </li> {% endif %} </ul> </nav> {{ content }} {% include analytics.txt %} </body> </html>
examples/reactExample/index.html
b6pzeusbc54tvhw5jgpyw8pwz2x6gs/animation-uc
<!DOCTYPE html> <html> <head> <title>react example</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> <script type="text/javascript" src="bundle.js"></script> </body> </html>
_posts/2008-08-26-almost-through.html
iancw/iancw.github.io
--- layout: post status: publish published: true title: Almost through... author: display_name: ian login: ian email: icwill@gmail.com url: http://iancwill.com/blog author_login: ian author_email: icwill@gmail.com author_url: http://iancwill.com/blog wordpress_id: 22 wordpress_url: http://iancwill.com/blog/?p=22 date: '2008-08-26 13:56:00 -0600' date_gmt: '2008-08-26 13:56:00 -0600' --- <p><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_RGOf-1jopDU/SLQLzMLoypI/AAAAAAAABwY/QbUT422FUEM/s400/019.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5238825240609999506" /></p> <p>The past few days have been filled primarily with beachy pursuits. Windsurfing as been the top draw, but today will hopefully be spent lounging in the sand, applying sunblock, and finishing Huck's adventures. There was a good breeze yesterday and I was able to get the board to plane a little. I also fell a lot more frequently than Sunday. <br /> Here's the low down on nerdy vacation activities. I found this video series (http://www.dimensions-math.org/) about how we can visualize a fourth dimension and watched the first few episodes yesterday morning (to the amusement of my family). I haven't quite managed to "see" the fourth dimension, but it's interesting nonetheless. Last night I worked out what I'm pretty sure is a solution to the first euler project problem (http://projecteuler.net/index.php?section=problems&id=1) in lisp, but I can't get it to run.</p> <p>***Warning, spoiler</p> <p>(defun is-divisible (x y)(eq (mod x y) 0))<br />(defun sum-multiples(x y z)<br />(+ <br /> (sum-multiples x y z) <br /> (cond<br /> ((is-divisible z x) z)<br /> ((is-divisible z y) z)<br /> (T 0))<br />))</p> <p>The error SLIME gives me is below. I don't see what slime has against x. It looks like a perfectly good variable to me.</p> <p>NIL: symbol X has no value<br /> [Condition of type SYSTEM::SIMPLE-UNBOUND-VARIABLE]</p> <p>And that's basically been as far as my vacation has advanced nerdom. I've got some photography in. I've been doing a series of shots of morning coffee. Sunday I brought my camera along in the kayak while my sister learned to windsurf. I made liberal use of the rapid-fire mode and got some good shots. I've put them on flikr (http://www.flickr.com/photos/8499931@N04/2796464444/in/photostream/), and imagine I'll upload them to picasaweb eventually. Flikr vs picasaweb. Dillemmas. I like the photostream idea and the social atmosphere that flikr has. But the unlimited restriction on the number of sets you can have and the general integration with maps and the picasa photo manager is a big plus for picasa. </p> <p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://farm4.static.flickr.com/3104/2795659629_6559dd592e.jpg?v=0"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px;" src="http://farm4.static.flickr.com/3104/2795659629_6559dd592e.jpg?v=0" border="0" alt="" /></a></p> <p>Beach time.</p>
base/cmake-3.7.2-Linux-x86_64/doc/cmake/html/policy/CMP0041.html
ontouchstart/emcc
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>CMP0041 &mdash; CMake 3.7.2 Documentation</title> <link rel="stylesheet" href="../_static/cmake.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '3.7.2', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <link rel="shortcut icon" href="../_static/cmake-favicon.ico"/> <link rel="top" title="CMake 3.7.2 Documentation" href="../index.html" /> <link rel="up" title="cmake-policies(7)" href="../manual/cmake-policies.7.html" /> <link rel="next" title="CMP0040" href="CMP0040.html" /> <link rel="prev" title="CMP0042" href="CMP0042.html" /> </head> <body role="document"> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="CMP0040.html" title="CMP0040" accesskey="N">next</a> |</li> <li class="right" > <a href="CMP0042.html" title="CMP0042" accesskey="P">previous</a> |</li> <li> <img src="../_static/cmake-logo-16.png" alt="" style="vertical-align: middle; margin-top: -2px" /> </li> <li> <a href="https://cmake.org/">CMake</a> &raquo; </li> <li> <a href="../index.html">3.7.2 Documentation</a> &raquo; </li> <li class="nav-item nav-item-1"><a href="../manual/cmake-policies.7.html" accesskey="U">cmake-policies(7)</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="cmp0041"> <span id="policy:CMP0041"></span><h1>CMP0041<a class="headerlink" href="#cmp0041" title="Permalink to this headline">¶</a></h1> <p>Error on relative include with generator expression.</p> <p>Diagnostics in CMake 2.8.12 and lower silently ignored an entry in the <span class="target" id="index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES"></span><a class="reference internal" href="../prop_tgt/INTERFACE_INCLUDE_DIRECTORIES.html#prop_tgt:INTERFACE_INCLUDE_DIRECTORIES" title="INTERFACE_INCLUDE_DIRECTORIES"><code class="xref cmake cmake-prop_tgt docutils literal"><span class="pre">INTERFACE_INCLUDE_DIRECTORIES</span></code></a> of a target if it contained a generator expression at any position.</p> <p>The path entries in that target property should not be relative. High-level API should ensure that by adding either a source directory or a install directory prefix, as appropriate.</p> <p>As an additional diagnostic, the <span class="target" id="index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES"></span><a class="reference internal" href="../prop_tgt/INTERFACE_INCLUDE_DIRECTORIES.html#prop_tgt:INTERFACE_INCLUDE_DIRECTORIES" title="INTERFACE_INCLUDE_DIRECTORIES"><code class="xref cmake cmake-prop_tgt docutils literal"><span class="pre">INTERFACE_INCLUDE_DIRECTORIES</span></code></a> generated on an <span class="target" id="index-0-prop_tgt:IMPORTED"></span><a class="reference internal" href="../prop_tgt/IMPORTED.html#prop_tgt:IMPORTED" title="IMPORTED"><code class="xref cmake cmake-prop_tgt docutils literal"><span class="pre">IMPORTED</span></code></a> target for the install location should not contain paths in the source directory or the build directory.</p> <p>The OLD behavior for this policy is to ignore relative path entries if they contain a generator expression. The NEW behavior for this policy is to report an error if a generator expression appears in another location and the path is relative.</p> <p>This policy was introduced in CMake version 3.0. CMake version 3.7.2 warns when the policy is not set and uses OLD behavior. Use the cmake_policy command to set it to OLD or NEW explicitly.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">The <code class="docutils literal"><span class="pre">OLD</span></code> behavior of a policy is <span class="target" id="index-0-manual:cmake-policies(7)"></span><a class="reference internal" href="../manual/cmake-policies.7.html#manual:cmake-policies(7)" title="cmake-policies(7)"><code class="xref cmake cmake-manual docutils literal"><span class="pre">deprecated</span> <span class="pre">by</span> <span class="pre">definition</span></code></a> and may be removed in a future version of CMake.</p> </div> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="CMP0042.html" title="previous chapter">CMP0042</a></p> <h4>Next topic</h4> <p class="topless"><a href="CMP0040.html" title="next chapter">CMP0040</a></p> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/policy/CMP0041.txt" rel="nofollow">Show Source</a></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <form class="search" action="../search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="CMP0040.html" title="CMP0040" >next</a> |</li> <li class="right" > <a href="CMP0042.html" title="CMP0042" >previous</a> |</li> <li> <img src="../_static/cmake-logo-16.png" alt="" style="vertical-align: middle; margin-top: -2px" /> </li> <li> <a href="https://cmake.org/">CMake</a> &raquo; </li> <li> <a href="../index.html">3.7.2 Documentation</a> &raquo; </li> <li class="nav-item nav-item-1"><a href="../manual/cmake-policies.7.html" >cmake-policies(7)</a> &raquo;</li> </ul> </div> <div class="footer" role="contentinfo"> &copy; Copyright 2000-2016 Kitware, Inc. and Contributors. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4a0+. </div> </body> </html>
public/Windows 10 x64 (19042.610)/wil_FeatureStore.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (19042.610)</h4><br> <h2>wil_FeatureStore</h2> <font face="arial"> wil_FeatureStore_Machine = 0n0<br> wil_FeatureStore_User = 0n1<br> wil_FeatureStore_All = 0n2<br> </font></body></html>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/b37d02c91c473c7a6a138f3992072af9e77e0acd53c012c7828fbb1166fd3608.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="./2c8f1e93bc6ba26e53ab6e0a37a7aa2b896d744f81937d8baf17ebdc776c16e3.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>
test/index.html
alanjames1987/marilyn
<!DOCTYPE html> <html> <head> <title></title> <link rel="stylesheet" href="../bower_components/qunit/qunit/qunit.css" /> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <script src="../bower_components/node-uuid/uuid.js"></script> <script src="../bower_components/qunit/qunit/qunit.js"></script> <script src="../bower_components/underscore/underscore.js"></script> <script src="../lib/marilyn.js"></script> <script src="test.js"></script> </body> </html>
_ng1_docs/1.0.0-rc.1/interfaces/resolve.resolvableliteral.html
ui-router/ui-router.github.io
--- redirect_from: /docs/1.0.0-rc.1/interfaces/resolve.resolvableliteral.html --- <!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>ResolvableLiteral | angular-ui-router</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> <link rel="stylesheet" href="../assets/css/uirouter.css"> <script src="../assets/js/modernizr.js"></script> <script src="../assets/js/reset.js"></script> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">angular-ui-router</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <!-- <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> --> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Internal UI-Router API</label> <!-- <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> --> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../index.html">angular-ui-router</a> </li> <li> <a href="../modules/resolve.html">resolve</a> </li> <li> <a href="resolve.resolvableliteral.html">ResolvableLiteral</a> </li> </ul> <h1>Interface ResolvableLiteral</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-comment"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>A plain object used to describe a <a href="../classes/resolve.resolvable.html">Resolvable</a></p> </div> <p>These objects may be defined in <a href="state.statedeclaration.html#resolve">StateDeclaration.resolve</a> blocks to declare async data that the state or substates require.</p> </div> </section> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <span class="target">ResolvableLiteral</span> </li> </ul> </section> <section class="tsd-panel"> <h3>Implemented by</h3> <ul class="tsd-hierarchy"> <li><a href="../classes/resolve.resolvable.html" class="tsd-signature-type">Resolvable</a></li> </ul> </section> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section "> <h3>Properties</h3> <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="resolve.resolvableliteral.html#data" class="tsd-kind-icon">data</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="resolve.resolvableliteral.html#deps" class="tsd-kind-icon">deps</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="resolve.resolvableliteral.html#policy" class="tsd-kind-icon">policy</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="resolve.resolvableliteral.html#resolvefn" class="tsd-kind-icon">resolve<wbr>Fn</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="resolve.resolvableliteral.html#token" class="tsd-kind-icon">token</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Properties</h2> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="data" class="tsd-anchor"></a> <!-- <h3><span class="tsd-flag ts-flagOptional">Optional</span> data</h3> --> <div class="tsd-signature tsd-kind-icon">data<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span> <div class="tsd-header"> <p> Pre-resolved data. </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Pre-resolved data.</p> </div> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/48c5af6/src/resolve/interface.ts#L73">ui-router-core/src/resolve/interface.ts:73</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="deps" class="tsd-anchor"></a> <!-- <h3><span class="tsd-flag ts-flagOptional">Optional</span> deps</h3> --> <div class="tsd-signature tsd-kind-icon">deps<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span> <div class="tsd-header"> <p> The Dependency Injection tokens </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>The Dependency Injection tokens</p> </div> <p>This is an array of Dependency Injection tokens for the dependencies of the <a href="resolve.resolvableliteral.html#resolvefn">resolveFn</a>.</p> <p>The DI tokens are references to other <code>Resolvables</code>, or to other services from the native DI system.</p> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/48c5af6/src/resolve/interface.ts#L70">ui-router-core/src/resolve/interface.ts:70</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="policy" class="tsd-anchor"></a> <!-- <h3><span class="tsd-flag ts-flagOptional">Optional</span> policy</h3> --> <div class="tsd-signature tsd-kind-icon">policy<span class="tsd-signature-symbol">:</span> <a href="resolve.resolvepolicy.html" class="tsd-signature-type">ResolvePolicy</a> <div class="tsd-header"> <p> Defines the Resolve Policy </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Defines the Resolve Policy</p> </div> <p>A policy that defines when to invoke the resolve, and whether to wait for async and unwrap the data</p> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/48c5af6/src/resolve/interface.ts#L60">ui-router-core/src/resolve/interface.ts:60</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="resolvefn" class="tsd-anchor"></a> <!-- <h3>resolve<wbr>Fn</h3> --> <div class="tsd-signature tsd-kind-icon">resolve<wbr>Fn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Function</span> <div class="tsd-header"> <p> A function which fetches the Resolvable&#39;s data </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>A function which fetches the Resolvable&#39;s data</p> </div> <p>A function which returns one of:</p> <ul> <li>The resolved value (synchronously)</li> <li>A promise for the resolved value</li> <li>An Observable of the resolved value(s)</li> </ul> <p>This function will be provided the dependencies listed in <a href="resolve.resolvableliteral.html#deps">deps</a> as its arguments. The resolve system will asynchronously fetch the dependencies before invoking this function.</p> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/48c5af6/src/resolve/interface.ts#L52">ui-router-core/src/resolve/interface.ts:52</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="token" class="tsd-anchor"></a> <!-- <h3>token</h3> --> <div class="tsd-signature tsd-kind-icon">token<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span> <div class="tsd-header"> <p> A Dependency Injection token </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>A Dependency Injection token</p> </div> <p>This Resolvable&#39;s DI token. The Resolvable will be injectable elsewhere using the token.</p> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/48c5af6/src/resolve/interface.ts#L38">ui-router-core/src/resolve/interface.ts:38</a></li> </ul> </aside> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../index.html"><em>angular-<wbr>ui-<wbr>router</em></a> </li> <li class="label tsd-is-external"> <span>Public API</span> </li> <li class=" tsd-kind-external-module"> <a href="../modules/core.html">core</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/directives.html">directives</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/injectables.html">injectables</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/ng1.html">ng1</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/ng1_state_events.html">ng1_<wbr>state_<wbr>events</a> </li> <li class="current tsd-kind-external-module"> <a href="../modules/resolve.html">resolve</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/state.html">state</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/trace.html">trace</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/transition.html">transition</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/url.html">url</a> </li> <li class="label tsd-is-external"> <span>Internal UI-<wbr><wbr>Router API</span> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common.html">common</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_hof.html">common_<wbr>hof</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_predicates.html">common_<wbr>predicates</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_strings.html">common_<wbr>strings</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/hooks.html">hooks</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/params.html">params</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/path.html">path</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/view.html">view</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-class tsd-parent-kind-external-module"> <a href="../classes/resolve.resolvable.html" class="tsd-kind-icon">Resolvable</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="../classes/resolve.resolvecontext.html" class="tsd-kind-icon">Resolve<wbr>Context</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="../classes/resolve.uiinjectorimpl.html" class="tsd-kind-icon">UIInjector<wbr>Impl</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="resolve.providerlike.html" class="tsd-kind-icon">Provider<wbr>Like</a> </li> </ul> <ul class="current"> <li class="current tsd-kind-interface tsd-parent-kind-external-module"> <a href="resolve.resolvableliteral.html" class="tsd-kind-icon">Resolvable<wbr>Literal</a> <ul> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="resolve.resolvableliteral.html#data" class="tsd-kind-icon">data</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="resolve.resolvableliteral.html#deps" class="tsd-kind-icon">deps</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="resolve.resolvableliteral.html#policy" class="tsd-kind-icon">policy</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="resolve.resolvableliteral.html#resolvefn" class="tsd-kind-icon">resolve<wbr>Fn</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="resolve.resolvableliteral.html#token" class="tsd-kind-icon">token</a> </li> </ul> </li> </ul> <ul class="after-current"> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="resolve.resolvepolicy.html" class="tsd-kind-icon">Resolve<wbr>Policy</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="../modules/resolve.html#policyasync" class="tsd-kind-icon">Policy<wbr>Async</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="../modules/resolve.html#policywhen" class="tsd-kind-icon">Policy<wbr>When</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="../modules/resolve.html#all_whens" class="tsd-kind-icon">ALL_<wbr>WHENS</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="../modules/resolve.html#eager_whens" class="tsd-kind-icon">EAGER_<wbr>WHENS</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/resolve.html#native_injector_token" class="tsd-kind-icon">NATIVE_<wbr>INJECTOR_<wbr>TOKEN</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="../modules/resolve.html#when" class="tsd-kind-icon">when</a> </li> <li class=" tsd-kind-object-literal tsd-parent-kind-external-module"> <a href="../modules/resolve.html#defaultresolvepolicy" class="tsd-kind-icon">default<wbr>Resolve<wbr>Policy</a> </li> <li class=" tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/resolve.html#resolvepolicies" class="tsd-kind-icon">resolve<wbr>Policies</a> </li> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>
d3/barchart/barchart.html
jacobm001/independence_water
<!DOCTYPE html> <meta charset="utf-8"> <style> .bar { fill: steelblue; } .bar:hover { fill: brown; } .axis { font: 10px sans-serif; } .axis path, .axis line { fill: none; stroke: #000; shape-rendering: crispEdges; } .x.axis path { display: none; } </style> <body> <script src="../d3.min.js"></script> <script src="barchart.js" language="JavaScript"></script> </body> </html>
lucene/lib/lucene-4.6.1/docs/queryparser/org/apache/lucene/queryparser/flexible/core/nodes/class-use/PathQueryNode.html
OrlandoLee/ForYou
<!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.6.0_27) on Thu Jan 23 20:13:25 EST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode (Lucene 4.6.1 API)</title> <meta name="date" content="2014-01-23"> <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode (Lucene 4.6.1 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/apache/lucene/queryparser/flexible/core/nodes/PathQueryNode.html" title="class in org.apache.lucene.queryparser.flexible.core.nodes">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/apache/lucene/queryparser/flexible/core/nodes//class-usePathQueryNode.html" target="_top">FRAMES</a></li> <li><a href="PathQueryNode.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode" class="title">Uses of Class<br>org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode</h2> </div> <div class="classUseContainer">No usage of org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/apache/lucene/queryparser/flexible/core/nodes/PathQueryNode.html" title="class in org.apache.lucene.queryparser.flexible.core.nodes">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/apache/lucene/queryparser/flexible/core/nodes//class-usePathQueryNode.html" target="_top">FRAMES</a></li> <li><a href="PathQueryNode.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2014 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
onPhpServer/widget/picDisplayCover.html
ljq2278/mbPageBuilder
<div> <img style="width:100%" data-order="<!--[dataOrderFile]-->" src=""> <a href="#myModalDetail" class="btn btn-link"><span data-order="<!--[dataOrderText]-->"></span></a> </div>
SlackerReferenceApp/www/templates/post.html
InternationalMixMob/CSCI-E-71_IMM_Slacker_Ref_App
<ion-view view-title="Post Message" name="post-message" ng-controller="PostCtrl"> <ion-content> <div class="list"> <label class="item item-input"> <textarea ng-model="data.message" placeholder="Text to post"></textarea> </label> <br> <br> <label class="item item-input"> <textarea ng-model="data.response" ng-bind="response" placeholder="Response"></textarea> </label> <button class="button button-block button-stable" ng-click="resetMessage(data)">Reset</button> <button class="button button-block button-stable" ng-click="postMessage(data)">Post</button> </div> </ion-content> </ion-view>
app/index.html
Kyotsuke/atom_attack_leap
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title> Atom Attack </title> <link rel="stylesheet" href="css/bootstrap.css"/> <link rel="stylesheet" type="text/css" href="css/Atom-Attack.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script src="scripts/menu.js"></script> </head> <body> <!-- ouverture du container --> <div class="container"> <div class="row"> <!-- ouverture du row --> <div class="col-md-12 titre"> <img src="img/titre_8.png"> </div> <!-- fin div col --> </div><!-- fin du row --> <div class="row "> <!-- ouverture du row --> <div class="col-md-12 jouer"> <a href="/game.html" id="btn2"><img class="btn" src="img/Jouer.png"></a> </div> <!-- fin div col --> </div><!-- fin du row --> <div class="row "> <!-- ouverture du row --> <div class="col-md-12 credit"> <a href="Credits.html" id="btn3"><img class="btn3" src="img/Crédits.png"></a> </div> <!-- fin div col --> </div><!-- fin du row --> </div> <!-- fin du container --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> </body> </html>
04.CSSPreprocessors/ForumPost/Style.css
Maskln/CSS
.clearfix, body header div#header-container, body header nav ul { zoom: 1; } body { margin: 0; padding: 0; border: 0; display: block; font: 14px normal Arial; color: white; background-image: url("Pic.png"); background-size: contain; } body header { padding-top: 25px; padding-bottom: 5px; padding-right: 15px; padding-left: 15px; } body header nav { zoom: 1; display: inline-block; width: 75%; margin: 20px 20px 20px 20px; padding: 12px; border: 2px solid rgba(0, 0, 0, 0.4); border-radius: 15px; } body header nav ul li { float: left; margin: 0; } body header nav ul li ul.sub-nav-list { zoom: 1; position: absolute; display: none; background-color: rgba(179, 94, 243, 0.9); border-radius: 5px; } body header nav ul li a { text-decoration: none; padding: 0 10px 0 10px; color: white; font: 1.4em normal Arial; } body header nav ul li a.selected { font-weight: bold; } body header nav ul li ul li { float: none; margin: 0 15px; padding: 10px 0; border-bottom: 1px solid black; } body header nav ul li ul li > a { font-size: 1.2em; color: #ffffff; } body header nav ul li ul li:last-of-type { border-bottom: none; } body header nav ul li:hover > a { text-decoration: underline; color: #a8a8a8; } body header nav ul li:hover > a + ul { display: block; } body header nav ul.nav-list { list-style-type: none; } body header div#header-container div#logo-container { float: left; position: relative; } body header div#header-container div#reg-form-container { float: right; position: relative; right: 5%; top: 50%; } body header div#header-container div#reg-form-container div { text-align: right; } body header div#header-container div#reg-form-container div label { width: 50px; margin: 5px; } body header div#header-container div#reg-form-container div input { width: 130px; border: 1px solid #603382; border-radius: 10px; padding: 2px 5px; margin: 5px; background-color: #b35ef3; } body header div#header-container div#reg-form-container button { margin-left: auto; margin-right: auto; font-weight: bold; border: 1px solid #603382; background-color: #b35ef3; background-color: transparent; border-top-color: #c0afce; border-left-color: #c0afce; border-style: outset; border-radius: 10px; padding: 5px 8px; color: #f8f5fd; } body header div#header-container div#reg-form-container button:hover { background-color: #8949b9; border-style: inset; } body section { zoom: 1; width: 75%; float: left; color: #f3effe; } body section article { margin: 20px; padding: 20px; border: 2px solid rgba(0, 0, 0, 0.4); border-radius: 15px; } body section article header { background: none; padding: 5px; } body section article header h1 { font-size: 1.4em; padding: 0; } body section article footer { padding: 5px; } body section article footer p { font-size: 16px; text-align: right; font-weight: normal; } body section article footer p time { font-family: Consolas, 'Lucida Console', 'DejaVu Sans Mono', monospace; } body section article footer p a { text-decoration: none; color: #be69f5; } body section article footer p a:hover { text-decoration: underline; } body aside { zoom: 1; float: left; width: 20%; margin: 20px; } body aside > ul { list-style-type: none; } body aside > ul > li { margin: 15px 0; padding: 15px; border: 2px solid rgba(0, 0, 0, 0.4); border-radius: 5px; } body aside > ul > li h2 { font-size: 1.1em; font-weight: bold; } body aside > ul > li p { margin-top: 10px; margin-right: 5px; margin-bottom: 10px; margin-left: 5px; font-size: 14px; } body aside > ul > li p a { color: #aaaaaa; text-decoration: none; } body aside > ul > li p strong { color: #cccccc; font-weight: bold; font-style: normal; } body aside > ul > li p em { color: #cccccc; font-weight: normal; font-style: italic; } body aside > ul > li ul { list-style-type: none; margin-top: 10px; margin-right: 0; margin-bottom: 10px; margin-left: 0px; } body aside > ul > li ul li { margin-top: 5px; margin-left: 10px; margin-bottom: 0px; margin-right: 0px; background: url(images/li-dot.png) no-repeat; background-position: 0 50%; padding-left: 25px; } body footer { text-align: center; clear: both; padding-top: 15px; padding-bottom: 25px; padding-right: 0px; padding-left: 0px; } body footer p { font-size: 1.2em; font-weight: bold; } .clearfix:after, body header div#header-container:after, body header nav:after, body header nav ul:after, body header nav ul li ul.sub-nav-list:after, body section:after, body aside:after { content: "\0020"; display: block; height: 0; overflow: hidden; clear: both; } .clearfix:before, body header div#header-container:before, body header nav:before, body header nav ul:before, body header nav ul li ul.sub-nav-list:before, body section:before, body aside:before { content: "\0020"; display: block; height: 0; overflow: hidden; } header, section, footer, article, h1, h3, h4, h5, h6, nav { margin: 0; padding: 0; border: 0; display: block; } h2, input, button, label, p, fieldset, ul, li, a, span, strong, em { margin: 0; padding: 0; border: 0; } div, aside { display: block; } /*# sourceMappingURL=Style.css.map */
_includes/comments.html
corphacks/corphacks.github.io
<p>&nbsp;</p> <div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES * * */ var disqus_shortname = 'corphacks'; /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
dist/css/orb.ui.css
orb-framework/orb.ui.js
.orb .querybuilder .querybuilder { padding: 10px; margin-top: 5px; border: 1px solid #ccc; border-radius: 4px; background: rgba(0, 0, 0, 0.02); } .orb .querybuilder .help { width: 100%; text-align: center; } .orb .querybuilder > .query-items > .query-item { margin: 5px; width: 100%; } .orb .querybuilder > .query-items > .query-item .editor-area { margin-left: 5px; margin-right: 5px; display: inline-block; } .orb .querybuilder > .query-items > .query-item .form-group { width: 100%; position: relative; } .orb .querybuilder > .query-items > .query-item .form-group .selector { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 100; border-radius: 4px; display: none; } .orb .querybuilder > .query-items > .query-item .form-group .selector.selected { background: rgba(0, 255, 0, 0.15); border: 1px dashed green; } .orb .querybuilder > .query-items > .query-item .form-group .selector:hover { background: rgba(0, 0, 255, 0.15); border: 1px dashed blue; } .orb .querybuilder > .query-items > .query-item .switch-btn-group { width: 120px; } .orb .querybuilder > .query-items > .query-item .switch-btn-group .action-btn { width: 50%; } .orb .querybuilder > .query-items > .query-item:not(:first-child) > .form-group > .switch-btn-group .action-btn[data-action="switch"]:not(.selected) { display: none; } .orb .querybuilder > .query-items > .query-item:not(:first-child) > .form-group > .switch-btn-group .action-btn[data-action="switch"].selected { width: 100%; border-radius: 4px; } .orb.meta-pressed .querybuilder > .query-items > .query-item .form-group .selector, .orb.ctrl-pressed .querybuilder > .query-items > .query-item .form-group .selector { display: block; } .orb .orb-table { display: flex; flex-direction: column; align-self: stretch; } .orb .orb-table table { cellspacing: 0; } .orb .orb-table table th { font-size: 1em; } .orb .orb-table table tr { font-size: 0.8em; } .orb .orb-table .dataTables_scroll { padding: 0; border: 1px solid #ccc; } .orb .orb-table .dataTables_wrapper .row:nth-child(2) .col-sm-12 { padding: 0; overflow-x: auto; border: 1px solid #ccc; border-radius: 4px; }
About.html
USDRCG/usdrcg.github.io
--- layout: default --- <head> <title>About | USDRCG</title> </head> <section id="content-region-3" class="padding-40 page-tree-bg"> <div class="container"> <h3 class="page-tree-text"> About </h3> </div> </section><!--page-tree end here--> <div class="space-70"></div> <div class="container"> <div class="row"> <div class="col-md-12"> <h4 class="heading-mini">Mission</h4> <p> The University of South Dakota Research Computing Group is a multifaceted and dynamic organization. As a research computing group, our primary focus is to accelerate discovery by making science, engineering, and medicine more productive. We aim to do this through direct support of research projects, acquistition of funding and other resources to improve user experiences, and to provide educational opportunities for both current and potential users. </p> </div> </div> </div> <div class="space-20"></div> <div class="container"> <div class="row"> <div class="col-md-12"> <h4 class="heading-mini">Who We Are</h4> <p> The University of South Dakota Research Computing Group provides research computing services to the University of South Dakota academic community, as well as collaborators both nationally and internationally. We aim to provide the tools and resources that these users need to answer important research questions covering a vast array of subjects. </p> </div> </div> </div> <div class="space-20"></div> <div class="container"> <div class="row"> <div class="col-md-12"> <h4 class="heading-mini">What We Do</h4> <p> Our services include a comprehensive mixture of technical support for cyberinfrastructure and cluster computing resources, education, and research support for the academic user community. </p> </div> </div> </div> <!-- jQuery plugins. --> <script src="assets/js/plugins/plugins.js"></script> <script src="assets/js/app.js"></script>
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.5beta1/contrib:exceptions/dev/index.html
coq-bench/coq-bench.github.io-old
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../../..">Unstable</a></li> <li class="active"><a href="">8.5beta1 / contrib:exceptions dev</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="../../../../../about.html">About</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../../..">« Up</a> <h1>contrib:exceptions <small>dev</small></h1> <table class="table table-striped text-center"> <thead> <tr> <td>Date</td> <td>Time</td> <td>Relative</td> <td>Status</td> </tr> </thead> <tbody> <tr> <td>2015-01-29</td> <td>21:10:17</td> <td><script>document.write(moment("2015-01-29 21:10:17 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td> <td class="danger"><a href="2015-01-29_21-10-17.html">Error</a></td> </tr> <tr> <td>2015-01-28</td> <td>21:06:44</td> <td><script>document.write(moment("2015-01-28 21:06:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td> <td class="danger"><a href="2015-01-28_21-06-44.html">Error</a></td> </tr> </tbody> </table> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
app/content/texts/eng_web/C110.html
khangpng/VietnameseBible
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> <title>Corinthians 10 (WEB)</title> <link href="../../../build/mobile.css" rel="stylesheet" /> <script src="../../../build/mobile.js"></script> </head> <body dir="ltr" class="section-document"> <div class="header"><div class="nav"> <a class="name" href="C1.html">World English Bible</a><a class="location" href="C1.html">Corinthians 10</a><a class="prev" href="C19.html">&lt;</a> <a class="home" href="index.html">=</a> <a class="next" href="C111.html">&gt;</a> </div></div> <div class="section chapter C1 C110 eng_web eng " dir="ltr" lang="en" data-id="C110" data-nextid="C111" data-previd="C19"> <div class="c">10</div> <div class="p"> <span class="v-num v-1">1&nbsp;</span><span class="v C110_1" data-id="C110_1">Now I would not have you ignorant, brothers, that our fathers were all under the cloud, and all passed through the sea;</span> <span class="v-num v-2">2&nbsp;</span><span class="v C110_2" data-id="C110_2">and were all baptized into Moses in the cloud and in the sea;</span> <span class="v-num v-3">3&nbsp;</span><span class="v C110_3" data-id="C110_3">and all ate the same spiritual food;</span> <span class="v-num v-4">4&nbsp;</span><span class="v C110_4" data-id="C110_4">and all drank the same spiritual drink. For they drank of a spiritual rock that followed them, and the rock was Christ.</span> <span class="v-num v-5">5&nbsp;</span><span class="v C110_5" data-id="C110_5">However with most of them, God was not well pleased, for they were overthrown in the wilderness.</span> <span class="v-num v-6">6&nbsp;</span><span class="v C110_6" data-id="C110_6">Now these things were our examples, to the intent we should not lust after evil things, as they also lusted.</span> <span class="v-num v-7">7&nbsp;</span><span class="v C110_7" data-id="C110_7">Don’t be idolaters, as some of them were. As it is written, “The people sat down to eat and drink, and rose up to play.”<span class="cf"><span class="key">+</span><span class="text">Exodus 32:6</span></span> </span> <span class="v-num v-8">8&nbsp;</span><span class="v C110_8" data-id="C110_8">Let us not commit sexual immorality, as some of them committed, and in one day twenty-three thousand fell.</span> <span class="v-num v-9">9&nbsp;</span><span class="v C110_9" data-id="C110_9">Let us not test Christ,<span class="note" id="note-2"><a class="key" href="#footnote-2">+</a></span> as some of them tested, and perished by the serpents. </span> <span class="v-num v-10">10&nbsp;</span><span class="v C110_10" data-id="C110_10">Don’t grumble, as some of them also grumbled, and perished by the destroyer.</span> <span class="v-num v-11">11&nbsp;</span><span class="v C110_11" data-id="C110_11">Now all these things happened to them by way of example, and they were written for our admonition, on whom the ends of the ages have come. </span> <span class="v-num v-12">12&nbsp;</span><span class="v C110_12" data-id="C110_12">Therefore let him who thinks he stands be careful that he doesn’t fall.</span> </div> <div class="p"> <span class="v-num v-13">13&nbsp;</span><span class="v C110_13" data-id="C110_13">No temptation has taken you except what is common to man. God is faithful, who will not allow you to be tempted above what you are able, but will with the temptation also make the way of escape, that you may be able to endure it.</span> <span class="v-num v-14">14&nbsp;</span><span class="v C110_14" data-id="C110_14">Therefore, my beloved, flee from idolatry.</span> <span class="v-num v-15">15&nbsp;</span><span class="v C110_15" data-id="C110_15">I speak as to wise men. Judge what I say.</span> <span class="v-num v-16">16&nbsp;</span><span class="v C110_16" data-id="C110_16">The cup of blessing which we bless, isn’t it a sharing of the blood of Christ? The bread which we break, isn’t it a sharing of the body of Christ? </span> <span class="v-num v-17">17&nbsp;</span><span class="v C110_17" data-id="C110_17">Because there is one loaf of bread, we, who are many, are one body; for we all partake of the one loaf of bread.</span> <span class="v-num v-18">18&nbsp;</span><span class="v C110_18" data-id="C110_18">Consider Israel according to the flesh. Don’t those who eat the sacrifices participate in the altar?</span> </div> <div class="p"> <span class="v-num v-19">19&nbsp;</span><span class="v C110_19" data-id="C110_19">What am I saying then? That a thing sacrificed to idols is anything, or that an idol is anything?</span> <span class="v-num v-20">20&nbsp;</span><span class="v C110_20" data-id="C110_20">But I say that the things which the Gentiles sacrifice, they sacrifice to demons, and not to God, and I don’t desire that you would have fellowship with demons. </span> <span class="v-num v-21">21&nbsp;</span><span class="v C110_21" data-id="C110_21">You can’t both drink the cup of the Lord and the cup of demons. You can’t both partake of the table of the Lord, and of the table of demons. </span> <span class="v-num v-22">22&nbsp;</span><span class="v C110_22" data-id="C110_22">Or do we provoke the Lord to jealousy? Are we stronger than he?</span> <span class="v-num v-23">23&nbsp;</span><span class="v C110_23" data-id="C110_23">“All things are lawful for me,” but not all things are profitable. “All things are lawful for me,” but not all things build up. </span> <span class="v-num v-24">24&nbsp;</span><span class="v C110_24" data-id="C110_24">Let no one seek his own, but each one his neighbor’s good.</span> <span class="v-num v-25">25&nbsp;</span><span class="v C110_25" data-id="C110_25">Whatever is sold in the butcher shop, eat, asking no question for the sake of conscience,</span> <span class="v-num v-26">26&nbsp;</span><span class="v C110_26" data-id="C110_26">for “the earth is the Lord’s, and its fullness.”<span class="cf"><span class="key">+</span><span class="text">Psalm 24:1</span></span> </span> <span class="v-num v-27">27&nbsp;</span><span class="v C110_27" data-id="C110_27">But if one of those who don’t believe invites you to a meal, and you are inclined to go, eat whatever is set before you, asking no questions for the sake of conscience. </span> <span class="v-num v-28">28&nbsp;</span><span class="v C110_28" data-id="C110_28">But if anyone says to you, “This was offered to idols,” don’t eat it for the sake of the one who told you, and for the sake of conscience. For “the earth is the Lord’s, and all its fullness.”</span> <span class="v-num v-29">29&nbsp;</span><span class="v C110_29" data-id="C110_29">Conscience, I say, not your own, but the other’s conscience. For why is my liberty judged by another conscience?</span> <span class="v-num v-30">30&nbsp;</span><span class="v C110_30" data-id="C110_30">If I partake with thankfulness, why am I denounced for that for which I give thanks?</span> <span class="v-num v-31">31&nbsp;</span><span class="v C110_31" data-id="C110_31">Whether therefore you eat, or drink, or whatever you do, do all to the glory of God.</span> <span class="v-num v-32">32&nbsp;</span><span class="v C110_32" data-id="C110_32">Give no occasion for stumbling, either to Jews, or to Greeks, or to the assembly of God;</span> <span class="v-num v-33">33&nbsp;</span><span class="v C110_33" data-id="C110_33">even as I also please all men in all things, not seeking my own profit, but the profit of the many, that they may be saved. </span> </div> </div> <div class="footnotes"> <span class="footnote" id="footnote-1"><span class="key">+</span><a class="backref" href="#note-1">1:10</a><span class="text">The word for “brothers” here and where context allows may also be correctly translated “brothers and sisters” or “siblings.”</span></span><span class="footnote" id="footnote-1"><span class="key">+</span><a class="backref" href="#note-1">7:3</a><span class="text">NU and TR have “what is owed her” instead of “the affection owed her”.</span></span><span class="footnote" id="footnote-1"><span class="key">+</span><a class="backref" href="#note-1">10:9</a><span class="text">NU reads “the Lord” instead of “Christ”.</span></span> </div> <div class="footer"><div class="nav"> <a class="prev" href="C19.html">&lt;</a> <a class="home" href="index.html">=</a> <a class="next" href="C111.html">&gt;</a> </div></div> </body> </html>
index.html
pl0xz0rz/baba-yaga
<!doctype HTML> <HTML> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-2" /> <title> Baba Yaga </title> <link rel="stylesheet" type="text/css" href="styl.css"> <script src="js/lib/require.js" data-main="js/main"></script> </head> <body id="obrazovka"> <!--TODO: Audio here--> <div id="resourcesdiv"> <img src="res/witch.png" id="witch"> <img src="res/tileset.png" id="tileset"> <img src="res/chickenhouse.png" id="chickenhouse"> <img src="res/zombie.png" id="zombie"> <img src="res/skull.png" id="skull"> <!-- Here be assets --> </div> <div id="hra" class="velkyobdlznik"> <div id="abovescreen"> </div> <canvas id="maincanvas" width="600" height="400"> </canvas> <!--Maybe change width and height--> </div> <div id="vyhra" class="velkyobdlznik"> <h2>Game over</h2> <div> You have died to the weapon you have killed with. </div> <img src="res/skull.png" id="skull"> <a class="button0" href="#">Play again?</a> <a href="#" class="muteButton">Mute</a> </div> <div id="prehra" class="velkyobdlznik"> <h2> Game over </h2> <div> The zombies got you.</div><br><br><br> <img src="res/zombie.png" id="zombie"> <a class="button0" href="#">Try again? </a> <a href="#" class="muteButton">Mute</a> </div> <div id="introMenu" class="velkyobdlznik"> <h1>Baba Yaga</h1> <div>It's raining zombies, can you survive?</div> <br><br><br><br> <a href="#" class="newgame"> Play </a> <a href="#" class="button2"> Instructions</a> <a href="#" class="muteButton">Mute</a> </div> <!-- I will make this look better--> <div id="settings" class="velkyobdlznik"> <h2>Instructions</h2> <div> Kill zombies before they kill you, but don't kill yourself instead.</div> <div> WASD or arrow keys to control the witch, mouse to control the skull.</div> <a href="#" class="buttonback">Back</a> <a href="#" class="muteButton">Mute</a> </div> </body> </HTML>
doc/java/jdk7/java/lang/ref/package-use.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 (version 1.6.0_18) on Thu Dec 18 17:18:43 PST 2014 --> <title>Uses of Package java.lang.ref (Java Platform SE 7 )</title> <meta name="date" content="2014-12-18"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package java.lang.ref (Java Platform SE 7 )"; } //--> </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</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;7</strong></em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?java/lang/ref/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package java.lang.ref" class="title">Uses of Package<br>java.lang.ref</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../java/lang/ref/package-summary.html">java.lang.ref</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#java.lang.ref">java.lang.ref</a></td> <td class="colLast"> <div class="block">Provides reference-object classes, which support a limited degree of interaction with the garbage collector.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="java.lang.ref"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../java/lang/ref/package-summary.html">java.lang.ref</a> used by <a href="../../../java/lang/ref/package-summary.html">java.lang.ref</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../java/lang/ref/class-use/Reference.html#java.lang.ref">Reference</a> <div class="block">Abstract base class for reference objects.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../java/lang/ref/class-use/ReferenceQueue.html#java.lang.ref">ReferenceQueue</a> <div class="block">Reference queues, to which registered reference objects are appended by the garbage collector after the appropriate reachability changes are detected.</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;7</strong></em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?java/lang/ref/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://docs.oracle.com/javase/7/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../legal/cpyr.html">Copyright</a> &#x00a9; 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p> </body> </html>
mysite/templates/post_list.html
guanquan94/orbis
{% extends "site_base.html" %} {% load i18n %} {% load bootstrap %} {% load pinax_ratings_tags %} {% block head_title %}Review{% endblock %} {% block body_class %}home{% endblock %} {% block body_base %} <div class='container'> <h1>Reviews</h1> <form method="GET" action=""> <input type="text" name="q" placeholder="Search Posts" value="{{ request.GET.q }}"/> <input type="submit" value="Search" /> <div class="pull-right"> {% if request.user.is_staff or request.user.is_superuser %} <a class='btn btn-default' href="{% url 'post_create' %}">Create</a> {% endif %} </div> </form> <br> {% for obj in object_list %} <div class="col-sm-6"> <div class="thumbnail"> {% if obj.image %} <img src="{{ obj.image.url }}" class='img-responsive' /> {% endif %} <div class="caption"> {% if obj.draft %} <h3> <span style="color:red"> Staff Only: Draft </span> </h3> {% endif %} {% if obj.publish > today %} <h3> <span style="color:red"> Staff Only: Future Post </span> </h3> {% endif %} <h3><a href='{{ obj.get_absolute_url }}'>{{ obj.title }}</a> <small>{{ obj.publish }}</small></h3> {% overall_rating obj as the_overall_rating %} <div class="overall_rating"><i class="fa fa-star-half-o"></i> Overall Ratings: {{ the_overall_rating }} / 5.0 <div class="pull-right"> <i class="fa fa-calendar"></i> Release Date: {{ obj.release_date }} </div> </div> {% if obj.user.get_full_name %} <p>Author: {{ obj.user.get_full_name }}</p> {% endif %} <br> <p>{{ obj.content|linebreaks|truncatechars:120 }}</p> <a href="{{ obj.get_absolute_url }}" class="btn btn-default" role="button">View</a> </div> </div> </div> {% endfor %} <div class="pagination"> <span class="step-links"> {% if object_list.has_previous %} <a href="?{{ page_request_var }}={{ object_list.previous_page_number }}{% if request.GET.q %}&q{{ request.GET.q }}{% endif %}">Previous</a> {% endif %} <span class="current"> Page {{ object_list.number }} of {{ object_list.paginator.num_pages }}. </span> {% if object_list.has_next %} <a href="?{{ page_request_var }}={{ object_list.next_page_number }}{% if request.GET.q %}&q{{ request.GET.q }}{% endif %}">Next</a> {% endif %} </span> </div> {% endblock %}
docs/_build/html/main.html
MeatWizard/CircusGladius
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Main &mdash; Circus Gladius 1 documentation</title> <link rel="stylesheet" href="_static/default.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: './', VERSION: '1', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <link rel="top" title="Circus Gladius 1 documentation" href="index.html" /> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> <li><a href="index.html">Circus Gladius 1 documentation</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="main"> <h1>Main<a class="headerlink" href="#main" title="Permalink to this headline">¶</a></h1> <p>This module is responsible for all the routing in the game. This is the file that the bottlepy server primarily draws from.</p> <span class="target" id="module-main"></span><dl class="function"> <dt id="main.armoury_item_summary"> <tt class="descclassname">main.</tt><tt class="descname">armoury_item_summary</tt><big>(</big><em>type</em>, <em>id</em><big>)</big><a class="headerlink" href="#main.armoury_item_summary" title="Permalink to this definition">¶</a></dt> <dd><p>This is where a specific item&#8217;s details is viewed from. From this page you can also equip a fighter with it.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>type</strong> (<em>string</em>) &#8211; The particular kind of Item. Can be Weapon or Armour.</li> <li><strong>id</strong> (<em>int</em>) &#8211; The unique number representing a specific Item.</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Example URL:</th><td class="field-body"><p class="first">/game/stable/armour/weapon/3</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Method:</th><td class="field-body"><p class="first last">GET</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.armoury_summary"> <tt class="descclassname">main.</tt><tt class="descname">armoury_summary</tt><big>(</big><big>)</big><a class="headerlink" href="#main.armoury_summary" title="Permalink to this definition">¶</a></dt> <dd><p>Lists all of the player&#8217;s owned armour and weapons.</p> </dd></dl> <dl class="function"> <dt id="main.buy_fighter"> <tt class="descclassname">main.</tt><tt class="descname">buy_fighter</tt><big>(</big><em>id</em><big>)</big><a class="headerlink" href="#main.buy_fighter" title="Permalink to this definition">¶</a></dt> <dd><p>Buys a Fighter for a player, presuming they have the funds.</p> </dd></dl> <dl class="function"> <dt id="main.buy_player_item"> <tt class="descclassname">main.</tt><tt class="descname">buy_player_item</tt><big>(</big><em>type</em>, <em>id</em><big>)</big><a class="headerlink" href="#main.buy_player_item" title="Permalink to this definition">¶</a></dt> <dd><p>Allows a player to purchase an item (providing they have the funds) and add it to their Armoury. Will set an appropriate flash message and redirect player depending on success or failure.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>type</strong> (<em>string</em>) &#8211; The type of item. Can be Weapon or Armour.</li> <li><strong>id</strong> (<em>int</em>) &#8211; The unique number representing a specific item.</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Example URL:</th><td class="field-body"><p class="first">/game/makets/buy_item/armour/12</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Method:</th><td class="field-body"><p class="first last">GET</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.enter_specific_fighter"> <tt class="descclassname">main.</tt><tt class="descname">enter_specific_fighter</tt><big>(</big><big>)</big><a class="headerlink" href="#main.enter_specific_fighter" title="Permalink to this definition">¶</a></dt> <dd><p>Enters a particular fighter in a particular match.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Example URL:</th><td class="field-body">/game/events/book</td> </tr> <tr class="field-even field"><th class="field-name">Method:</th><td class="field-body">POST</td> </tr> <tr class="field-odd field"><th class="field-name">Form data:</th><td class="field-body">fighter_id (int), match_id (int)</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.equip_item_to_fighter"> <tt class="descclassname">main.</tt><tt class="descname">equip_item_to_fighter</tt><big>(</big><em>fighter</em>, <em>type</em>, <em>id</em>, <em>location</em><big>)</big><a class="headerlink" href="#main.equip_item_to_fighter" title="Permalink to this definition">¶</a></dt> <dd><p>Equips a specific item to a specific player.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>fighter</strong> (<em>int</em>) &#8211; The number representing a specific Fighter.</li> <li><strong>type</strong> (<em>string</em>) &#8211; The kind of item. Can be Weapon or Armour</li> <li><strong>id</strong> (<em>int</em>) &#8211; The number representing a specific Item.</li> <li><strong>location</strong> (<em>string</em>) &#8211; The location to which the item is being equipped.</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Example URL:</th><td class="field-body"><p class="first">/game/stable/equip/2/armour/head</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Method:</th><td class="field-body"><p class="first last">GET</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.game_summary"> <tt class="descclassname">main.</tt><tt class="descname">game_summary</tt><big>(</big><big>)</big><a class="headerlink" href="#main.game_summary" title="Permalink to this definition">¶</a></dt> <dd><p>Loads the main game summary screen. Calls the CircusAPI.get_last_round_matches() and CircusAPI.get_player_school_info() functions.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Example URL:</th><td class="field-body">/game</td> </tr> <tr class="field-even field"><th class="field-name">Method:</th><td class="field-body">GET</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.get_flash_message"> <tt class="descclassname">main.</tt><tt class="descname">get_flash_message</tt><big>(</big><big>)</big><a class="headerlink" href="#main.get_flash_message" title="Permalink to this definition">¶</a></dt> <dd><p>Retrieves the current flash message and deletes it from the top of the queue.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameter:</th><td class="field-body">None</td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">String</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.get_static_content"> <tt class="descclassname">main.</tt><tt class="descname">get_static_content</tt><big>(</big><em>filepath</em><big>)</big><a class="headerlink" href="#main.get_static_content" title="Permalink to this definition">¶</a></dt> <dd><p>A housekeeping route for the purpose of telling the server where to serve static content - images, Javascript, CSS - from.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>filepath</strong> (<em>String</em>) &#8211; Relative filepath to the static content.</td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">URL to the content.</td> </tr> <tr class="field-odd field"><th class="field-name">Example URL:</th><td class="field-body">/css/main.css</td> </tr> <tr class="field-even field"><th class="field-name">Method:</th><td class="field-body">GET</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.markets_summary"> <tt class="descclassname">main.</tt><tt class="descname">markets_summary</tt><big>(</big><big>)</big><a class="headerlink" href="#main.markets_summary" title="Permalink to this definition">¶</a></dt> <dd><p>Generates a page that lists all available Markets.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Example URL:</th><td class="field-body">/game/markets</td> </tr> <tr class="field-even field"><th class="field-name">Method:</th><td class="field-body">GET</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.process_all_training"> <tt class="descclassname">main.</tt><tt class="descname">process_all_training</tt><big>(</big><big>)</big><a class="headerlink" href="#main.process_all_training" title="Permalink to this definition">¶</a></dt> <dd><p>Trigger for setting a universal training schedule.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Example URL:</th><td class="field-body">/game/training/all_training</td> </tr> <tr class="field-even field"><th class="field-name">Method:</th><td class="field-body">POST</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.set_flash_message"> <tt class="descclassname">main.</tt><tt class="descname">set_flash_message</tt><big>(</big><em>new_flash_message</em><big>)</big><a class="headerlink" href="#main.set_flash_message" title="Permalink to this definition">¶</a></dt> <dd><p>Sets the flash message. A flash message is a message that sits in a queue (a standard Python list) and is returned / deleted when &#8216;flashed&#8217;.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>new_flash_message</strong> (<em>String</em>) &#8211; A string representing the intended flash message.</td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">None</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.specific_market_summary"> <tt class="descclassname">main.</tt><tt class="descname">specific_market_summary</tt><big>(</big><em>id</em><big>)</big><a class="headerlink" href="#main.specific_market_summary" title="Permalink to this definition">¶</a></dt> <dd><p>Displays the contents of a particular Market, allowing the player to purchase those items (Fighters or Items)</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>id</strong> (<em>int</em>) &#8211; The number representing a specific Market.</td> </tr> <tr class="field-even field"><th class="field-name">Example URL:</th><td class="field-body">/game/markets/2</td> </tr> <tr class="field-odd field"><th class="field-name">Method:</th><td class="field-body">GET</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.specific_stable_member_summary"> <tt class="descclassname">main.</tt><tt class="descname">specific_stable_member_summary</tt><big>(</big><em>id</em><big>)</big><a class="headerlink" href="#main.specific_stable_member_summary" title="Permalink to this definition">¶</a></dt> <dd><p>Allows the player to view a particular Fighter&#8217;s stats and details.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>id</strong> (<em>int</em>) &#8211; The unique number representing a specific Fighter.</td> </tr> <tr class="field-even field"><th class="field-name">Example URL:</th><td class="field-body">/game/stable/3</td> </tr> <tr class="field-odd field"><th class="field-name">Method:</th><td class="field-body">GET</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.stable_summary"> <tt class="descclassname">main.</tt><tt class="descname">stable_summary</tt><big>(</big><big>)</big><a class="headerlink" href="#main.stable_summary" title="Permalink to this definition">¶</a></dt> <dd><p>Allows a player to view their purchased Fighters and various sub-menus.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Example URL:</th><td class="field-body">/game/stable</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.start_new_game"> <tt class="descclassname">main.</tt><tt class="descname">start_new_game</tt><big>(</big><big>)</big><a class="headerlink" href="#main.start_new_game" title="Permalink to this definition">¶</a></dt> <dd><p>Takes the info from new_game_screen() and uses it to, well, start a new game.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Method:</th><td class="field-body"><p class="first">POST</p> </td> </tr> <tr class="field-even field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>school_name</strong> (<em>String</em>) &#8211; The name of the School.</li> <li><strong>school_motto</strong> (<em>String</em>) &#8211; The motto of the School.</li> </ul> </td> </tr> <tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">Redirect (&#8216;/game&#8217;)</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.training_summary"> <tt class="descclassname">main.</tt><tt class="descname">training_summary</tt><big>(</big><big>)</big><a class="headerlink" href="#main.training_summary" title="Permalink to this definition">¶</a></dt> <dd><p>Allows a player to view their training schedule.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Example URL:</th><td class="field-body">/game/training</td> </tr> <tr class="field-even field"><th class="field-name">Method:</th><td class="field-body">GET</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.unequip_item"> <tt class="descclassname">main.</tt><tt class="descname">unequip_item</tt><big>(</big><em>type</em>, <em>id</em><big>)</big><a class="headerlink" href="#main.unequip_item" title="Permalink to this definition">¶</a></dt> <dd><p>Unequips an item.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>type</strong> (<em>string</em>) &#8211; The type of Item. Can be Weapon or Armour.</li> <li><strong>id</strong> (<em>int</em>) &#8211; The unique number representing a specific Item.</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Example URL:</th><td class="field-body"><p class="first">/game/stable/unequip/armour/3</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Method:</th><td class="field-body"><p class="first last">GET</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.view_events"> <tt class="descclassname">main.</tt><tt class="descname">view_events</tt><big>(</big><big>)</big><a class="headerlink" href="#main.view_events" title="Permalink to this definition">¶</a></dt> <dd><p>Allows a player to view available events.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Example URL:</th><td class="field-body">/game/events</td> </tr> <tr class="field-even field"><th class="field-name">Method:</th><td class="field-body">GET</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.view_item"> <tt class="descclassname">main.</tt><tt class="descname">view_item</tt><big>(</big><em>type</em>, <em>id</em><big>)</big><a class="headerlink" href="#main.view_item" title="Permalink to this definition">¶</a></dt> <dd><p>View specific details about a paritcular item.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>type</strong> (<em>string</em>) &#8211; The type of item. Can be Weapon or Armour.</li> <li><strong>id</strong> (<em>int</em>) &#8211; The unique number representing a specific item.</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Example URL:</th><td class="field-body"><p class="first">/game/item/weapon/32</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Method:</th><td class="field-body"><p class="first last">GET</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.view_previous_matches"> <tt class="descclassname">main.</tt><tt class="descname">view_previous_matches</tt><big>(</big><em>id</em><big>)</big><a class="headerlink" href="#main.view_previous_matches" title="Permalink to this definition">¶</a></dt> <dd><p>Allows a player to view the matches of a previous round.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>id</strong> (<em>int</em>) &#8211; I can&#8217;t remember???</td> </tr> <tr class="field-even field"><th class="field-name">Example URL:</th><td class="field-body">/game/events/all_previous/3</td> </tr> <tr class="field-odd field"><th class="field-name">Method:</th><td class="field-body">GET</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.view_previous_rounds"> <tt class="descclassname">main.</tt><tt class="descname">view_previous_rounds</tt><big>(</big><big>)</big><a class="headerlink" href="#main.view_previous_rounds" title="Permalink to this definition">¶</a></dt> <dd><p>Allows a player to view all the previous rounds.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Example URL:</th><td class="field-body">/game/events/all_previous</td> </tr> <tr class="field-even field"><th class="field-name">Method:</th><td class="field-body">GET:</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.view_specific_event"> <tt class="descclassname">main.</tt><tt class="descname">view_specific_event</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#main.view_specific_event" title="Permalink to this definition">¶</a></dt> <dd><p>Lists all the matches in an event and allows you to enter Fighters in them.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>event</strong> (<em>int</em>) &#8211; The unique number for a specific event.</td> </tr> <tr class="field-even field"><th class="field-name">Example URL:</th><td class="field-body">/game/events/3</td> </tr> <tr class="field-odd field"><th class="field-name">Method:</th><td class="field-body">GET</td> </tr> </tbody> </table> </dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="_sources/main.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> <li><a href="index.html">Circus Gladius 1 documentation</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; Copyright 2014, Aaron Leahy. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3. </div> </body> </html>
reports/cover/currentcost_rabbitmq_messager.html
linkdd/phase-currentcost
<!doctype html PUBLIC "-//W3C//DTD html 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=emulateIE7' /> <title>Coverage for currentcost.rabbitmq_messager: 95%</title> <link rel='stylesheet' href='style.css' type='text/css'> <script type='text/javascript' src='jquery.min.js'></script> <script type='text/javascript' src='jquery.hotkeys.js'></script> <script type='text/javascript' src='jquery.isonscreen.js'></script> <script type='text/javascript' src='coverage_html.js'></script> <script type='text/javascript' charset='utf-8'> jQuery(document).ready(coverage.pyfile_ready); </script> </head> <body id='pyfile'> <div id='header'> <div class='content'> <h1>Coverage for <b>currentcost.rabbitmq_messager</b> : <span class='pc_cov'>95%</span> </h1> <img id='keyboard_icon' src='keybd_closed.png'> <h2 class='stats'> 37 statements &nbsp; <span class='run hide_run shortkey_r button_toggle_run'>35 run</span> <span class='mis shortkey_m button_toggle_mis'>2 missing</span> <span class='exc shortkey_x button_toggle_exc'>0 excluded</span> </h2> </div> </div> <div class='help_panel'> <img id='panel_icon' src='keybd_open.png'> <p class='legend'>Hot-keys on this page</p> <div> <p class='keyhelp'> <span class='key'>r</span> <span class='key'>m</span> <span class='key'>x</span> <span class='key'>p</span> &nbsp; toggle line displays </p> <p class='keyhelp'> <span class='key'>j</span> <span class='key'>k</span> &nbsp; next/prev highlighted chunk </p> <p class='keyhelp'> <span class='key'>0</span> &nbsp; (zero) top of page </p> <p class='keyhelp'> <span class='key'>1</span> &nbsp; (one) first highlighted chunk </p> </div> </div> <div id='source'> <table cellspacing='0' cellpadding='0'> <tr> <td class='linenos' valign='top'> <p id='n1' class='pln'><a href='#n1'>1</a></p> <p id='n2' class='pln'><a href='#n2'>2</a></p> <p id='n3' class='pln'><a href='#n3'>3</a></p> <p id='n4' class='pln'><a href='#n4'>4</a></p> <p id='n5' class='stm run hide_run'><a href='#n5'>5</a></p> <p id='n6' class='pln'><a href='#n6'>6</a></p> <p id='n7' class='pln'><a href='#n7'>7</a></p> <p id='n8' class='pln'><a href='#n8'>8</a></p> <p id='n9' class='pln'><a href='#n9'>9</a></p> <p id='n10' class='pln'><a href='#n10'>10</a></p> <p id='n11' class='stm run hide_run'><a href='#n11'>11</a></p> <p id='n12' class='stm run hide_run'><a href='#n12'>12</a></p> <p id='n13' class='stm run hide_run'><a href='#n13'>13</a></p> <p id='n14' class='stm run hide_run'><a href='#n14'>14</a></p> <p id='n15' class='stm run hide_run'><a href='#n15'>15</a></p> <p id='n16' class='stm run hide_run'><a href='#n16'>16</a></p> <p id='n17' class='stm run hide_run'><a href='#n17'>17</a></p> <p id='n18' class='stm run hide_run'><a href='#n18'>18</a></p> <p id='n19' class='pln'><a href='#n19'>19</a></p> <p id='n20' class='pln'><a href='#n20'>20</a></p> <p id='n21' class='stm run hide_run'><a href='#n21'>21</a></p> <p id='n22' class='pln'><a href='#n22'>22</a></p> <p id='n23' class='pln'><a href='#n23'>23</a></p> <p id='n24' class='pln'><a href='#n24'>24</a></p> <p id='n25' class='pln'><a href='#n25'>25</a></p> <p id='n26' class='pln'><a href='#n26'>26</a></p> <p id='n27' class='stm run hide_run'><a href='#n27'>27</a></p> <p id='n28' class='pln'><a href='#n28'>28</a></p> <p id='n29' class='pln'><a href='#n29'>29</a></p> <p id='n30' class='pln'><a href='#n30'>30</a></p> <p id='n31' class='pln'><a href='#n31'>31</a></p> <p id='n32' class='pln'><a href='#n32'>32</a></p> <p id='n33' class='pln'><a href='#n33'>33</a></p> <p id='n34' class='pln'><a href='#n34'>34</a></p> <p id='n35' class='pln'><a href='#n35'>35</a></p> <p id='n36' class='pln'><a href='#n36'>36</a></p> <p id='n37' class='pln'><a href='#n37'>37</a></p> <p id='n38' class='pln'><a href='#n38'>38</a></p> <p id='n39' class='pln'><a href='#n39'>39</a></p> <p id='n40' class='stm run hide_run'><a href='#n40'>40</a></p> <p id='n41' class='stm run hide_run'><a href='#n41'>41</a></p> <p id='n42' class='pln'><a href='#n42'>42</a></p> <p id='n43' class='stm run hide_run'><a href='#n43'>43</a></p> <p id='n44' class='stm run hide_run'><a href='#n44'>44</a></p> <p id='n45' class='pln'><a href='#n45'>45</a></p> <p id='n46' class='stm run hide_run'><a href='#n46'>46</a></p> <p id='n47' class='pln'><a href='#n47'>47</a></p> <p id='n48' class='pln'><a href='#n48'>48</a></p> <p id='n49' class='pln'><a href='#n49'>49</a></p> <p id='n50' class='pln'><a href='#n50'>50</a></p> <p id='n51' class='stm run hide_run'><a href='#n51'>51</a></p> <p id='n52' class='stm run hide_run'><a href='#n52'>52</a></p> <p id='n53' class='pln'><a href='#n53'>53</a></p> <p id='n54' class='stm run hide_run'><a href='#n54'>54</a></p> <p id='n55' class='pln'><a href='#n55'>55</a></p> <p id='n56' class='stm run hide_run'><a href='#n56'>56</a></p> <p id='n57' class='pln'><a href='#n57'>57</a></p> <p id='n58' class='pln'><a href='#n58'>58</a></p> <p id='n59' class='stm run hide_run'><a href='#n59'>59</a></p> <p id='n60' class='pln'><a href='#n60'>60</a></p> <p id='n61' class='pln'><a href='#n61'>61</a></p> <p id='n62' class='stm run hide_run'><a href='#n62'>62</a></p> <p id='n63' class='pln'><a href='#n63'>63</a></p> <p id='n64' class='pln'><a href='#n64'>64</a></p> <p id='n65' class='pln'><a href='#n65'>65</a></p> <p id='n66' class='pln'><a href='#n66'>66</a></p> <p id='n67' class='pln'><a href='#n67'>67</a></p> <p id='n68' class='pln'><a href='#n68'>68</a></p> <p id='n69' class='pln'><a href='#n69'>69</a></p> <p id='n70' class='pln'><a href='#n70'>70</a></p> <p id='n71' class='pln'><a href='#n71'>71</a></p> <p id='n72' class='pln'><a href='#n72'>72</a></p> <p id='n73' class='pln'><a href='#n73'>73</a></p> <p id='n74' class='pln'><a href='#n74'>74</a></p> <p id='n75' class='stm run hide_run'><a href='#n75'>75</a></p> <p id='n76' class='pln'><a href='#n76'>76</a></p> <p id='n77' class='stm run hide_run'><a href='#n77'>77</a></p> <p id='n78' class='pln'><a href='#n78'>78</a></p> <p id='n79' class='stm run hide_run'><a href='#n79'>79</a></p> <p id='n80' class='stm run hide_run'><a href='#n80'>80</a></p> <p id='n81' class='pln'><a href='#n81'>81</a></p> <p id='n82' class='pln'><a href='#n82'>82</a></p> <p id='n83' class='pln'><a href='#n83'>83</a></p> <p id='n84' class='stm run hide_run'><a href='#n84'>84</a></p> <p id='n85' class='pln'><a href='#n85'>85</a></p> <p id='n86' class='stm run hide_run'><a href='#n86'>86</a></p> <p id='n87' class='pln'><a href='#n87'>87</a></p> <p id='n88' class='pln'><a href='#n88'>88</a></p> <p id='n89' class='pln'><a href='#n89'>89</a></p> <p id='n90' class='pln'><a href='#n90'>90</a></p> <p id='n91' class='pln'><a href='#n91'>91</a></p> <p id='n92' class='pln'><a href='#n92'>92</a></p> <p id='n93' class='pln'><a href='#n93'>93</a></p> <p id='n94' class='pln'><a href='#n94'>94</a></p> <p id='n95' class='pln'><a href='#n95'>95</a></p> <p id='n96' class='pln'><a href='#n96'>96</a></p> <p id='n97' class='pln'><a href='#n97'>97</a></p> <p id='n98' class='pln'><a href='#n98'>98</a></p> <p id='n99' class='pln'><a href='#n99'>99</a></p> <p id='n100' class='pln'><a href='#n100'>100</a></p> <p id='n101' class='pln'><a href='#n101'>101</a></p> <p id='n102' class='pln'><a href='#n102'>102</a></p> <p id='n103' class='pln'><a href='#n103'>103</a></p> <p id='n104' class='pln'><a href='#n104'>104</a></p> <p id='n105' class='stm run hide_run'><a href='#n105'>105</a></p> <p id='n106' class='pln'><a href='#n106'>106</a></p> <p id='n107' class='pln'><a href='#n107'>107</a></p> <p id='n108' class='pln'><a href='#n108'>108</a></p> <p id='n109' class='pln'><a href='#n109'>109</a></p> <p id='n110' class='pln'><a href='#n110'>110</a></p> <p id='n111' class='pln'><a href='#n111'>111</a></p> <p id='n112' class='pln'><a href='#n112'>112</a></p> <p id='n113' class='pln'><a href='#n113'>113</a></p> <p id='n114' class='stm run hide_run'><a href='#n114'>114</a></p> <p id='n115' class='pln'><a href='#n115'>115</a></p> <p id='n116' class='stm run hide_run'><a href='#n116'>116</a></p> <p id='n117' class='pln'><a href='#n117'>117</a></p> <p id='n118' class='pln'><a href='#n118'>118</a></p> <p id='n119' class='pln'><a href='#n119'>119</a></p> <p id='n120' class='pln'><a href='#n120'>120</a></p> <p id='n121' class='pln'><a href='#n121'>121</a></p> <p id='n122' class='pln'><a href='#n122'>122</a></p> <p id='n123' class='pln'><a href='#n123'>123</a></p> <p id='n124' class='pln'><a href='#n124'>124</a></p> <p id='n125' class='pln'><a href='#n125'>125</a></p> <p id='n126' class='stm run hide_run'><a href='#n126'>126</a></p> <p id='n127' class='stm run hide_run'><a href='#n127'>127</a></p> <p id='n128' class='stm run hide_run'><a href='#n128'>128</a></p> <p id='n129' class='stm run hide_run'><a href='#n129'>129</a></p> <p id='n130' class='stm mis'><a href='#n130'>130</a></p> <p id='n131' class='pln'><a href='#n131'>131</a></p> <p id='n132' class='stm mis'><a href='#n132'>132</a></p> </td> <td class='text' valign='top'> <p id='t1' class='pln'><span class='com'>#!/usr/bin/python</span><span class='strut'>&nbsp;</span></p> <p id='t2' class='pln'><span class='com'># -*- coding: utf8 -*-</span><span class='strut'>&nbsp;</span></p> <p id='t3' class='pln'><span class='com'># -*- Mode: Python; py-indent-offset: 4 -*-</span><span class='strut'>&nbsp;</span></p> <p id='t4' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t5' class='stm run hide_run'><span class='str'>&quot;&quot;&quot;Method that send message on RabbitMQ or display it on stdout.</span><span class='strut'>&nbsp;</span></p> <p id='t6' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t7' class='pln'><span class='str'>.. moduleauthor:: Pierre Leray &lt;pierreleray64@gmail.com&gt;</span><span class='strut'>&nbsp;</span></p> <p id='t8' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t9' class='pln'><span class='str'>&quot;&quot;&quot;</span><span class='strut'>&nbsp;</span></p> <p id='t10' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t11' class='stm run hide_run'><span class='key'>import</span> <span class='nam'>logging</span><span class='strut'>&nbsp;</span></p> <p id='t12' class='stm run hide_run'><span class='key'>import</span> <span class='nam'>pika</span><span class='strut'>&nbsp;</span></p> <p id='t13' class='stm run hide_run'><span class='key'>import</span> <span class='nam'>sys</span><span class='strut'>&nbsp;</span></p> <p id='t14' class='stm run hide_run'><span class='key'>from</span> <span class='nam'>currentcost</span><span class='op'>.</span><span class='nam'>utils</span> <span class='key'>import</span> <span class='nam'>RABBIT_MQ_CREDENTIAL_PROBLEM</span><span class='strut'>&nbsp;</span></p> <p id='t15' class='stm run hide_run'><span class='key'>from</span> <span class='nam'>currentcost</span><span class='op'>.</span><span class='nam'>utils</span> <span class='key'>import</span> <span class='nam'>RABBIT_MQ_CONNECTION_PROBLEM</span><span class='strut'>&nbsp;</span></p> <p id='t16' class='stm run hide_run'><span class='key'>from</span> <span class='nam'>time</span> <span class='key'>import</span> <span class='nam'>tzname</span><span class='strut'>&nbsp;</span></p> <p id='t17' class='stm run hide_run'><span class='key'>from</span> <span class='nam'>datetime</span> <span class='key'>import</span> <span class='nam'>datetime</span><span class='strut'>&nbsp;</span></p> <p id='t18' class='stm run hide_run'><span class='key'>import</span> <span class='nam'>json</span><span class='strut'>&nbsp;</span></p> <p id='t19' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t20' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t21' class='stm run hide_run'><span class='key'>class</span> <span class='nam'>RabbitMQMessager</span><span class='op'>(</span><span class='nam'>object</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t22' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t23' class='pln'>&nbsp; &nbsp; <span class='str'>&quot;&quot;&quot;This class send message to RabbitMQ or in stdout following user choice.</span><span class='strut'>&nbsp;</span></p> <p id='t24' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t25' class='pln'><span class='str'>&nbsp; &nbsp; &quot;&quot;&quot;</span><span class='strut'>&nbsp;</span></p> <p id='t26' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t27' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>__init__</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>username</span><span class='op'>,</span> <span class='nam'>password</span><span class='op'>,</span> <span class='nam'>host</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t28' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&quot;&quot;&quot;Constructor.</span><span class='strut'>&nbsp;</span></p> <p id='t29' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t30' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param username: Name of the RabbitMQ user.</span><span class='strut'>&nbsp;</span></p> <p id='t31' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type username: str.</span><span class='strut'>&nbsp;</span></p> <p id='t32' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t33' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param password: Password of the RabbitMQ user.</span><span class='strut'>&nbsp;</span></p> <p id='t34' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type password: str.</span><span class='strut'>&nbsp;</span></p> <p id='t35' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t36' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param host: Host target for RabbitMQ.</span><span class='strut'>&nbsp;</span></p> <p id='t37' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type host: str.</span><span class='strut'>&nbsp;</span></p> <p id='t38' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &quot;&quot;&quot;</span><span class='strut'>&nbsp;</span></p> <p id='t39' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp;&nbsp; Logger and channel initialization</span><span class='strut'>&nbsp;</span></p> <p id='t40' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>logger</span> <span class='op'>=</span> <span class='nam'>logging</span><span class='op'>.</span><span class='nam'>getLogger</span><span class='op'>(</span><span class='str'>&quot;currentcost.pika&quot;</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t41' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>channel</span> <span class='op'>=</span> <span class='nam'>None</span><span class='strut'>&nbsp;</span></p> <p id='t42' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp;&nbsp; If we have a username and password for RabbitMQ</span><span class='strut'>&nbsp;</span></p> <p id='t43' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='nam'>username</span> <span class='key'>is</span> <span class='key'>not</span> <span class='nam'>None</span> <span class='key'>and</span> <span class='nam'>password</span> <span class='key'>is</span> <span class='key'>not</span> <span class='nam'>None</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t44' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>try</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t45' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; We try to connect to RabbitMQ with this credential</span><span class='strut'>&nbsp;</span></p> <p id='t46' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>connection</span> <span class='op'>=</span> <span class='nam'>pika</span><span class='op'>.</span><span class='nam'>BlockingConnection</span><span class='op'>(</span><span class='strut'>&nbsp;</span></p> <p id='t47' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>pika</span><span class='op'>.</span><span class='nam'>ConnectionParameters</span><span class='op'>(</span><span class='strut'>&nbsp;</span></p> <p id='t48' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>host</span><span class='op'>=</span><span class='nam'>host</span><span class='op'>,</span><span class='strut'>&nbsp;</span></p> <p id='t49' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>credentials</span><span class='op'>=</span><span class='nam'>pika</span><span class='op'>.</span><span class='nam'>PlainCredentials</span><span class='op'>(</span><span class='nam'>username</span><span class='op'>,</span> <span class='nam'>password</span><span class='op'>)</span><span class='op'>)</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t50' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; If our connection was successful we retrieve a channel</span><span class='strut'>&nbsp;</span></p> <p id='t51' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>channel</span> <span class='op'>=</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>connection</span><span class='op'>.</span><span class='nam'>channel</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t52' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>except</span> <span class='nam'>pika</span><span class='op'>.</span><span class='nam'>exceptions</span><span class='op'>.</span><span class='nam'>ConnectionClosed</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t53' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; Else if our credential were wrong, we log according message</span><span class='strut'>&nbsp;</span></p> <p id='t54' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>logger</span><span class='op'>.</span><span class='nam'>error</span><span class='op'>(</span><span class='nam'>RABBIT_MQ_CREDENTIAL_PROBLEM</span> <span class='op'>%</span> <span class='op'>(</span><span class='strut'>&nbsp;</span></p> <p id='t55' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>username</span><span class='op'>,</span> <span class='nam'>password</span><span class='op'>,</span> <span class='nam'>host</span><span class='op'>)</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t56' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>except</span> <span class='nam'>pika</span><span class='op'>.</span><span class='nam'>exceptions</span><span class='op'>.</span><span class='nam'>AMQPConnectionError</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t57' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; Else if RabbitMQ is not available in this location,</span><span class='strut'>&nbsp;</span></p> <p id='t58' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; we log according message</span><span class='strut'>&nbsp;</span></p> <p id='t59' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>logger</span><span class='op'>.</span><span class='nam'>error</span><span class='op'>(</span><span class='nam'>RABBIT_MQ_CONNECTION_PROBLEM</span> <span class='op'>%</span> <span class='op'>(</span><span class='strut'>&nbsp;</span></p> <p id='t60' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>username</span><span class='op'>,</span> <span class='nam'>password</span><span class='op'>,</span> <span class='nam'>host</span><span class='op'>)</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t61' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t62' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>send</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>topic</span><span class='op'>,</span> <span class='nam'>message</span><span class='op'>,</span> <span class='nam'>out</span><span class='op'>=</span><span class='nam'>sys</span><span class='op'>.</span><span class='nam'>stdout</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t63' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&quot;&quot;&quot;Method that send a message with a topic.</span><span class='strut'>&nbsp;</span></p> <p id='t64' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t65' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param topic: Channel where to send message (RabbitMQ filter).</span><span class='strut'>&nbsp;</span></p> <p id='t66' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type topic: str.</span><span class='strut'>&nbsp;</span></p> <p id='t67' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t68' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param message: Message to send to RabbitMQ.</span><span class='strut'>&nbsp;</span></p> <p id='t69' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type message: str.</span><span class='strut'>&nbsp;</span></p> <p id='t70' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t71' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param out: Stdout redirection in case of test (default: stdout).</span><span class='strut'>&nbsp;</span></p> <p id='t72' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type out: StringIO.</span><span class='strut'>&nbsp;</span></p> <p id='t73' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &quot;&quot;&quot;</span><span class='strut'>&nbsp;</span></p> <p id='t74' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp;&nbsp; We log message we want to send to keep a trace</span><span class='strut'>&nbsp;</span></p> <p id='t75' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>logger</span><span class='op'>.</span><span class='nam'>info</span><span class='op'>(</span><span class='nam'>message</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t76' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp;&nbsp; If channel is available</span><span class='strut'>&nbsp;</span></p> <p id='t77' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>channel</span> <span class='key'>is</span> <span class='key'>not</span> <span class='nam'>None</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t78' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; We send a message on this channel</span><span class='strut'>&nbsp;</span></p> <p id='t79' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>channel</span><span class='op'>.</span><span class='nam'>queue_declare</span><span class='op'>(</span><span class='nam'>queue</span><span class='op'>=</span><span class='nam'>topic</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t80' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>channel</span><span class='op'>.</span><span class='nam'>basic_publish</span><span class='op'>(</span><span class='strut'>&nbsp;</span></p> <p id='t81' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>exchange</span><span class='op'>=</span><span class='str'>&#39;&#39;</span><span class='op'>,</span> <span class='nam'>routing_key</span><span class='op'>=</span><span class='nam'>topic</span><span class='op'>,</span> <span class='nam'>body</span><span class='op'>=</span><span class='nam'>message</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t82' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>else</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t83' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; Else we print it in stdout</span><span class='strut'>&nbsp;</span></p> <p id='t84' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>out</span><span class='op'>.</span><span class='nam'>write</span><span class='op'>(</span><span class='str'>&quot;%s %s&quot;</span> <span class='op'>%</span> <span class='op'>(</span><span class='nam'>unicode</span><span class='op'>(</span><span class='nam'>message</span><span class='op'>)</span><span class='op'>,</span> <span class='str'>&quot;\n&quot;</span><span class='op'>)</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t85' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t86' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>send_message</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>topic</span><span class='op'>,</span> <span class='nam'>site_name</span><span class='op'>,</span> <span class='nam'>var_name</span><span class='op'>,</span> <span class='nam'>data</span><span class='op'>,</span> <span class='nam'>out</span><span class='op'>=</span><span class='nam'>sys</span><span class='op'>.</span><span class='nam'>stdout</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t87' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&quot;&quot;&quot;Format parameter into json string for phase platform.</span><span class='strut'>&nbsp;</span></p> <p id='t88' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t89' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param topic: Channel where to send message (RabbitMQ filter).</span><span class='strut'>&nbsp;</span></p> <p id='t90' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type topic: str.</span><span class='strut'>&nbsp;</span></p> <p id='t91' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t92' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param site_name: Name of the site.</span><span class='strut'>&nbsp;</span></p> <p id='t93' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type site_name: str.</span><span class='strut'>&nbsp;</span></p> <p id='t94' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t95' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param var_name: Variable name.</span><span class='strut'>&nbsp;</span></p> <p id='t96' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type var_name: str.</span><span class='strut'>&nbsp;</span></p> <p id='t97' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t98' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param data: Data send to send.</span><span class='strut'>&nbsp;</span></p> <p id='t99' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type data: str.</span><span class='strut'>&nbsp;</span></p> <p id='t100' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t101' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param out: Stdout redirection in case of test (default: stdout).</span><span class='strut'>&nbsp;</span></p> <p id='t102' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type out: StringIO.</span><span class='strut'>&nbsp;</span></p> <p id='t103' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &quot;&quot;&quot;</span><span class='strut'>&nbsp;</span></p> <p id='t104' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp;&nbsp; We create our phase message</span><span class='strut'>&nbsp;</span></p> <p id='t105' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>json_message</span> <span class='op'>=</span> <span class='op'>{</span><span class='strut'>&nbsp;</span></p> <p id='t106' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&#39;siteID&#39;</span><span class='op'>:</span> <span class='nam'>site_name</span><span class='op'>,</span><span class='strut'>&nbsp;</span></p> <p id='t107' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&#39;variableID&#39;</span><span class='op'>:</span> <span class='nam'>var_name</span><span class='op'>,</span><span class='strut'>&nbsp;</span></p> <p id='t108' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&#39;message&#39;</span><span class='op'>:</span> <span class='nam'>data</span><span class='op'>,</span><span class='strut'>&nbsp;</span></p> <p id='t109' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&#39;date&#39;</span><span class='op'>:</span> <span class='nam'>datetime</span><span class='op'>.</span><span class='nam'>utcnow</span><span class='op'>(</span><span class='op'>)</span><span class='op'>.</span><span class='nam'>isoformat</span><span class='op'>(</span><span class='str'>&#39;T&#39;</span><span class='op'>)</span><span class='op'>,</span><span class='strut'>&nbsp;</span></p> <p id='t110' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&#39;dstTimezone&#39;</span><span class='op'>:</span> <span class='nam'>tzname</span><span class='op'>[</span><span class='num'>1</span><span class='op'>]</span><span class='op'>,</span><span class='strut'>&nbsp;</span></p> <p id='t111' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&#39;nonDstTimezone&#39;</span><span class='op'>:</span> <span class='nam'>tzname</span><span class='op'>[</span><span class='num'>0</span><span class='op'>]</span><span class='strut'>&nbsp;</span></p> <p id='t112' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='op'>}</span><span class='strut'>&nbsp;</span></p> <p id='t113' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp;&nbsp; And we send it using our send method defined previously</span><span class='strut'>&nbsp;</span></p> <p id='t114' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>send</span><span class='op'>(</span><span class='nam'>topic</span><span class='op'>,</span> <span class='nam'>json</span><span class='op'>.</span><span class='nam'>dumps</span><span class='op'>(</span><span class='nam'>json_message</span><span class='op'>)</span><span class='op'>,</span> <span class='nam'>out</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t115' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t116' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>consume</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>topic</span><span class='op'>,</span> <span class='nam'>callback</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t117' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&quot;&quot;&quot;Method that wait for a message on RabbitMQ topics channels.</span><span class='strut'>&nbsp;</span></p> <p id='t118' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t119' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param topic: Channel where to send message (RabbitMQ filter).</span><span class='strut'>&nbsp;</span></p> <p id='t120' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type topic: str.</span><span class='strut'>&nbsp;</span></p> <p id='t121' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t122' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param callback: Function that compute result of message (async).</span><span class='strut'>&nbsp;</span></p> <p id='t123' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type callback: Function.</span><span class='strut'>&nbsp;</span></p> <p id='t124' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &quot;&quot;&quot;</span><span class='strut'>&nbsp;</span></p> <p id='t125' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp;&nbsp; We try to connect to our channel and wait for a message</span><span class='strut'>&nbsp;</span></p> <p id='t126' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>try</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t127' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>channel</span><span class='op'>.</span><span class='nam'>queue_declare</span><span class='op'>(</span><span class='nam'>queue</span><span class='op'>=</span><span class='nam'>topic</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t128' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>channel</span><span class='op'>.</span><span class='nam'>basic_consume</span><span class='op'>(</span><span class='nam'>callback</span><span class='op'>,</span> <span class='nam'>queue</span><span class='op'>=</span><span class='nam'>topic</span><span class='op'>,</span> <span class='nam'>no_ack</span><span class='op'>=</span><span class='nam'>True</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t129' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>channel</span><span class='op'>.</span><span class='nam'>start_consuming</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t130' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>except</span> <span class='nam'>pika</span><span class='op'>.</span><span class='nam'>exceptions</span><span class='op'>.</span><span class='nam'>ConnectionClosed</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t131' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; If something goes wrong we pass silently</span><span class='strut'>&nbsp;</span></p> <p id='t132' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>pass</span><span class='strut'>&nbsp;</span></p> </td> </tr> </table> </div> <div id='footer'> <div class='content'> <p> <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a> </p> </div> </div> </body> </html>