path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
docs/details/w2tabs.onClose.html | vitmalina/w2ui | Called when tab is closed.
<div class="definition">
onClose = function(event)
</div>
You can add event listener during the object creation:
<textarea class="javascript">
let tabs = new w2tabs({
name: 'tabs',
active: 'tab1',
tabs: [
{ id: 'tab1', text: 'Tab 1' },
{ id: 'tab2', text: 'Ta... |
css/over1000.css | TRBR73/Responsive-websites-project | .container {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
#project2 {
margin-left: 5px;
margin-right: 5px;
}
#project1 {
margin-right: 10px;
}
#project3 {
margin-left: 10px;
}
|
OctoAskT12/doc/cs/ualberta/octoaskt12/ES/ESClient.html | 0nebit/OctoAsk | <!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 Mon Nov 10 19:42:16 MST 2014 -->
<title>ESClient</title>
<meta name="date" content="2014-11-10">
<link rel="stylesheet" type="text/css" ... |
web/bundles/DS/css/commandes.css | DSInnovation/Web | /*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 23 déc. 2014, 18:32:13
Author : OLIVIER
*/
section {
background:black;
color:white;
font-weight:bold;
... |
data science/machine_learning_for_the_web/chapter_4/movie/9431.html | xianjunzhengbackup/code | <HTML><HEAD>
<TITLE>Review for Feeling Minnesota (1996)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0116289">Feeling Minnesota (1996)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?And... |
templates/faq.html | davidfaraci/margy | {% extends "instructions.html" %}
{% block choice %}
<p class="txt b">FAQ</p>
<p class="mspaced u">How do I upload a letter?</p>
<p class=spaced>Go to <a href="upload">https://margymail.com/upload</a> or click the <span class=font>Upload a Letter</span> button above. You will be presented with a form asking you to ... |
clean/Linux-x86_64-4.05.0-2.0.6/released/8.5.1/historical-examples/8.10.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>historical-examples: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstra... |
tag/seelog/index.html | innovation-jp/innovation-jp.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>イノベーション エンジニアブログ</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="apple-mobile-web-app-capable" content="yes">
... |
public/patterns/00-atoms-03-forms-06-submit/00-atoms-03-forms-06-submit.rendered.html | StuartStephens/Website | <!DOCTYPE html>
<html class="">
<head>
<title>Stuart Stephens | Freelance Web Developer in Gwinnett</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Google Tag Manager -->
<scrip... |
src/css/style.css | andela-aolaniran/inverted-index |
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
margin-bottom: 0;
border-radius: 0;
}
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {height: 700px}
/* Set gray background color and 100% height */
.sid... |
_posts/2015-04-24-t6-oop-concepts.html | joeaawad/joeaawad.github.io | ---
layout: post
title: Joe Awad Technical Blog
articletitle: Classes Methods
date: April 24, 2015
---
<section>
<p>Class methods are a very interesting concept in Ruby. Abstractly, class methods are any methods that get called directly on a Class object. More precisely, class methods are also defined directly... |
_layouts/home.html | opengeneva/hackathons_2017_dev | ---
layout: default
---
<div class="home">
<h2>Organisation</h2>
<h3><a class="page-link" href={{ site.baseurl }}{% post_url 2017-04-12-agenda %}> Agenda / Schedule </a></h3>
<h3><a class="page-link" href={{ site.baseurl }}{% post_url 2017-04-13-participer %}> Participer / Be Involved </a></h3>
<h3><a class="page-link... |
public/sub-downloads.html | StevenHickson/RaspberryPiTV | <html>
<head>
</head>
<body>
<iframe style="width:100%;height:100%;" src="http://stevenhickson.com:1990" sandbox-"allow-same-origin allow-scripts allow-forms allow-top-navigation"></iframe>
</body>
</html>
|
public/css/custom.css | rabidaudio/ss15-team32 | pre {
background-color: rgb(252, 252, 252);
padding: 0em 1em;
border-radius: 3px;
}
body {
overflow-x: hidden;
}
.screenshot {
width:100%;
box-shadow: 10px 10px 5px #888888;
margin-top: 10%;
}
.section {
width: 100%;
min-height: 100vh;
position: relative;
/*border-bottom-width: 2px;
border-bottom-style... |
web/xhtml/6/vertical.css | thigaldi/son | ul {
list-style: none;
padding: 0;
margin: 0;
width: 200px;
}
ul li a {
display: block; /* transforma o a em bloco, para quando passar o mouse, tudo mudar */
height: 30px;
line-height: 30px; /* centralizar verticalmente o elemento */
padding-left: 10px;
border: 1px solid black;
text-decoration: none;
colo... |
all-data/5000-5999/5991-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>... |
src/Viteloge/CoreBundle/Resources/descriptions/68294.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Sainte-Croix-aux-Mines est
une ville géographiquement positionnée dans le département de Haut-Rhin en Alsace. Elle comptait 2 049 habitants en 2008.</p>
<p>À Sainte-Croix-aux-Mines, le prix moyen à la vente d'un appartement se situe à 1 010 € du m² en vente... |
clean/Linux-x86_64-4.07.1-2.0.6/released/8.13.0/presburger/8.10.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>presburger: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.... |
index.html | pavistalli/pavistalli.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Tech Management</title>
<meta name="description" content="Gestión, tecnología y arquitectura de software" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewpor... |
compsocsite/polls/templates/polls/Ori base.html | PrefPy/opra | {% load staticfiles %}
<link rel="shortcut icon" href="{% static 'img/oprasmalllogowhite.png' %}"/>
<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">
<meta name="description" content="">
<... |
demoHouse/bouncy-navigation/index.html | zhouxinyong/code-demo | <!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/reset.css"> <!-- CSS reset -->
... |
_site/new-suggestions/reviews/staff-picks/advent-calendar-03/index.html | suffolklibraries/sljekyll | <!doctype html>
<html lang="en-gb">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, nofollow">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
... |
sbml-test-cases/cases/semantic/00206/00206-model.html | stanleygu/sbmltest2archive | <p>
The model contains one compartment called "compartment". There are three
species named S1, S2 and S3 and two parameters named k1 and k2.
Compartment "compartment" is 1-dimensional. The model contains two
reactions defined as:</p>
<table style="width:30em;margin: 1em auto;"><tr><td style="text-align:center;"> <st... |
app/themes/bootstrap/node_modules/bootswatch-sass/simplex/index.html | arroyolabs-blog/roll-dice | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bootswatch: Simplex</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./bootstrap.css" media="screen">
<link rel="stylesheet" href="../assets/css/bootswatch.min.css"... |
client/app/book/book.css | samsface/reads | .rn-carousel-control {
color:#eee;
}
book {
padding-bottom:20px;
}
@media only screen and (max-device-width: 480px) {
.rn-carousel-control {
display:none;
}
}
|
src/app/commissions/commissions.component.html | AxelSparkster/axelsparkster.github.io | <p>COMMISSIONS COMPONENT</p>
|
public_html/JoP/vol4iss2/Papers/Editors.html | InternationalSchoolBangkok/eales_internationalscholasticjournalofscience | <!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=iso-8859-1" />
<title>From the Editor</title>
<style type="text/css">
<!--
body {
back... |
master_epic_cubes/Assets/Rewired/Documentation/Html/UserDataStore.html | rc7s/StealthGame | <!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"><!-- InstanceBegin template="/Templates/BasicTemplate.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html... |
applications/bedrock-site/src/main/webapp/dist/1.5.38/docs/bag/system-properties.html | brettonw/Bedrock | <!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14.0.1) on Tue Jun 09 12:07:46 EDT 2020 -->
<title>System Properties (Bag 1.5.38 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-06-09">
<meta name="description" con... |
Technologies Fundamentals/Software Technologies/HTML5 and CSS - Introduction/Forms/contact.html | akaraatanasov/SoftUni | <!DOCTYPE html>
<html lang="en">
<head>
<title>Contact Us</title>
</head>
<body>
<h1>Contact Us</h1>
<form>
<p>First name: <input type="text"/></p>
<p>Second name: <input type="text"/></p>
<input type="submit" value="Submit" />
</form>
</body>
</html> |
public/index.html | koizuss/gain | <!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>gain</title>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
</head>
<body>
<p>gain</p>
<div id="contents" style="display: none">
<p>Hello <span id="account-name"></span></p>
<dl id=... |
docs/docs/classes/FileSystem.html | tentone/nunuStudio | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/png" href="../assets/img/favicon.ico">
<link rel="stylesheet" href="../assets/lib/cssgrids.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<script src="../assets/lib/yui-min.js"></scr... |
stats/stats/files/app_appRoutes_js/index.html | nmehta6/fatarrow | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Plato - app/appRoutes.js</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.co... |
9f73df5/html/classv8_1_1ArrayBuffer_1_1Allocator-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... |
static/css/cars.css | LazyDal/MilleageStats | #vehicles {
clear: both;
}
.vehicle
{
clear: both;
position: relative;
display: inline-block;
max-width: 17em;
margin-right: 2em;
margin-top: 2em;
width: 240px;
overflow: hidden;
padding: 9px;
text-align: center;
background-color: #bbb;
background: rgba( 233,... |
doc/package-frame.html | weihang7/WikipediaScorer | <!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_37) on Fri Nov 02 20:21:43 EDT 2012 -->
<TITLE>
<Unnamed>
</TITLE>
<META NAME="date" CONTENT="2012-11-02">
<LINK REL ="stylesheet" TYPE="text... |
doc/com/douglaswhitehead/model/digitaldata/privacy/AccessCategoryImpl.html | dsw9742/ceddl | <!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_85) on Mon Nov 09 08:38:03 EST 2015 -->
<title>AccessCategoryImpl</title>
<meta name="date" content="2015-11-09">
<link rel="stylesheet... |
resources/python-doc/c-api/import.html | ShiKaiWi/python-practice | <!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>Importing Modules — Python 2.7.12 documentati... |
AnniversaryApp-Ionic-master/www/templates/recordedit.html | sam408130/Ionic-Demos | <ion-view title="{{pageTitle}}">
<ion-nav-buttons side="right">
<button class="button button-icon icon ion-checkmark" ng-click="saveDateRecord()"></button>
</ion-nav-buttons>
<ion-content class="has-header">
<div class="list">
<label class="item item-input" style="padding-right:... |
_site/404.html | lomoY/lomo_blog | <!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"><!--<!... |
css/animate.css | kevboutin/ivanaandkevin | @charset "UTF-8";.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated-fast{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated.infinite{-webkit-animation-iteration-count... |
wwwroot/resources/Mopedo.Bidding.Ad-list.html | Mackiovello/WebApp | <link rel="import" href="/sys/polymer/polymer.html">
<link rel="import" href="/sys/puppet-redirect/puppet-redirect.html"/>
<template>
<template is="dom-bind">
<template is="dom-if" if="{{model.HasMessage}}">
<div class="alert alert-danger alert-dismissable">
<span class="close"... |
docset/armacode.docset/Contents/Resources/Documents/armacode/tools/Make2D_v6.html | theTonyHo/armacode | <!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>Make2D_v6 — armacode Documentation</title>
... |
templates/histoire.html | opencasa/Patrimoine-CASA | <ion-view view-title="Histoire">
<ion-nav-buttons side="left">
<button menu-toggle="left"class="button button-icon icon ion-navicon"></button>
</ion-nav-buttons>
<ion-content>
<ion-list>
<ion-item class="item-remove-animate item-avatar item-icon-right" ng-repeat="histoire in histoires" type="item-te... |
css/widgets/validateForm.css | sknlim/classified-2 | @charset "utf-8";
/* CSS Document */
.wrongStatusIcon
{
vertical-align:middle;
display:-moz-inline-box;
display:inline-block;
width:24px;
height:16px;
background:url(../../images/widgets/validateForm/cross.gif) no-repeat center;
}
.wrongStatus
{
font-size:11px;
font-family:Arial, Helvetica, san... |
main/openssl_sys/ssl/constant.SSL_OP_SINGLE_DH_USE.html | malept/guardhaus | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../openssl_sys/constant.SSL_OP_SINGLE_DH_USE.html">
</head>
<body>
<p>Redirecting to <a href="../../openssl_sys/constant.SSL_OP_SINGLE_DH_USE.html">../../openssl_sys/constant.SSL_OP_SINGLE_DH_USE.html</a>...</p>
<script>loc... |
assets/css/custom.css | Kaspar94/evalimised2016 | /*!
* Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
html{
position: relative;
min-height: 100vh;
}
body {
font-family: "Open Sans","Helvetica Neue",H... |
html/234567057219.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... |
layouts/404.html | GovanifY/blackntight | {{ partial "header.html" . }}
<main role="main" class="page-not-found">
<h1>
<span class="base05">[</span><span class="base08">4</span><span class="base09">0</span><span class="base0a">4</span><span class="base05">]</span>
<span class="base05"># _</span>
</h1>
<h2>
Utopia is around the corner, but c... |
www/index.html | dually8/Ionic2-Workshop | <!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<title>Ionic</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- <meta http-equiv="Content-Security-Policy" content="default-src *; script-src 'self' ... |
public/modules/tasks/views/view-task.client.view.html | Bart6114/scheduleR | <section data-ng-controller="TasksController" data-ng-init="findOneWithLogs()" style="margin-bottom:5px;">
<div class="page-header">
<h1 data-ng-bind="task.name"></h1>
</div>
<div class="pull-right"> <!-- data-ng-show="authentication.user._id == task.user._id"> -->
<a class="btn btn-primary... |
clean/Linux-x86_64-4.07.1-2.0.6/released/8.12.2/stalmarck/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>stalmarck: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.c... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/5a021829bf1710f8115ebe34d5ebed11f4e070e02e989a5ebd20c8e40e93769e.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="./17272f94cff52f1e2fe67ce692668b4f05a5888e8a32fe996d4579c5295d80a9.html">Teleport</a>
<hr>
... |
docs/JavaDoc/ca/ualberta/cs/xpertsapp/UITests/InventoryTests/package-summary.html | CMPUT301F15T02/Xperts | <!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_60) on Fri Dec 11 10:08:00 MST 2015 -->
<title>ca.ualberta.cs.xpertsapp.UITests.InventoryTests</title>
<meta name="date" content="2015-12-11">
... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/1476be9e5611ec95d0a4a98bd7684b0068104b33eadacb52aadda7261e47b06b.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="./1365c26c87d93edfa343ec25c6bea95df347eaf0b56d6d67547d231840cdd35f.html">Teleport</a>
<hr>
... |
_includes/navigation.html | travisbhartwell/iamtravis-blog | <nav id="dl-menu" class="dl-menuwrapper" role="navigation">
<button class="dl-trigger">Open Menu</button>
<ul class="dl-menu">
<li><a href="{{ site.url }}/">Home</a></li>
<li>
<a href="#">About</a>
<ul class="dl-submenu">
<li>
<img src="{{ site.url }}/images/{{ site.owner.avatar }}" alt="{{ site.ow... |
server/public/fontello/demo.html | buaya91/just-us-blog | <!DOCTYPE html>
<html>
<head><!--[if lt IE 9]><script language="javascript" type="text/javascript" src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<meta charset="UTF-8"><style>/*
* Bootstrap v2.2.1
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www... |
components/ButtonLink/ButtonLink.module.css | incodeit/incodeit.github.io | .buttonLink {
display: inline-block;
padding: .9rem 1.8rem;
border-radius: 3rem;
font-size: 1rem;
background: rgb(245,86,72);
background: linear-gradient(45deg, rgba(245,86,72,1) 0%,rgba(208,40,104,1) 100%);
text-decoration: none;
text-transform: uppercase;
color: #FFF;
font-family:'Futura PT W01 De... |
all-data/3000-3999/3072-33.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="fmt0table"><tr><th class="zt1"><... |
test/e2e/fixtures/component/selector.html | crescware/toccata | <!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Selector</title>
</head>
<body>
<h1 id="toccata-mode"></h1>
<hello></hello>
<script src="../zone.js"></script>
<script src="../long-stack-trace-zone.js"></script>
<script src="../bundle-selector.js"></script>
</body>
</html> |
deploy/assets/css/styles.css | dimitramamel/sportsmedlab | /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
/* Document
... |
ReportImportTests/net.sf.jabref.shared.security/index_SORT_BY_NAME_DESC.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.shared.security</title>
<style type="text/css">
@import "../.css/coverage.css";
</style>
</head>
<body>
<div class="he... |
javadoc/javalabra/chess/domain/Board.html | nfrolov/useless-chess | <!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_24) on Fri Feb 22 14:06:11 EET 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Board (Chess 0.0.1-SNAPSHOT API)
... |
app/partials/entry/leagues/weeks/detail.html | MeerkatLabs/Angular-Bowling-Entry | <h1>Week Detail</h1>
<p><a ui-sref="^.createMatch">Create Match</a></p>
<div layout="row">
<md-list flex>
<md-item ng-repeat="match in weekController.matches">
<md-item-content>
<div class="md-tile-content">
<h3>{{match.lanes}}</h3>
<p><a... |
js/grid3/restful.css | rrgarciach/ErgoMVC | /*
Document : restful
Created on : 17/10/2013, 08:32:18 PM
Author : Ruy
Description:
Purpose of the stylesheet follows.
*/
.icon-user {
background-image: url(images/user.png) !important;
}
.icon-add {
background-image: url(images/add.png) !important;
}
.icon-delete {
backgr... |
static/tag/job-interview/index.html | raul-hc/raul-hc.github.io |
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>job-interview - Raul HC blog</title>
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="..... |
Bluetooth Mapper [PC]/doc/index-files/index-9.html | benja135/bluetooth-mapper-v2 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Tue Jul 28 14:08:13 CEST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>M-Index</title>
<m... |
clean/Linux-x86_64-4.06.1-2.0.5/extra-dev/dev/elpi/1.7.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>elpi: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" r... |
src/client/app_old/app.component.html | kumaranzone/ims | <sd-toolbar></sd-toolbar>
<main>
<div class="row">
<div class="col-lg-4"><sd-navbar></sd-navbar></div>
<div class="col-lg-8 content"><router-outlet></router-outlet></div>
</div>
</main>
<sd-footer></sd-footer>
|
index.html | tign3y/tign3y | <!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Adia Tigney</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link ... |
B/facilitiesSummary.html | AlanNevill/UK-web-site | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="last-modified" content="2016-01-13">
<title>Meadow Green Farm</title>
<link href="Content/bootstrap.min.css" rel="stylesheet" />
<!-- Custom ... |
css/css.css | noboy2/slider | @charset "utf-8";
/* CSS Document */
@charset "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,dl,dt,dd{padding: 0;margin: 0;}
body{ font:12px/1 "\5b8b\4f53", Arial, Helvetica, sans-serif;background-color:#000;}
table {border-collapse:collapse;border-spacing: 0;}... |
7782-50-5.txt.html | andrewdefries/Ames_ToxBenchmark | <html><img border=0 src=7782-50-5.txt alt=7782-50-5.txt></img><body>
"x"
"1" "HELMA, C, CRAMER, T, KRAMER, S, AND DE RAEDT, L, DATA MINING AND MACHINE LEARNING TECHNIQUES FOR THE IDENTIFICATION OF MUTAGENICITY INDUCING SUBSTRUCTURES AND STRUCTURE ACTIVITY RELATIONSHIPS OF NONCO __ NGENERIC COMPOUNDS. J. CHEM. INF. COMP... |
_book/learning/week2/report.html | Malaokia/book | <!DOCTYPE HTML>
<html lang="en" >
<!-- Start book book -->
<head>
<!-- head:start -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Report | book</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<m... |
src/app/shared/navbar/navbar.component.html | ujjwalsharma045/Angular2-Creative-Tim-Admin-Theme-With-Code- | <nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" (click)="sidebarToggle()">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar bar1"></span>
... |
index.html | NNUP/nnup.github.io | ---
layout: index-classic-sidebar-right
description: Connect Near North
---
{% for post in paginator.posts %}
{% include article_index.html %}
{% endfor %}
{% if paginator.total_pages > 1 %}
<div class="pagination">
<!-- link to first page -->
{% if paginator.total_pages > 3 %}
{%... |
404.html | barisariburnu/blog | ---
layout: default
title: "404: Page not found"
---
<div class="page">
<h1 class="page-title">404: Page not found</h1>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="/blog">Head back home</a> to try finding it again.</p>
</div>
|
2019/src/index.html | hacktoberfest-poznan/hacktoberfest-poznan.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107368470-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments)... |
Practice/Intro-To-Java-8th-Ed-Daniel-Y.-Liang/Chapter-6/Chapter06P04/doc/main/package-tree.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 05 21:23:54 PST 2017 -->
<title>main Class Hierarchy</title>
<meta name="date" content="2017-01-05">
<link rel="stylesheet" typ... |
cv.html | SofiAnabelle/Personal-Website | <html lang="en">
<head>
<meta charset="utf-8">
<title>Sofia de la Cruz</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="SitePoint">
<link rel="stylesheet" href="css/main.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></s... |
text-to-speech/index.html | justmarkup/demos | <!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>Text to speech demo</title>
<style>
html {
font-family: Arial, Helvetica, sans-serif... |
net-cfrost-web/src/main/webapp/resources/css/blog/blog.css | net-cfrost/web | #blog_sidebar {
width: 178px;
padding: 12px 0px 22px 22px;
line-height: 21px;
display: block;
float: left;
/*border: 1px solid black;*/
//background-color:blue;
}
.blog_sidebar_title {
margin: 10px 0 10px 0;
//background-color:yellow;
}
#blog {
margin:0 0 0 200px ;
dis... |
product-minolta.html | michelleholly/ecommerce-website | ---
layout: default
---
<html>
<body>
<div class="product" role="main">
<div class="media">
<div class="media-img media-img-stacked padding unit-s-1-2">
<img class="img-flex" src="{{site.baseurl}}/images/minolta.jpg" alt="">
</div>
<div class="media-body unit-s-1-2 lift... |
FlaskSvgGrid/templates/svg_grid.html | caffeinate/test-pylot | <!DOCTYPE html>
<html>
<head>
<title>SVG.js</title>
<script src="https://cdn.jsdelivr.net/npm/@svgdotjs/svg.js@3.0/dist/svg.min.js"></script>
<style type='text/css'>
body {
background-color: black;
}
svg {
width: 100vw;
height: 100vh;
background-color: black;
}
</style>
</head>
<body on... |
GetTaxiSolution/GetTaxiSolution/Content/Template/css/Taxi.css | ZealotCompany/ux-team-training | /* Taxi Color */
a, a:visited{
color:#ffcc4f;
text-decoration:none;
}
a:hover{
color:#ffcc4f;
text-decoration:underline;
}
.fixedbar{
background:#ffcc4f;
}
.ddsubmenustyle li a{
background:#ffcc4f !important;
}
.ddsubmenustyle li a:hover{
background:#e3b034 !important;
}
.mattblackmenu ul{
background:#ffcc4f !i... |
kurssit/2013-2014/ena7/aikataulu/index.html | riikkak/riikkak.github.io | ---
layout: content-main
title: Aikataulu
theme: english
course: ena7
---
{% include course-schedule.html data=site.data.schedule_2013-2014_ena7 prework=true %}
|
css/materialize.css | rorybw/tetburyShepherdsHut | /*!
* Materialize v0.98.2 (http://materializecss.com)
* Copyright 2014-2015 Materialize
* MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
*/
.materialize-red {
background-color: #e51c23 !important;
}
.materialize-red-text {
color: #e51c23 !important;
}
.materialize-red.light... |
src/main/webapp/src/app/createProject/createProject.tpl.html | ShiftForward/ridgeback | <div class="row">
<div class="col-md-12">
<h1 class="page-header">
Create project
<small>specify a Github/Bitbucket link or a name and URL directly.</small>
</h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-body">
... |
waespk/core/static/ossuo/vendor/pygments.css | spketoundi/CamODI | /* generated from pygments, http://pygments.org/docs/quickstart/
*
* >>> from pygments.formatters import HtmlFormatter
* >>> print HtmlFormatter().get_style_defs('.codehilite')
*
*/
.codehilite .hll { background-color: #ffffcc }
.codehilite { background: #f8f8f8; }
.codehilite .c { color: #408080; font-style: it... |
2016/jan/scheduler_angular2/web/styles.css | denniskaselow/momipros | body {
margin: 0;
height: 100vh;
width: 100vw;
background: black;
font-family: 'Open Sans', sans-serif;
} |
old_sites/2015/css/blog.css | arii/arii.github.io | /*!
* Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
/* Toggle Styles */
#wrapper {
padding-left: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s... |
assets/app/components/splash-screen/splash-screen.css | erroldee/notupadu | .splash-card {
width: 620px;
height: 300px;
}
.splash-container {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
align-items: center;
}
.title-container {
margin-bottom: 5px;
margin-left: 5px;
}
.app-title {
font-size: ... |
tests/index.html | amkirwan/ember-token-auth | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>EmberTokenAuth Tests</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{content-for 'head'}}
{{content-for 'te... |
tg/ui/templates/ui/home.html | Velmont/tabulagratulatoria | {% extends "base.html" %}
{% block content %}
<h1>Tabula Gratulatoria er ferdig</h1>
<p>Send e-post til norsk.ordbok hjå nynorsk.no om det er noko.
{% comment %}
<ul>
<li><a href="{% url 'admin:core_entry_changelist' %}">Admin</a>
<li><a href="{% url 'ui:adder' %}">Legg til nye (fungerer ikkje)</a>
<... |
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/js/plugins/prettify/js/js/plugins/prettify/js/common.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... |
content11/consumer-int-msg-resps.html | LivePersonInc/dev-hub | <!DOCTYPE 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">
<meta name="description" content="">
<meta name="keywords" content=" ">
<title>Response Builder | LivePerson Technical Documentation</title>
<link ... |
css/one-page-wonder.css | Donatron/sector_7g | /*!
* Start Bootstrap - One Page Wonder (http://startbootstrap.com/template-overviews/one-page-wonder)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
*/
/********************************
BASE STYLES
************... |
solr-4.10.2/docs/solr-core/org/apache/solr/schema/FloatValueFieldType.html | kilfu0701/Solr4-Scaffold | <!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_55) on Sun Oct 26 05:56:33 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>FloatValueFie... |
Service/Management/Thriot.Management.WebApi/MailTemplates/ResetPassword.html | kpocza/thriot | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Thriot - forgot password reset</title>
</head>
<body>
<p>Dear @Model.Name,</p>
<p></p>
<p>Please click the following link to reset your forgotten password on Thriot:</p>
<p><a href="@Model.Url">@Model.Url</a></p>
<p></p>
... |
Replicant.roboFontExt/html/index.html | jackjennings/Replicant | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<style>
body { font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; line-height: 14pt; }
</style>
<title>Replicant</title>
</head>
<body>
<h1>Replicant</h1>
<p>Replicant saves a timestamped copy of your current UFO. Replicant saves everything i... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.