path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
app/templates/demisharp-tester.html | AnimalNoteHeads/sheets-webapp | <textarea style="display: none;" [(ngModel)]="sheet" name="lilypond_code"></textarea>
<demisharp [(sheet)]="sheet"></demisharp>
|
_layouts/default.html | ivoschwalbe/webseite123 | <!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container" style="padding-top:30px;">
<div class="row">
<div class="one-third column">
{% include nav.html %}
</di... |
doc/build/html/genindex.html | 3Jade/csbuild |
<!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>Index — csbuild 1.0.0b1 documentation</title... |
lib/lwjgl/javadoc/org/lwjgl/opengles/class-use/EXTMultisampledRenderToTexture.html | jmcomets/tropical-escape | <!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_14) on Sun Nov 04 20:19:16 CET 2012 -->
<TITLE>
Uses of Class org.lwjgl.opengles.EXTMultisampledRenderToTexture (LWJGL API)
</TITLE>
<META ... |
ajax/libs/oojs-ui/0.37.0/oojs-ui-wikimediaui-icons-location.rtl.css | cdnjs/cdnjs | /*!
* OOUI v0.37.0
* https://www.mediawiki.org/wiki/OOUI
*
* Copyright 2011–2020 OOUI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2020-02-27T02:13:00Z
*/
.oo-ui-icon-globe {
background-image: url('themes/wikimediaui/images/icons/globe.png');
backgro... |
source/kontakty.html | OndrejSkalicka/ma-toolshop | <h2 style="text-align: center;">Administrátoøi</h2>
<h4>Savannah</h4>
<ul>
<li>Odpovìdný za bìh toolshopu jako takového, technický správce, vlastník, pokud nevíte tak pite sem.</li>
<li>Mail: <a class="other" href="mailto:%73%61%76%61%6e%6e%61%68@%73%65%7a%6e%61%6d.%63%7a" >&... |
jobs/templates/jobs_list.html | pythondigest/pythondigest | {% extends "base.html" %}
{% load pytils_dt %}
{% load common %}
{% load micawber_tags %}
{% block content %}
<div class="container news-list">
<div class="alert alert-warning">
<strong>Внимание!</strong> ссылки в этот раздел попадают без
модерации.
<p>Если вы заметили ... |
src/main/webapp/scripts/app/entities/submitter/submitters.html | TransparencyInternationalEU/lobbycal | <div>
<h2 translate="lobbycalApp.submitter.home.title">Submitters</h2>
<jh-alert></jh-alert>
<div class="container">
<div class="row">
<div class="col-md-4">
<button class="btn btn-primary" data-toggle="modal" data-target="#saveSubmitterModal" ng-click="clear()">
... |
index.html | gavinking/gavinking.github.io | <html>
<head>
<title>Hello</title>
</head>
<body>
Hello world.
</body>
|
site/blog/2020/Catalinaconda/index.html | t1nak/t1nak.github.io |
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="Personal website of Dr Tina Koziol">
<link rel="shortcut icon" href="../... |
es/index.html | kenohori/my-website | ---
layout: default
title: Acerca de
file: index.html
lang: es
---
<div class="container">
<div class="row">
<div class="col col-12 col-md-6">
<p></p>
<img src="{{ site.baseurl }}/img/me/42.jpg" class="img-fluid" alt="Ken Arroyo Ohori" />
<p></p>
</div>
<div class="col col-12 col-md-6">
<h1>Acerca d... |
data/president/n708001000000000/20160116133918/page.html | gugod/vote-watch-2016 | <!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<title>105年第十四任總統副總統及第九屆立法委員選舉</title>
<link href="../css/style.css" rel="stylesheet" ty... |
data/KHH-1/n600010000000000/20160116061506/page.html | gugod/vote-watch-2016 | <!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<title>105年第十四任總統副總統及第九屆立法委員選舉</title>
<link href="../css/style.css" rel="stylesheet" ty... |
src/main/resources/templates/jiang/choose.html | jaiwo99/cards | <!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org"
xmlns:layout="http://www.ultraq.net.nz/web/thymeleaf/layout"
layout:decorator="layout">
<head>
<title th:text="#{choose.title}">Choose</title>
</head>
<body>
<div layout:fragment="content">
<div class="container-fluid">
... |
css/main.css | cmdelano/macaron_site | /*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ===============================... |
data/KHH-2/n600020000000000/20160116141513/page.html | gugod/vote-watch-2016 | <!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<title>105年第十四任總統副總統及第九屆立法委員選舉</title>
<link href="../css/style.css" rel="stylesheet" ty... |
data/president/n707000300000000/20160116142353/page.html | gugod/vote-watch-2016 | <!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<title>105年第十四任總統副總統及第九屆立法委員選舉</title>
<link href="../css/style.css" rel="stylesheet" ty... |
data/TPE-3/n100030000000000/20160116100042/page.html | gugod/vote-watch-2016 | <!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<title>105年第十四任總統副總統及第九屆立法委員選舉</title>
<link href="../css/style.css" rel="stylesheet" ty... |
service.html | lapetz/lapetz.github.io | <!DOCTYPE html>
<!--[if IE 7 ]><html class="ie ie7 lte9 lte8 lte7" lang="en-US"><![endif]-->
<!--[if IE 8]><html class="ie ie8 lte9 lte8" lang="en-US"> <![endif]-->
<!--[if IE 9]><html class="ie ie9 lte9" lang="en-US"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html class="noIE" lang="en-US">
<!--<![endif]-->
<head>
... |
2011/09/28/wednesday-berkeley-visits.html | sunbjt/cboettig.github.com | <!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head prefix="dc: http://purl.org/dc/terms/ og: http://ogp.me/ns#">
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'/>
<title>Wednesday - Berkeley visits</title>
<meta name="author" content="Carl Boettiger" />
... |
data/president/n500002100000000/20160116112117/page.html | gugod/vote-watch-2016 | <!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<title>105年第十四任總統副總統及第九屆立法委員選舉</title>
<link href="../css/style.css" rel="stylesheet" ty... |
angularjs/angular-tutorial/passo-7/index.html | jacksongomesbr/livro-web-codigo-fonte | <!doctype html>
<html lang="pt-br" ng-app="phonecat">
<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>Angular Tutorial</title>
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap... |
test-files/figure-figcaption.html | DHBrett/AT-browser-tests | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>test file: figcaption element</title>
<link rel="stylesheet" href="../style/styles.css" />
</head>
<body>
<h1><code>figcaption</code> element</h1>
<div class="meta">
<div class="criteria">
<h2>Pass Criteria</h2>
<ul id="criter... |
data/KHH-2/n600020000000000/20160116113223/page.html | gugod/vote-watch-2016 | <!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<title>105年第十四任總統副總統及第九屆立法委員選舉</title>
<link href="../css/style.css" rel="stylesheet" ty... |
billionaire/WebContent/css/billionaire.css | ogawa-ge/billionaire | /* ALL */
body{
word-break: break-all;
padding-bottom: 70px;
}
table th{
text-align: center;
}
.margin{
margin-top: 20px;
margin-bottom: 20px;
}
/* TOP */
.calendar{
table-layout: fixed;
}
.calendar .success, .calendar .danger, .calendar .other-month{
padding-left: 0px;
padding-right: 0px;
... |
pdk/GUID-C763AFF3-32A6-393B-9881-1484D27D80A1.html | warlordh/fork_Symbian | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="copyright" content="(C) Copyrigh... |
sdk/GUID-9B8655A7-2F6D-53E0-8855-78D88BB84643.html | warlordh/fork_Symbian | <?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="copyright" content="(C) Copyrigh... |
sdk/GUID-8225EE46-476F-35D0-8159-713CB83B05CA.html | warlordh/fork_Symbian | <?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="copyright" content="(C) Co... |
resources/public/css/chest.css | nomonamo/chest | /*@import url(http://fonts.googleapis.com/css?family=Roboto:400);*/
body {
background-color:#e0e0e0;
-webkit-font-smoothing: antialiased;
font: normal 14px Roboto,arial,sans-serif;
}
.navbar-default {background-color:#f4f4f4;margin-top:50px;border-width:0;z-index:5;}
.navbar-default .navbar-nav > .active > a,.nav... |
doc/api/cc/mallet/pipe/iterator/package-use.html | burrsettles/mallet | <!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 Wed Jan 23 11:08:00 EST 2013 -->
<TITLE>
Uses of Package cc.mallet.pipe.iterator (Mallet 2 API)
</TITLE>
<META NAME="date" CONTENT="2013-01-2... |
Desktop/tool/poi-bin-3.15-20160924/poi-3.15/docs/apidocs/org/apache/poi/hssf/record/chart/ChartRecord.html | tommylsh/test20170719 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>ChartRecord (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="te... |
Desktop/tool/poi-bin-3.15-20160924/poi-3.15/docs/apidocs/org/apache/poi/ss/formula/functions/class-use/Match.html | tommylsh/test20170719 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>Uses of Class org.apache.poi.ss.formula.functions.Match (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css"... |
sdk/GUID-4358883D-6686-3ECD-B61E-4B420C98C742.html | warlordh/fork_Symbian | <?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="copyright" content="(C) Co... |
_posts/2014-06-27-release31.html | mbeddr/mbeddr.github.io | ---
layout: blogpost
title: A new mbeddr Release
---
<p>
We have just published <a href="https://github.com/mbeddr/mbeddr.core/releases/tag/0.7-EAP">mbeddr 0.7-EAP</a>. This is the first
release of mbeddr that works with (and requires!) <a href="http://www.jetbrains.com/mps/download/">MPS 3.1</a>.
</p>
<p>
You ma... |
docs/org.eclipse.wst.webtools.doc.user/topics/cwfiltbn.html | ttimbul/eclipse.wst | <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta name="copyright" content="Copyright (c) ... |
pdk/GUID-ED631C18-19A6-3B06-9DBA-853C722385CF.html | warlordh/fork_Symbian | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="copyright" content="(C) Copyrigh... |
sdk/guid-6013a680-57f9-415b-8851-c4fa63356636/_forum_nokia_2_image_converter_2sis_2backup__registration_8xml_source.html | warlordh/fork_Symbian | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>TB9.2 Example Applications: examples/ForumNokia/ImageConverter/sis/back... |
pdk/GUID-9F1EF48F-8AA7-5235-B96C-4A02CAC0422F.html | warlordh/fork_Symbian | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="copyright" content="(C) Copyright 2010... |
pdk/GUID-1944C350-900E-5621-BF43-6A366844E9DD.html | warlordh/fork_Symbian | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="copyright" content="(C) Copyright 2010... |
QuickConnectPay/apidocs/com/newland/me/class-use/ME3xDevice.html | yc654084303/QuickConnQuickConnect | <!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 Thu Jan 15 14:03:16 CST 2015 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
类 com.newland.me.ME3xDevice 的使用 (... |
doc/api/cc/mallet/topics/tui/EvaluateTopics.html | burrsettles/mallet | <!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 Wed Jan 23 11:07:58 EST 2013 -->
<TITLE>
EvaluateTopics (Mallet 2 API)
</TITLE>
<META NAME="date" CONTENT="2013-01-23">
<LINK REL ="styleshe... |
tags/wget/index.html | sudev/sudev.github.com | <!DOCTYPE html>
<html lang="en" itemscope itemtype="http://schema.org/WebPage">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>Overview of all pages with the tag #wget... |
coflo-0.0.4/third_party/boost_1_48_0/libs/iostreams/doc/functions/flush.html | charlesDGY/coflo | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Function Template flush</TITLE>
<LINK REL="stylesheet" HREF="../../../../boost.css">
<LINK REL="stylesheet" HREF="../theme/iostreams.css">
</HEAD>
<BODY>
<!-- Begin Banner -->
<H1 CLASS="title">Function Template <CODE... |
source_data/2009/stats/Louisiana State.html | vrivellino/cfs | <!DOCTYPE html>
<html itemscope itemtype="http://schema.org/website" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/" lang="en">
<head>
<title>2009 Louisiana State Fighting Tigers Statistics | College Football at Sports-Reference.com</title>
<script type="text/javascript">var... |
qtopiacore/qt/doc/html/mainwindows-application.html | muromec/qtopia-ezx | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- /home/test1/tmp/qtopia/qt//qtopia-core-opensource-src-4.3.6/doc/src/examples/application.qdoc -->
<head>
<title>Qt ... |
forum/styles/subsilver2/template/ucp_pm_viewmessage_print.html | voicis/icecream | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Language" content="{S... |
templates/sj_appstore_hitech/css/vmslideshow.css | Siguana/linyipassport | /*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-co... |
149-2007/taxonomy/term/229/0/feed/index.html | kfitz/machines | <?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://machines.plannedobsolescence.net/149-2007" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>postmodernism - perversion</title>
<link>http://machines.plannedobsolescence.net/149-2007/taxonomy/term/229/0</link>
<description></descr... |
wp-content/themes/expression/css/style_ie7.css | aprilmgallaty/shashonnaKnechtFX | #menu-container,#menu,.menu-main-container,#navigation-container,#header{
position: relative;
z-index: 102;
}
#menu ul ul li a{
margin-top:-7px;
padding-top:7px;
}
#menu ul ul li a:hover{
border-width:0px;
}
#menu ul ul {
top:47px;
}
#menu ul ul ul {
top:-1px;
}
#menu ul li li {
display: block;
float: ... |
web/index.html | wendeldavid/marvels | <!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>Simple Sidebar - Start Bootstra... |
BFStoryArchive/BFStoryArchive/grand_04_12.html | Blackrobe/blackrobe.github.io | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="style/style.css">
<link rel="stylesheet" type="text/css" media="only screen and (min-device-width: 360px)" href="style-compact.css">
<script>
(function(i,s,o,g,r,a,m){i['Google... |
sites/all/modules/sum/styles.css | tcsuder/DrupalCoffee | * {
background-color: white;
}
|
docs/_colors/3.0.4/tests/BT/assets/css/test.css | WestpacCXTeam/GUI-source | /*
* Testing colors for _colors v3.0.4 BT
*/
/* ---------------------------------------| COLORS |--------------------------------------- */
/*!_colors v3.0.4 BT*/
/*
* SETTINGS
*/
/*!_fonts v2.0.6*/
/*
* SETTINGS
*/
/*
* SETTINGS
*/
.body-font {
font-family: -apple-system, BlinkMacSystemFont, "Segoe ... |
assets/css/socialise-admin.css | BlissfulPlugins/socialise | #sc-tiles li {
display: inline-block;
width: 60px;
height: 50px;
margin-right: 10px;
border-radius: 5px;
text-align: center;
padding-top: 10px;
background-color: #bbb;
-webkit-transition: background 0.2s ease;
-moz-transition: background 0.2s ease;
-o-transition: background 0.2s ease;
transit... |
TMP/metronic_v4.5.1/theme_rtl/admin_2_rounded/dashboard_3.html | oscargonzalez/rechabapi | <!DOCTYPE html>
<!--
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.5
Version: 4.5.1
Author: KeenThemes
Website: http://www.keenthemes.com/
Contact: support@keenthemes.com
Follow: www.twitter.com/keenthemes
Like: www.facebook.com/keenthemes
Purchase: http://themeforest.n... |
web/WEB-INF/classes/gwt-2.6.0/doc/javadoc/com/google/gwt/event/dom/client/class-use/DropEvent.html | JakaCikac/dScrum | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
Uses of Class com.google.gwt.event.dom.client.DropEvent (Google Web Toolkit Javadoc)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" T... |
_posts/2008/2008-09-28-ten-technical-writing-stereotypes.html | tomjohnson1492/tomjohnson1492.github.io | ---
layout: post
title: Ten Technical Writing Stereotypes
date: 2008-09-28 12:13:39.000000000 -07:00
categories:
- creativity
- technical-writing
tags:
- boring
- change
- geek
- introversion
- myths
- second-class citizen
- sellout
- stereotypes
- TechCraft
- Technical Writing
- tools
status: publish
published: true
... |
GATE_Developer_8.0/plugins/Tagger_Lupedia/doc/javadoc/gate/lupedia/package-summary.html | SONIAGroup/S.O.N.I.A. | <!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_51) on Sun May 11 19:21:37 BST 2014 -->
<title>gate.lupedia (Measurements Tagger JavaDoc)</title>
<meta name="date" content="2014-05-11... |
doc/pl/isangeles/senlin/data/area/class-use/Area.html | Isangeles/Senlin | <!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_172-solus) on Fri Jun 22 22:42:06 CEST 2018 -->
<title>Uses of Class pl.isangeles.senlin.data.area.Area</title>
<meta name="date" content="2018... |
Coding/Python/numpy-html-1.10.1/reference/generated/numpy.random.zipf.html | platinhom/ManualHom | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>numpy.random.zipf — NumPy v1.10 Manual</title>
<link rel="stylesheet" type="text/css" href="../../static_/css/spc-bootstrap.css">
<link rel="stylesheet" type="text/css" href="../../static_/css/spc-extend.css">
<link rel="... |
web/2014_season/2015022112.html | jacobbustamante/NBANLPRecap | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>J.J. Redick and Austin Rivers combine for 48 in Clippers 126 to 99 win over the Kings</title>
<link rel="stylesheet" type="text/css" href="../css/style.css">
</head>
<body>
<h1>J.J. Redick and Austin Rivers combine for 48 in Clippers 126 to ... |
wp-content/themes/threebranch/plugins/wp-embed-facebook/wpemfb.css | Tomdanizer/3branch | /*
* Table structure
*/
.wpemfb-border {
font-family: Helvetica;
padding:10px;
border: 1px solid #DEDEDE;
border-radius: 2px;
}
.wpemfb-table{
display: table;
width: 100%;
}
.wpemfb-posts-table{
display: table;
width: 100%;
border-top:1px solid #DEDEDE;
}
.wpemfb-cell{
display: table-cell;
vertical... |
doc/html/classShipCAD_1_1SubdivisionControlCurve.html | gpgreen/ShipCAD | <!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... |
admin/apache_error_log.html | KDE/kdev-www | <?php
include_once("../../access.inc"); // for the login and password variables
extract($_SERVER); // This is required for some apache configurations
if(!isset($PHP_AUTH_USER)) {
exit;
}else{
if ($PHP_AUTH_USER == $k_login && $PHP_AUTH_PW == $k_password) {
}
else {
echo "Invalid username or password\n";
... |
lib/tpl/codowik-master/css/ui.layout.css | tsolucio/coreBOSDocumentation | /*
* Default Layout Theme
*
* Created for jquery.layout
*
* Copyright (c) 2010
* Fabrizio Balliano (http://www.fabrizioballiano.net)
* Kevin Dalman (http://allpro.net)
*
* Dual licensed under the GPL (http://www.gnu.org/licenses/gpl.html)
* and MIT (http://www.opensource.org/licenses/mit-license.php) li... |
doc/Asterisk-Admin-Guide/Asterisk 11 Application_Playback.html | fluentstream/asterisk-p2p | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Asterisk Project : Asterisk 11 Application_Playback</title>
<link rel="stylesheet" href="styles/site.css" type="text/css" />
<META http-equiv="Content-Type" content="text/... |
bench/bench.webapp/src/main/webapp/zsq/dojo/dojox/mobile/themes/custom/custom-compat.css | trainkg/zsq | .dj_gecko .mblColorBlue {
background-image: -moz-linear-gradient(top, #48adfc 0%, #048bf4 100%);
}
.dj_gecko .mblColorBlue45 {
background-image: -moz-linear-gradient(top left, #048bf4 0%, #48adfc 100%);
}
.dj_gecko .mblColorDefault {
background-image: -moz-linear-gradient(top, #e2e2e2 0%, #a4a4a4 100%);
}... |
docs/uniandes/unacloud/share/enums/package-tree.html | UnaCloud/UnaCloud2 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_60) on Thu May 18 11:17:07 COT 2017 -->
<title>uniandes.unacloud.share.enums Class Hierarchy</title>
<meta name="date" content="2017-05... |
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/tags/tryhtml5_input_type_radio.html | platinhom/ManualHom | <!DOCTYPE html>
<html>
<!-- Mirrored from www.w3schools.com/tags/tryhtml5_input_type_radio.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:38:14 GMT -->
<body>
<form action="http://www.w3schools.com/tags/demo_form.asp">
<input type="radio" name="gender" value="male"> Male<br>
<input type="radi... |
samples/dhtmlxWindows/07_attach_components/02_tree.html | casser/dhx | <!DOCTYPE html>
<html>
<head>
<title>Integration with dhtmlxTree</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<link rel="stylesheet" type="text/css" href="../../../codebase/fonts/font_roboto/roboto.css"/>
<link rel="stylesheet" ... |
docs/client/packages/less.html | constellationsoftware/meteor | <template name="pkg_less">
{{#better_markdown}}
## `less`
LESS extends CSS with dynamic behavior such as variables, mixins,
operations and functions. It allows for more compact stylesheets and
helps reduce code duplication in CSS files.
With the `less` package installed, `.less` files in your application are
automati... |
emailer/newsletter/april1.html | xenten/swift-kanban | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="robots" conten... |
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/jquery/tryjquery_sel_has.html | platinhom/ManualHom | <!DOCTYPE html>
<html>
<!-- Mirrored from www.w3schools.com/jquery/tryjquery_sel_has.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:35:39 GMT -->
<head>
<script src="../../ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("p:has(span)")... |
docs/types/MinerGuildmaster.html | alucardxlx/caoticamente-shards | <html>
<head>
<title>RunUO Documentation - Class Overview - MinerGuildmaster</title>
</head>
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
<h4><a href="../namespaces/Server.Mobiles.html">Back to Server.Mobiles</a></h4>
... |
wp-content/themes/lovechild/style.css | lindsaywilson/lovechild | /*
Theme Name: Love Child Organics
Author: Spring Advertising Ltd.
Author URI: http://springadvertising.com/
Description: The 2014 Love Child Organics website
Version: 2.0
Text Domain: lovechild
*/ |
public/images/application.css | fahadgudu/web_chat | /*
* 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 vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative... |
_includes/audio.html | tomjohnson1492/tomjohnson1492.github.io | <div class="audioControls">
<p><b>Listen here:</b></p>
<p><audio controls src="{{page.podcast_link}}" type="audio/mpeg"></audio></p>
<p>You can <a href="{{page.podcast_link}}" alt="{{page.title}}">download the MP3 file</a>, <a href="https://itunes.apple.com/us/podcast/id-rather-be-writing-podcast/id277365275">subscrib... |
kchart/kdchart/doc/refman/class_k_d_chart_1_1_three_d_pie_attributes.html | JeremiasE/KFormula | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>KD Chart 2: KDChart::ThreeDPieAttributes class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1... |
pmc_fury_addon/PMC_Fury/Missions/_B30_blood_tide.noe/overview.html | SnakeManPMC/arma-2-Campaigns_PMC | <html>
<head>
<title>Overview</title>
</head>
<body>
<! --- ----------------------------->
<! --- TEXT FOR MISSION TITLE --->
<! --- ----------------------------->
<br>
<h2 align="center"><a name="Main">Blood Tide</a></h2>
<! --- ----------------------------->
<! --- TEXT FOR DESCRIPTION --->
<... |
wp-content/themes/nskameleon/assets/css/columns.css | nsclick/forcenter | /* Columns System */
/* Sections */
.section{clear:both;padding:0px;margin:0px}
/* Groups */
.group:before,.group:after{content:"";display:table}
.group:after{clear:both}
.group{zoom:1;/* For IE 6/7 (trigger hasLayout) */}
/* Grid Columns Setup */
.col{display:block;float:left;margin:0 0 0 1.6%}
.col:first-child{margin... |
src/main/webapp/examples/foundation6/css/app.css | bureau-of-examples/web-examples | /***************************** Helpers **********************************/
.outline {
border: 1px solid gray;
}
/***************************** Styles **********************************/
header {
background-color: #333;
margin-bottom: 1em;
overflow: hidden;
}
header ul {
list-style: none;
margi... |
media/mod_celtawebtraffic/css/themes/icons-1/cw-visitors.css | Rikisha/proj | /**
* @author Steven Palmer
* @author url http://coalaweb.com
* @author email support@coalaweb.com
* @copyright Copyright (c) 2013 Steven Palmer All rights reserved.
*/
.cw_stats_lt0, .cw_stats_ly0, .cw_stats_lw0, .cw_stats_lm0, .cw_stats_la0,
.cw_stats_lt1, .cw_stats_ly1, .... |
Homework/martin.andonovski/to-words/test.html | sweko/sedc4-javaScript | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Counting Money Tests - Martin Andonovski</title>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-1.20.0.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="https://code.jquery.com/qu... |
metaSearch/mainApp/templates/mainApp/index.html | patreu22/Meta-search | {% extends "base.html" %}
{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
{% load staticfiles %}
{% block content %}
<form method="GET" action="{% url 'fulltext' %}"> {% csrf_token %}
<div class="row form-inline col-xs-12">
<input type="text" name="query" class="form-control" id="search" autocomplete="... |
boost/doc/html/boost/date_time/time_facet.html | geodynamics/gale | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Class template time_facet</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../index.html" title=... |
webstat/awstats.korzin.net.allemails.062014.html | diedsmiling/busenika | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta name="generator" content="AWStats 7.1 (build 1.983) from config file awstats.korzin.net.conf (http://www.awstats.org)">
<meta name="robots" content="noindex,nofollow">
<meta http-equiv="c... |
client/views/magic/index.title.html | earthref/earthref.org | <template name="magic.title">
<h1 class="ui header">Magnetics Information Consortium (MagIC)</h1>
<h2 class="ui header">Promoting information technology infrastructures for the international paleomagnetic, geomagnetic and rock magnetic community </h2>
</template> |
sites/default/files/css_injector/css_injector_6.css | aklepner/brma | /* @override http://brma-dev.local:8080/sites/default/files/css_injector/css_injector_6.css?nby4pu */
/* @override
http://brma-dev.local:8080/sites/default/files/css_injector/css_injector_6.css?nb2j62 */
/*
padding-top: 5px;
padding-bottom: 5px;
background-color: #3a3a3a;
margin-bottom: 10px;
*/
div.fi... |
source/manual/variables/index.html | rainmeter/rainmeter-docs | ---
layout: docs
permalink: manual/variables/
title: 'Variables'
---
<p>A <b>variable</b> is a string of text that is associated with a short, memorable name. Variable names can be used in most <a href="!skins/option-types/">options</a> throughout the skin, in place of the associated text.</p>
<p>Variables are helpful... |
Joomla-Site/Layout/_layouts---libraries---cms---html---bootstrap---starttabsetscript.php.html | asika32764/Joomla-CMS-API-Document | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>Docs for page starttabsetscript.php<... |
templates/game.html | adamzap/dwelling-of-duels | {% extends "base.html" %}
{% block title %}{{ key }}{% endblock %}
{% block content %}
{% if objs|rejectattr("multiple_games")|list|length > 0 %}
<h1 class="ctitle">Songs from {{ key }}</h1>
<div class="hline-r"></div>
<div class="table-responsive">
<table class="table" data-sortable>
<thead>
... |
vendor/assets/dhtmlx/docsExplorer/dhtmlxdataview/dhtmlxdataview___api_method_dhtmlxdataview_stopedit.html | ManageIQ/dhtmlx-rails | <!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" dir="ltr">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><link rel="stylesheet" href="../codebase/default.css"... |
master/templates/monitor-nodes.html | wukong-m2m/NanoKong | <button id="refresh">Refresh</button>
<table class="table">
<thead>
<tr>
<th>#</th>
<th>Location</th>
<th>Status</th>
</tr>
</thead>
<tbody>
{% for node_info in node_infos %}
<tr class={{ 'success' if node_info.isResponding() else 'error' }... |
sites/all/modules/custom/md_megamenu/menu_styles/css/mm-base.css | aposidelov/copfun1 | /* reset */
.mdmegamenu ul {
margin: 0 !important;
padding: 0 !important;
list-style: none;
}
.mdmegamenu iframe {
border: none
}
/* typo: common */
.mdmegamenu {
font-size: 12px;
line-height: 18px;
color: #ccc
}
.mm-container a {
color: #ccc;
}
.mm-container a:hover {
border-bottom: 1px dotted #fff;
color: ... |
docs/html/plasma/Plasma.TextEdit.html | KDE/pykde4 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Plasma.TextEdit</title>
<meta http-equiv="Content-Type" content="text/ht... |
stats/usage_201208.html | milesmenegon/diorama | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- Generated by The Webalizer Ver. 2.01-10-RB02 -->
<!-- -->
<!-- Copyright 1997-2000 Bradford L. Barrett -->
<!-- (brad@mrunix.net http://www.mrunix.net) -->
<!-- -->
<... |
templates/yoo_revista/css/background/noise_green.css | zun246/cmsjoom | /* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
body#page { background: #dee2d0 url(../../images/background/noise/green.jpg) 0 0 repeat; }
#page-bg {
background: url(../../images/background/gradient.svg) 50% -500px no-repeat;
background-size: 1600px 2200px;
}
#... |
wp-content/plugins/jetpack/_inc/build/admin.dops-style.rtl.css | kanei/vantuch.cz | .dops-button {
background: white;
border-color: #d5d5d5;
border-style: solid;
border-width: 1px 1px 2px;
color: #414141;
cursor: pointer;
display: inline-block;
margin: 0;
outline: 0;
overflow: hidden;
font-size: 14px;
font-weight: 500;
text-overflow: ellipsis;
text-decoration: none;
verti... |
weka/doc/weka/filters/unsupervised/instance/package-tree.html | chrissalij/Wiki-Reputation-Predictor | <!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_17) on Mon Jan 11 20:36:43 NZDT 2010 -->
<TITLE>
weka.filters.unsupervised.instance Class Hierarchy
</TITLE>
<META NAME="date" CONTENT="2010-01-11">... |
javadoc/org/grouplens/lenskit/data/pref/package-tree.html | ac0872/CTRecommenderLab | <!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_40) on Wed May 06 14:21:43 CDT 2015 -->
<title>org.grouplens.lenskit.data.pref Class Hierarchy (LensKit 2.2)</title>
<meta name="date" content=... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.