path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
analyzed_libs/trove-2.1.0/javadocs/gnu/trove/TShortByteIterator.html | jgaltidor/VarJ | <!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_13) on Fri Aug 14 15:51:18 CDT 2009 -->
<TITLE>
TShortByteIterator (GNU Trove for Java API v2.1.0)
</TITLE>
<META NAME="date" CONTENT="2009-08-14">
... |
Rysh.3/public/404.html | maldrasen/archive | <!DOCTYPE html>
<html>
<head>
<title>404 Not Found</title>
</head>
<body>
<p>Boring 404 Page</p>
</body>
</html>
|
client/index.template.html | bootcampfire/hycamp | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BootcampFire</title>
<link href="//fonts.googleapis.com/css?family=Lato:300,400,700,700italic,400italic,300italic" rel="stylesheet" type="text/css">
<link href="https://f... |
web/css/style.css | lexoalonzo/JavaWEBMVC | @import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url('https://fonts.googleapis.com/css?family=Lato:300,400');
.login-page {
width: 360px;
padding: 8% 0 0;
margin: auto;
}
.form {
position: relative;
z-index: 1;
background: #FFFFFF;
max-width: 360px;
margin: 0 auto 100px;
paddin... |
_posts/2012/12/2012-12-11-some-of-the-things-weve-learned-about-teaching-git.html | swcarpentry/website | ---
layout: post
authors: ["Greg Wilson"]
title: Some of the Things We've Learned About Teaching Git
date: 2012-12-11
time: "09:00:00"
tags: ["Education"]
---
<p>We've tried teaching Git six or seven times now; here's what some of the instructors have learned.</p>
<ul>
<li><strong>Instructor #1</strong>
<ul>
... |
AndroidRx/doc/com/compsci408/androidrx/LoginActivity.html | duke-compsci408-fall2014/GlassRx | <!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_05) on Thu Dec 11 10:42:19 EST 2014 -->
<title>LoginActivity</title>
<meta name="date" content="2014-12-11">
<link rel="stylesheet" type="text/... |
docs/api/Songhay.Xml/XmlUtility/1E1562F7.html | BryanWilhite/SonghayCore | <!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... |
index.html | yc910920/vue-vuex-vue-resource | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>vue-shizhuang</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
|
css/AdminToolbar.css | jacobbuck/silverstripe-admintoolbar | .AdminToolbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 9999999; /* lol */
color: #fff;
font-size: 1rem;
line-height: 1.25;
background-color: #005B94;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.AdminToolbarHide {
... |
src/app/message/message-edit.component.html | danielkandlhofer/MeetPeopleAngular | <h1>Edit Message!</h1>
<div>
{{ msg }}
</div>
<div *ngIf="message">
<div class="form-group">
<label>Id</label>
<input [(ngModel)]="message.id" class="form-control">
</div>
<div class="form-group">
<label>Title</label>
<input [(ngModel)]="message.title" class="form-control">
</div>
<div class... |
lib/Assets/main.css | wp-plugins/mootools-accessible-tooltip | /*
orange popup
*/
.AscMask {
background-color: black;
}
.AscPop {
width: 170px;
text-align: right;
position: absolute;
}
.AscPop .grid {
display: table;
border-collapse:collapse;border-spacing:0;padding:0;
}
.AscPop .grid tbody {
margin:0;padding:0;
}
.AscPop .grid td {
zoom:1;
margin:0;padding:0;
}
.AscPop... |
_includes/css/main.css | swacamp/web | html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
/* ---------------------------*/
/* ----- Special Styles ----- */
/* ---------------------------*/
/* ----- colors (autogenerated from _config.yml)----- */
{% for c in site.colors %}
.border-{{c[0]}} { border-color: {{ c[1] }} !important;... |
templates/beer/base.html | OckiFals/crud-django | <!DOCTYPE html>
<html lang="id-ID">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block page-title %}Delivery Online{% endblock %}</title>
<link rel="stylesheet" href="/assets/css/bootstrap.css">
{# <link rel="stylesheet" href="/assets/... |
website/allRecipes/Bread/HomemadeSoftPretzels.html | jmwerner/recipes | <!DOCTYPE HTML>
<html>
<head>
<title>
Werner Family Recipes
</title>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<!--[if lte IE 8]><script src="../../assets/js/ie/html5shiv.js"></script><![endif]-->
<link href="../../assets/css/main.css" rel="stylesheet"... |
client/styles/style.css | maildebjyoti/jazzytrip | h1 {
color: #369;
font-family: Arial, Helvetica, sans-serif;
font-size: 250%;
}
.selected {
background-color: #CFD8DC !important;
color: white;
}
.heroes {
margin: 0 0 2em 0;
list-style-type: none;
padding: 0;
width: 15em;
}
.heroes li {
cursor: pointer;
position: relative;
left: 0;
background-color: #E... |
src/fractures.css | krisztianpuska/fractures | @import url("./reset.css");
@import url("./border.css");
@import url("./color.css");
@import url("./cursor.css");
@import url("./display.css");
@import url("./flex.css");
@import url("./grid.css");
@import url("./height.css");
@import url("./list.css");
@import url("./margin.css");
@import url("./opacity.css");
@impor... |
_layouts/tag-index.html | sgpm-generator/sgpm-generator | ---
layout: default
---
<h2 class="post_title">{.{page.title}}</h2>
<ul>
{% for post in site.posts %}
{% for tag in post.tags %}
{% if tag == page.tag %}
<li class="archive_list">
<time style="color:#666;font-size:11px;" datetime='{{post.date | date: "%Y-%m-%d"}}'>{{ post.date | date: "%m/%d/%y" }}</time> <... |
frontend/web/menu/menu.css | Fre123/articulos | @import url(http://fonts.googleapis.com/css?family=Lato);
.container
{
width:800px;
overflow:hidden;
display:inline-block;
}
.side-bar
{
background:#74AFAD;
position:absolute;
height:100%;
width:200px;
color:#fff;
transition: margin-left 0.5s;
}
.side-bar ul
{
list-style:none;
... |
notification.html | czs/jquery.test | <!DOCTYPE html>
<html lang="zh-cn">
<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>jQuery Notification</title>
<script src="jquery-1.11.2.js"></script>
<script src="js/jquery.notific... |
addons/ewei_shopv2/plugin/diypage/template/web/page/mod/query.html | Broomspun/shanque | <style>
#modModal .modal-body {padding: 10px 15px; min-height: 250px; overflow-y: auto}
#modModal .btn {margin-bottom: 3px;}
#modModal .line {border-bottom: 1px dashed #ddd; color: #999; height: 36px; line-height: 36px;}
#modModal .line .btn-sm {float: right; margin-top: 5px; height: 24px; line-height: ... |
epydoc/ansible.module_utils.facts.OpenBSDVirtual-class.html | alikins/alikins.github.io | <?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>ansible.module_utils.facts.OpenBSDVirtual</title>
<link rel="stylesheet" href="epydoc.css" ... |
unit-test/Ressources/FolderToWaterMark/SomeFilesToRead/Stylesheet.css | jdecuyper/source-code-watermark | /* General
----------------------------------*/
body {
margin:0;
padding:0;
background: #f4f3f3;
} |
site/layouts/partials/home/masthead.html | peterblazejewicz/bootstrap | <main class="bd-masthead mb-5 border-bottom" id="content" role="main">
<div class="container">
<div class="row">
<div class="col-6 mx-auto col-md-4 order-md-2 col-lg-5">
{{ partial "icons/bootstrap-stack.svg" (dict "class" "img-fluid mb-3 mb-md-0" "width" "512" "height" "430") }}
</div>
... |
contact.html | SquidWorksDojo/squidworksdojo.github.io | ---
layout: default
title: Contact
---
<!-- Page Content -->
<div class="container">
<!-- Page Heading/Breadcrumbs -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Contact
<small>Hit us up</small>
</h1>
... |
index.html | jiminikiz/boxlet | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title></title>
<link href="./css/styles.css" rel="stylesheet" />
</head>
<body>
<header id="header"></header>
<div id="content"></div>
<footer id="footer"></footer>
</body>
<script data-main="js/main" src="js/require.m... |
FreshCss/07_CssSlider/css/styles.css | danielmackay/CSS3 | /* Basic Styling for image viewer */
.slider-wrapper {
width: 508px;
overflow: hidden;
}
.slider-wrapper ul,
.slider-wrapper li,
.slider-wrapper div,
.slider-wrapper img,
.slider-wrapper a {
margin: 0;
padding: 0;
border: none;
outline: none;
list-style: none;
}
.s-slides img {
margin-top: 4px;
}
ul.s-... |
lib/apache-poi/docs/apidocs/org/apache/poi/hssf/model/class-use/LineShape.html | nimbleapps/export_to_spreadsheet | <!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_19) on Fri Oct 29 16:39:48 MSD 2010 -->
<TITLE>
Uses of Class org.apache.poi.hssf.model.LineShape (POI API Documentation)
</TITLE>
<META NA... |
doc/index-files/index-13.html | lucapertile/POSExtractor | <!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_05) on Sun Feb 01 12:07:09 GMT 2015 -->
<title>S-Index</title>
<meta name="date" content="2015-02-01">
<link rel="stylesheet" type="text/css" h... |
plugin/chm/jquery/map.html | yansuran/yansuran.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/html; charset=utf-8" />
<title>map(callback)</title>
<meta name="author" content="jQuery 中文手册 - ... |
app/v6/views/v10/change_password_confirm2.html | christinagyles-ea/water | {% extends "v9/layoutv9.html" %}
{% set title = "Water abstraction licence" %}
{% block page_title %}
{{title}} - GOV.UK
{% endblock %}
{% block content %}
<main id="content" role="main">
<div class="phase-banner-beta">
<p>
<strong class="phase-tag">BETA</strong>
<span>This is an BETA prototyp... |
clean/Linux-x86_64-4.11.2-2.0.7/released/8.12.1/mathcomp-algebra/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-algebra: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstra... |
app/tpl/error_paas_db_dialog.html | Coding/Coding-Plus | <div class="dialog paas-db-dialog">
<i class="fa fa-close close clickable"></i>
<p style="line-height: 100px;color: #e6336e;text-align: center;">
<i style="margin-right: 3px;" class="fa fa-warning"></i>无权操作 {{project}} 项目演示数据库服务!
</p>
</div> |
termite/.config/gtk-3.0/gtk.css | MrOutis/dotfiles | .termite {
padding: 25px;
}
|
all-data/28000-28999/28028-26.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>... |
app/templates/aldryn_forms/submit_button.html | JimyRyan/jimyryan-djangocms | <button type="submit" class="btn btn-default{% if instance.custom_classes %} {{ instance.custom_classes}}{% endif %}">{{ instance.label }}</button>
|
public/2015/07/23/hello-r-markdown/index.html | rosseji/factfig | <!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.21" />
<title>Hello R Markdown - A Hugo website</title>
<meta property="og:title" content="Hello R Markdown - A Hugo website">
... |
doc/edu/brandeis/flow/core/operator/Operator.html | edenzik/Poseidon | <!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_20) on Sat Mar 21 01:01:41 EDT 2015 -->
<title>Operator</title>
<meta name="date" content="2015-03-21">
<link rel="stylesheet" type="text/css" ... |
test/war_verb_action_future.html | LettError/filibuster | <html><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Filibuster</title> <link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<body><h1>Results for "war_verb_action_future"</h1>
<p><a href="index.html">Index</a></p>
<p... |
iscrizione.html | ai-sf/ai-sf.github.io | ---
layout: page
title: Iscriviti
permalink: /iscrizione/
redirect_from:
- /eventi/25-membri-e-affiliazione/
---
Per diventare membri AISF è necessario:
<ul class="collection">
<li class="collection-item">essere iscritti ad un corso di laurea triennale o magistrale oppure ad un dottorato di ricerca;</li>
<li cl... |
docs/hayttp/api/1.0.0/Hayttp/Mock/Endpoint.html | moccalotto/moccalotto.github.com | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Hayttp\Mock\Endpoint | Hayttp API</title>
<link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href=".... |
docs/doc/class/src/controls/MobileControls.js~MobileControls.html | KlausBenndorf/guide4you | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<base data-ice="baseUrl" href="../../../">
<title data-ice="title">MobileControls | guide4you</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
<link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css">
<script src="script... |
ReportImportTests/net.sf.jabref.logic.cleanup/index_SORT_BY_METHOD.html | JessicaDias/JabRef_ES2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html id="htmlId">
<head>
<title>Coverage Report :: net.sf.jabref.logic.cleanup</title>
<style type="text/css">
@import "../.css/coverage.css";
</style>
</head>
<body>
<div class="head... |
src/Vue/ClientApp/index.html | MiniverCheevy/spa-starter-kit | <!DOCTYPE html>
<html>
<head>
<base href="/" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vue</title>
<link rel="stylesheet" href="dist/vendor.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Conden... |
carlosborges2/pong4.html | jucimarjr/posueagames | <!-- Baseado em: Jogo Pong (http://gamedeveloper.com.br/blog/2013/08/21/pong-html5-javascript/) -->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>HTML5 - Canvas API</title>
<style type="text/css">
canvas {
border:1px dashed #000000;
background-color: green;
}
</style>
</head>
<body onload="init(... |
app/vendors/PHPExcel/Documentation/API/__filesource/fsource_PHPExcel_Worksheet__PHPExcelWorksheetRowIterator.php.html | HadoDokis/Pragtico | <html>
<head>
<title>File Source for RowIterator.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PHPExcel_Worksheet</td>
</tr>
<tr><td class="header_line"><img ... |
source/User_Guide/Legacy_Newsletter/Side_by_Side_Comparisons/security_compliance.html | hardikjain29/docs | ---
layout: page
weight: 40
seo:
title: Security and Compliance
description:
title: Security and Compliance
navigation:
show: true
---
{% warning %}
Legacy Newsletter is now retired.
As a safety net, you may **retrieve** data for a short grace period. Please act now to download your data or migrate any assets to ... |
coverage/lib/type.js.html | platdesign/bipro | <!doctype html>
<html lang="en">
<head>
<title>Code coverage report for lib/type.js</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="../prettify.css" />
<link rel="stylesheet" href="../base.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type='tex... |
src/assets/fonts/roboto.css | Pierrecl/PolluViz | /* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640... |
_comments/2009-06-15-0859-ambassadorsrapport-fran-moskva-del-2.html | blay/minimal-mistakes | ---
post_id: /ambassadorsrapport-fran-moskva-del-2
date: 2009-06-15 08:59
return_url: '2009-06-13-ambassadorsrapport-fran-moskva-del-2.html'
name: 'Kalle P'
email: 'karl.palmas@handels.gu.se'
comment: '<p>Ambassadör Klangbot Svartfax,</p><p>jag undrar om du har<br>1. diplomatisk immunitet<br>2. blå registreringsskylt<b... |
index-bs-jumbotron.html | SI1-UFCG/html-js-bootstrap | <!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="description" content="">
<meta name="author" content="">
<title>Jumbotron Template for Bootstra... |
pydashie/widgets/hotness/hotness.html | xavpaice/cloud-pydashie | <h1 class="title" data-bind="title"></h1>
<h2 class="value" data-bind="value | shortenedNumber | prepend prefix | append suffix"></h2>
<p class="updated-at" data-bind="updatedAtMessage"></p> |
31854c7/html/functions_e.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... |
src/Viteloge/CoreBundle/Resources/descriptions/42178.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Pradines est
un village
situé dans le département de Loire en Rhône-Alpes. Elle comptait 640 habitants en 2008.</p>
<p>À Pradines, la valorisation moyenne à la vente d'un appartement se situe à zero € du m² en vente. La valeur moyenne d'une maison à l'achat s... |
_posts/2020-01-27-stl-vector.html | zune2/zune2.github.com | ---
layout: post
title: STL vector 이용
tags: STL
---
<div id="outline-container-orgbac6688" class="outline-2">
<h2 id="orgbac6688">STL Vector</h2>
<div class="outline-text-2" id="text-orgbac6688">
<ul class="org-ul">
<li>동적 배열 형태로 사용함.</li>
<li>이번에 정리해서 매번 찾아보지 말자. -_-</li>
</ul>
</div>
<div id="outline-container-orgb... |
examples/style.html | landonwilkins/r2d3 | <!DOCTYPE html>
<html>
<head>
<title>Circle Example</title>
<!--[if lte IE 8]><script src="../r2d3.v2.js"></script><![endif]-->
<!--[if gte IE 9]><!-->
<script src="../lib/d3/d3.v2.js"></script>
<!--<![endif]-->
</head>
<body>
<div>
<p>Demo using the blue fill style to override the red fi... |
doc/html/mod_2menu_8php.html | waitman/red | <!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... |
botanicalepithets.net/dictionary/dictionary.177.html | loveencounterflow/Species-Characterum-Sinensium | <HTML>
<!-- Mirrored from botanicalepithets.net/dictionary/dictionary.177.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 14 Apr 2021 18:55:27 GMT -->
<HEAD> <meta http-equiv=content-type content="text/html;charset=ISO-8859-1"> <TITLE>Dictionary of Botanical Epithets</TITLE></HEAD><BODY><H1><CENTER>Dic... |
src/style/dialog.css | daniel-j/webjcs |
dialog {
padding: 0;
border: none;
border-radius: 4px;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
background: transparent;
min-width: 200px;
padding: 4px;
background-color: hsl(227, 14%, 20%);
color: hsl(227, 14%, 85%);
font-size: 14px;
}
dialog .title {
text-align: center;
padding: 5px;
font-weight: bo... |
java/2013/com/sun/squawk/class-use/VM.Stats.html | arithehun/frc | <!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_29) on Thu Jan 03 13:25:55 EST 2013 -->
<TITLE>
Uses of Class com.sun.squawk.VM.Stats (2013 FRC Java API)
</TITLE>
<META NAME="date" CONTEN... |
middleware/solr/docs/solr-core/org/apache/solr/search/grouping/distributed/requestfactory/package-use.html | koneksys/KLD | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_71) on Tue Feb 16 15:23:08 EST 2016 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Packa... |
application/tests/build/coverage/views_customerpage.php.html | fajarfebrianto/bengkel | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Coverage for C:\xampp\htdocs\bengkelku\application/views/customerpage.php</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/boots... |
templates/registration.html | Trafire/purchaseorders | {% extends "layout.html" %}
{% block title %}
Register
{% endblock %}
{% block main %}
<h1>Create New User</h1>
<form name="loginForm" method="POST" action="/register">
<label>name: </label>
<input required type="text" name="name"><br>
<label>Email: </label>
<input required type="email" name... |
stylesheets/stylesheet.css | brechtknecht/influut.js | * {
box-sizing: border-box; }
body {
padding: 0;
margin: 0;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
color: #606c71; }
a {
color: #1e6bb8;
text-decoration: none; }
a:hover {
text-decoration: underline; }
.btn {
display: inl... |
index.css | Mooxmirror/jame | body {
font-family: sans-serif;
margin: 0;
}
textarea {
border: 0;
background-color: #223;
color: #fff;
padding: 1em;
font-family: monospace;
font-size: 1.1em;
margin: 0;
display: block;
clear: both;
box-sizing: border-box;
resize: none;
}
#codeText {
width: 100%;... |
SemantriaJavaScriptSDK/BasicTestAppPage.html | boldrocket/node-semantria | <html>
<head>
<title>BasicTestApp</title>
</head>
<body>
</body>
<script type="text/javascript" src="SemantriaJavaScriptSDK.js"></script>
<script type="text/javascript" src="BasicTestApp.js"></script>
<script type="text/javascript">
runTestApp();
</script>
</html> |
db-5.3.28.NC/docs/api_reference/CXX/set_mp_max_openfd_parameter.html | iadix/iadixcoin | <?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>set_m... |
application/views/home/index.html | jli39/kentneighborhood | <!DOCTYPE html>
<html>
<head>
<title>Kent Neighborhood</title>
<link href="<?php echo base_url('application/views/home/css/bootstrap.css'); ?>" rel="stylesheet" type="text/css" media="all" />
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="<?php echo base_url('application/views/home/js/jquer... |
_site/2015/05/14/usando-virtualenv-com-virtualenvwrapper/index.html | dvl/dvl.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Usando virtualenv com virtualenvwrapper – Personal Notepad</title>
<link rel="dns-prefetch" href="//maxcdn.bootstrapcdn.com">
<link rel="dns-prefetch" href="//cdnjs.cloudflare... |
site_teste/Modulos.html | LuisaBarbalho/SITE | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link hr... |
project/baichuan/templates/met100/images/css/metinfo.css | percyi/percyi.github.io | @charset "utf-8";
html,body{font:12px/1.8 'Microsoft YaHei',Tahoma,Verdana,'Simsun'; background: url(../business.gif) #fefefe repeat-y center; -webkit-text-size-adjust:none;}
a{ color:#333; text-decoration:none;}
.fr{ float:right;}
a:hover{ text-decoration:none;}
.editor{word-wrap: break-word;}
.editor p,.editor li,.e... |
app/tecnicas_config/transfer.config.size.html | Danigzs/TSPractice | <div class="c-div-bgr bar-margin">
<div class="c-cliente-seccion">
<h1>Tamaño</h1>
</div>
<div class="c-div-container">
<div class="c-container-info">
<div class="c-container-info-column">
<div class="c-container-info-column-item-container">
<div class="... |
OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/documentation/javadocs/org/hibernate/cfg/class-use/IndexOrUniqueKeySecondPass.html | HerrB92/obp | <!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_34) on Wed Oct 23 13:33:57 EDT 2013 -->
<TITLE>
Uses of Class org.hibernate.cfg.IndexOrUniqueKeySecondPass (Hibernate JavaDocs)
</TITLE>
<META NAME=... |
src/templates/docs/docs-directives/fieldset/fieldset-accordion-advanced.html | ingresse/aphrodite |
<form class="aph form">
<fieldset-accordion data-opened="true"
data-legend-opened="Hide additional description"
data-legend-closed="Show additional description">
<div class="aph form__field">
<label class="aph form__label"
for... |
index.html | fpgaminer/vip-html5-player | <html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<title>Vidya Intarweb Playlist - HTML5 Player</title>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="//code.jque... |
HTMLTables/HtmlForm.html | adachenski/HTML-HOMEWORKS | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>HTML Form</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="bg">
<style>
#myimage{
width:150px;
}
</style>
</head>
<body>
... |
client/src/app/blog/blog-list.component.html | JavierPDev/Meangular | <h1>Blog List</h1>
<a
class="btn btn-primary"
id="createBlogEntryBtn"
*ngIf="auth.loggedIn" [routerLink]="['/blog/create']">
<i class="fa fa-plus"></i>
New Blog Entry
</a>
<br />
<app-paginated-search-list
[listRetriever]="blogService.getList"
[sortFields]="sortFields"
#list>
<ul class="list-unstyl... |
modules/Applets/Weather/theme/default.css | georgehristov/EPESI | #Applets_Weather {
}
#Applets_Weather ul, li {
list-style: none;
}
#Applets_Weather {
padding-left: 20px;
padding-right: 20px;
background-image: url('Applets/Weather/background.gif');
background-repeat: repeat-x;
}
#Applets_Weather span {
color: #777777;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;... |
index.html | JoeGMendes/JoeGMendes.github.io | ---
layout: default
---
<div id="home">
<h1>Blog Posts</h1>
<hr />
<ul class="posts">
{% for post in paginator.posts %}
<li><a href="{{ post.url }}">{{ post.title }}</a> » <i><span>{{ post.date | date_to_string }}</span></i>
<span>[<a href="{{ post.url }}#disqus_thread"></a>]<span></l... |
_site/posts/nebulalevel01.html | alvarofe/alvarofe.github.io | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devi... |
index.html | Emiya0306/PTG | <!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>test</title>
<link href=./static/css/app.2f2509e548184f32e64ac95431a91ca4.css rel=stylesheet>
</head>
<body>
<div id=app></div>
<script type=text/javascript src=./static/js/manifest.287b922ee086b6fc22fc.js></script>
<script type=text/javascript src=./stati... |
documentation/build/include/download.html | kanye0405/Kanye-s-AdminLTE | <section id="download">
<h2 class="page-header"><a href="#download">下载</a></h2>
<p class="lead">
AdminLTE提供了2种不同的下载方式,请根据自己的能力和使用场景选择。
</p>
<div class="row">
<div class="col-sm-6">
<div class="box box-primary">
<div class="box-header with-border">
<h3 class="box-title">压缩版</h3>
... |
app/assets/css/styleORIG.css | anntisa/Annies-Web-App | /*------ template stylization ------*/
body {
background: #2f3133 url(../img/patternbg.jpg) 0 0 repeat;
}
/*----------- Back to top --------------*/
#toTop {
display: none;
width: 27px;
height: 19px;
overflow: hidden;
background: url(../img/totop.png) 0 bottom no-repeat;
position: fixed;
margin-righ... |
clean/Linux-x86_64-4.09.1-2.0.6/released/8.10.0/mathcomp-algebra/1.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>mathcomp-algebra: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstra... |
docs/quod.html | goffreder/QuodJS | <!DOCTYPE html>
<html>
<head>
<title>QuodJS - Object Oriented JavaScript</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<link rel="stylesheet" media... |
_includes/navigation.html | pkunze/pkunze.github.io | <div class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class=... |
src/css/slick-theme.css | GuiHarrison/engenho-laranja | @charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url('./fonts/slick.eot');
src: url('./fonts/slick.eot?#ie... |
assets/scss/ie.css | Griiid/Griiid.github.io | .lt-ie9.js .logo {
padding-left: 20px;
}
.lt-ie9.js .nav-collapse {
clip: auto;
width: 100%;
float: right;
max-height: none;
clear: none;
overflow: visible;
text-align: right;
padding-right: 20px;
}
.lt-ie9.js .nav-collapse ul {
padding-top: 8px;
}
.lt-ie9.js .nav-collapse ul li {
width: auto;
... |
client/node_modules/uu5g03/dist-node/bricks/demo/blockquote.html | UnicornCollege/ucl.itkpd.configurator | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Bootstrap -->
<link rel="sty... |
app/lists/client/delete-list/delete-list.html | nunof07/meteor-movielist | <div class="modal-header">
<h2 ml-i18n="lists.delete.title" ml-i18n-params="[deleteListCtrl.list.name]"></h2>
</div>
<div class="modal-body">
<p ml-i18n="lists.delete.message"></p>
<div ng-messages="deleteListCtrl.error" ng-show="deleteListCtrl.error" class="alert alert-danger" role="alert">
<p ng-m... |
_posts/2016-2-8-bouncer.html | davismj/davismj.github.io | ---
layout: post
title: Bouncer
category: portfolio
thumb: portfolio/2016-2-8-bouncer.jpg
blurb: An out-of-the-box list filter value converter for Aurelia.
tags: aurelia template
published: true
---
<iframe height="600" src="https://foursails.github.io/bouncer/"></iframe> |
docx-struct-to-JSZip_SPA/lofa-mentes.html | society-for-the-blind/SFTB-toolbelt | <!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 name="description" content="Read the contents of a file with docx extension and generate JSZip comman... |
_includes/subscribe.html | takehiromouri/takehiromouri.github.io | <div class="subscribe">
<hr>
<h2>If you found this post useful, sign up for my personal mailing list below. Every now and then, I share coding articles that I've found or written that you might find to be useful or interesting.</h2>
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com... |
target/apidocs/com/betgenius/model/class-use/TestResult.html | betgenius/plovr-maven-plugin | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_65) on Wed Dec 31 01:33:09 GMT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.b... |
_pgbackup/index copy_1505169890.html | Emovers1234/excellent-movers.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Agency - Start Bootstrap Theme</title>
<!-... |
docs/6/namespace/index.html | Eonasdan/bootstrap-datetimepicker | <!DOCTYPE html>
<html lang='en'><head>
<meta charset="UTF-8">
<meta name="description" content="A robust and powerful date/time picker component.">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title>Namespace - Tem... |
Java Utility Classes/docs/org/util/places/package-tree.html | shivam091/Java-Utility-Classes | <!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_11) on Mon Sep 01 22:26:13 IST 2014 -->
<title>org.util.places Class Hierarchy</title>
<meta name="date" content="2014-09-01">
<link rel="style... |
assets/template/portfolio-grid-2-4-col.html | newtonstudio/helloword | <!DOCTYPE html>
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if gt IE 9]> <html lang="en" class="ie"> <![endif]-->
<!--[if !IE]><!-->
<html dir="ltr" lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<title>The Project | Grid 2 - 4 columns</title>
<meta name="description" content="The ... |
shyshapes.html | prestonprice57/prestonprice57.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Shy Shapes</title>
<!-- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -->
<!-- <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> -->
<script src="js/three.js">... |
Front/public/styles/style.css | clark21/UAC | /* Index
------------------------------------------------------------ */
.user-info .table td,
.user-info .table th { font-size: 12px; }
/* Server
------------------------------------------------------------ */
.server .table td, .table th { font-size: 12px; }
.server .actions a {
display: inline-block;
fo... |
old/old_v2/posts/http-to-https/index.html | sangeet259/sangeet259.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="SANGEET KUMAR MISHRA">
<meta name="description" content="Sangeet Kumar Mishra's personal website">
<meta name="keywords" content=... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.