path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
third_party/blink/web_tests/external/wpt/density-size-correction/density-corrected-image-svg-cross-origin.sub.html | scheib/chromium | <html>
<head>
<title>Density Corrected Size: SVG (cross-origin)</title>
<link rel="match" href="density-corrected-image-svg-ref.html" />
<meta name="assert" content="Assert that density-corrected size in EXIF is taken into account for SVG <image>">
</head>
<body>
<svg width="200" height="200">
... |
formvalidation/js/css/scenario4.css | gforguru/Windows-universal-samples | #form4 input:required:invalid, #form4 input:optional:invalid
{
border:solid #FF0033;
}
|
v3client/js/ext-3.1.0/resources/css/structure/box.css | ac001/fgmap | /*!
* Ext JS Library 3.1.0
* Copyright(c) 2006-2009 Ext JS, LLC
* licensing@extjs.com
* http://www.extjs.com/license
*/
/*
Creates rounded, raised boxes like on the Ext website - the markup isn't pretty:
<div class="x-box-blue">
<div class="x-box-tl"><div class="x-box-tr"><div class="x-box-tc"></div></d... |
src/plugins/jmxweb/src/hawtio/app/ui/html/test/auto-dropdown.html | zhouluoyang/openfire | <div ng-controller="UI.UITestController2">
<div>
<div class="row-fluid">
<h3>Auto Drop Down</h3>
<p>Handy for horizontal lists of things like menus, if the width of the element is smaller than the items inside any overflowing elements will be collected into a special dropdown element that's required ... |
LayoutTests/media/track/opera/track/webvtt/rendering/reftest/align_middle_wrapped.html | nwjs/blink | <!DOCTYPE html>
<html>
<title>WebVTT rendering, align:middle with long cues</title>
<style>
html { overflow:hidden }
body { margin:0 }
::cue {
font-family: Ahem, sans-serif;
color: green
}
</style>
<script src="support/refTestWait.js"></script>
<video width="1280" height="720" autoplay onplaying="this.onplaying... |
venv/bin/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary-members.html | NixaSoftware/CVis | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>ublas: Member List</title>
<link href="tabs.css" rel="stylesheet" type=... |
tests/wpt/mozilla/tests/webgl/conformance-1.0.3/conformance/ogles/GL/floor/floor_001_to_006.html | anthgur/servo | <!DOCTYPE html>
<!-- this file is auto-generated. DO NOT EDIT.
/*
** Copyright (c) 2012 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a
** copy of this software and/or associated documentation files (the
** "Materials"), to deal in the Materials without restriction,... |
web/components/jquery-ui/themes/base/tabs.css | fjbatresv/REMIS | /*!
* jQuery UI Tabs 1.11.0
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/tabs/#theming
*/
.ui-tabs {
position: relative;/* position: relative prevents IE scroll bug (element with posi... |
third_party/glm/doc/api/a00129.html | TheMarex/deberg | <!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/blink/web_tests/external/wpt/css/css-flexbox/grid-flex-item-005.html | scheib/chromium | <!DOCTYPE html>
<link rel="help" href="https://crbug.com/1108928">
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
<p>Test passes if there is a filled green square.</p>
<div id="target">
<div style="display: flex; flex-direction: column">
<div style="display: grid; height: 0; flex: ... |
three/examples/webgl_materials_blending_custom.html | lyaunzbe/jessy | <!DOCTYPE html>
<html lang="en">
<head>
<title>three.js webgl - materials - custom blending</title>
<meta charset="utf-8">
<style>
body {
margin: 0px;
background-color: #111;
overflow: hidden;
font-family: arial;
}
.menu { color: #fff; font-weight: bold; font-size: 12px; z-index: 100; w... |
docs/api/rb/Selenium/WebDriver/Error/ServerError.html | pulkitsinghal/selenium | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
Exception: Selenium::WebDriver::Err... |
main/templates/bit/style.html | ssxenon01/music-app | # for style in config.STYLES
# if config.DEVELOPMENT
<link rel="stylesheet" href="/p/{{style.replace('.less', '.css').replace('src/style/', 'dst/style/')}}?{{config.CURRENT_VERSION_ID}}">
# else
<link rel="stylesheet" href="/p/{{style.replace('.less', '.min.css').replace('src/style/', 'min/style/')}}?{{conf... |
[CSS]-01-Basics/CSS-Exams/14-Apr-23-Group-1/Task 1/template/index.html | shakuu/Homework | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Styling Exam Variant 1 - Task 1</title>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<div id="wrapper">
<header>
<h1>
Nikolay Kostov's blog
</h1>
<nav id="nav">
<ul>
<li>about</li>
<li>blog</li>
<li>speaki... |
tests/wpt/web-platform-tests/css/css-text-3/i18n/css3-text-line-break-jazh-109.html | shinglyu/servo | <!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO (loose,ja)</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
<link rel="match" href="refere... |
tests/wpt/web-platform-tests/css/css-text-3/i18n/reference/css3-text-line-break-opclns-212-ref.html | fitzgen/servo | <!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 309D HIRAGANA ITERATION MARK</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content='font'>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';
src: url(... |
templates/init/src/index.html | ieugen/grommet | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Grommet - User Experience for the Enterprise</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="mobile-web-app-capable" content="yes">
<link rel="short... |
vendor/percentageloader/css/jquery.percentageloader-0.1.css | azitouni/monCV01 | @font-face {
font-family: 'BebasNeueRegular';
src: url('BebasNeue-webfont.eot');
src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
url('BebasNeue-webfont.woff') format('woff'),
url('BebasNeue-webfont.ttf') format('truetype'),
url('BebasNeue-webfont.svg#BebasNeu... |
wp-content/themes/secretsession/library/outdoor.css | misfit-inc/secretsessions.co.uk | /* ===================================================================================================
| |
| FACEBOOK & MAILCHIMP |
| |
=================================================================================================== ... |
third_party/blink/web_tests/external/wpt/css/css-grid/alignment/grid-inline-axis-alignment-auto-margins-007.html | chromium/chromium | <!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Grid Layout Test: Aligning grid items using 'auto' margins and relative sized columns</title>
<link rel="author" title="Javier Fernandez Garcia-Boente" href="mailto:jfernandez@igalia.com">
<link rel="help" title="10.2 Aligning with auto margins" href="https://drafts.css... |
third_party/blink/web_tests/external/wpt/css/css-transforms/scale/svg-scale-007.html | nwjs/chromium.src | <!DOCTYPE html>
<html>
<head>
<title>CSS Transforms Test: SVG presentation attribute and scale horizontally 1.5 and vertically 0.5</title>
<link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com">
<link rel="help" href="http://www.w3.org/TR/css-transforms-1/#svg-transform">
<link rel="hel... |
themes/zen/zen-internals/css/pages.css | irwinv/Erenss | /**
* @file
* Page Styling
*
* Style the markup found in page.tpl.php. Also includes some styling of
* miscellaneous Drupal elements that appear in the $content variable, such as
* ul.links, .pager, .more-link, etc.
*/
/*
* Body
*/
body {
margin: 0;
padding: 0;
}
#page-wrapper {
}
#page {
}
/*
* The ... |
xadmin_bak/templates/xadmin/auth/password_reset/done.html | wcybxzj/django_xadmin17 | {% extends base_template %}
{% load i18n xadmin_tags %}
{% load url from future %}
{% load crispy_forms_tags %}
{% block body %}
<div class="container">
<div class="panel panel-default panel-single" style="max-width: 500px;">
<div class="panel-heading">
<h3 class="form-signin-heading">{% trans 'Password r... |
v2/docs/src_physics_p2_CollisionGroup.js.html | clark-stevenson/phaser | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Source: src/physics/p2/CollisionGroup.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... |
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/vyutpattivada-ext.txt.out.dict_18172_sam.html | sanskritiitd/sanskrit | url: http://sanskrit.uohyd.ac.in/cgi-bin/scl/sandhi_splitter/sandhi_splitter.cgi?encoding=Unicode&sandhi_type=s&word=नेति<div id='finalout' style='border-style:solid; border-width:1px;padding:10px;color:blue;font-size:14px;height:200px'>नेति = <a title = "न अव्य/न पुं 8 एक/न नपुं 8 एक/नस् स्त्री 8 एक">न</a>+<a title = ... |
threeJS/mrdoob-three.js-3b4457e/examples/webgl_materials_cars.html | pixelsandcandy/sandbox-js | <!DOCTYPE html>
<html lang="en">
<head>
<title>three.js webgl - materials - cube reflection [cars]</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
background:#000;
color:#fff;
padding:0;
... |
tmp/install_4faaae4f0e230/components/com_jce/editor/tiny_mce/plugins/article/css/pagebreak.css | healthcommcore/guts | /**
* @version $Id: pagebreak.css 221 2011-06-11 17:30:33Z happy_noodle_boy $
* @package JCE
* @copyright Copyright (C) 2009 Ryan Demmer. All rights reserved.
* @license GNU/GPL
* This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivativ... |
third_party/WebKit/LayoutTests/media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_up.html | XiaosongWei/chromium-crosswalk | <!DOCTYPE html>
<html>
<title>WebVTT rendering, repositioning (down) when 2 cues overlap partially</title>
<script src="../../../../../../../resources/ahem.js"></script>
<style>
html { overflow:hidden }
body { margin:0 }
::cue {
font-family: Ahem, sans-serif;
color: green
}
</style>
<script src="support/refTest... |
wts/tests/backgrounds/CSS3BG_background_f00_no-repeat_bottom_url_png.html | hgl888/web-testing-service | <!DOCTYPE html>
<!--
Copyright (c) 2012 Intel Corporation.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of works must retain the original copyright notice, this list
of conditions and the following di... |
widgets/Coordinate/setting/Edit.html | cob222/CPG | <div style="width:100%">
<div class="output-wkid edit-module" data-dojo-attach-point="outputDiv">
<table cellspacing="0">
<tbody>
<tr>
<td>
<div class="wkid-header">
<span>${nls.output}</span>
<a href="https://developers.arcgis.com/... |
third_party/blink/web_tests/fast/forms/fieldset/fieldset-disabled.html | scheib/chromium | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../../resources/js-test.js"></script>
<style type="text/css">
input {
background:rgb(255,255,100);
}
input:disabled {
background:rgb(255,0,0);
}
</style>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<form>
<fieldset... |
src/bower_components/popper.js/docs/_layouts/page-hashtag.html | OualiAghiles/Formation | ---
layout: default
---
<article id="main" class="page-layout">
<header>
<h2>#{{ page.title }}</h2>
<p>{{ page.description }}</p>
</header>
<section class="wrapper style5">
<div class="inner">
{{ content }}
</div>
</section>
</article>
|
wp/wp-content/plugins/crayon-syntax-highlighter/themes/x3info/x3info.css | WordBenchNagoya/WordFes2017 | /*
Name: X3info
Description: X3info.com
Version: 1.0
Author: Jafran Ahmed
URL: http://x3info.com
*/
.crayon-theme-x3info {
border-width: 1px !important;
border-color: #35907e !important;
border-style: solid !important;
text-shadow: none !important;
background: #f0f0f0 !important;
}
.crayon-theme-x3info-inline {
b... |
src/main/webapp/WEB-INF/static/semanticui/components/breadcrumb.css | taqi/jbirth | /*
* # Semantic UI - 1.10.2
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
* Copyright 2014 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Breadcrumb
*******************************/
.ui.bre... |
web/jpgraph/docs/chunkhtml/ch05s02.html | daveseff/DS_Scheduler | <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>What is an image?</title><link rel="stylesheet" type="text/css" href="manual.css"><meta name="generator" content="DocBook XSL Stylesheets V1.76.0"><link rel="home" href="index.html" title="JpGraph Manual"><link rel="up" href="ch05.htm... |
tests/wpt/web-platform-tests/accname/name_checkbox-label-embedded-spinbutton-manual.html | pyfisch/servo | <!doctype html>
<html>
<head>
<title>Name checkbox-label-embedded-spinbutton</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnes... |
wp-content/themes/neundorfer/sass/bootstrap/js/tests/visual/button.html | davygxyz/neundorfer | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Button</title>
<link rel="stylesheet" href="../../../dist/css/bootstrap.min.css">
<!-- HTML5 shim and Respond.js for IE8 sup... |
third_party/blink/web_tests/external/wpt/html/semantics/forms/the-fieldset-element/accessibility/legend-visibility-collapse-manual.html | scheib/chromium | <!doctype html>
<title>fieldset accessibility test: legend visibility: collapse</title>
<link rel=help href=https://w3c.github.io/html-aam/#fieldset-element-accessible-name-computation>
<style>
legend { visibility: collapse; }
</style>
<fieldset id=fieldset>
<legend>Foo</legend>
<input>
</fieldset>
<p>Expected acces... |
ajax/libs/oojs-ui/0.10.1/oojs-ui-mediawiki-icons-user.css | seogi1004/cdnjs | /*!
* OOjs UI v0.10.1
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 2011–2015 OOjs Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2015-04-27T17:17:17Z
*/
.oo-ui-icon-userActive {
background-image: url("themes/mediawiki/images/icons/userActive-ltr... |
ajax/libs/uikit/2.27.0/css/components/htmleditor.gradient.css | maruilian11/cdnjs | /*! UIkit 2.27.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
Component: HTML editor
========================================================================== */
/* Sub-object `uk-htmleditor-navbar`
=====================... |
share/spice/transit/njt/transit_njt.css | ppant/zeroclickinfo-spice | .zci--njt .tile--njt {
text-align: center;
width: 13em;
}
.is-mobile .zci--njt .tile--njt {
width: 12.25em;
}
.tile--njt .njt__time {
font-size: 2.3em;
font-weight: 300;
}
.tile--njt .njt__details {
margin-top: 5px;
margin-bottom: 10px;
}
.tile--njt .njt__status-sep {
height: 12px;
}... |
tests/wpt/web-platform-tests/css/vendor-imports/mozilla/mozilla-central-reftests/ib-split/remove-from-split-inline-6-noib-ref.html | UK992/servo | <!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<style>
body > span { border: 3px solid blue }
#one { border-right: none; }
#four { border-le... |
third_party/WebKit/LayoutTests/compositing/squashing/squashing-into-ancestor-painted-layer-expected.html | wuhengzhi/chromium-crosswalk | <!DOCTYPE HTML>
<style>
body {
transform: translateZ(0);
}
#overlapper {
width: 400px;
height: 400px;
left: 200px;
background: gray;
position: absolute;
transform: translateZ(0);
}
#container {
-webkit-perspective: 1400px;
position: absolute;
width: 180px;
height: 180px;
background: papayawhip;... |
third_party/WebKit/LayoutTests/fast/dom/custom/lifecycle-created-parser-script.html | axinging/chromium-crosswalk | <!DOCTYPE html>
<html>
<head>
<script src="../../../resources/js-test.js"></script>
<script>
description("This test ensures that the lifecycle callback of a parser-made element is visible in following script block.")
proto = Object.create(HTMLElement.prototype, { createdCallback: { value: function() { window.callbacksC... |
third_party/blink/web_tests/external/wpt/css/css-ui/text-overflow-029.html | scheib/chromium | <!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>CSS Basic User Interface Test: text-overflow and bidi interaction</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<link rel="help" href="http://www.w3.org/TR/css-ui-3/#text-overflow">
<link rel="help" href="http://www.... |
tests/wpt/webgl/tests/conformance2/textures/image_data/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html | UK992/servo | <!--
Copyright (c) 2015 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publi... |
sites/all/themes/nihao/css/ie6-fixes.css | ddnode/nihao |
/* IE6 fixes
-------------------------------------------------------------- */
/* fix double-margin bug */
.block,
.nested {
display: inline;
}
/* fluid: fix skipped % margin inherit bug */
.grid-type-fluid .sidebar-first-inner,
.grid-type-fluid .sidebar-last-inner {
zoom: 1;
}
/* fluid: fix list ... |
www/lib/third-party/ngmap/testapp/polygon-simple.html | bennekrouf/ionic-starter-kit | <!DOCTYPE html>
<html ng-app="ngMap">
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.5/angular.min.js"></script>
<script src="scripts/app.js"></script>
... |
tests/wpt/web-platform-tests/conformance-checkers/html-aria/accessible-name-updates/694.html | UK992/servo | <!DOCTYPE html>
<html>
<head>
<title>ARIA 1.0 Test Case 694</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<h1>ARIA 1.0 Test Case 694</h1>
<div id="TEST_ID_1">
</div>
<h2>Description</h2>
<p>The aria-live attribute is added to an e... |
weixinmenu/Content/easyui/jquery-easyui-1.3.5/demo/tooltip/toolbar.html | jackche0214/wechatpaltform | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Tooltip as Toolbar - jQuery EasyUI Demo</title>
<link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="../../themes/icon.css">
<link rel="stylesheet" type="text/css" href="../demo.css">
... |
tool/src/java/org/sakaiproject/delegatedaccess/tool/pages/EditablePanelDate.html | sakai-mirror/delegatedaccess | <html xmlns:wicket="http://wicket.apache.org">
<link rel="stylesheet" type="text/css" href="style.css" />
<wicket:panel>
<input type="text" wicket:id="dateTextField" class="formInputField datePicker" readonly="readonly" size="8"/>
<style>
.ui-datepicker-trigger{
display: none;
}
</style>
<script type="text... |
extensions/amp-access/0.1/amp-login-done.html | nekodo/amphtml | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,minimal-ui">
<meta name="robots" content="noindex">
<title>AMP Login Complete</title>
<script async src="../../../dist/v0/amp-login-done-0.1.m... |
ajax/libs/ag-grid/3.0.0/theme-dark.css | bootcdn/cdnjs | .ag-dark .ag-root {
border: 1px solid #808080;
color: #e0e0e0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ag-dark .ag-cell {
border-right: 1px solid #808080;
padding: 4px;
}
.ag-dark .ag-header {
background-color: #430000;
border-bottom: 1px solid #808080;
}
.ag-dark .ag-no-scrolls .a... |
wsgi/wsgi/static/weblink/doc/api/m-pfcAssembly.html | 2014c2g12/c2g12 | <html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>
CIP JavaScript documentation for module "pfcAssembly"
</title>
<link href="cipdoc_default.css" type="text/css" rel="stylesheet">
<script language="JAVASCRIPT">
function findProperNode ()
{
top.frames [0].doc... |
wts/tests/canvas/w3c/initial.reset.transform.html | crosswalk-project/web-testing-service | <!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by tools/gentest.py. -->
<title>Canvas test: initial.reset.transform</title>
<meta name="author" content="Philip Taylor">
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="common... |
external/chromium_org/chrome/common/extensions/docs/templates/articles/hosting.html | s20121035/rk3288_android5.1_repo | <h1>Hosting</h1>
<p class="warning"><b>Warning:</b>
As of Chrome 33,
Windows stable/beta channel users can only download extensions
hosted in the Chrome Web store,
except for installs via
<a href="https://support.google.com/chrome/a/answer/188453">enterprise policy</a>
or
<a href="getstarted#unpacked">developer mode</... |
introToBackbone/examples/code/snapshot07/index.html | jiangzhixiao/screencasts | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Introduction to Backbone</title>
<script src="underscore.js"></script>
<script src="backbone.js"></script>
</head>
<body>
<script>
var point = new Backbone.Model();
point.set("x", 5);
point.set("y", 10);
// L... |
src/3rd_party/apache-log4cxx-win32-0.10.0/apache-log4cxx-0.10.0/site/apidocs/gzcompressaction_8h.html | smartdevice475/sdl_core_346_wince | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under t... |
third_party/blink/web_tests/html5lib/generated/run-namespace-sensitivity-write.html | chromium/chromium | <!DOCTYPE html>
<script>
var test_files = [ '../resources/namespace-sensitivity.dat' ]
</script>
<script src="../../resources/dump-as-markup.js"></script>
<script src="../resources/runner.js"></script>
|
api/master/Thelia/Form/TaxRuleModificationForm.html | gillesbourgeat/thelia.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Form\TaxRuleModificationForm | </title>
<link rel="stylesheet" type="text/css" href="../../stylesheet.css">
</hea... |
ajax/libs/pileup/0.2.0/pileup.css | drewfreyling/cdnjs | /**
* This is the default stylesheet for pileup.js.
* In general, it attempts to look like IGV.
* You are encouraged to override anything you like.
*/
.pileup-root {
display: flex;
flex-direction: column;
height: 100%;
}
.pileup-root > .track {
display: flex;
flex-direction: row;
}
.track-label {
flex... |
yahoo-finance/bower_components/angularjs-nvd3-directives/examples/issue.133.t2.html | kyleiwaniec/yahoo-finance | <h1>Pie Chart 2</h1>
<nvd3-pie-chart
data="exampleData"
width="200"
height="200"
margin="{left:10,top:10,bottom:10,right:10}"
id="exampleId"
x="xFunction()"
y="yFunction()"
showLabels="true"
pieLabelsOutside="false"
showValues="true"
... |
tests/wpt/web-platform-tests/webvtt/rendering/cues-with-video/processing-model/dom_override_cue_text-ref.html | dsandeephegde/servo | <!DOCTYPE html>
<title>Reference for WebVTT rendering, it is possible to override cue text with the DOM APIs</title>
<style>
html { overflow:hidden }
body { margin:0 }
.video {
display: inline-block;
width: 320px;
height: 180px;
position: relative;
font-size: 9px;
}
.cue {
position: absolute;
... |
项目三jQueryMobile/bower_components/jquery-ui/demos/droppable/default.html | yuyang545262477/Resume | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Droppable - Default functionality</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/jquer... |
www/admin/lib/dojo/dijit/themes/tundra/ProgressBar.css | marcbuils/WorkESB | .tundra .dijitProgressBar {
margin:2px 0 2px 0;
}
.tundra .dijitProgressBarEmpty {
background:#fff url("images/progressBarEmpty.png") repeat-x center center;
border-color: #a2a2a2 #b8b8b8 #b8b8b8 #a2a2a2;
}
.tundra .dijitProgressBarTile {
background:#f0f0f0 url("images/progressBarFull.png") repeat-x center cent... |
web/js/verifphone/goog/closure-library-master/closure/goog/net/crossdomainrpc_test.html | Serard/cmsulysse | <!DOCTYPE html>
<html>
<!--
Copyright 2007 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<!--
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>
Closure Unit Tests - goog.ne... |
third_party/blink/web_tests/external/wpt/css/css-text/text-align/text-align-last-014.html | nwjs/chromium.src | <!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text Test: text-align-last applied to "display: block" span element</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="author" title="Shiyou Tan" href="mailto:shiyoux.tan@intel.com">
<link rel="help" title="7.2. Last Line Alignment: the 'te... |
workspace/glaf-web/web/scripts/layer/skin/layer.ext.css | jior/glaf | /**
@Name: layer拓展样式
@Date: 2012.12.13
@Author: 贤心
@blog: sentsin.com
**/
.xubox_iconext{background:url(default/icon_ext.png) no-repeat;}
/* prompt模式 */
.xubox_layer .xubox_form{width:240px; height:30px; line-height:30px; padding: 0 5px; border: 1px solid #ccc; background: url(default/textbg.png) #fff repeat... |
third_party/blink/web_tests/external/wpt/css/css-animations/animation-duration-002-manual.html | chromium/chromium | <!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Animations Test: animation-duration - finite value</title>
<link rel="author" title="Nokia Inc." href="http://www.nokia.com">
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="reviewer" title="Zhiqiang Zhang" href="mailto:zhiqiang.zhang@intel.com"... |
tests/wpt/web-platform-tests/css/CSS2/i18n/syndata/support/bom-charsetutf8.css | paulrouget/servo | @charset "utf-8";
span {
background-color: #FF0000;
font-weight: bold;
color: red;
font-family: Arial, Helvetica, sans-serif;
}
.ýäè {
background-color: #00FF00;
font-weight: bold;
color: #00FF00;
font-family: Arial, Helvetica, sans-serif;
}
|
tests/wpt/web-platform-tests/navigation-timing/test_navigation_type_backforward.html | wldcordeiro/servo | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>window.navigation.type for back and forward navigations</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/navigation-timing/#sec-navigation-info-in... |
www/administrator/templates/hathor/css/colour_blue.css | OSTraining/alledia-docker-joomla-codeception | .clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-heig... |
第2组 刘成军/高姗/第二周作业/public/Font-Awesome-master/Font-Awesome-master/src/3.2.1/icon/pinterest-sign/index.html | zhouhuiqiong/201602node_homework | <!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en" xmlns="http://www.w3.org/1999/html"> <!--<![endif]-->
<head>
<!-- Basic... |
zerif-lite/css/zerif_customizer_custom_css.css | derakovi/derakovi.github.io | .customize-control-widget_form .widget-control-save {
display:block !important;
} |
www/sites/all/modules/contrib/views/help/style.html | nattyseydi/nattyseydi.com | The Views' <strong>style</strong> system is how you customize the output produced by your view. A view style is basically a smart theme template that processes the view data and then outputs it. All styles in Views can be <a href="topic:views/using-theme">overridden</a> by placing copies of the templates in your theme ... |
tests/wpt/web-platform-tests/mixed-content/websocket-request/meta-csp/cross-origin-ws/top-level/no-redirect/blockable/ws-downgrade-blocks.https.html | anthgur/servo | <!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 cont... |
www/bower_components/iron-menu-behavior/demo/simple-menubar.html | mistert69/btle-web-component | <!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http:/... |
third_party/glm/doc/api/namespacemembers_0x70.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... |
web-platform-tests/tests/service-workers/stub-4.1-service-worker-global-scope.html | cr/fxos-certsuite | <!DOCTYPE html>
<html>
<title>Service Workers: ServiceWorkerGlobalScope</title>
<head>
<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#service-worker-global-scope">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessre... |
third_party/web_platform_tests/webdriver/user_input/res/text-form.html | youtube/cobalt | <html>
<head>
<title>Text Form</title>
<meta charset="utf-8" />
<script>
function key_press() {
document.getElementById("text").textContent = document.getElementById("Text1").value;
}
function got_focus() {
var output = document.getElementById("output");
... |
tests/wpt/web-platform-tests/webgl/conformance-1.0.3/conformance/glsl/bugs/long-expressions-should-not-crash.html | totallybradical/temp_servo2 | <!--
/*
** Copyright (c) 2012 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a
** copy of this software and/or associated documentation files (the
** "Materials"), to deal in the Materials without restriction, including
** without limitation the rights to use, copy, ... |
files/cyber-font/3.0.2/cyber-font.css | 2947721120/garrulous-octo-rutabaga | @font-face {
font-family: 'cyber-font';
src: url('eot/cyber-font.eot');
src: url('eot/cyber-font.eot?#iefix') format('embedded-opentype'),
url('woff/cyber-font.woff') format('woff'),
url('ttf/cyber-font.ttf') format('truetype'),
url('svg/cyber-font.svg#cyber-font') format('svg');
... |
ajax/libs/yui/3.5.0pr2/calendarnavigator/assets/calendar-base-core.css | kennynaoh/cdnjs | .yui3-calendar {
}
.yui3-calendar-content {
}
.yui3-calendar-pane {
width: 100%;
}
.yui3-calendar-grid {
width: 100%;
}
.yui3-calendar-left-grid {
margin-right:1em;
}
.yui3-calendar-right-grid {
margin-left:1em;
}
.yui3-calendar-column-hidden, .yui3-calendar-hidden {
display:none;
}
.yui3-calendar-d... |
wp-content/plugins/breezing-forms/platform/administrator/templates/system/css/error.css | SayenkoDesign/selectahead | /**
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
.outline {
border: 1px solid #cccccc;
background: #ffffff;
padding: 2px;
}
body {
margin: 15px;
height: 100%;
padding: 0;
font-family: Arial... |
www/static/css/components/sticky.gradient.css | silentsee/blog | /*! UIkit 2.23.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
Component: Sticky
========================================================================== */
/*
* 1. More robust if padding and border are used
*/
[data-uk... |
third_party/web_platform_tests/conformance-checkers/html/elements/base/href/scheme-data-contains-fragment-haswarn.html | youtube/cobalt | <!DOCTYPE html>
<meta charset=utf-8>
<title>href warning: scheme-data-contains-fragment</title>
<base href="data:text/html,test#test">
|
templates/base.html | haxwithaxe/couchit | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>{% if site and site.title %}{{ site.title }} - {% endif %}{% block title %}{% endblock %}</title>
<link rel="icon" type="image/png" href="/static/img/favicon.png" />
<link rel="shortcut icon" href="/static/img/favicon.png" type="i... |
public/megahtml.html | da99/mu_mongo | <html>
<head>
<title>Learn HTML</title>
<meta name="verify-v1" content="Blj1lh0s7UYhIw92PuNfg6EJzZOrUGSZ3Zj4G+GWOlg=" />
<style type="text/css">
p { margin: 0 ; }
body {
font-family: helvetica, sans-serif;
... |
clean/Linux-x86_64-4.09.1-2.0.6/released/8.7.0/shuffle/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>shuffle: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css... |
sdk/_PhpDocs/files/IntuitRestServiceDef.IPPSymbolPositionEnum.html | heroicstudios/quickbooks-php-sdk | <!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><title>IPP PHP SDK for QuickBooks V3</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta><link rel="stylesheet" href="..... |
index.html | brapastor/BaseFrontend | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mobytes sac</title>
<link rel="stylesheet" href="static/css/bootstrap.css"/>
<link rel="stylesheet" href="static/css/animate.css"/>
<link rel="stylesheet" href="static/css/font-awesome.css"/>
<link rel="stylesheet" href="stati... |
side-nav.html | FaruqKiley/CodeLarva_master | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="msapplication-tap-highlight" content="no">
<meta name="... |
doc/style.css | amarkrishna/demo1 | /*
Description: The Arialist XHTML/CSS Template
Version: 1.0
Using MentariCSS Framework
Get it from http://www.mentaricss.com
Licensed under GPL
Written by: Mohd Huzairy from Malaysia (http://mohd.huzairy.com)
The Arialist official website: http://www.mentariworks.com/thearialist.html
Table of contents:
------------... |
examples/12directive-sharing-scope/index.html | Lecoati/Angular-Training-New-Home | <!DOCTYPE html>
<html lang="es" ng-app="app">
<head>
<meta charset="utf-8">
<title>Directivas - Compartiendo $scope</title>
</head>
<body>
<div ng-controller="TestController">
<info-card></info-card>
</div>
<hr>
<div ng-controller="AnotherControll... |
Tour/index.html | zxyty/HTML-Study | <!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<title>旅行社</title>
<link rel="stylesheet" href="css/basic.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header id="header">
<div class="center">
<h1 class="logo">旅行社</h1>
<nav class="link">
<h2 class="none"... |
docs/namespaces/default.html | LoganConnor44/kent-beck-tdd | <!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="../css/... |
_site/spring-boot-tomcat-theads/index.html | chenyuejie/chenyuejie.github.io | <!DOCTYPE html>
<html>
<head>
<title>Spring Boot 减少 tomcat 线程开销 – 技 术 迷 思 – design by buzzword</title>
<meta charset="utf-8" />
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device... |
test/files/file.html | hujinglin/includes-loader | <!--# include virtual="./foo/part" -->
<!--# include virtual="./foo/part" -->
<p>html</p> |
javadoc/3.8/org/robolectric/shadows/ShadowMemoryMappedFile.html | robolectric/robolectric.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_112-google-v7) on Fri Mar 16 11:21:56 PDT 2018 -->
<title>ShadowMemoryMappedFile</title>
<meta name="date" content="2018-03-16">
<link rel="sty... |
public/css/numberGame.css | teqnickels/browser-games | .game-instructions {
display: flex;
flex-direction: column;
width: 600px;
height: 220px;
margin: 0 auto;
}
.game-container {
display: flex;
flex-direction: column;
width: 600px;
height: 550px;
margin: 0 auto;
}
.button-container {
display: flex;
height: 150px;
text-align:center;
}
.button... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.