path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
web/bundles/sensiodistribution/webconfigurator/css/configure.css
zaksuo/GestionStock
@import url("install.css"); h1 { margin-top: 10px; font-size: 26px; } #symfony-wrapper { padding-top: 0; } #symfony-search { position: absolute; top: 50px; right: 30px; } #symfony-search-field { width: 190px; } #symfony-search label { display: block; float...
src/material-examples/cdk/portal/cdk-portal-overview/cdk-portal-overview-example.css
jelbourn/material2
.example-portal-outlet { margin-bottom: 10px; padding: 10px; border: 1px dashed black; width: 250px; height: 250px; }
test/dummy/public/jquery/model/list/memory.html
itkin/amos
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <title>List Helper Demo</title> <style type='text/css'> body {font-family: verdana} li {border: solid 1px gray; padding: 5px; width: 250px;} li a {color: r...
src/deps/boost/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload3.html
mxrrow/zaicoin
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>ip::address_v4::address_v4 (3 of 4 overloads)</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href...
web/Style/dist/css/skins/skin-red.css
LegiDrone/LegiDrone
/* * Skin: Red * --------- */ .skin-red .main-header .navbar { background-color: #dd4b39; } .skin-red .main-header .navbar .nav > li > a { color: #ffffff; } .skin-red .main-header .navbar .nav > li > a:hover, .skin-red .main-header .navbar .nav > li > a:active, .skin-red .main-header .navbar .nav > li > a:focus,...
static/bower_components/angular-soundmanager3/examples/index.html
eregnier/shplayer
<!DOCTYPE html> <html> <head> <title>AnguarJs SoundManager2</title> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" /> <link rel="stylesheet" href="style.css" /> </head> <body ng-app="myApp"> <div class="container" ng-controller="MainCtrl"> <div cl...
templates/_shared/js/ext/resources/css/core.css
bkonetzny/LANshock
/* * Ext JS Library 2.1 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ .ext-el-mask { z-index: 20000; position: absolute; top:0; left:0; -moz-opacity: 0.5; opacity: .50; filter: alpha(opacity=50); background-color: #CC...
old/jq-ui/api/combo.html
SUTFutureCoder/iDa1.5
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>combo</title> <link rel="stylesheet" type="text/css" href="css/main.css" /> <link rel="stylesheet" type="text/css" href="css/SyntaxHighlighter.css" /> <script type="text/javascript" src="js/shCore.js"></script> <script typ...
sagewui/templates/html/source_code.html
migeruhito/sagenb
{% extends "html/base_authenticated.html" %} {% block title %}{{ src_filename }} - {{ gettext('Source Code') }}{% endblock %} {% block css %}main{% endblock %} {% block more_css %}<link type="text/css" ref="stylesheet" href="/javascript/highlight/prettify.css" />{% endblock %} {% block page_id %}source-code-page{% ...
tests/wpt/web-platform-tests/css/css-layout-api/child-constraints/fixed-inline-size-vrl.https.html
danlrobertson/servo
<!DOCTYPE html> <html class=reftest-wait> <link rel="help" href="https://drafts.css-houdini.org/css-layout-api/#dom-layoutconstraintsoptions-fixedinlinesize"> <link rel="match" href="../green-square-ref.html"> <meta name="assert" content="This test checks that fixing the inline size of children works as expected." /> ...
src/main/webapp/tenants/lifesci/html/components/SearchFieldsTemplate-cataloging.html
cspace-deployment/ui
<div class="fl-container-flex fl-fix information-group info-column"> <div class="fl-container-flex fl-fix content main"> <div class="info-column"> <div class="info-column2-50 fl-force-left"> <div class="info-pair"> <div class="header"> ...
src/pretix/plugins/paypal/templates/pretixplugins/paypal/checkout_payment_form.html
Unicorn-rzl/pretix
{% load i18n %} <p>{% blocktrans trimmed %} After you clicked continue, we will redirect you to PayPal to fill in your payment details. You will then be redirected back here to review and confirm your order. {% endblocktrans %}</p>
third_party/blink/web_tests/webaudio/AudioNode/tail-connections.html
scheib/chromium
<!doctype html> <html> <head> <title> Test Reconnection of Tail-Processing Nodes </title> <script src="../../resources/testharness.js"></script> <script src="../../resources/testharnessreport.js"></script> <script src="../resources/audit.js"></script> <script src="../resources/audit-util...
webapi/tct-contact-tizen-tests/contact/ContactManager_check_types.html
qiuzhong/crosswalk-test-suite
<!DOCTYPE html> <!-- Copyright (c) 2013 Samsung Electronics Co., Ltd. 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 la...
ui/webui/resources/css/bubble_button.css
endlessm/chromium-browser
/* Copyright (c) 2013 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ .bubble-button { display: inline-block; height: 0; line-height: 1; margin-inline-start: 4px; vertical-align: middle; width: 16px; } .b...
third_party/blink/web_tests/media/video-default-poster.html
scheib/chromium
<!DOCTYPE html> <html> <head> <script> if (window.testRunner) { testRunner.dumpAsText(); testRunner.waitUntilDone(); } if (window.internals) { var default_poster = 'content/greenbox.png'; internals.settings.setDefaultVideoPosterURL(default_poster); addEventListener("load", function() { v...
third_party/blink/web_tests/editing/selection/extend/extend_selection_07_rtl_forward_lineboundary.html
chromium/chromium
<!doctype html> <script src="../../../resources/testharness.js"></script> <script src="../../../resources/testharnessreport.js"></script> <script src="../../assert_selection.js"></script> <script> selection_test( '<div contenteditable dir="rtl">|Lorem <span style="direction: ltr">ipsum dolor<div > just a test</div> s...
style/main1.css
dallae/polyticks
@import url(fonts/clear-sans.css); html, body { margin: 0; padding: 0; background: #faf8ef; color: #776e65; font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif; font-size: 18px; } body { margin: 80px 0; } input { display: inline-block; background: #8f7a66; border-radius: 3px; padding:...
api/2.0.0-beta2/Thelia/Model/Base/OrderProduct.html
Mertiozys/thelia.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="robots" content="index, follow, all" /> <title>Thelia\Model\Base\OrderProduct | </title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css"> </head>...
api/2.0.0-beta4/Thelia/Controller/Admin/TaxRuleController.html
InformatiqueProg/thelia.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="robots" content="index, follow, all" /> <title>Thelia\Controller\Admin\TaxRuleController | </title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css"> ...
lib/boost/doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation.html
Bloodyaugust/sugarlabcppboilerplate
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_socket_streambuf::get_implementation</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../....
mallet-2.0.6/doc/api/cc/mallet/util/search/class-use/SearchState.NextStateIterator.html
napsternxg/twitter_nlp
<!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_10) on Tue Sep 28 15:42:47 EDT 2010 --> <TITLE> Uses of Class cc.mallet.util.search.SearchState.NextStateIterator (Mallet 2 API) </TITLE> <LINK REL...
node_modules/oae-admin/adminlogin/css/adminlogin.css
nicolaasmatthijs/3akai-ux
/*! * Copyright 2014 Apereo Foundation (AF) Licensed under the * Educational Community 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://opensource.org/licenses/ECL-2.0 * * Unless required by applicab...
source/api/apidocs-4.2/domain_admin/createInternalLoadBalancerElement.html
resmo/cloudstack-www
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="../includes/main.css" type="text/css"> <l...
source/api/apidocs-4.5/user/uploadVolume.html
resmo/cloudstack-www
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="../includes/main.css" type="text/css"> <l...
etherpad/src/static/css/pricing.css
cjb/etherpad
/*----------------------------------------------------------------*/ /* pricing */ /*----------------------------------------------------------------*/ div.pricingpage { } .pricingpage form#pricingcontact { display: block; margin: 1em 0; background: #eee; border: 1px solid #ccc; padding: 1em; } .pricin...
source/api/apidocs-4.5/TOC_Domain_Admin.html
resmo/cloudstack-www
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="includes/main.css" type="text/css"> <link...
xdocs/download.html
alexis-gruet/kt_rampart
<html> <head> <meta http-equiv="content-type" content=""> <title>Releases</title> </head> <body> <h2>Apache Rampart/C Releases</h2> <div align="left"> <p>These releases are available for download as a source or binary. For more information on Apache software releases, please see <a href="http://www.apache.org/dev...
third_party/WebKit/LayoutTests/css3/flexbox/scrollbars.html
danakj/chromium
<!DOCTYPE html> <script src="resources/scrollbars.js"></script> <style> .horizontal-header { width: 120px; } .vertical-header { width: 60px; } .container-row { display: flex; flex-direction: row; align-items: flex-start; justify-content: flex-start; } .container { flex: none; margin: 5px; } .ltr { dir...
third_party/blink/web_tests/fast/css/sticky/sticky-display-expected.html
chromium/chromium
<!DOCTYPE html> <html> <head> <style> body { margin: 0; width: 2000px; overflow: hidden; /* hide scrollbars */ } p { position: relative; left: 100px; } .group { position: relative; width: 500px; height: 200px; } .container ...
wiki/templates/wiki/permission_denied.html
SoftwareExperiment4/SungkyunWiki
{% extends "wiki/base.html" %} {% load wiki_tags i18n %} {% block wiki_pagetitle %}Permission Denied{% endblock %} {% block wiki_contents %} <h1 class="page-header">{% trans "Permission Denied" %}</h1> <p class="alert denied alert-error"> <i class="fa fa-minus-circle"></i> {% trans "Sorry, you don't have...
web/jquery/development-bundle/demos/tabs/vertical.html
adiel-mittmann/megamneme
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI Tabs - Vertical Tabs functionality</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> <script src="../../jquery-1.4.3.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquer...
tests/testfiles/oac/272-2.html
iturgeon/quail-lib
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8" /> <title>ATRC Testfile - C...
wp-content/plugins3/paid-memberships-pro/languages/email/fr_FR/cancel.html
Juni4567/meritscholarship
<p>Votre adhésion à !!sitename!! a été résiliée.</p> <p>Si vous n'avez pas demandé cette résiliation, contactez-nous à !!siteemail!!</p>
libs/yui/3.17.0/slider-base/assets/skins/night/slider-base-skin.css
wayne-lewis/baiducdnstatic
/* YUI 3.17.0 (build ce55cc9) 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/night/thumb-x.png */ .yui3-skin-night .yui3-slider-x .yui3-slider-rail, .yui3-skin-night .yui3-slider...
reviewboard/templates/reviews/screenshot_thumbnail.html
custode/reviewboard
{{file_attachment.thumb}}
execution-modes/appsensor-ws-rest-server/wsdocs/apidocs/resource_RestRequestHandler.html
jtmelton/appsensor
<!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, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <title>ap...
themes/energy/layouts/home.html
fizzl/respond
<respond-languages></respond-languages> <respond-cart></respond-cart> <respond-search></respond-search> <header role="banner"> <nav class="navbar navbar-default" role="navigation"> <respond-search-toggle></respond-search-toggle> <respond-cart-toggle></respond-cart-toggle> <respond-languages...
share/doc/hadoop/hadoop-hdfs-httpfs/apidocs/src-html/org/apache/hadoop/fs/http/server/HttpFSReleaseFilter.html
SAT-Hadoop/hadoop-2.6.0
<HTML> <BODY BGCOLOR="white"> <PRE> <FONT color="green">001</FONT> /**<a name="line.1"></a> <FONT color="green">002</FONT> * Licensed to the Apache Software Foundation (ASF) under one<a name="line.2"></a> <FONT color="green">003</FONT> * or more contributor license agreements. See the NOTICE file<a name="li...
static/js/threejs.r65/examples/webgl_effects_crosseyed.html
ccclayton/DataWar
<!DOCTYPE html> <html lang="en"> <head> <title>three.js webgl - effects - crosseyed</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:#777; padding:0; margin:0; font-weight: bol...
docs/api/class_mix_e_r_p_1_1_net_1_1_schemas_1_1_office_1_1_data_1_1_is_admin_procedure-members.html
mixerp/mixerp
<!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...
lib/booktype/apps/account/templates/account/errors/user_does_not_exist.html
ride90/Booktype
{% load i18n %} <html> <body> <h1>{% trans "User does not exist!" %}</h1> <p>{% blocktrans %}Can't find user "{{username}}".{% endblocktrans %}</p> </body> </html>
extensions/amp-story/0.1/test/validator-amp-story-video-error.html
engtat/amphtml
<!-- Copyright 2017 The AMP HTML Authors. All Rights Reserved. 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 applica...
www/lib/auth0-angular/examples/widget-with-thirdparty-api/index.html
suntorytime/global_marathon
<!DOCTYPE html> <html ng-app="sample" ng-controller="AppCtrl"> <head> <title ng-bind="pageTitle"></title> <script type="text/javascript" src="//use.typekit.net/iws6ohy.js"></script> <script type="text/javascript">try{Typekit.load();}catch(e){}</script> <meta name="viewport" content="width=device-wid...
docs/readthedocs_theme/toc.html
brunocasanova/sequelize
<ul class="current"> {% for nav_item in nav %} {% if nav_item.children %} <span class="toctree-l0">{{ nav_item.title }}</span> {% for nav_item in nav_item.children %} <li class="toctree-l1 {% if nav_item.active%}current{%endif%}"> <a class="{% if nav_i...
web/themes/contrib/zircon/includes/jssor/demo/full-width-slider.source.html
jeromewiley/supermag
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Responsive Slider Full Width - Jssor Slider, Slideshow</title> <!-- QR Code Style --> <style> @media only screen and (max-width: 980px) { .qr_code { di...
www.syntacticbayleaves.com/michelle/iui/ext-sandbox/TbBMod/formyes.html
clofresh/syntacticbayleaves3
<form class = "panel" title = "AJAX TbBMods" id = "TbBMods_Form"> <fieldset> <div class="row"><label>Label</label><input type = "text" id = "one" value = "Click ?" /></div> <div class="row"><label>Label</label><input type = "text" id = "two" value = "Click ?" /></div> <input type = "hidden" name = "TbBModHREF_he...
misc/crosswalk-compatibility-android-tests/compatibility/upgrade_shared2shared_aVnVn-1_bVnVn.html
ibelem/crosswalk-test-suite
<!DOCTYPE html> <!-- Copyright (c) 2016 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 disc...
core/src/main/resources/hudson/model/AbstractProject/help-assignedLabelString.html
syl20bnr/jenkins
<div> If you want to always run this project on a specific node/slave, just specify its name. This works well when you have a small number of nodes. <p> As the size of the cluster grows, it becomes useful not to tie projects to specific slaves, as it hurts resource utilization when slaves may come ...
third_party/blink/web_tests/external/wpt/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-7.html
chromium/chromium
<!DOCTYPE html> <!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> <title>OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-hsl-7</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/html/canvas/resources/can...
node_modules/resolve-url-loader/tmp/1536277707/webpack4-sassloader7-sass4/rework/misconfiguration/non-string-root--silent--production-normal/main.3aeca3859c36d721b7bb.css
Qinjianbo/blog
.some-class-name{display:none}
vendor/feedvalidator/demo/docs/error/InvalidLocation.html
AlphaCluster/NewsBlur
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>Invalid value for foo: "bar"</title> <meta http-equiv="Content-Type" content="text/h...
zhiliao/grappellisafe/static/grappelli/css/rtl.css
gladgod/zhiliao
body { direction: rtl; font-size: 14px; line-height: 17px; } /* base */ .object-tools li { float: right; margin: 0 5px 0 0; } ul.messagelist li, ul.messagelist li.success { background-position: 99% 50%; padding: 5px 30px 5px 0; } /* LOGIN */ .login .form-row label { float: right; ...
tools/telemetry/docs/telemetry.core.wpr_server.html
boundarydevices/android_external_chromium_org
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module telemetry.core.wpr_server</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" face=...
third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/events/events-that-are-always-stopped/test-009.html
vadimtk/chrome4sdp
<!DOCTYPE html> <!-- Distributed under both the W3C Test Suite License [1] and the W3C 3-clause BSD License [2]. To contribute to a W3C Test Suite, see the policies and contribution forms [3]. [1] http://www.w3.org/Consortium/Legal/2008/04-testsuite-license [2] http://www.w3.org/Consortium/Legal/2008/03-bsd-license [...
third_party/web_platform_tests/html/semantics/document-metadata/the-title-element/title.text-03.html
youtube/cobalt
<!DOCTYPE html> <title> title.text and space normalization </title> <link rel="author" title="Ms2ger" href="mailto:ms2ger@gmail.com"> <link rel="help" href="https://html.spec.whatwg.org/multipage/#dom-title-text"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script...
demo/revisions/00020/codes/src_html_js_code.js.html
banban525/InspectCodeViewer
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>Code Viewer</title> <link id="codestyle" rel="stylesheet" type="text/css" href="../../../css/theme.css" media="all" /> <script type="text/javascript" src="../../../js/syntaxhighlighter.js"></script> <style> .syntaxhighlighter { ...
themes/sphinx_rtd_theme/layout.html
mamedev/docs
{# TEMPLATE VAR SETTINGS #} {%- set url_root = pathto('', 1) %} {%- if url_root == '#' %}{% set url_root = '' %}{% endif %} {%- if not embedded and docstitle %} {%- set titlesuffix = " &mdash; "|safe + docstitle|e %} {%- else %} {%- set titlesuffix = "" %} {%- endif %} <!DOCTYPE html> <!--[if IE 8]><html class="no...
src/dojox/mobile/themes/iphone/ComboBox.css
kitsonk/expo
/* dojox.mobile.ComboBox */ .dijitPopup { margin: 0; padding: 0; position: absolute; border: 0; background-color: transparent; -webkit-box-shadow: 0 0 50px black; border-radius: 0; } .mblReset { margin: 0; padding: 0; border: 0; line-height: normal; font: inherit; color: inherit; } .mblComboBo...
kyotocabinet/doc/api/classkyotocabinet_1_1TaskQueue_1_1Task.html
sapo/kyoto
<!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"/> <title>Kyoto Cabinet: kyot...
third_party/blink/web_tests/external/wpt/css/css-tables/table-cell-overflow-auto-scrolled-ref.html
nwjs/chromium.src
<!DOCTYPE html> <div style="width: 100px; height: 100px; border: solid; box-sizing: border-box"> <div id="cell" style="width: 100%; height: 100%; background: green; overflow: auto"> <div style="width: 200px; height: 50px; background: hotpink; border: 2px solid yellow"></div> </div> </div> <script> onload = ()...
ajax/libs/oojs-ui/0.22.3/oojs-ui-wikimediaui-icons-user.rtl.css
extend1994/cdnjs
/*! * OOjs UI v0.22.3 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2017 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * * Date: 2017-07-11T22:12:41Z */ .oo-ui-icon-userActive { background-image: url('themes/wikimediaui/images/icons/userActi...
_layouts/misc.html
angkao51/rd_frm_formosa
--- layout: default --- <div class="page-title misc-content"> <h1> {{ page.title }} </h1> <article> {{ content }} </article> </div>
slurm/doc/html/slurmstyles.css
pompp/slurm-power-management
div.figure { /*float: right;*/ margin: 0 0 15px 20px; padding: 15px; /*border: 1px solid gray;*/ text-align: center; font-style: italic; overflow: auto; } pre { /*width: 90%;*/ margin: 0 0 15px 20px; padding: 15px; border: 1px solid gray; background-color: #ddd; white-space: pre; overflow: ...
web/src/main/webapp/v2/src/app/core/components/transaction-search/transaction-search-container.component.css
denzelsN/pinpoint
:host { display: flex; }
Shadowrun6th-German/sheet.css
suldae/roll20-character-sheets
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap"); /* Roll20-Standards überschreiben funktioniert nicht, daher müssen Klassen sein*/ * { background-color: transparent; -webkit-box-sizing: border-box; box-sizing: border-box; ...
ajax/libs/oojs-ui/0.21.2/oojs-ui-apex.rtl.css
seogi1004/cdnjs
/*! * OOjs UI v0.21.2 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2017 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * * Date: 2017-04-26T01:05:15Z */ .oo-ui-element-hidden { display: none !important; } .oo-ui-buttonElement { display: in...
tests/wpt/web-platform-tests/mixed-content/link-prefetch-tag/http-csp/same-host-http/top-level/swap-scheme-redirect/blockable/opt-in-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...
administrator/help/en-GB/screen.sections.html
salamichel/Premium
<!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" lang="en_US" xml:lang="en_US"> <head> <title>Section Manager</title> <link href="css/help.css" rel="stylesheet" type="text/css" /> <meta name="copyri...
src/components/card/demoInCardActions/index.html
Splaktar/material
<div ng-controller="AppCtrl" ng-cloak> <md-content class="md-padding" layout-xs="column" layout="row"> <div flex-xs flex-gt-xs="50" layout="column"> <md-card> <img ng-src="{{imagePath}}" class="md-card-image" alt="Washed Out"> <md-card-title> <md-card-title-text> <span ...
dnsadmin/help/intro.zh_TW.Big5.html
HasClass0/webmin
<body bgcolor=#ffffff> <center><img src=images/dnsadmin.gif></center> <h2><i>³o­Ó»¡©ú­¶©|¥¼§¹¦¨</i></h2> <hr> <h3>²¤¶</h3> ³o­Ó¼Ò²Õ¥i¥HÅý±z²ÕºA±z¨t²Î¤Wªº bind (Berkely Internet Name Daemon) DNS ¦øªA¾¹. DNS ¦øªA¾¹ªº¤u§@¬O±N¥D¾÷¦WºÙ¨Ò¦p <i>www.foo.com</i> Âà´«¦¨ IP ¦ì§}¨Ò¦p <i>10.1.2.3</i>, ©Î±N IP ¦ì§}Âà´«¦¨¥D¾÷¦WºÙ. ...
horizon/templates/horizon/_script_i18n.html
ankur-gupta91/horizon-net-ip
{% comment %} Django's JavaScript i18n Implementation {% endcomment %} <script type="text/javascript" src="{% url 'horizon:jsi18n' 'horizon' %}"></script>
third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/offline/introduction-4/event_cached.html
js0701/chromium-crosswalk
<!DOCTYPE HTML> <html manifest="../resources/manifest/clock.manifest"> <head> <title>Offline Application Cache - Event_cached</title> <script src="../../../../../../resources/testharness.js"></script> <script src="../../../../../../resources/testharnessreport.js"></script> </head> <body> <div id="...
web/bundles/sfrdemosf2extjs/js/ext-4.2.1.883/docs/source/Submit.html
abarry/sf2-extjs
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>The source code</title> <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="../resources/prettify/prettify.js"></script> <style type="t...
vendor/ruby/2.3.0/gems/guard-2.12.5/man/guard.1.html
eprislac/guard-yard
<!DOCTYPE html> <html> <head> <meta http-equiv='content-type' value='text/html;charset=utf8'> <meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'> <title>guard(1) - Guard keeps an eye on your file modifications.</title> <style type='text/css' media='all'> /* style: man */ ...
vendor/plugins/datatables/extensions/Editor/examples/simple/responsive.html
adeebaboud/dastasks
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>Editor example - Responsive table extension</title> <link rel="stylesheet" type="text/css" href...
votefinder/static/media/css/changelists.css
velinath/votefinder-web
/* CHANGELISTS */ #changelist { position: relative; width: 100%; } #changelist table { width: 100%; } .change-list .filtered table { border-right: 1px solid #ddd; } .change-list .filtered { min-height: 400px; } .change-list .filtered { background: white url(../img/admin/changelist-bg.gif) t...
maven-javadoc-plugin/src/test/resources/unit/helpfile-test/src/main/resources/com/mycompany/app/javadoc/helpfile2/help-doc.html
kidaa/maven-plugins
<!-- 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 the Apache License, Version 2.0 (the "License"); you may not use this...
third_party/blink/web_tests/external/wpt/css/css-flexbox/gap-013.html
scheib/chromium
<!DOCTYPE html> <title>Flex gaps</title> <link rel="author" title="David Grogan" href="mailto:dgrogan@chromium.org"> <link rel="help" href="https://drafts.csswg.org/css-flexbox/#resolve-flexible-lengths"> <link rel="help" href="https://drafts.csswg.org/css-align/#gaps"> <link rel="match" href="../reference/ref-filled-g...
chrome/common/extensions/docs/templates/public/extensions/manifest/description.html
gfreed/android_external_chromium-org
{{+partials.standard_extensions_article article:intros.manifest/description}}
web/js/mathjax/test/index.html
michalgraczyk/calculus
<!DOCTYPE html> <html> <head> <title>MathJax Test Page</title> <!-- Copyright (c) 2009-2013 The MathJax Consortium --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <script type="text/x-mathjax-config"> // // Do NOT use this page as a tem...
xinha4ryuzine/disabled_plugins/Forms/popups/form.html
ryumaru/ryuzinewriter
<html> <head> <title>Insert/Edit Form</title> <link rel="stylesheet" type="text/css" href="../../../popups/popup.css" /> <script type="text/javascript" src="../../../popups/popup.js"></script> <script type="text/javascript"> var fields = ["f_name", "f_action", "f_method", "f_enctype", "f_target"]; function In...
thirdeye/thirdeye-dashboard/src/main/resources/assets/css/uikit/components/upload.gradient.css
izzizz/pinot
/*! UIkit 2.16.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ /* ======================================================================== Component: Upload ========================================================================== */ /* * Create a box-shadow when dragging a file over the upload a...
aio/content/examples/upgrade-lazy-load-ajs/src/app/app404/app404.component.html
wKoza/angular
<p> Angular 404 </p>
src/deps/db/docs/api_reference/CXX/envset_lk_max_locks.html
mxrrow/zaicoin
<?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>DbEnv...
src/Wzc/MainBundle/Resources/public/JssorSlider/examples-jquery/overlay-cover.source.html
bhdm/wzc
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Overlay Cover Example - Jssor Slider, Carousel, Slideshow</title> </head> <body style="font-family:Arial, Verdana;background-color:#fff;"> <!-- it works the same with all j...
web-project/node_modules/jquery-ui/demos/controlgroup/default.html
oavasquez/ingeneria_software
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI Controlgroup - Default Functionality</title> <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> <style> .ui-controlgroup-vertical { width: 150px; } .ui-controlgroup.ui-controlg...
tmp/install_54bd2998c811f/templates/shaper_helix_ii/css/offline.css
baxri/cvote
body { background: #f5f5f5; } body #offline-page { margin-top: 50px; } body #offline-page .form-signin { max-width: 350px; padding: 19px 29px 29px; margin: 0 auto 20px; background-color: #fff; border: 1px solid #e5e5e5; } body #offline-page .form-signin .form-signin-heading, body #offline-page .form-signi...
examples/async-data/app.css
freeyiyi1993/react-router
body { font-family: "Helvetica Neue", Arial; font-weight: 200; } a { color: hsl(200, 50%, 50%); } a.active { color: hsl(20, 50%, 50%); }
third_party/blink/web_tests/http/tests/preload/delaying_onload_preloader_after_discovery.html
scheib/chromium
<!DOCTYPE html> <script src="../resources/testharness.js"></script> <script src="../resources/testharnessreport.js"></script> <script> var t = async_test('Makes sure that preloader preloaded resources are delaying onload after they are discovered'); </script> <script src="../resources/slow-script.pl?delay=200"></sc...
examples/route_controllers/route_controllers.css
snamoah/iron-router
/* CSS declarations go here */ .container { width: 600px; padding: 50px; }
chromium/chrome/test/data/chromeos/app_mode/multi_app_kiosk/src/primary_app/v1/app_main.html
ric2b/Vivaldi-browser
<html> <body> <h1>Test Kiosk App, version: 1.0.0</h1> </body> <hmtl>
vendor/ruby-git/doc/fr_method_index.html
cynipe/gitorious
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Methods --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Methods</title> <meta http-equ...
web/src/main/webapp/js/jquery/plugin/ligerUI/skins/Gray2014/css/common.css
ldlqdsdcn/wms
.l-button { height: 23px; overflow: hidden; width: 70px; line-height: 23px; cursor: pointer; position: relative; text-align:center; border:1px solid #D3D3D3; color:#333333; background:url('../images/ui/button.gif') repeat-x center center; } .l-button-over,.l-button:hover { background-image:url('../images/...
ajax/libs/oojs-ui/0.11.3/oojs-ui-apex-noimages.vector.css
AMoo-Miki/cdnjs
/*! * OOjs UI v0.11.3 * 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-05-12T12:15:44Z */ @-webkit-keyframes oo-ui-progressBarWidget-slide { from { margin-left: -40%; } to { ma...
ajax/libs/oojs-ui/0.16.5/oojs-ui-mediawiki-icons-media.css
froala/cdnjs
/*! * OOjs UI v0.16.5 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2016 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * * Date: 2016-04-07T15:12:44Z */ .oo-ui-icon-image { background-image: url("themes/mediawiki/images/icons/image-ltr.png");...
third_party/blink/web_tests/external/wpt/css/css-break/parsing/break-inside-valid.html
chromium/chromium
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>CSS Fragmentation Module Level 3: parsing break-inside with valid values</title> <link rel="help" href="https://drafts.csswg.org/css-break/#propdef-break-inside"> <meta name="assert" content="break-inside supports the full grammar 'auto | avoid | avoid-page | ...
webapplication/app/webroot/js/jquery-ui-1.8.18/development-bundle/docs/button.html
jcu-eresearch/Edgar
<ul class="UIAPIPlugin-toc"> <li><a href="#overview">Overview</a></li> <li><a href="#options">Options</a></li> <li><a href="#events">Events</a></li> <li><a href="#methods">Methods</a></li> <li><a href="#theming">Theming</a></li> </ul> <div class="UIAPIPlugin"> <h1>jQuery UI Button</h1> <div id="overview"> <h2 ...
xbmc/cores/paplayer/vorbisfile/libvorbis/doc/vorbisenc/changes.html
xbmc/atv2
<html> <head> <title>libvorbisenc - Documentation</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>libvorbisenc documentation</p></td> <td align=right><p class=tiny>l...
tos-laimas-compass-win32-x64/resources/app/node_modules/closure-util/.deps/library/b06c979ecae7d78dd1ac4f7b09adec643baac308/closure/goog/ui/sliderbase_test.html
LeoLombardi/tos-laimas-compass
<!DOCTYPE html> <html> <!-- Copyright 2008 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" /> <meta charset="UTF-8" /> <title> ...