path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/bidi-unset-006.html
danakj/chromium
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <title>direction/unicode-bidi: element as directional character with unicode-bidi unset, ltr</title> <link rel="author" title="Richard Ishida" href='mailto:ishida@w3.org'/> <link rel="help" href='http://www.w3.org/TR/css-writing-modes-3/#text-direction'/>...
examples/released.amp.html
prateekbh/amphtml
<!doctype html> <html ⚡> <head> <meta charset="utf-8"> <title>Released AMP components</title> <link rel="canonical" href="amps.html" > <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> <link href='https://fonts.googleapis.com/css?family=Questrial' rel='stylesheet' type='text/...
third_party/blink/web_tests/fast/dom/Document/missing-arguments.html
nwjs/chromium.src
<!doctype html> <html> <head> <script src="../../../resources/js-test.js"></script> </head> <body> <script> [ "adoptNode()", "createAttribute()", "createAttributeNS('http://www.w3.org/2000/svg')", "createAttributeNS()", "createCDATASection()", "createComment()", "createElement()", "creat...
third_party/WebKit/LayoutTests/fast/block/positioning/056.html
js0701/chromium-crosswalk
<html> <head> <style> #sitemast { position: absolute; width:1.5em; font-size:400%; } #sitemast a {color: green; background: green; padding: 0; text-decoration: none } </style> </head> <body> You should see a single green stripe below. The test has failed if you don't see a perfect rectangle. <div id="sitemast...
third_party/blink/web_tests/editing/selection/wrapped-line-caret-3.html
scheib/chromium
<span>This test passes if the caret is at the start of the first line.</span> <p id="result"></p> <div id="edit" contentEditable="true" style="width: 350px; height: 100px; border: 1px solid blue;">a <span style=color:blue;">xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</span></div> <script> if (window.testRunner) t...
web/design/admin/stylesheets/theme/yui_container.css
m-lassoued/testezp5Repo
.yui-overlay,.yui-panel-container { visibility: hidden; position: absolute; z-index: 2; } .yui-panel { position: relative; } .yui-panel-container form { margin: 0; } .mask { z-index: 1; display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .mask....
test/lilyXml/html/09i-MidmeasureBarline.html
evinism/MuseScore
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <body> <h1>MuseScore Regression Tests</h1> <h2> 09i-MidmeasureBarline</h2><hr/> <h3>Lilypond</h3> <hr/> <img src="lilypond/09i...
tests/example/index.html
hitchtest/hitchnode
<!doctype html> <html> <head> <title>Sample App</title> </head> <body> <div id='root'> </div> <script src="/static/bundle.js"></script> </body> </html>
项目三jQueryMobile/bower_components/jquery-ui/demos/sortable/placeholder.html
yuyang545262477/Resume
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI Sortable - Drop placeholder</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> <script src="../../jquery-1.10.2.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.w...
sites/all/modules/flippy/~flippy.css
eric-shell/eric-sh
.region-content ul.flippy { margin: auto; padding: 0px 20px; text-align: center; } ul.flippy li { margin: 0; padding: 10px; display: inline; width: auto; list-style-type: none; list-style-image: none; background: none; white-space: nowrap; } .flippy li.first.empty, .flippy li.last.empty { disp...
www/static/css/components/nestable.css
dumengnanbuaa/awesome-python-webapp
/*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ /* ======================================================================== Component: Nestable ========================================================================== */ .uk-nestable { padding: 0; list-style: none; } /* * Disab...
web_root/third-party/angularjs/angular-1.5.0/docs/examples/example-example77/index-debug.html
keithbox/PPSP-360_Degree_Evaluation_System
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example77-debug</title> <script src="../../../angular.js"></script> </head> <body ng-app=""> <input ng-keydown="count = count + 1" ng-init="count=0"> key down count: {{count}} </body> </html>
external/chromium/chrome/common/extensions/docs/options.html
qtekfun/htcDesire820Kernel
<!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1) The <head> information in this page is significant, should be uniform across api docs and should be edited only with knowledge of the templating mechanism. 3) All <body>.innerHTML is genereated as an renderin...
static/uikit/css/components/autocomplete.min.css
thanos/mykonosbiennale.org
/*! UIkit 2.19.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ .uk-autocomplete{display:inline-block;position:relative;max-width:100%;vertical-align:middle}.uk-nav-autocomplete>li>a{color:#444}.uk-nav-autocomplete>li.uk-active>a{background:#00a8e6;color:#fff;outline:0}.uk-nav-autocomplete .uk-nav-heade...
vendor/zurb/foundation/doc/includes/block/examples_block_variables.html
milardovich/agenda-moparman
{{#markdown}} ```scss // We use this to control the maximum blocks and spacing $block-grid-elements: 12; $block-grid-default-spacing: rem-calc(20); $align-block-grid-to-grid: false; //removes column gutter so edges of block grid align with grid // Enables media queries for block-grid classes. Set to false if writing ...
src/main/resources/inspectionDescriptions/UnusedLibrary.html
Yihy/resources_cn
<html> <body> This inspection reports libraries attached to the specified inspection scope that are not used directly from code. <br> <br> </body> </html>
www/external/angular-xeditable-0.8.1/css/xeditable.css
josemonsalve2/PIMC
/* ==== editable-form ==== */ /* class for single editable element */ .editable-wrap { display: inline-block; white-space: pre; margin: 0; } /* remove bottom-margin for bootstrap */ .editable-wrap .editable-controls, .editable-wrap .editable-error { margin-bottom: 0; } /* remove bottom-margin of inputs */ ....
tests/wpt/web-platform-tests/content-security-policy/navigation/to-javascript-url.html
shinglyu/servo
<!DOCTYPE html> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <meta http-equiv="Content-Security-Policy" content="script-src 'nonce-abc'"> <body> <script nonce="abc"> function assert_csp_event_for_element(test, element) { assert_equals(typeof Security...
ajax/libs/onsen/1.0.3/css/topcoat-mobile-onsen-purple.css
viskin/cdnjs
/* * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
threejs.docset/Contents/Resources/Documents/api/extras/core/CurvePath.html
toruta39/threejs-dash-gen
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <base href="../../../" /> <script src="list.js"></script> <script src="page.js"></script> <link type="text/css" rel="stylesheet" href="page.css" /> </head> <body> [page:Curve] &rarr; <h1>[name]</h1> <div class="desc"> An abstract b...
web_root/third-party/angularjs/angular-1.5.0/docs/partials/error/$sce/iequirks.html
keithbox/PPSP-360_Degree_Evaluation_System
<a href='https://github.com/angular/angular.js/edit/v1.5.x/docs/content/error/$sce/iequirks.ngdoc?message=docs(error%2Fiequirks)%3A%20describe%20your%20change...' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <h1>Error: $sce:iequirks <div><span class='hint'>...
web/lib/lib/fullcalendar-1.5.3/demos/theme.html
Laolingtong/VM
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <link rel='stylesheet' type='text/css' href='cupertino/theme.css' /> <link rel='stylesheet' type='text/css' href='../fullcalendar/fullcalendar.css' /> <link rel='stylesheet' type='text/css' href='...
external/chromium/chrome/browser/debugger/manual_tests/profiler-test-console-control.html
xdajog/samsung_sources_i927
<html> <head> <title>Profiler: test console controlling of CPU profiling</title> <script type="text/javascript" src="resources/fib.js"></script> <script type="text/javascript"> function profile_fib() { console.profile(); run_fib(); window.setTimeout('console.profileEnd();', 5...
tmva/doc/v528/index.html
smuzaffar/root
<br> <hr> <a name="tmva"></a> <h3>TMVA</h3> TMVA version 4.1.0 is included in this root release. The most important new feature is the support for simulataneous classification of multiple output classes for several multi-variate methods. A lot of effort went into consolidation of the ...
Samples/FeedReader/js/pages/article/article.html
ddpruitt/Windows-universal-samples
<!-- THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. Copyright (c) Microsoft Corporation. All rights reserved --> <!DOCTYPE html> <html> <head> ...
www/media/akeeba_strapper/less/bootstrap.j32.css
SirPiter/folk
/** * Akeeba Strapper * A handy distribution of namespaced jQuery, jQuery UI and Twitter * Bootstrapper for use with Akeeba components. * * This file includes only Joomla! 3.2-specific style overrides */ /* * Bootstrap (namespaced) */ div.akeeba-bootstrap { /** * If your template already includes Bootstrap ...
tests/wpt/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.percent.html
shinglyu/servo
<!DOCTYPE html> <!-- DO NOT EDIT! This test has been generated by tools/gentest.py. --> <title>OffscreenCanvas test: size.attributes.parse.percent</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/common/canvas-tests.js"></script> <h1>size.a...
external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/key.html
s20121035/rk3288_android5.1_repo
<h1 id="key">Manifest - Key</h1> <p> This value can be used to control the unique ID of an extension, app, or theme when it is loaded during development. </p> <p class="note"> <b>Note:</b> You don't usually need to use this value. Instead, write your code so that the key value doesn't matter by using <a href="http://...
tests/wpt/web-platform-tests/2dcontext/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5.html
shinglyu/servo
<!DOCTYPE html> <!-- DO NOT EDIT! This test has been generated by tools/gentest.py. --> <title>Canvas test: 2d.fillStyle.parse.css-color-4-rgb-5</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/common/canvas-tests.js"></script> <link rel="st...
web_root/third-party/angularjs/angular-1.5.0/docs/examples/example-example3/index-jquery.html
keithbox/PPSP-360_Degree_Evaluation_System
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example3-jquery</title> <script src="../../components/jquery-2.1.1/jquery.js"></script> <script src="../../../angular.js"></script> <script src="../../../angular-aria.js"></script> </head> <body ng-app="ngAria_n...
vendors/glm-0.9.7.1/doc/api/a00224.html
glcoder/gl44lessons
<!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" con...
_includes/read-time.html
sengchong/sengchong.github.io
{% if post.layout != post %} {% assign words = post.content | strip_html | number_of_words %} {% if words < 180 %} less than 1 minute read {% elsif words < 360 %} 1 minute read {% else %} {{ words | divided_by:180 }} minute read {% endif %} {% endif %} {% if post.layout == post %} {% assign wor...
timelinejs/css/themes/font/Lekton-Molengo.css
wskruse/wp-timeline
/* TimelineJS - ver. 2.26.5 - 2013-12-04 Copyright (c) 2012-2013 Northwestern University a project of the Northwestern University Knight Lab, originally created by Zach Wise https://github.com/NUKnightLab/TimelineJS This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0....
website/data/assets/examples/lib/jquery-ui-1.7.2/demos/resizable/snap-to-grid.html
cefn/allyourx
<!doctype html> <html lang="en"> <head> <title>jQuery UI Resizable - Snap to grid</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="../../jquery-1.3.2.js"></script> <script type="text/javascript" src="../../ui/ui.core.js"></script> <scr...
tests/wpt/web-platform-tests/referrer-policy/origin-when-cross-origin/attr-referrer/same-origin/http-http/iframe-tag/swap-origin-redirect/same-origin-insecure.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 'origin-when-cross-origin'</title> <meta name="description" content="Check that cross-...
ajax/libs/semantic-ui/0.7.0/css/semantic.css
wormful/cdnjs
/* * # Semantic - Breadcrumb * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * */ /******************************* Breadcrumb *******************************/ .ui.breadcrumb { margin: 1em 0em; display...
wp-content/plugins/foliopress-wysiwyg/fckeditor/editor/dialog/fck_anchor.html
danielmathiesen/hioa
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <!-- * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * ...
www/admin/plugins/DataTables/extensions/Buttons/css/buttons.bootstrap.css
DirectDev/wds-V2
div.dt-button-info { position: fixed; top: 50%; left: 50%; width: 400px; margin-top: -100px; margin-left: -200px; background-color: white; border: 2px solid #111; box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); border-radius: 3px; text-align: center; z-index: 21; } div.dt-button-info h2 { padding:...
web/public/css/uikit/css/uikit.css
dz1984/Silexbone
/*! UIkit 2.11.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ /* ======================================================================== Component: Base ========================================================================== */ /* * 1. Normalizes default `font-family` and sets `font-size` her...
zulm/docs/_includes/js/tabs.html
cauchif/Zulm.pk
<div class="bs-docs-section"> <h1 id="tabs" class="page-header">Togglable tabs <small>tab.js</small></h1> <h2 id="tabs-examples">Example tabs</h2> <p>Add quick, dynamic tab functionality to transition through panes of local content, even via dropdown menus.</p> <div class="bs-example bs-example-tabs"> <ul ...
third_party/glm/doc/api/a00080_source.html
googlearchive/tango-examples-c
<!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" con...
third_party/web_platform_tests/old-tests/submission/Opera/script_scheduling/083.html
youtube/cobalt
<!DOCTYPE html> <html><head> <title> scheduler: event listener defined by script in a document in history</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="testlib/testlib.js"></script> </head> <body> <div id="log">FAILED (This TC requir...
files/yui/3.15.0/slider-base/assets/skins/capsule/slider-skin.css
vvo/jsdelivr
/* YUI 3.15.0 (build 834026e) Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ /* Horizontal Slider */ /* Use thumbUrl /build/slider-base/assets/skins/capsule/thumb-x.png */ /* Alternate thumbUrl /build/slider-base/assets/skins/capsule/thumb-x-line.png ...
web-platform-tests/tests/conformance-checkers/html/elements/picture/video-source-media-src-novalid.html
cr/fxos-certsuite
<!DOCTYPE html> <meta charset=utf-8> <title>invalid video-source-media-src</title> <video><source media=screen src=x></video>
third_party/web_platform_tests/conformance-checkers/html/elements/q/cite/userinfo-backslash-novalid.html
youtube/cobalt
<!DOCTYPE html> <meta charset=utf-8> <title>invalid cite: userinfo-backslash</title> <q cite="http://a\b:c\d@foo.com"></q>
premium-samples/lrm-xserver/xserver-2/index.css
ptv-logistics/xserverjs
html { font-family: sans-serif; } .map { position: fixed; top: 0; left: 0; right: 0; bottom: 0; } .about { position: absolute; width: 320px; height: 380px; background: white; opacity: 0.7; left: 10px; bottom: 10px; padding: 12px; box-shadow: 0 1px 5px rgba(0...
app/partials/about.html
gaarf/adze
<div class="page-header"> <h1>About {{$stateParams.foo || something}}</h1> </div> <pre>{{$stateParams}}</pre> <div ng-repeat="i in [1,2,3,4,5]"> <h5>Lipsum {{i}} {{something}}</h5> <ng-include src="'/partials/lipsum.html'"></ng-include> </div>
styles/base/_reset.css
Alx-l/bubbly-boilerplate
/* Reset –––––––––––––––––––––––––––––––––––––––––––––––––– */ * { box-sizing: border-box; &:before, &:after { box-sizing: inherit; } } html, body { height: 100%; } body { display: flex; flex-direction: column; background-color: #fff; } a { text-decoration: none; } button { background:...
solr-4.8.0/docs/solr-core/org/apache/solr/core/class-use/SolrXMLSerializer.SolrXMLDef.html
dtelaroli/angular-solr-example
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Thu Apr 24 20:55:48 UTC 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.a...
raw_data/arkive-critically-endangered-html/buxus-vahlii.html
andrewedstrom/cs638project
<!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>Vahl's boxwood factsheet on ARKive - Buxus vahlii</title> ...
clean/Linux-x86_64-4.09.0-2.0.5/released/8.10.0/ramsey/8.10.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>ramsey: 8 s</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="styleshe...
all-data/25000-25999/25559-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>...
releases/2.6/javawsdocs/allclasses-frame.html
IncaProject/IncaProject.github.io
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_18) on Tue Nov 02 11:26:42 PDT 2010 --> <TITLE> All Classes </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> ...
html/234567160747.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open...
public/css/includes/css/custom.css
quantumlicht/chores_tracker
.comment { margin: 10px 0; } #accept-answer :hover { background-color: grey; } /* Side notes for calling out things -------------------------------------------------- */ /* Base styles (regardless of theme) */ .bs-callout { margin: 20px 0; padding: 15px 30px 15px 15px; border: 1px solid #eee; border-left...
people/kg6vbm76.html
slowe/panelshows
<html> <head> <title>Jordie Lane's panel show appearances</title> <script type="text/javascript" src="../common.js"></script> <link rel="stylesheet" media="all" href="../style.css" type="text/css"/> <script type="text/javascript" src="../people.js"></script> <!--#include virtual="head.txt" --> </head> <body> <!--#i...
lib/assets/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/elrte.min.js.html
user-tony/photon-rails
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="ht...
_site/2016/03/30/d242.html
Sonictherocketman/mirror.microblog
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Brian Schrader - D242</title> <link rel="shortcut icon" href="/assets/images/favicon.ico"> <link rel="sty...
public/css/contact.css
studiowangfei/studiowangfei.com
.contact_title { font-size: 16px; padding-bottom: 24px; font-weight:300; color:black; } .contact_container { display: -ms-flex; display: -webkit-flex; display: flex; justify-content: space-between; -webkit-justify-content: space-between; -ms-justify-content: space-between; -moz-justify-content: s...
app/views/includes/rave/errors/error-message-d.html
dudelmeister/rave
<span class="error-message d"> The email addresses you have provided do not match </span>
web/app/themes/roots/style.css
anchour/not-here
/* Theme Name: Not Here Theme URI: http://nothere.anchour.me Description: Theme developed for Not Here conference Version: 1.0 Author: Anchour Author URI: http://anchour.com/ */
design/dashboard-with-graphs/graph3.html
jumprope-design/jumprope-design.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, shrink-to-fit=no, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Dashboard - E...
css/agency.css
graftinglegacy/graftinglegacy.github.io
/*! * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency) * Copyright 2013-2016 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE) */ body { overflow-x: hidden; font-family: "Roboto Slab", "Helvetica Neue", Helvetic...
images/icons/shipping-and-handly-linear/flaticon51.css
fwork/dist
@font-face { font-family: "flaticon51"; src: url("flaticon.eot"); src: url("flaticon.eot#iefix") format("embedded-opentype"), url("flaticon.woff") format("woff"), url("flaticon.ttf") format("truetype"), url("flaticon.svg") format("svg"); font-weight: normal; font-style: normal; } [class^="flaticon51-"]:before, ...
AWS_CloudFormation_Template_Reference.docset/Contents/Resources/Documents/aws-properties-ses-receiptrule-workmailaction.html
pdhodgkinson/AWSCloudFormationTemplateReference-dash-docset
<!DOCTYPE html> <html> <head> <link href="css/awsdocs.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/awsdocs.min.js"></script> <meta charset="utf-8"> </head> <body> <div id="content" style="padding: 10px 3...
public/css/dashboard.css
aankloterij/schilderijshit
@import url('main.css'); header.main{ background-color: #3F51B5; position: fixed; height: 64px; width: 100%; z-index: 1000; box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2); } header.main div#menu_main{ float: left; background: url('../img/ic_menu_white.svg') no-repeat center center; } header.main h1{ display: in...
app/src/client/components/settings/controls/ControlsInputsRow.css
jpikl/cfxnes
.controls-inputs-row { display: table-row; & > * { display: table-cell; } } .source-inputs { min-width: 12rem; padding-right: 0.3rem; } .source-input-unset { padding-right: 0.5rem; } .source-input-add { padding-left: 0.5rem; }
app/index.html
lovev/lovev
<!DOCTYPE html> <!--[if lt IE 7]> <html lang="en" ng-app="lovevApp" ng-strict-di class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html lang="en" ng-app="lovevApp" ng-strict-di class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html lang="en" ng-app="lovevApp" ng-strict-di class="no-js lt-ie9"> <!...
Docs/Doxygen/html/class_kluster_kite_1_1_a_p_i_1_1_provider_1_1_resolvers_1_1_enum_resolver.html
KlusterKite/KlusterKite
<!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" con...
out/files/scripts_SuccessiveMelodicIntervals.js.html
kbarber-ups/Capstone
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>scripts/SuccessiveMelodicIntervals.js</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="style...
doc/method_list.html
programmfabrik/coffeescript-ui
<!DOCTYPE html> <html> <head> <meta charset='UTF-8'> <title>Coffeescript-UI Documentation</title> <script src='javascript/application.js'></script> <script src='javascript/search.js'></script> <link rel='stylesheet' href='stylesheets/application.css' type='text/css'> </head> <body class='list'> <div c...
reneviz/src/main/webapp/resources/css/components.css
christoff-buerger/reneviz
.node { cursor: pointer; } .nodetext { font: 10pt sans-serif; } .link { fill: none; stroke: #e1eff6; } .axis { fill: none; stroke: #9ecae1; } text { font: 10pt sans-serif; pointer-events: none; }
backend/htmlcov/remixvr_user_models_py.html
viewportvr/daysinvr
<!DOCTYPE html> <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 remixvr/user/models.py: 100%</title> <link rel="stylesheet" href="style.css" type="text/css"> <script ...
app/containers/TodoPage/components/LinkList/styles.css
mclxly/react-study
.linkList { }
gyroMaster.html
tty-hayashi/LindaClientDemo
<!DOCTYPE html> <html> <head> <title>Gyro Master</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=10.0, user-scalable=yes"> <meta name="author" content="tetha" /> <s...
analysis/sample_tables/zh/ns0/zh_ns0_sample_other_w__per_justification.html
halfak/are-the-bots-really-fighting
<a name='other w/ per justification'><h1>other w/ per justification</h1></a> <table border="1" class="dataframe"> <thead> <tr style="text-align: right;"> <th></th> <th>reverting_id</th> <th>reverting_user_text</th> <th>rev_user_text</th> <th>reverting_comment</th> <th>diff</th...
docs/class/ApplicationLayout.html
TackRPI/tack_cordova
<!DOCTYPE html> <html> <head> <meta charset='UTF-8'> <title>CoffeeScript API Documentation</title> <script src='../javascript/application.js'></script> <script src='../javascript/search.js'></script> <link rel='stylesheet' href='../stylesheets/application.css' type='text/css'> </head> <body> <div id='...
Reports/el/eleven41.extensions.1.2.0/Eleven41.Extensions-net35-client.html
kuhlenh/port-to-core
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> ...
src/assets/css/wx-nav.css
bearDream/JueWxApp
#wx-nav nav{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%;overflow:hidden;height:50px;padding-top:8px;background:#f9f9f9;font-size:12px}#wx-nav nav dl{cursor:pointer;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;-webkit-box-flex:1;-ms-flex-po...
cocos2d/MissileCommand/index.html
jucimarjr/html5games
<!DOCTYPE html> <html> <head> <title>Missile Command</title> <script src="cocos2d.js"></script> <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" /> </head> <body> <canvas id="GC"></can...
statics/webpages/resetting_invalid.html
Filix/dngu
<!DOCTYPE html> <html lang="en"> <head> <!-- start: Meta --> <meta charset="utf-8" /> <title>Better.com</title> <meta name="description" content="Better.com" /> <meta name="keywords" content="Better.com" /> <meta name="author" content="" /> <!-- end: Meta --> <!-- start: Mobile Specific --> <meta name="vie...
404.html
yudhasetiawan/yudhasetiawan.github.io
--- layout: page title: 404 permalink: /404.html --- <section class="container full-width" role="main"> <div id="content" class="header-section font star-avenue"> <div style="font-family: 'Dosis'; font-size: 100px; line-height: 1;">404</div> </div> <div id="content" class="full-width font star-avenue"> <p clas...
app/views/apps/sprint-5/views/case/notes.html
paulmsmith/fes-work-management
{% set page = { section: "work list", subsection: "Notes (1 new)" } %} {% extends currentApp.filePaths.layoutsDir + "case.html" %} {% block subsection_primary %} <h3 class="heading-large mt-0">Notes</h3> <p class="text">Case notes are a great way of adding extra information for a case, just remember keep it brie...
app/views/includes/pages/calculated-feature.html
gavinelliott/gysp
<div class="grid-row"> <div class="column-two-thirds js-hidden" id="amount"> <br/> <div class="highlighted-event" style="padding: 60px; background-color: #28a197; color: #fff; text-align: center;"> <div style="font-size: 24px; font-weight: bold; clear:both;">Your State Pension will be</div> <div s...
demo_simple.html
jonathanweiss/component-manager
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>ComponentManger | Demo</title> <link href='https://fonts.googleapis.com/css?family=Crimson+Text' rel='stylesheet' type='text/css'> <style type="text/css"> * { font-family: 'Crimson Text', serif; } ...
doc/threesixty/data/tags/InterpolationTag.html
elordin/threesixty
<!DOCTYPE html > <html> <head> <title>InterpolationTag - threesixty.data.tags.InterpolationTag</title> <meta name="description" content="InterpolationTag - threesixty.data.tags.InterpolationTag" /> <meta name="keywords" content="InterpolationTag threesixty.data.tags.InterpolationTa...
templates/signup_form.html
texib/bitcoin-zoo
{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Signup" %} wtf{% endblock %} {% block content %} <div class="panel panel-primary"> <div class="panel-heading">Sign up</div> <div class="panel-body"> <form action='' method="post" class="form-horizontal"> ...
html/234567146859.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open...
modules/thc_Web/www_jqmobile/thc_Web.css
Drolla/thc
/**** JQuery Mobile default overriding ****/ .ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e { padding: 3px; } .label-value { font-weight: 700; } .device_container { /* background-color: red; */ border: 2pt solid; // #38f; border-radius: 0.4em; }
src/local.css
hashbang/hashbang.sh
* { text-indent:-9999px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } html { background:black; color:black; } body { display:block; position:fixed; color:#DDD; overflow:hidden; width: 100...
_site/lrthw/2016/06/28/lrhw-27.html
Ljzn/ljzn.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" href="/static/img/ruby.ico" /> <title>笨方法学Ruby第二十七天 - LJZN</titl...
_layouts/blog.html
cathydutton/my-site
{% include head.html %} {% include sidebar.html %} <div class="content"> <main id="main"> <header role="banner" class="header"> <h1 class="heading"><span class="heading__intro">{{ page.intro }}</span>{{ page.heading }}</h1> </header> {{ content }} </main> {% include footer.html %} </div> <!-- Script includes --> <s...
_layouts/base.html
irontiga/materiyll
<!DOCTYPE html> <html> {% include head.html %} <body> <header> {% include header.html %} </header> <main> <div id="main-content"> {{ content }} {% include footer.html %} </div> </main> <div class="ripple-wrapper"> <div class="ripple"></div> </div> {% include js....
google-play-services_lib/docs/reference/com/google/android/gms/common/data/DataBuffer.html
CMPUT301W15T05/TrackerExpress
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width" /> <link rel="shortcut icon" type="image/x-icon" href="../../../../...
app/client/index.html
d3x7r0/mais_ramboia
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"/> <title>+Ramboia</title> <link href="css/app.min.css" rel="stylesheet"/> <script src="/js/libs/modernizr.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> </head> <body id="ramboia"...
docs/function-ReadMap.html
TDXDigital/TPS
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Function ReadMap | TPS Broadcast</title> <link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e"> </head> <body> <div id="left"> <div id="menu"> <a href="index.html" title="Overview"><span>Overview</span></a> <d...
src/app/about/about.component.html
sunstriders/42degrees
<div class="container"> <h5 style="display: inline">Remain energy </h5><h5 style="display: inline">{{remainEnergy| number:'1.2-2'}} watts</h5><h5 style="display: inline">, used energy </h5><h5 style="display: inline">{{usedEnergy| number:'1.2-2'}}</h5><h5 style="display: inline">, for day.</h5> </div> <div> <di...
clean/Linux-x86_64-4.09.0-2.0.5/extra-dev/dev/higman-s/8.5.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>higman-s: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" ...
clean/Linux-x86_64-4.13.1-2.0.10/released/8.13.0/unimath-substitution-systems/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>unimath-substitution-systems: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../.....
session/show.html
XiaoRr/XiaoRr.github.io
<html> <head> <title>基础搜索学习</title> <link rel="stylesheet" type="text/css" href="./prism.css"> <link rel="stylesheet" type="text/css" href="./button.css"> <meta charset="utf-8" /> <style> body { font-size: 20px; } .wall, .blink, .visited, ...