path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
third_party/blink/web_tests/external/wpt/css/css-backgrounds/background-size/vector/wide--auto--nonpercent-width-omitted-height.html | scheib/chromium | <!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<!DOCTYPE html>
<html>
<head>
<!--
The original and initial filename of this test was
wide- -auto- -nonpercent-width-omitted-height.html
-->
<title>CSS Backgrounds and Borders Test: back... |
wts/tests/2dtransforms/csswg/transform-stresstest-001-manual.html | haoxli/web-testing-service | <!DOCTYPE html>
<html>
<head>
<title>CSS Test (Transforms): Inversion Stress Test</title>
<link rel="author" title="Clint Talbert" href="mailto:ctalbert@mozilla.com">
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
<link rel="help" href="http://www.w3.org/TR/css-transforms-1/#two... |
third_party/web_platform_tests/referrer-policy/no-referrer-when-downgrade/meta-csp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html | youtube/cobalt | <!DOCTYPE html>
<!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using referrer-policy/generic/template/test.release.html.template. -->
<html>
<head>
<title>Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'</title>
<meta name="description" content="Check that non ... |
www/static/metronic1.4/assets/plugins/bootstrap-wizard/examples/basic-disabletabclick.html | cvvnx1/nagweb | <!DOCTYPE html>
<html>
<head>
<title>Wizard With Disabled Tab Click</title>
<!-- Bootstrap -->
<link href="../bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="../prettify.css" rel="stylesheet">
</head>
<body>
<div class='container'>
<div class="span12">
<section id="wizard">... |
web/bower/semantic-ui/dist/components/item.css | AaronJan/yii2-example | /*!
* # Semantic UI 1.10.4 - Item
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2014 Contributorss
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Standard
*******************************/
/*--------------
Item
--... |
third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/methods/test-001.html | danakj/chromium | <!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
[3... |
subtitle_play/static/js/components/breadcrumb.css | theburn/subtitle_play | /*!
* # Semantic UI 2.1.3 - Breadcrumb
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2015 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Breadcrumb
*******************************/
.ui.breadcrumb {
line-he... |
third_party/blink/web_tests/external/wpt/shadow-dom/leaktests/window-frames.html | scheib/chromium | <!DOCTYPE html>
<html>
<head>
<meta name='author' title='Google' href='http://www.google.com'>
<meta name='assert' content='Shadow DOM should not leak via window.frames.'>
<link rel='help' href='https://w3c.github.io/webcomponents/spec/shadow/'>
<script src='/resources/testharness.js'></script>
<script src='/resources/... |
lms/templates/combinedopenended/openended/open_ended_combined_rubric.html | liuqr/edx-xiaodun | <%! from django.utils.translation import ungettext %>
<div class="rubric">
% for i in range(len(categories)):
<% category = categories[i] %>
<span class="rubric-category">${category['description']}</span>
<ul class="rubric-list">
% for j in range(len(category['options'])):
... |
xworker_web_extjs/webroot/js/extjs/resources/css/visual/date-picker.css | x-meta/xworker | /*!
* Ext JS Library 3.4.0
* Copyright(c) 2006-2011 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/
.x-date-picker {
border-color: #1b376c;
background-color:#fff;
}
.x-date-middle,.x-date-left,.x-date-right {
background-image: url(../images/default/shared/hd-sprite.gif);
color:#fff... |
third_party/web_platform_tests/content-security-policy/blink-contrib/report-blocked-data-uri.sub.html | youtube/cobalt | <!DOCTYPE html>
<html>
<head>
<!-- Programmatically converted from a WebKit Reftest, please forgive resulting idiosyncracies.-->
<title>report-blocked-data-uri</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../support/l... |
vendor/packages/Django/tests/regressiontests/staticfiles_tests/project/documents/cached/url.css | waseem18/oh-mainline | @import url("https://www.djangoproject.com/m/css/base.css"); |
web/core/modules/block/css/block.admin.css | JeramyK/training | /* Block listing page */
.region-title__action {
display: inline-block;
margin-left: 1em; /* LTR */
}
[dir="rtl"] .region-title__action {
margin-left: 0;
margin-right: 1em;
}
/* Block demo mode */
.block-region {
background-color: #ff6;
margin-top: 4px;
margin-bottom: 4px;
padding: 3px;
}
a.block-demo-... |
wp-content/themes/voxer/node_modules/node-sass/libsass/sass-spec/spec/libsass/if-in-mixin/expected_output.css | Voxer/blog | div {
content: foo;
content: bar;
content: foo;
content: foo; }
|
web-platform-tests/tests/conformance-checkers/html/elements/picture/source-ismap-novalid.html | cr/fxos-certsuite | <!DOCTYPE html>
<meta charset=utf-8>
<title>invalid source-ismap</title>
<picture><source srcset=x ismap><img src=x alt></picture> |
tests/wpt/mozilla/tests/css/alpha_gif_b.html | akumar21NCSU/servo | <!DOCTYPE html>
<html>
<head>
<title>Kaboom</title>
<style>
body {
background: #00ff00;
}
</style>
</head>
<body><img src=alpha_gif_b.gif></body>
</html>
|
ThreeRegion/webhome.css | Meanor221/CMPSC421-Website | h1{color: blue; text-align: center}
h2{color: red; font-style: italic}
p{font-family: sans-serif}
.heading{text-align: center}
|
frontend/src/components/watchlist/seperated.html | wikimedia/labs-tools-crosswatch | <div ng-controller="WatchlistCtrl as ctrl" class="md-padding">
<div layout="row" layout-align="center center" class="md-padding" ng-if="ctrl.watchlist.loading">
<md-whiteframe class="md-whiteframe-z5" ng-class="(ctrl.config.oneline) ? 'whitebox-oneline' : 'whitebox'">
<md-toolbar class='md-small-tall'>
... |
_layouts/default.html | paiv/blog | <!DOCTYPE html>
<html>
{% include head.html %}
<body>
<div class="row">
<div class="col-2">
{% include header.html %}
</div>
<div class="col-9">
<div>
{{ content }}
</div>
<div>
{% include footer.html %}
</div>
<div class="col-1">
</div>
</div>
</div>
</body>
</htm... |
app/components/SideBar/MenuLinks/MenuLinks.module.css | decred/decrediton | .tabs {
overflow: visible !important;
}
.tabs.onBottom.expanded {
overflow: visible !important;
}
.tab {
height: 56px;
min-height: 56px !important;
margin-top: 0 !important;
border-width: 5px !important;
padding-left: 0 !important;
font-size: 15px !important;
}
.tab span {
height: inherit;
}
.tab.disa... |
yczone_t2/templates/projectuserpay.html | JavieChan/nanshaCity | ## projectuser.html
<%inherit file="base.html" />
<div class="wrapper">
<input type="hidden" id="updateAuth" value="${ins.is_allowed('update', 'user')}">
<input type="hidden" id="createAuth" value="${ins.is_allowed('create', 'user')}">
<input type="hidden" id="deleteAuth" value="${ins.is_allowed('del... |
examples/webworker/index.html | bdwain/webpack-dev-server | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Example "webworker"</title>
</head>
<body>
<script src="web.bundle.js"></script>
</body>
</html>
|
_site/contact/index.html | flapperleenie/womeninblack | <!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact form here</title>
<link rel="stylesheet" type="text/css" href="http://localhost:4000/assets/css/styles_feeling_responsive.css">
<script src="http://loca... |
ajax/libs/uikit/2.10.0/css/addons/uikit.almost-flat.addons.min.css | yogeshsaroya/new-cdnjs | version https://git-lfs.github.com/spec/v1
oid sha256:954cd5c1884f35a47573e61abd04f97be73fc7ec51565c5781e633c7ba707c54
size 14621
|
clean/Linux-x86_64-4.02.3-2.0.6/released/8.7.1+1/mathcomp-field/1.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>mathcomp-field: 12 m 42 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.c... |
clean/Linux-x86_64-4.04.2-2.0.5/released/8.6/pi-calc/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>pi-calc: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css... |
doc/java/jdk7/javax/swing/border/class-use/EmptyBorder.html | fbiville/annotation-processing-ftw | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_18) on Thu Dec 18 17:18:40 PST 2014 -->
<title>Uses of Class javax.swing.border.EmptyBorder (Java Platform SE 7 )</title>
<meta name="d... |
src/app/header/header.component.html | airbnbbkk/airbnbbkk.github.io | <mat-toolbar>
<button mat-button mat-raised-button color="primary" id="nav-button" (click)="sidenav.toggle()"><i class="material-icons">menu</i></button>
<span class="flex-spacer"></span>
<div class="language-menu">
<button mat-icon-button [matMenuTriggerFor]="menu">
<mat-icon>language</mat-icon>
</... |
people/covw1bmy.html | slowe/panelshows | <html>
<head>
<title>Mara Carlyle'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>
<!--#... |
libs/emojione/2.2.7/css/emojione-awesome.css | marsble/ajax | [class*=e1a-] {
display: inline-block;
width: 1em;
height: 1em;
margin: -.2ex .05em 0 .1em;
line-height: normal;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center center;
background-size: 1em 1em; }
.e1a-lg {
width: 1.25em;
height: 1.25em;
margin: -0.25ex 0.0625e... |
docs/circles/_kly.html | henge-tech/henge-tech | <!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Henge: _kly</title>
<link rel="stylesheet" href="/vendor/bootstrap-3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/site.css">
</head>
<body>
<div id="staticBody">
<header>
<h... |
examples/radial.html | akramawardhana/libs | <!doctype htm>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Gauge Test</title>
<script src="../gauge.min.js"></script>
<style>body {
padding: 0;
margin: 0;
background: #fff
}</style>
</head>
<body>
<button onclick="animateGauges()"... |
css/scrollable.css | podologiarigo/podologiarigo.github.io |
/*
root element for the scrollable.
when scrolling occurs this element stays still.
*/
.scrollable {
/* required settings */
border:1px solid #C9C9C9;
padding:1px;
position:relative;
overflow:hidden;
width: 902px;
height:366px;
}
/*
root element for scrollable items. Must be absolutely positioned
and it s... |
app/partials/view.html | withfpp/angular-findPeople | <div class="row">
<div class="panel panel-default">
<div class="panel-heading">
<h2>{{contact.name}}</h2>
</div>
<div class="panel-body">
<p class="email" ng-show="contact.email">{{contact.email}}</p>
<p class="phone" ng-show="contact.phone">{{contact.phone}}</p>
</div>
</div... |
css/stylish-portfolio.css | eedjwyh/eedjwyh.github.io | /*!
* Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/
/* Global Styles */
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: 'Source Sa... |
Figure4/FDA_Pesticides/PCID_177355.html | andrewdefries/ToxCast | https://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=177355
|
_posts/2014/09/2014-09-06-update-on-fall-2014-bootcamps.html | swcarpentry/website | ---
layout: post
authors: ["Greg Wilson"]
title: "An Update on Upcoming Bootcamps"
date: 2014-09-06
time: "12:00:00"
tags: ["Bootcamps"]
---
<p>
So it turns out we have more events coming up than
<a href="{{site.baseurl}}/blog/2014/08/fall-2014-bootcamps.html">I realized</a>:
</p>
<!--more-->
<table class="table ta... |
lazy_tree/index.html | m0t0r/ng-fun | <!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>A lazy tree</title>
<link rel="stylesheet" href="vendor/bootstrap/dist/css/bootstrap.css"/>
<link rel="stylesheet" href="vendor/angular-ui-tree/dist/angular-ui-tree.min.css"/>
</head>
<body ng-app="lazyTree">
<div class="container... |
_layouts/tutorial.html | grubdragon/erc-website-jekyll | <!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<!... |
docs/docs/api/mil/nga/geopackage/extension/coverage/class-use/GriddedTileDao.html | ngageoint/geopackage-core-java | <!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 14:46:53 MST 2022 -->
<title>Uses of Class mil.nga.geopackage.extension.coverage.GriddedTileDao (GeoPackage Core 6.2.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="d... |
statistics/webstat-ssl/2015-01/awstats.desenvolupament.vitaworke3.com-https.unknownip.html | VITAWORKE3/Projecte | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta name="generator" content="AWStats 7.1.1 (build 1.989) from config file awstats.desenvolupament.vitaworke3.com-https.conf (http://www.awstats.org)">
<meta name="robots" content="noindex,no... |
src/Easybook/Tests/Configurator/fixtures/book2/expected/edition3/book.html | juanda/doDoc | Parsed configuration options
============================
title: My book title
author: "Change this: Author Name"
edition: First edition
language: en
publication_date: null
generator: [array]
name: easybook
version: 4.8-DEV
contents: [array]
0: [array]
el... |
app/assets/templates/timer.html | Petey101/summoners-universe | <div class = "row">
<div class = "col-sm-12 countdown-timer">
Time Remaining: {{timer}}
</div>
</div>
<div class = "row">
<div class = "col-sm-6">
<span class = "player-health-header"></span>
<div class="progress-bar" role="progressbar" aria-valuenow="100"
aria-valuemin="0" aria-valuemax="100" style="width:0%">
... |
templates/projects.html | codeforsanjose/codeforsanjose-frontend |
<div ng-controller="projectsCtrl" class="container sub-page" style="width:100%;">
<div class="row" style="margin:0">
<uib-tabset vertical="true" class="tabs-left" >
<uib-tab ng-repeat="project in projects" heading="{{project.name}}" active="tab.active" disable="tab.disabled">
<ul class="{{project.id}} co... |
www/app/templates/uk-base.html | moling3650/mblog | <!DOCTYPE html>
<html xmlns:wb="http://open.weibo.com/wb">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
{% block meta %}<!-- block meta -->{% end... |
app/view1/view1.html | nori-vinay/Angular-Blog-3 |
<div class="container-fluid" ng-controller="View1Ctrl" style="background-image: url(http://bgfons.com/upload/aluminum_texture1644.jpg); background-repeat: no-repeat; height: 640px; color: white;">
<div class="row text-center" >
<div class="col-md-11" style="padding: 10px; border-left: 1px solid white; padding-right:... |
all-data/23000-23999/23486-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>... |
html/123456271603.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... |
css/harvest_moon.css | Sopsys/NorthBoard | /* NorthBoard - Harvest Moon style */
@import url('global.css');
/* General */
body {
color: #F0F090;
font: 12px/1.5em verdana;
background: #354D61;
}
/* Typographic */
a {
color: #77DCF9;
}
a:hover {
color: #40F0F0;
text-decoration: none;
}
h1 {
margin: 5px 0px;
padding: 5px;
font-size: 16px;
text-align: ... |
data science/machine_learning_for_the_web/chapter_4/movie/5380.html | xianjunzhengbackup/code | <HTML><HEAD>
<TITLE>Review for Planet of the Apes (1968)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0063442">Planet of the Apes (1968)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?A... |
style.css | funprog-ru/funprog-ru.github.io | h1 { text-align: center; }
table.navbar { margin-left: auto; margin-right: auto }
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/d7469056a9ed9044058ce9bf820b517225edea90a5d2aef57ffd31c365cd3303.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./ba5cc485e289fd60cf4738ea9e22f1718f6a06029aa36e671da362553013c236.html">Teleport</a>
<hr>
... |
index.html | AndreevAE/AddressBook-angular2 | <html>
<head>
<title>Адресная книга</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- 1. Load libraries -->
<!-- Polyfill(s) for older browsers -->
<script src="node_modules/core-js/client/shim.min.js"></script>
<script src=... |
Portfolio/Portfolio/AnimatedMenuIcon/css/demo.css | sandeeppal1991/portfolio | @font-face {
font-family: 'codropsicons';
font-weight: normal;
font-style: normal;
src: url('../fonts/codropsicons/codropsicons.eot');
src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/cod... |
docs/api/OpenTl.Schema.Bots/RequestSendCustomRequest/32725498.html | OpenTl/OpenTl.Schema | <!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description">
<meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML">
<meta n... |
web/docs/OCR/OCRPreProcessing.LineEliminator.fillGaps.html | teichgraf/MuLaPeGASim | <html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>LineEliminator.fillGaps Method</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="M... |
docs/index-all.html | ysl3000/PathfindergoalAPI | <!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_252) on Wed Aug 12 01:36:00 CEST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index</title>
<meta name="... |
_layouts/post.html | ajsingh273/site | ---
layout: default
---
<noscript>
<style>
article .footnotes {
display: block;
}
</style>
</noscript>
<article id="post_body">
<div class="center">
<h1>{{ page.title }}</h1>
<!--<time>{{ page.date | date: '%B %-d, %Y' }}</time>-->
</div>
<div class="divider"></div>
{{ content }}
</article>
<d... |
companionpages/templates/compendia/card_browse.html | researchcompendia/researchcompendia | <div class="panel panel-default">
<div class="panel-heading">
<a href="{% url 'compendia:pk_detail' compendium.pk %}">
{{ compendium.title }}
</a>
</div>
<div class="panel-body">
<p>{{ compendium.journal }}</p>
<p>{{ compendium.authors_text|truncatewords_html:100 }}</p>
<p><a class="bt... |
source/style.css | OndrejSkalicka/ma-toolshop | * {margin:0;padding:0;border:0;}
body {
color:silver;
font-family:"trebuchet ms", Arial, Verdana, Tahoma, sans-serif;
font-size:12px;
background: #000 url(images/background.jpg) center repeat-y;
}
#stranka {
width:1000px;
margin:0 auto;
text-align:left;
}
#hlavicka {
width:1000px;
height:100px;
margin:0p... |
archives/2017/06/index.html | Aleximpinna/Aleximpinna.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, initial-scale=1, shrink-to-fit=no">
<!--
Blog Theme for Hexo: St. Andrews
Designed by Sharvari Desai
https://gumroad.com/l/hexo-t... |
members/sir-tony-cunningham.html | JeniT/childs-guide-to-parliament | ---
# DO NOT EDIT!
# This file is automatically generated by get-members. If you change it, bad
# things will happen.
layout: default
title: "Sir Tony Cunningham"
house: commons
---
<div class="row">
<div class="col-md-8">
{% include members/sir-tony-cunningham.html %}
<h3>What is Sir Tony Cun... |
todo/views/todo.html | ppxu/Dota-Legend | <header id="header">
<h1>{{title}}</h1>
<form id="todo-form" ng-submit="addTodo()">
<input id="new-todo" placeholder="What needs to be done?" ng-model="newTodo" autofocus>
</form>
</header>
<section id="main" ng-show="todos.length" ng-cloak>
<input id="toggle-all" type="checkbox" ng-model="allCh... |
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/js/plugins/prettify/js/plugins/prettify/js/js/plugins/modernizr.custom.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="http://photonui.orangehilldev.com/css/css_comp... |
_site/2013/04/08/t321261206830723072.html | craigwmcclellan/craigwmcclellan.github.io | <!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">
<meta content="Craig McClellan" name="author">
<title>Craig McClellan - T321261206830723072 </title>
<lin... |
documentation/components/PostComponent.html | jasonhodges/ngx-blog | <!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>ngx-blog documentation</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
... |
HTMLProject/login_html_css_js/css/new_file.css | Tangfancy/hpeu-html-test | body{
background-image: url(/i/eg_bg_03.gif);
background-repeat: repeat-y;
}
body{
background-image:url('/i/eg_bg_03.gif');
background-repeat:no-repeat;
background-position:66% 33%;
}
table, th, td{
border: 1px solid blue;
}
table{
width:100%;
}
th{
height:50px;
}
|
index.html | tyrodan/getting-started-with-html | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CodePen - A Pen by Ren Valeroso</title>
</head>
<body>
<head>
<title> Ren's Notes</title>
</head>
<h1>Basics of the Web</h1>
<b>World Wide Web(WWW)</b>- collection of HTML documents<br>
<b>HTML</b>-hypertext markup language-main type of docume... |
data/6. Learning to Classify Text.html | ParkJinSang/Logle |
<!-- saved from url=(0034)http://www.nltk.org/book/ch06.html -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><script language="javascript" type="text/javascript">
function astext(node)
{
return node.innerHTML.replace(/... |
docs/functions_func_q.html | bradhowes/sidecar | <!-- HTML header for doxygen 1.8.10-->
<!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" cont... |
test/index.html | otterthecat/poptart | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Poptart Test Suite</title>
<!-- Load local jQuery, removing access to $ (use jQuery, not $). -->
<script src="../libs/jquery/jquery.js"></script>
<script>jQuery.noConflict()</script>
<!-- Load local QUnit (grunt requires v1.0.0 or newer). -->
<li... |
example/toolbox/templates/base.html | california-civic-data-coalition/django-calaccess-processed-data | <html>
<head>
<link href="https://v4-alpha.getbootstrap.com/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
body {
padding-top: 2rem;
padding-bottom: 2rem;
}
h3, h4, h5 {
padding: 2rem 0 0.5rem 0;
}
.table ul {
padding-left: 0;
margin-bottom: 0;
... |
_layouts/post.html | sotothe/sotothe.github.io | ---
layout: default
---
<div class="post">
<h1>{{ page.title }}</h1>
<span class="post-date">
<img class="img-icon" src="/public/images/iconmonstr-calendar-5-icon.svg"></img>{{ page.date | date_to_string }}
<img class="img-icon" src="/public/images/iconmonstr-user-icon.svg"></img>{{ page.author }}
<!-... |
Practice/Intro-To-Java-8th-Ed-Daniel-Y.-Liang/Chapter-6/Chapter06P22/doc/main/package-use.html | tliang1/Java-Practice | <!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_102) on Thu Jan 19 20:03:43 PST 2017 -->
<title>Uses of Package main</title>
<meta name="date" content="2017-01-19">
<link rel="stylesheet" typ... |
Corpus/Part 3/awards_2000/awd_2000_89/links.html | camilldesmoulins/SearchEngine | <HTML><HEAD><TITLE>NSF Award Abstracts Links for awards_2000/awd_2000_89</TITLE><HEAD><BODY>
<A HREF=a0089117.txt>a0089117.txt</A><BR>
</BODY></HTML>
|
all-data/4000-4999/4387-32.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>... |
Backup/reports.html | subhasisghosal/NDL_ErrorLogAnalysisPortal | <html lang="en" >
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Angular Material style sheet -->
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/angular_material/1.1.0/angular-material.min.css">
<!-- Your application bootstrap -->
<link rel="style... |
_includes/feedback.html | ticketmaster-api/ticketmaster-api.github.io |
<div class="modal modal-common fade" id="feedback-modal" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"></button>
<div class="row">
<h3 clas... |
tests/html/selectize.html | IntuitiveWebSolutions/PyWebRunner | <link rel="stylesheet" type="text/css" href="/tests/html/css/selectize.css" />
<select id="testSelectize"></select>
<script type="text/javascript" src="/tests/html/js/jquery.js"></script>
<script type="text/javascript" src="/tests/html/js/selectize.js"></script>
<script type="text/javascript">
$(function() {
... |
app/views/signup.html | aldohb/signup | <article role="article">
<h2>Create a new account</h2>
<form name="registrationForm" class="form-horizontal">
<h3>Choose a username and password</h3>
<p>Please enter your email address for your username. It cannot be longer than 56 characters. </p>
... |
target/site/testapidocs/deprecated-list.html | wilkenstein/rarefied-redis-java | <!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_31) on Wed Apr 08 00:23:41 MDT 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List (rarefied-re... |
examples/typography.html | olumby/fort | <!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.0, maximum-scale=1.0, user-scalable=no">
<title>Typography - Fort</title>
<link rel="stylesheet" type="text... |
iNQUIRE.v2/Content/openid-shadow.css | armadillo-systems/inquire | /*
Simple OpenID Plugin
http://code.google.com/p/openid-selector/
This code is licensed under the New BSD License.
*/
#openid_form {
width: 590px;
}
#openid_form legend {
font-weight: bold;
}
#openid_choice {
display: none;
}
#openid_input_area {
clear: both;
padding: 10px;
}
#openid_btns, #openid_btns b... |
1cf26e2/html/functions_vars.html | v8-dox/v8-dox.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... |
docs/html/0.12.0/index.html | philiplb/Valdi |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to Valdis documentation! — Val... |
src/templates/main.html | ccressent/cressent.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cressent.org - $title$</title>
<link rel="stylesheet" type="text/css" href="/styles.css" />
</head>
<body>
<div id="header">
$partial("templates/header.html")$
</div>
<div id="content">
$body$
</div>
<div class="footer">
... |
Reports/wa/wadewegner.twitter.restapi.0.0.2/TwitterOAuth.RestAPI-net451.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>
... |
docs/api/OpenTl.Schema/ISecureCredentialsEncrypted/index.html | OpenTl/OpenTl.Schema | <!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description">
<meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML">
<meta n... |
people/bemakywz.html | slowe/panelshows | <html>
<head>
<title>Lin Buchfield'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>
<!--... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/df8816c07f43a7efe007c27e476124a48b0436863a563853c32911161e9b5519.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./ecc9098f4c4b1dfe6b30b51550be9879e1ed8171ca47b904e63443a186d2380e.html">Teleport</a>
<hr>
... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/03dcf9200cb74d2acafa73719d74536fc0f8535a46f33e9fdc4db7972b962ce1.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./02586f69f2db34b187cbce5c73c2c678490da640bad445e83d2090f1a48d3ba0.html">Teleport</a>
<hr>
... |
_pages/projects.html | AimeeKnight/AimeeKnight.github.io | ---
layout: page
title: Projects
date:
type: page
published: false
status: trash
categories: []
tags: []
meta:
Layout: 1c
_edit_last: '2'
bwps_enable_ssl: ''
_wp_page_template: default
_wp_trash_meta_status: private
_css_code: "div.textwidget {\r\n text-align: center;\r\n}\r\n\r\ndiv#social a img
{\r\... |
html/dir_000002_000006.html | wafgo/rt-depth-map | <!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... |
old-separate/wikipedia_viewer/wiki_viewer.html | svmi3195/freecodecamp_projects | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Wikipedia Viewer">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Alegr... |
public/assets/css/dateFilter.css | Yleisradio/mean-date-filter | .date-filter-buttons {
margin-bottom: 10px;
} |
magcut/selScene_7_sciencepark.html | josundin/josundin.github.io | <!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<script type="text/javascript">
localStorage.setItem('selectSceneNum', 7);
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*ne... |
WebContent/component/dhtmlxSuite_v403_std/samples/dhtmlxMenu/05_events/08_onbefore_onafter_oncontextmenu.html | blale-zhang/codegen | <!DOCTYPE html>
<!--conf
<sample>
<product version="4.0b1" edition="std"/>
<modifications>
<modified date="130911"/>
</modifications>
</sample>
-->
<html>
<head>
<title>onBeforeContextMenu / onContextMenu / on... |
dist_files/index.html | Sjeiti/SFBrowser | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
<title>Test</title>
</head>
<body>
<button>test</button>
<ul id="fileList"></ul>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Assumenda dolor, enim fugiat hic na... |
OpenLibraClient/docs/html/interface_book.html | vbergae/OpenLibraClient | <!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>OpenLibra Client: Book Class Reference</title>
<link href="tabs.css" re... |
sitedev/mvtpcold/diagnostics.html | ICJIA/icjia-public-website | <!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta htt... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.