path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
Programming/JavaScript 2/02. DOM-manipulation/03. ShimsQuerySelectorAllInOlderBrowsers.html | niki-funky/Telerik_Academy | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>03. ShimsQuerySelectorAllInOlderBrowsers</title>
<link href="styles/StyleSheet.less" rel="stylesheet" />
<script src="scripts/querySelectors.js" type="text/javascript"></script>
</head>
<body>
<!-- 03. Write a script that shims q... |
doc/html/classInitialJet.html | garethcmurphy/mhdvanleer | <!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... |
assets/style.css | ivuorinen/rss-audio-player | .audiojs {
width: 100%;
}
ol {
display: block;
padding: 0px; margin: 0px 20px; list-style: decimal-leading-zero inside;
color: #ccc; border-top: 1px solid #ccc; font-size: 0.9em;
}
.play-pause {
width: 38px !important;
}
.scrubber {
width: 80% !important;
}
ol li { position: relative; margin: 0p... |
PPT/JS-12-Function-Declaration.html | ptteng/PPT | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>葡萄藤PPT</title>
<link rel="stylesheet" href="../css/reveal/reveal.css">
<!-- PPT主题,可以在/css/reveal/theme/中选择其他主题,目前暂时只能使用该模板 -->
... |
templates/home.html | roddehugo/favrodd | {% extends "template.html" %}
{% block title %}Hugo Rodde / {{ data.site.1.value }} {% endblock %}
{% block infomain %}
{% include "infomain.html" %}
{% endblock %}
{% block infofooter %}
{% include "infofooter.html" %}
{% endblock %}
{% block containermain %}
<div class="main__container-about">
<div clas... |
barcode_qc.html | swang8/Perl_scripts_misc | <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<title>Check Barcodes</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style>
#container{
width: 700pt;
background-color: #F9F9F9;
margin: auto;
padding: 10px;
}
body{
background-color: ... |
docs/0.02/index.html | WinningSlowly/winningslowly.org | <!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article">
<head>
<title>
0.02: Do [Content] Right ◦ Winning Slowly
</title>
<meta
name="description"
content=""
/>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,in... |
libraries/opencv/javadoc/org/opencv/engine/package-summary.html | vytjan/detectedNumbers | <!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.6.0_65) on Tue Jun 23 19:39:41 MSK 2015 -->
<TITLE>
org.opencv.engine
</TITLE>
<META NAME="date" CONTENT="2015-06-23">
<LINK REL ="styleshee... |
doc/html/argument__holder_8hpp-source.html | makerbot/clp-parser | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>C++ command line parameters parser: argument_holder.hpp Source File</title>
<link href="own.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" ... |
2006/02/09/taking-aim-at-targetcom/index.html | WebStandardsSherpa/webstandards.org | <!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">
<!-- Mirrored from www.webstandards.org/2006/02/09/taking-aim-at-targetcom/ by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 18 Aug 2017 17:4... |
ng2-catdisplay/src/app/app.component.html | cdeil/slippy-astro-images | <div>
<app-source-select>Loading app-source-select ...</app-source-select>
<app-json-test>Loading app-json-test...</app-json-test>
</div>
|
resources/authentication/_LoginRegisterRequestPane.css | agrc/agrc.ijit | .login-register-request-pane {
} |
public/layout/admin_1/ui_nestable.html | Garulth/mdiary_admintools | <!DOCTYPE html>
<!--
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7
Version: 4.7
Author: KeenThemes
Website: http://www.keenthemes.com/
Contact: support@keenthemes.com
Follow: www.twitter.com/keenthemes
Dribbble: www.dribbble.com/keenthemes
Like: www.facebook.com/keent... |
AuctionRoomAB/AuctionRoomAB/Content/auctionroom.css | aburciu/AuctionRoomAB | @media (min-width: 980px) {
body {
padding-top: 0px;
padding-bottom: 40px;
}
.jumbotron {
padding: 0px;
padding-left: 15px !important;
}
ul {
margin-left: 30px;
}
.btn:disabled {
opacity: initial;
}
} |
client/index.html | rwhuber/react-node-template | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Test</title>
</head>
<body>
<div id="root"></div>
<script src="./build/bundle.js"></script>
</body>
</html> |
tag/civil-war/feed/index.html | chmullig/chmullig.github.io | <?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slas... |
PyMel.docset/Contents/Resources/Documents/generated/functions/pymel.core.modeling/pymel.core.modeling.polyCheck.html | alexwidener/PyMelDocset | <html><body><p><!-- saved from url=(0024)http://docs.autodesk.com -->
<!DOCTYPE html>
<!-- Mirrored from help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/generated/functions/pymel.core.modeling/pymel.core.modeling.polyCheck.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:36:33 GMT -->
<!... |
content/marcado/220314.html | okfn-brasil/queriDO | <html>
<head>
<meta charset="UTF-8"/>
<meta itemprop='identifier' content='220314'/>
<meta itemprop='datePublished' content='2014-12-30'/>
<meta itemprop='datePublished-pubid' content='195'/>
</head>
2ª GERÊNCIA DE CONSERVAÇÃO
<p align="center" class="MsoNormal">
<b>
SUBSECRETARIA DE ENGENHARIA E C... |
packages/server/docs/modules/_tournament_match_game_game_.html | aurbano/ultimate-ttt-server | <!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>"tournament/match/game/Game" | @socialgorithm/uttt</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<li... |
place/paraguay/map/2013/index.html | okfn/opendataindex-2015 | <!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">
<meta name="author" content="Open Knowledge">
<meta name="description" content="The Global Open Data Index assesse... |
src/frontend/public/css/styles.css | malkoto1/tribe | @import url("./../../node_modules/bootstrap/dist/css/bootstrap.css");
html, body, my-app, main-container {
height: 100%;
}
body {
background-color: #EEE;
} |
main/templates/forms/form_field.html | m4tx/usos-id-mapper | {% load widget_tweaks %}
<div class="form-group{% if field.errors %} has-danger{% endif %}">
<label class="form-control-label" for="{{ field.auto_id }}">{{ field.label }}:</label>
{% if field.errors %}
{% render_field field class+="form-control form-control-danger" %}
{% for error in field.erro... |
quotes/14a4117050357d53724384afc19e6ab6.html | ohrepos/quotes-repo | <!DOCTYPE html>
<html lang="en"><head><meta charset="utf-8"><meta content="width=device-width, initial-scale=1.0" name="viewport"><meta content="summary" name="twitter:card"><meta content="카드로도 다 못 보면 링크 고고" name="twitter:title"><meta content="@bquote_bot" name="twitter:creator"><meta content="노 대통령은 공직자를 기용할 때도 그가 쓴 글... |
ePF_API_phpdoc-0.1.x-dev/classes/ep_RCL_Projekt_Etap.html | veriKami/ePF_API_doc | <!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.0; maximum-scale=1.0; user-scalable=0;">
<meta charset="utf-8">
<title>phpDocumentor » \ep_RCL_Projekt_Etap</title>
<meta name="author" content="M... |
presentation/opendata/index.html | hsr-ba-fs15-dat/ba-doc | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>OpenDataHub</title>
<meta name="description" content="OpenDataHub - A Hub For Your Open Data"/>
<meta name="author" content="R. Liebi, F. Scala, C. Hüsler"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="app... |
deps/boost/doc/html/xpressive/reference.html | laborautonomo/poedit | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Reference</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="../index.html" title="The Boost C++ Librari... |
api/class-Doctrine.Tests.Common.Cache.MemcachedCacheTest.html | Tecnocreaciones/VzlaGovernmentTemplateDeveloperSeed | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Class Doctrine\Tests\Common\Cache\MemcachedCacheTest | seip</title>
<script type="text/javascript" src="resources/combined.js?784181472"></script>
<script ty... |
manpages/man8/faillock.8.html | yuweijun/yuweijun.github.io | <!DOCTYPE html>
<HTML><head><TITLE>Manpage of FAILLOCK</TITLE>
<meta charset="utf-8">
<link rel="stylesheet" href="/css/main.css" type="text/css">
</head>
<body>
<header class="site-header">
<div class="wrap"> <div class="site-title"><a href="/manpages/index.html">linux manpages</a></div>
<div class="site-descripti... |
clean/Linux-x86_64-4.05.0-2.0.6/released/8.7.0/circuits/8.6.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>circuits: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" ... |
docs/3.4.3 BSF Functions.html | tedliang/osworkflow | <html>
<head>
<title>OSWorkflow -
3.4.3 BSF Functions
</title>
<link rel="stylesheet" href="styles/site.css" type="text/css" />
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<table class="pagecontent" border="0" cell... |
people/rvp7dlu1.html | slowe/panelshows | <html>
<head>
<title>Ann Widdecombe'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>
<!-... |
_book/douceurs/palet-anis-clea.html | clrh/cuisine | <!DOCTYPE HTML>
<html lang="en-US" manifest="../manifest.appcache">
<head prefix="og: http://ogp.me/ns# book: http://ogp.me/ns/book#">
<meta charset="UTF-8">
<title>palet-anis-clea | Mon petit grimoire de cuisine</title>
<meta content="text/html; charset=utf-8" http-e... |
BlogPosts/PrerequisiteCorePlugin.html | ima9ines/nopCommerce | <h5>Prerequisite - <a href="/core-plugin" target="_blank">Core plugin</a></h5>
<p class="m-0"><small>Should be installed and enabled first.</small></p>
|
src/Viteloge/CoreBundle/Resources/descriptions/64322.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Lasse est
un village
situé dans le département des Pyrénées-Atlantiques en Aquitaine. Elle comptait 287 habitants en 2008.</p>
<p>À coté de Lasse sont localisées les communes de
<a href="{{VLROOT}}/immobilier/saint-michel_64492/">Saint-Michel</a> localisée à 3&nbs... |
view/ajax/visualizar-anuncio.html | tunnes/trampaki-web | <div id="wrapper-anuncio" class='wrapper_janela container-fluid'>
<h1 id='tituloAnuncioDOM'>LOREM TORNEIRA</h1>
<!--<img src="view/img/ic_mode_edit_48px-128.png"></img>-->
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12" id="wrapper-imagens-anuncio">
<div id="imagem01"></div>
<div id="imagem02"></div>
<div... |
app/views/latest_c/job_claim_active_oldest.html | dwpdigitaltech/ejs-prototype | {% extends "layout.html" %}
{% block page_title %}
GOV.UK prototyping kit
{% endblock %}
{% block propositionHeader %}
{% include "includes/propositional_navigation.html" %}
{% endblock %}
{% block content %}
<main id="content" role="main">
<div class="grid-row">
<div class="column-quarter g... |
tests/expected_output.html | zhaochunqi/simiki | <!DOCTYPE HTML>
<html>
<head>
<link rel="Stylesheet" type="text/css" href="/static/css/style.css">
<link rel="Stylesheet" type="text/css" href="/static/css/tango.css">
<title>Foo Page 2 - </title>
<meta name="keywords" content=""/>
<meta name="description" content=""/>
... |
_includes/resume-volunteer-1.html | chrisnguyenhi/chrisnguyenhi.github.io | <!-- Used by theme-bio-builtin-1 -->
{% if site.data.bio.volunteer %}
<div class="row">
<div class="two wide column">
<h3 class="ui left aligned header no-bottom volunteer">Activities</h3>
</div>
<div class="fourteen wide column no-bottom volunteer">
{% for entry in site.data.bio.volunteer %}
<div ... |
templates/extended_profile/avatar_form.html | andrewnsk/dorokhin.moscow | {% extends 'base.html' %}
{% block javascript %}
<script>
$(function () {
/* SCRIPT TO OPEN THE MODAL WITH THE PREVIEW */
$("#id_avatar").change(function () {
if (this.files && this.files[0]) {
var reader = new FileReader();
reader.onload = function (e) {
$("#... |
docs/categories/page/1/index.html | shohan4556/me | <!DOCTYPE html><html><head><title>https://shohan4556.github.io/me/categories/</title><link rel="canonical" href="https://shohan4556.github.io/me/categories/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://shohan4556.github.io/me/categories/" /></head></... |
app/templates/partials/footer.html | ONSdigital/eq-survey-runner | {% set olg_cdn = cdn_url_prefix~"/img/UKOpenGovernmentLicence-grey.svg" %}
<footer class="footer u-mt-no" role="contentinfo">
<div class="container">
<div class="grid">
<div class="grid__col col-4@m">
<h4 class="u-fs-r--b footer__heading">{{ _("Legal information") }}</h4>
... |
web/src/main/client/src/components/tweet/Tweet.css | BakkerTom/happy-news | .source-tweet{
color: #33BAFA;
}
.flex {
display: flex;
flex-direction: row;
}
.content {
flex-grow: 1;
margin-right: 8px;
}
.options{
display: block;
font-size: 10px;
height: 32px;
}
|
src/inc/_meta.html | mgje/soundOmath | <meta property="og:title" content="<!-- @echo META.title -->"/>
<meta property="og:url" content="<!-- @echo META.url -->"/>
<!-- <meta property="og:image" content=""/> -->
<meta property="og:site-name" content="<!-- @echo META.title -->"/>
<meta property="og:description" content="<!-- @echo META.description -->"/>
<me... |
client/app/home/add_url.html | chiefsmurph/Scrapinit | <form ng-submit='add()'>
<input type="text" name="url" ng-model="url" id="url" value="http://" onfocus="">
<button type="submit">SUBMIT</button>
</form>
<div>{{html}}</div>
|
jQuery/day1/demo/stop方法.html | 7fe/guide | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style media="screen">
.block{
width: 100px;
height: 100px;
background-color: red;
position: absolute;
}
</style>
<scri... |
framework/documentation/api/play/cache/package-frame.html | lafayette/JBTT | <!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.6.0_20) on Mon May 02 10:23:15 CEST 2011 -->
<TITLE>
play.cache (Play! API)
</TITLE>
<META NAME="date" CONTENT="2011-05-02">
<LINK REL ="stylesheet" TY... |
src/pages/strategy/tabs/quotes/quotes.html | Tibo442/KC3Kai | <div class="page_title">
<div class="page_help_btn hover"><span>?</span> Help Topics</div>
</div>
<!-- HELP TOPICS -->
<div class="page_help">
<div class="help_q"></div>
<div class="help_a"></div>
</div>
<!-- CONTENT -->
<div class="page_padding">
<div class="ship_list">
</div>
<div class="par... |
mapathon/SPR/index.html | ernoma/ernoma.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">
<title>Humanitarian OpenStreetMap Mapathon @ SPR Statistics</title>
<link rel="stylesheet" href="//netdna.bootst... |
app/views/ej14.html | gonzaloruizdevilla/angularjs-formvalidation | <div class="row">
<div span="col-xs-12">
<div ng-include="'views/ej14-template.html'"></div>
<hr>
<h4>Plantilla</h4>
<div hljs include="'views/ej14-template.html'"></div>
<h4>Controlador: scripts/controllers/ej14.js</h4>
<div hljs include="'scripts/controllers/ej14.js'" language="javascript"><... |
clean/Linux-x86_64-4.12.1-2.0.8/released/8.14.1/mathcomp-field/1.9.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: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.... |
HTML5/primer_html5/018.em.html | laikuaut/my_sample_code | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>018.em</title>
</head>
<body>
<p>この部分を<em>強勢</em>する</p>
</body>
</html>
|
debug/static/pkg/aio_98bd273.css | chaogao/demo-fenda | /*!/src/static/lib/css/self/reset.css*/
/**
* @fileOverview reset基础样式
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,... |
style/style.bak.css | adoel/xin-theme | /*body*/
.hide {display: none !important}
[data-region="body"] {padding: 0 20px}
.noWrap {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
/*end body*/
/*drawer*/
.xin-drawer {border: 0; box-shadow: 0 1px 1px #ddd;}
.xin-drawer [data-region="body"] {margin-top: 0; padding: 0}
.box-user {margin-bottom: 8p... |
client/yui-3.17.2/api/modules/cache-plugin.html | billwiliams/Yui | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>cache-plugin - YUI 3</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../a... |
test/expected/buttons.html | chris5marsh/grunt-makedocs | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Buttons :: Design Patterns</title>
<meta name="description" content="University of York Design Patterns">
<meta name="author" content="University of York">
<meta name="viewport" conten... |
src/lib/components/sk-wandering-cubes/sk-wandering-cubes.component.html | mpalourdio/ng-http-loader | <!--
Copyright (c) 2015 Tobias Ahlin
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, ... |
doc/serialized-form.html | tokahuke/java-for-playwrights | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pt">
<head>
<!-- Generated by javadoc (1.8.0_60) on Wed Mar 02 17:26:14 BRT 2016 -->
<title>Serialized Form</title>
<meta name="date" content="2016-03-02">
<link rel="stylesheet" type="tex... |
examples/wadors/index.html | mikewolfd/cornerstoneWADOImageLoader | <!DOCTYPE HTML>
<html>
<head>
<!-- twitter bootstrap CSS stylesheet - included to make things pretty, not needed or used by cornerstone -->
<link href="../bootstrap.min.css" rel="stylesheet">
<link href="../cornerstone.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="page... |
SkylishCSS/grid/sky.grid.css | Schmidtwar/SkylishCSS | /* Version 0.5
Copyright by: Cremotdesign.com @ 2016
Github: https://github.com/Schmidtwar/SkylishCSS
*/
/* Breakers */
.sky-space {
display: inline-block;
width: 100%;
}
.sky-space-25px {
display: inline-block;
width: 100%;
height: 25px;
}
.sky-space-35px {
display: inline-block;
widt... |
app/src/components/files-tree-folder/template.html | brunosimon/keppler | <div v-show="visible">
<a href="#" class="name" :style="{ paddingLeft:(depth + 1) * 20 + 'px' }" @click.prevent="onNameClick">
<file-icon class="icon" extension="folder-active" v-show="open"></file-icon>
<file-icon class="icon" extension="folder" v-show="!open"></file-icon>
<span class="text... |
templates/base.html | zaabjuda/GB_Fabrica | {% load staticfiles %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Dmitry Zhiltsov">
<title>GBF</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.... |
subDirectory/TEMPLATE.html | hotborsh/ReallyAnnoyingDirectory | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
/* Styles Here */
</style>
</head>
<body>
<a href="https://learndevelopmentpublic.g... |
tests/simple.css | klamping/color-match | body {
background: #eee;
color: #888;
}
p, a {
font-size: 13px;
color: #888889;
text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
} |
PPT/JS-06-loginState2.html | ptteng/PPT | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>葡萄藤PPT</title>
<link rel="stylesheet" href="../css/reveal/reveal.css">
<!-- PPT主题,可以在/css/reveal/theme/中选择其他主题,目前暂时只能使用该模板 -->
... |
doc/DocumentationBasics.html | jeancharles-roger/fr.minibilles.basics | <html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Documentation de Basics</title>
<style type="text/css" media="all">@import "DocumentationBasics.css";</style>
</head>
<body id="css-zen-garden">
<div id="Root">
<div id="Basics">
<h1 class="title">Documentation de Basics</h1>
<div>... |
documentation/test_python/content_parse_docstrings/content_parse_docstrings.Class.html | mosra/m.css | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>content_parse_docstrings.Class | My Python Project</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600" />
<link rel="stylesheet" href="m-dark+documen... |
doc/main/VNReader.html | BradleyCai/VN-RW | <!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 Thu Jun 04 07:30:53 PDT 2015 -->
<title>VNReader</title>
<meta name="date" content="2015-06-04">
<link rel="stylesheet" type="text/css" ... |
OpenNI-Bin-Dev-MacOSX-v1.5.7.10/Documentation/html/classxn_1_1_map_meta_data.html | jeremywrnr/life-of-the-party | <!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... |
wp-content/plugins/page-builder-sandwich/page_builder_sandwich/css/editor.css | michaelbontyes/ekogito | .pbs-editing[data-name="main-content"] [data-shortcode]:hover {
cursor: -webkit-grab;
cursor: grab;
}
body .ce-element--focused:not(pre) {
background-color: rgba(150, 150, 150, 0.06);
}
body .ce-element--focused:not(pre):before {
display: none !important;
}
body .ct-widget.ct-inspector {
display: none !imp... |
src/styles/global.css | goldylucks/adamgoldman.me | a,
button,
.btn {
cursor: pointer;
}
|
ATTACHMENTS/EducationalAssignments/WebServer/thewall.html | SeattleTestbed/docs | <html>
<head></head>
<body>
<table width="90%" align="center">
<tr><td><b>Mike</b> : Hello</td></tr>
<tr><td><b>Me</b> : Hi</td></tr>
<tr><td><hr></td></tr>
<tr><td>
<form method="GET">
Name: <input type="text" name="name"><br>
Comment: <input type="text" name="comment... |
38041fc/html/classv8_1_1_debug-members.html | v8-dox/v8-dox.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... |
test/index.html | diddledan/broadway-heading | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Tests</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="../../../mocha/mocha.js"></script>
<script src="../../../wct-mocha/wct-mocha.js"></script>
</head>
<body>
<script>
WCT... |
Catstagram/app/assets/stylesheets/application.css | ValentinMinder/catstagram | /*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative p... |
stylesheets/default.css | axblum/axblum.github.io | * {
margin: 0;
padding: 0;
}
html,
body {
margin: 0;
padding: 0;
height: 100%;
background-color: black;
font-family: 'Muli', sans-serif;
color: #6EB84A;
}
.wrapper {
position: relative;
min-height: 100%;
width: 100%;
overflow: hidden;
}
nav ul li {
display: inline;... |
index.html | Smotko/jumpdrive | <html>
<head>
<title>Ludum Dare 27</title>
<meta charset="UTF-8">
<link href='http://fonts.googleapis.com/css?family=Quicksand:400,700' rel='stylesheet' type='text/css'>
<style>
body {
font-family: Monospace;
background-color: #000000;
background: url(bg2.jpg) no-repeat center center fixed;
-webkit-background-size... |
all-data/18000-18999/18451-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>... |
web_app/app/templates/fly.html | BradAJ/zipflights | <!-- extend from base layout -->
{% extends "base.html" %}
{% block content %}
<h2>Find Destinations</h2>
<form action="" method="post" name="dests">
{{form.hidden_tag()}}
<h3><ul>Departing from:
{{form.origin(size = 3, maxlength = 3)}} (airport code)</ul>
{% for error in form.errors.ori... |
docs/styles/prettify-tomorrow.css | tostegroo/rivescript-nginb-js | /* Tomorrow Theme */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* Pretty printing styles. Used with prettify.js. */
/* SPAN elements with the classes below are added by prettyprint. */
/* plain text */
.pln {
color: #1c1c1b; }
@media screen {
/* string content */
.str {
color: #48... |
static/login.html | dagnelies/restfs | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.boo... |
public/css/selection.css | arlenpan/CSE170Collaborate | a:hover {
text-decoration: none;
}
/* SEARCHBAR */
.input-group {
margin-bottom: 15px;
}
.input-group button {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
/* GIANT LIST OF CUSIINES */
.btn-group {
margin-bottom: 15px;
vertical-align: middle;
display: flex;
flex-wrap: wrap;
justify-content: ce... |
_includes/header.html | improve100/improve100.github.io | <header class="navbar navbar-inverse navbar-fixed-top docs-nav" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></spa... |
api/v0.6.6/utility/input/InputManager.setKeyState.html | Circular-Studios/Dash-Docs |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt-->
<title>Method InputManager.setKeyState</title>
<link rel="stylesheet" type="text/css" href="../../styles/ddox.css"/>
<link ... |
src/pages/preaprobadas/cr-prestamos-personales-baccredomatic.html | guayom/bacceredomatic-email-templates | ---
subject: Tenés un préstamo pre-aprobado
header: Tenés un préstamo pre-aprobado
preheader: Obtené tu préstamo personal en-línea y sin costos de formalización.
description:
charset: ISO-8859-1
replyto: prestamospersonales@baccredomatic.com
version_web: "https://content.baccredomatic.com/es-cr/mailing/com/2x16/cr-pre... |
Bivi/src/Bivi.FrontOffice/Bivi.FrontOffice.Web/Libs/telerik.kendoui.2014.3.1119.core/src/styles/mobile/kendo.mobile.materialblack.css | apo-j/Projects_Working | /**
* Copyright 2014 Telerik AD
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... |
css/minesweeper.css | aohost/aohost.github.io | .minesweeper-game div {
line-height: 0;
font-size: 0;
float: left;
}
.minesweeper-board {
display: inline-block;
font-family: Arial;
background-color: silver;
}
.minesweeper-medium {
width: 276px;
height: 318px;
margin: 50px auto;
}
.minesweeper-board div {
... |
commute_together/commute_together/static/style.css | DimaWittmann/commute-together | .autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { pa... |
kettle-data-integration/docs/api/org/pentaho/di/trans/steps/singlethreader/package-summary.html | ColFusion/PentahoKettle | <!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.6.0_27) on Wed Nov 21 16:03:52 EST 2012 -->
<TITLE>
org.pentaho.di.trans.steps.singlethreader
</TITLE>
<META NAME="date" CONTENT="2012-11-21">
<LINK RE... |
Template/profil.html | UMBTeamProject/UMBTeamProject | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Projekt</title>
<!-- Bootstrap core CSS -->
... |
_includes/social-links.html | FionaLu/FionaLu.github.io | <!-- <hr class="hr-line">
<h3 class="title" style="font-size:30px;">
{% if site.email %}<a class="social-btn" href="mailto:{{ site.email }}" target="_blank" rel="noopener noreferrer"><i class="fa fa-fw fa-envelope-square"></i></a>{% endif %}
... |
docs/_modules/pymatgen/io/gaussian.html | czhengsci/pymatgen |
<!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="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<ti... |
style/style.css | jordanyryan/JDTube | .search-bar {
margin: 20px;
text-align: center;
}
.search-bar input {
width: 75%;
}
.video-detail .details {
margin-top: 10px;
padding: 10px;
border: 1px solid #ddd;
border-radius: 4px;
}
.list-group-item {
cursor: pointer;
}
.list-group-item:hover {
background-color: #eee;
} |
index.html | ledlogic/roulette | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Roulette</title>
<link rel="stylesheet" href="roulette.css" media="screen">
<script src="raphael.js"></script>
<script src="roulette.js"></script>
</head>
<body>
<div id="header">
<h1>R... |
clean/Linux-x86_64-4.03.0-2.0.5/released/8.7.1+1/int-map/8.8.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>int-map: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css... |
src/xpose.sitetheme/xpose/sitetheme/resources/_includes/datapanel.html | potzenheimer/xdash | <div class="datapanel" id="main-stats">
<div class="row datapanel-row">
<div class="col-md-3 col-sm-3 datapanel-item">
<div class="item-data">
<span class="numberic">2457</span>
visits
</div>
<span class="item-date">Today</span>
</d... |
2006/09/08/upstart-in-universe-of-ubuntu-edgy/index.html | lethean/lethean.github.io | <!DOCTYPE html>
<html lang="ko-kr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Source Themes Academic 4.7.0">
<meta name=... |
www/lib/onsen/css-components-src/src/old-theme.css | devmobilenovatec/novacard_monaca |
:root {
/* variables for iOS components */
--background-color: #f9f9f9;
--text-color: #1f1f21;
--sub-text-color: #999;
--highlight-color: rgba(24, 103, 194, 0.81);
--second-highlight-color: #25a6d9;
--border-color: #ccc;
--button-background-color: var(--highlight-color);
--button-cta-background-color... |
_includes/footer.html | abhishekraj007/blog | <footer>
<p>Credit: Made with <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> <span>Hosted on: Github</span></p>
</footer>
<script src="{{ "/assets/js/main.js" | prepend: site.baseurl }}"></script> |
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/images/photon/js/js/bootstrap/js/plugins/prettify/prettify.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... |
2012/12/31/Miller-cylindrical/index.html | x6doooo/x6doooo.github.io | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<link href="http://gmpg.org/xfn/11" rel="profile">
<title>
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.