path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
xwcps-parser-ui/libs/ace/ext/menu_tools/settings_menu.css
cite-sa/xwcps
#ace_settingsmenu, #kbshortcutmenu { background-color: #F7F7F7; color: black; box-shadow: -5px 4px 5px rgba(126, 126, 126, 0.55); padding: 1em 0.5em 2em 1em; overflow: auto; position: absolute; margin: 0; bottom: 0; right: 0; top: 0; z-index: 9991; cursor: default; } .ac...
index.html
kociolekt/common-project-patterns
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>Podstawy js</title> <link rel="stylesheet" href="css/reveal.css"> <link rel="stylesheet" href="css/theme/black.css"> <!-- T...
demo.html
dashawk/angularOwlCarousel
<!DOCTYPE html> <html lang="en" ng-app="myApp"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <link rel="stylesheet" href="./bower_components/owl.carousel/dist/assets...
从0开始学习vue@2.0/024-选项-mixins.html
fefuns/vueDemo
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>minxins Option</title> </head> <body> 相关文档:<br> <ul> <li><a href="https://cn.vuejs.org/v2/guide/mixins.html">混合mixins</a></li> </ul> <hr> <p> Mixins一般有两种用途:<br> 1、在你已经写好了构造器后,需要增加方法或者临时的活动时使用的方法,这时用混入会减少源代码的污染。<br> 2、很多地方都会用...
doc/html/manual/en/ch12.html
SvenMichaelKlose/Caroshi-PHP
<html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <title>Chapter 12. Session management</title> <meta name="generator" content="DocBook XSL Stylesheets V1.29"> <link rel="home" href="index.html" title="Caroshi"> <link rel="up" href="index.html" title="Caroshi"> <link rel="previous" href=...
static/welcome.html
morganrallen/sudo-humans
<div id="main"> <p class="msg"> Welcome to the sudoroom community! </p> <div class="actions clearfix"> <h2>next steps</h2> <ul> <li>set up <a key="payments" href="#">recurring payments</a></li> <li>tell us <a key="profile" href="#" class="profile-link">about yourself</a></li> <...
s_024Vue.js/s_04Transition/列表过渡/练习1.css
NobodyXiao/LearningNote
.list-complete-item { transition: all 1s; display: inline-block; margin-right: 10px; } .list-complete-enter, .list-complete-leave-active { opacity: 0; transform: translateY(30px); } .list-complete-leave-active { position: absolute; }
doc/rdoc/classes/ExceptionNotifierHelper.src/M000431.html
NESCent/max-bodysize-evol
<?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> <head> <title>inspect_model_object (ExceptionNotifierHelper)</title> <meta http-equiv="Content-Type" content="text/html; charset=is...
web/fp/fp.css
Xiaojing/atmobileweb
/* Redefinition of basic elements */ html, body { margin: 0; padding: 0; width: 100%; } body { background-color: #d9e0e8; font-family: Arial, sans-serif; font-size: small; color: #202629; } a { color: #a33; } a:visited { color: #a33; } a img { border: none; } h1 { font-size: x-large; font-weight: norm...
data science/machine_learning_for_the_web/chapter_4/movie/22632.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Girl, Interrupted (1999)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0172493">Girl, Interrupted (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Ste...
doc/java/jdk8/java/awt/PrintJob.html
fbiville/annotation-processing-ftw
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_31) on Wed Dec 17 20:47:24 PST 2014 --> <title>PrintJob (Java Platform SE 8 )</title> <meta name="date" content="2014-12-17"> <meta name="keywo...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/33ae941c87ece6bea5d795bc1d414ddd08eb89ce08c0a294308630ccb050a0eb.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="./9beed79e7160509dd2361fc97ab7b8f031f762afd6e314f0ffb2c689c7ee6311.html">Teleport</a> <hr> ...
projects/gps1.1.html
muratdbc/muratdbc.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>GPS 1.1</title> <link rel="stylesheet" type="css/html" href="GPS-1.1.css"> </head> <body> <div id="container"> <header class="header"><h1>DBC GPS 1.1</h1></header> <h1>Murat and Henry</h1> <section id="blogBox"> <p>Pair prog...
app/views/lis/3/you/work.html
nhsbsa/nhslis
{% extends 'templates/nhs_transaction_layout.html' %} {% import 'includes/form_macros.html' as form_macros %} {% block afterHeader %} {% include "includes/service-headers/low-income.html" %} {% endblock %} {% block content %} <main id="content" role="main"> <div class="grid-row"> <div class="column-two-th...
server/www/index.html
natarajanmca11/Express4-Seed
<html> <head> <title>Express 4 with Typescript</title> </header> <body> Web Api (Express 4 + Typescript) </body> </html>
Beginning Perl for Bioinformatics/html/lib/Perl/Critic/Policy/Miscellanea/ProhibitTies.html
amidoimidazol/bio_info
<?xml version="1.0" ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <!-- saved from url=(0017)http://localhost/ --> <script language="JavaScript" src="../../../../../displayToc.js"></script> <script language="JavaScript" src="../../../../../tocParas.js"></script> <script language="JavaSc...
_includes/header.html
cubicflow/cubicflow
<nav class="nav"> <div class="nav__container"> <div class="nav__mobile"> <div class="nav__mobile__logo"> <a href="/"><img src="/assets/img/cf-logo-light.svg"></a> </div> <div class="nav_mobile_expand"> <a class="nav-toggle-btn"> <div class="na...
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.dev/contrib:historical-examples/dev/2014-11-29_17-44-14.html
coq-bench/coq-bench.github.io-old
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet...
templates/video.html
vrypan/tumblr2html
{% extends "post.html" %} {% block page_title %}{{ post.caption|striptags|truncatewords:10 }}{% endblock %} {% block page_header %}{% endblock %} {% block main_content %} {% if post.local_video %} <video id="my_video_1" class="video-js vjs-default-skin" controls preload="auto" width="{{ post.local_video_wi...
includes/ngadmin/tpl/users/adduser.html
nithishj/rewardsvipclub
<div class="col-sm-12" style="margin-top:30px;"> <form name="add_user_form" id="add_user_form" class="form-horizontal form-validation"> <div class="panel panel-default"> <div class="panel-heading"> <h4>Add User</h4> </div> <div class="panel-body" style...
app/views/olev/end-user.html
dudelmeister/olev
{% extends "layout.html" %} {% block page_title %} Do you know the end user of the vehicle? {% endblock %} {% block head %} {% include "includes/head.html" %} {% include "includes/scripts.html" %} {% endblock %} {% import "templates/button.html" as button %} {% block content %} <main id="content" role="main"> {...
docs/javadocs-server/com.erudika.para.server/com/erudika/para/server/security/class-use/SimpleAuthenticationFailureHandler.html
Erudika/paraio.org
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (11.0.13) on Mon Mar 07 23:47:00 EET 2022 --> <title>Uses of Class com.erudika.para.server.security.SimpleAuthenticationFailureHandler (para-server 1.45.1 API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <...
mirror/prvCode_07/cityCode_000-areaCode_12-deptCode_025/voteCode_20120101T1A2-qryType_ctks-prvCode_02-cityCode_000-areaCode_12-deptCode_025-liCode_0940.html
g0v/projectV
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 選舉資料查詢 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>中選會選舉資料庫網站</title> <link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css"> <script typ...
dist/layout/bandWebsite/style.css
deftcat/Fei_Boilerplate
body { width: 1200px; height: 1000px; background-image: url('./images/background.jpg'); background-size: cover; } header, main, footer { margin: 0px 120px; width: 960px; clear: both; } div#title { width: 330px; height: 120px; background-size: cover; float: left; backgro...
_layouts/portfolio_threecolumns.html
rdricco/typejekyll
--- layout: default --- <section id="works" class=""> <div class="container"> {% for post in site.portfolio %} {% assign loopindex = forloop.index | modulo: 3 %} {% if loopindex == 3 %} <a href="{{ post.url }}" class="permalink"> <div class="desktop-4 tablet-6 columns"> <div class="item"> <...
game/game-nave/move/test.html
danielassada/deposit-bate
<!DOCTYPE html> <html> <body> <p>Image to use:</p> <img id="scream" width="220" height="277" src="images/player-sheet0.png" alt="The Scream"> <p>Canvas:</p> <canvas id="myCanvas" width="240" height="297" style="border:1px solid #d3d3d3;"> Your browser does not support the HTML5 canvas tag. </canvas> <script> windo...
db-derby-10.11.1.1-bin/docs/html/ref/rrefexportselectionproc.html
DiZ73/CKP_FillingStation
<?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-us" xml:lang="en-us"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contribut...
clean/Linux-x86_64-4.11.2-2.0.7/released/8.11.2/mtac2/1.0.0+8.7.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>mtac2: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" ...
clean/Linux-x86_64-4.05.0-2.0.6/released/8.8.0/higman-s/8.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>higman-s: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" ...
_includes/footer.html
androidchat/androidchat.github.io
<footer class="page-footer grey lighten-3"> <div class="container row"> <div class="col s12 m6"> {% include icons.html icon_list=site.social %} </div> <div class="col s12 m6"> {% include icons.html icon_list=site.copyright_icons %} </div> </div> </footer> <script type="text/javascript" src="https://cod...
reports/coverage/index_SORT_BY_LINE_DESC.html
nicksi/xestools
<!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 :: Summary</title> <style type="text/css"> @import "./.css/coverage.css"; </style> </head> <body> <div class="header"></div> <div cla...
templates/faqs.html
grwllrnc/BrowsingHistoryEditor
{% extends 'layout.html' %} {% block main_content %} <h2>FAQs</h2> <div class="row col-sm-8"> <dl class=""> <dt><p>Wie funktioniert das Programm?</p></dt> <dd><p>Das Programm ist ein Browser-basiertes Tool, das wie eine Webseite funktioniert. Wenn Sie das Programm ausführen, wird ein lokaler Webserver au...
sgprimary/2010/bukit-merah/index.html
samwize/just2me.com
<!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"> <link rel="icon" type="image/png" href="https://just2us.com/img/favicon-180.png" /> <link rel="apple-touch-icon"...
css/first-main.css
GraysonRicketts/collegeScorecard
/* ------------------------- * * ---------MAIN.CSS-------- * * ------------------------- */ /* General formatting */ html, body { height: 100%; } article { padding-top: 25px; } h1 { text-align: center; } .wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -30px; } /* S...
src/old-ie.css
splintercode/core-grid
/*! https://github.com/splintercode/CoreGrid MIT License http://opensource.org/licenses/MIT Core Grid 1.10.1 */ html { /* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */ -webkit-box-sizing: border-box; /* Firefox (desktop or Android) 28- */ -moz-box-sizing: border-box; /* Firefox 29...
demo/main.css
GerardRodes/siftout
img { vertical-align: sub; max-width: 100%; } body { background: rgba(153,0,107,1) no-repeat; background: -moz-linear-gradient(45deg, rgba(153,0,107,1) 0%, rgba(158,24,0,1) 100%); background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(153,0,107,1)), color-stop(100%, rgba(158,24,0,1)))...
docs/_templates/sidebarlinks.html
tonyseek/openvpn-status
<h3>Useful Links</h3> <ul> <li><a href="https://pypi.python.org/pypi/openvpn-status">PyPI</a></li> <li><a href="https://github.com/tonyseek/openvpn-status">GitHub</a></li> <li><a href="https://github.com/tonyseek/openvpn-status/issues">Issue Tracker</a></li> </ul>
js/templates/btcTicker.html
jjeffryes/openbazaar-desktop
<div class="flexVCent clrP clrBr clrSh3 contentBox padSm toolTipNoWrap" data-tip="<%= ob.polyT('pageNav.toolTip.currentPrice', { cur: ob.currencyMod.getServerCurrency().name }) %>"> <%= ob.currencyMod.cryptoIcon({ className: 'margRSm'}) %> <strong class="tx5"><%= ob.currencyMod.formatCurrency(ob.currentPrice, ob.lo...
index.html
ractivejs/ractive-transitions-fly
<!doctype html> <html lang='en-GB'> <head> <meta charset='utf-8'> <title>Ractive.js fly transition plugin</title> <!-- CSS --> <link href='http://fonts.googleapis.com/css?family=Voltaire' rel='stylesheet' type='text/css'> <link rel='stylesheet' href='demo/main.css'> <link rel='stylesheet' href='demo/prettyprint....
sample.html
lwoodrick/intro-to-programming
<!-- Compatibility--> <section> <h2>Heads Up</h2> <p> reveal.js is a framework for easily creating beautiful presentations using HTML. You'll need a browser with support for CSS 3D transforms to see it in its full glory.</p> <p>We highly recommend using Chrome, currently, however, the latest version of Safari,...
java/2013/com/sun/squawk/platform/posix/natives/Socket.sockaddr_in.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:34 EST 2013 --> <TITLE> Socket.sockaddr_in (2013 FRC Java API) </TITLE> <META NAME="date" CONTENT="2013-01-03"> ...
docs/docs/databases/datastore/index.html
ohsu-comp-bio/funnel
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us"> <head> <link href="http://gmpg.org/xfn/11" rel="profile"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> ...
digest-template.html
Solshal/solshal-email-templates
<!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" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"> <head> <meta http-equiv="Content-Type" content="text/html; ch...
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4.5/contrib:gc/8.4.dev/2015-01-30_09-41-42.html
coq-bench/coq-bench.github.io-old
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet...
templates/footer.html
benavram/go_django
<nav class="navbar navbar-default navbar-fixed-bottom"> <div class="container"> ... </div> </nav>
PetCenter.Referencias.Presentacion.Web/Resources/Sitio/css/sitio.reporte.css
msmgxe/upc_tp3-adm
body { margin: 0px; overflow: hidden; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 1.42857; color: rgb(51, 51, 51); } .asistencia-reportview { overflow: auto; } #Rpt_View_ctl05, #Rpt_View_ctl05_ctl04_ctl00_Menu, #Rpt_View_AsyncWait, #Rpt_View_Asy...
_site/posts/hello-world.html
punkyzhu/punkyzhu.github.io
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8" /> <meta name="author" content="老朱" /> <meta name="keywords" content="" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <title>老朱的摩崖石刻 / Hello world!</title> <link href="http://0.0.0.0/feed.xml" rel="alternate" tit...
src/app/counter/counter.html
ninja4826/angular2_weeklydev
<div class="input-group" style="width:300px;"> <span class="input-group-btn"> <button [disabled]="value <= min" (click)="counter(false)" type="button" class="btn btn-danger btn-number"> <span class="glyphicon glyphicon-minus"></span> </button> </span> <input [disabled]="true" [value]="str" type="tex...
html/234567091236.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...
app/templates/politicians/directives/list_item.html
CarrieShort/basic-angular-app
<div> <ng-transclude></ng-transclude> <p>{{politician.name}} is a {{politician.party}} that has the power of {{politician.specialPower}} and a debate skill of {{politician.debateSkills}}</p> <button class="btn-edit-politician" data-ng-if="!politician.editing" data-ng-click="edit(politician)">Edit</button> <butt...
index.html
msherman/places-we-went
<!DOCTYPE HTML> <html> <head> <link rel="stylesheet" href="css/main.css"/> <title>Places we've traveled</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script> <script src="lib/knockout-3.4.1.js"></script> <meta name="viewport" content="initial-scale=1.0"> <meta ch...
src/Viteloge/CoreBundle/Resources/descriptions/02657.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Rougeries est un village géographiquement positionné dans le département de l'Aisne en Picardie. Elle comptait 233 habitants en 2008.</p> <p>Si vous pensez venir habiter à Rougeries, vous pourrez aisément trouver une maison à acheter. </p> <p>Le nombre d'habitatio...
src/Viteloge/CoreBundle/Resources/descriptions/35238.html
donaldinou/frontend
<p>Située en Bretagne, Rennes est la onzième grande ville de France. Cité au passé prestigieux, elle attire de plus en plus de touristes et habitants chaque année. Ville également dynamique, elle est aujourd'hui réputée pour sa qualité de vie, ses universités, ses pôles de recherche et ses services aux entreprises. Ell...
_examples/focusmodal_fixed.html
jazahn/A11yGoat
--- layout: solution title: Focus Order pour: operable relatesto: 2.4.3 description: "A web page needs to be navicable in a sequential order." accessible: true --- <!-- custom modal --> <button type="button" id="mymodalbtn" class="btn btn-lg"> custom modal </button> <!-- bootstrap modal --> <button type="button" cl...
clean/Linux-x86_64-4.05.0-2.0.1/released/8.11.2/mathcomp-ssreflect/1.12.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-ssreflect: 2 m 28 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.mi...
clean/Linux-x86_64-4.12.1-2.0.8/released/8.13.0/sum-of-two-square/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>sum-of-two-square: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstr...
2015/05/page/3.html
acloudburo/dognews
<!doctype html> <html> <head> <meta charset="utf-8" /> <meta content="IE=edge;chrome=1" http-equiv="X-UA-Compatible" /> <title>dognews</title> <meta content="width=device-width, initial-scale=1" name="viewport" /> <link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/feed.xml...
utils/pmd-bin-5.2.2/docs/pmd-plsql/property-updates-report.html
byronka/xenos
<!DOCTYPE html> <!-- | Generated by Apache Maven Doxia at 2014-12-03 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name...
source/stylesheets/print.css
jrunning/resume
#inner { margin: auto; background: none; border: none; padding: 0 40px; } a { text-decoration: none; color: inherit; } a#pdf, .typekit-badge { display: none !important; } .contact-info { padding-top: 1em; } #hd { margin-top: 1em; } #hd h1, #hd h2 { letter-spacing: 0.03em; } #ft { padding-bottom: 1em; } .soup .skill::be...
frontend/Arquivos/ementa-1986.html
AEDA-Solutions/matweb
<table width="90%" border="0" cellspacing="0" cellpadding="3" class="FrameCinza"><tr class="padrao" bgcolor="white"><td><b>Órgão:</b> </td><td>FEF - Faculdade de Educação Física</td></tr><tr class="padrao" bgcolor="#E7F3D6"><td><b>Código:</b> </td><td>175269</td></tr><tr class="padrao" bgcolor="white"><td><b>Denominaçã...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/65f3f41c1e98071680e4b5e1a13c1d6711f91e1562b37774c7994d0f86e36a75.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="./11d8eb424d8bb28773489cf30c2757e9da831b8ad9b3a09cb2e53920a5361190.html">Teleport</a> <hr> ...
django_recurrences/templates/django_recurrences/widget/ending.html
InfoAgeTech/django-recurrences
{% spaceless %} <div class="recurrence-field recurrence-ending form-group"> <label class="control-label col-sm-3 col-lg-3"> {{ label }} </label> <div class="col-sm-9 col-lg-9 input-container"> <div> <input id="id_{{ name }}_ending_count" type="radio" name="{{ name }}_ending" va...
packages/node_modules/@ciscospark/widget-base/src/styles.css
bzang/react-ciscospark
:global .ciscospark-widget, :global .ciscospark-widget > div, :global [data-toggle^='ciscospark-'], :global [data-toggle^='ciscospark-'] > div{ display: flex; width: 100%; height: 100%; overflow: hidden; flex-direction: column; position: relative; font-family: 'CiscoSans TT Light', Helvetica, Arial, sans-...
Contents/Resources/Documents/classgoogle_1_1appengine_1_1runtime_1_1_application_error.html
tzmartin/gae-php.docset
<!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...
Reports/ne/netoffice.access.net40.1.7.2/OWC10Api-net40.html
kuhlenh/port-to-core
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> ...
src/client/locations/contact.html
amatyas001/lauraangyal
<section ng-repeat="item in items"> <header ng-bind-html="item.header"></header> <main ng-bind-html="item.body"></main> </section> <footer> <span>© 2015 Laura Angyal</span> <span>| Website developed by <a href="http://github.com/amatyas001">Matyas Angyal</a> using <a href="http://angular.com">AngularJS by...
author/fqure/index.html
fqure/fqure.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>fqure - Page 1 - @fqure</title> <meta name="description" content="" /> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initia...
cloud/2018/05/08/Cloud.html
CrazyAndy/CrazyAndy.github.io
<!DOCTYPE html> <html> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta content="feign bean not found" name="description"> ...
1a51f00/html/classv8_1_1_isolate.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...
www/habit.html
BuLLeTCode/DBG_2
<ons-page ng-controller="TaskController as taskManager"> <div id="fountainG"> <div id="fountainG_1" class="fountainG"></div> <div id="fountainG_2" class="fountainG"></div> <div id="fountainG_3" class="fountainG"></div> <div id="fountainG_4" class="fountainG"></div> <div id="fountai...
index.html
HendrikRe/hendrikre.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Hendrik R</title> <!-- Boo...
thought_lounge/templates/contact.html
tranthibaokhanh/thoughtloungev2
{% extends "base.html" %} {% block title %} Contact {% endblock %} {% block content %} <div class="container" id="contactcontainer"> <div class="row text-center"> <div class="col-md-6 col-md-offset-3" style="margin-bottom: 60px;"> <h2>Contact the <span class="header-primary">organization</span></...
raw_data/arkive-endangered-html/neoveitchia-storckii.html
andrewedstrom/cs638project
<!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>Neoveitchia factsheet on ARKive - Neoveitchia storckii</title>...
all-data/15000-15999/15004-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>...
css/carnivore.css
re1/carnivore
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none; } html, body { width: 100%; height: 100%; } /** -= Basic Grid =- **/ /* Percent widths */ .full, .w-full { width: 100%; } .half, .w-half { width: 50%...
zh/jmessage/client/im_android_api_docs/cn/jpush/im/android/api/event/CommandNotificationEvent.GetTargetInfoCallback.html
Nocturnana/jpush-docs
<!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 Thu Oct 19 14:11:26 CST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>CommandNotificationEvent.Get...
src/dialog.css
HbbTV-Association/ReferenceApplication
#dialog { height: 720px; width: 1280px; position: absolute; top: 0px; left: 0px; z-index: 4000; text-align: center; background-repeat: repeat-x; background-color: #101010; } /* dialog header for catchup listmenu */ #dialog.episodelist .dialogTitle, #dialog h1 { height: 30px; ...
src/travel/templates/travel/buckets/compare.html
dakrauth/travel
{% extends "travel/base.html" %} {% block travel_heading %}Bucket List: {{ bucket_list.title }}{% endblock travel_heading %} {% block travel_content %} <p>{{ bucket_list.description }}</p> <table class="bucket-result table table-striped travel-action"> <thead> <tr class=""> <th></th> ...
javadoc/com/github/scuwr/snitchvisualizer/classobjects/Block.html
Scuwr/Snitch-Visualizer
<!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_45) on Fri May 29 00:05:33 EDT 2015 --> <title>Block</title> <meta name="date" content="2015-05-29"> <link rel="stylesheet" type="text/css" hre...
src/readmore.css
zhaowenyi94/hey-spark
.readmore-button{ background: #87B9E2; color: #FFFFFF; border: 0; border-radius: 4px; } .readmore-button:hover{ background: #69A8DA; }
docs/api/Auth0.ManagementApi.Models.LogEntry.html
auth0/auth0.net
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Class LogEntry </title> <meta name="viewport" content="width=device-width"> <meta name="title" content="Class LogEntry "> <meta name="ge...
meta/templates/web-speech-api-search-input.html
jasonclark/voice-user-interface
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <title>Voice User Interface - Web Speech API demo</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Demonstration of Web Speech API input form...
docs/_modules/pymatgen/ext/cod.html
nisse3000/pymatgen
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <ti...
style.css
RithwikAnand/Force-Bubble-Chart
/** MobiGenie Styles**/ .mobi-box-wrap { display: block; background: white; border: 1px solid; border-color: #e5e5e5 #dbdbdb #d2d2d2; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px; -moz-box-shadow: rgba(0,0,0...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/0ea5177e1655477c0f99afde5f4909f8b73c0faabd74a2b8adb00cc34f2d4b15.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="./31e729a1da22ef9bf2024c56ce5f202578e4d79c1c858c6990179db6daa00ce3.html">Teleport</a> <hr> ...
2013/05/12/opening-a-bottle-of-beer-with-a-sheet-of-paper-it-only-takes-3-pieces.html
StTu/stuart-james.net
<!DOCTYPE HTML> <!-- Future Imperfect by HTML5 UP html5up.net | @n33co Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) --> <html> <head> <title>Stuart James' Journal</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> ...
raw_data/arkive-critically-endangered-html/eleutherodactylus-turquinensis.html
andrewedstrom/cs638project
<!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>Turquino robber frog factsheet on ARKive - Eleutherodactylus t...
1520afd/html/classv8_1_1Promise_1_1Resolver-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...
public/css/app.css
MontealegreLuis/readit
form > div { margin-bottom: 25px; } .nav-text { line-height: 3.5em; } .votes { font-size: 2em; text-align: center; font-weight: bold; } .vote:link, .vote:visited, .vote:hover .vote:active { color: #B0AFAB; } .link-voted:link, .link-voted:visited, .link-voted:hover .link-voted:active { co...
partials/caret-down.html
sascha53/Font-Awesome-SVG-PNG
{{- $id := "caret-down" -}} {{- $name := add "icon-" $id -}} {{- if not (.Scratch.Get $name) -}} {{- .Scratch.Set $name true -}} <svg class="clip" xmlns="http://www.w3.org/2000/svg" width="0" height="0"> <defs> <svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" id="{{ $id }}" fill="currentcolor"><path d="M...
usst-console-web/src/main/webapp/resources/lib/zTree/v3/api/cn/zTreeObj.destroy.html
yangshenghui/graduationProject
<div class="apiDetail"> <div> <h2> <span>Function(treeId)</span><span class="path">zTreeObj.</span>destroy </h2> <h3> 概述<span class="h3_info">[ 依赖 <span class="highlight_green">jquery.ztree.core</span> 核心 js ] </span> </h3> <div class="desc"> <p></p> <div class="longdesc"> <p>从 zTree v...
BOOST/boost_1_61_0/libs/asio/doc/html/boost_asio/reference/buffered_stream/next_layer.html
calvinfarias/IC2015-2
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>buffered_stream::next_layer</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="../../../boost_asio...
2016/02/26/GO-ing-forward.html
caryfitzhugh/caryfitzhugh.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>&quot;GO&quot;-ing forward - Cary.FitzHugh</title> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="apple-mobile-web-app-ca...
_posts/2011/03/2011-03-23-our-first-episode-on-microsoft-access.html
swcarpentry/website
--- layout: post date: 2011-03-23 time: "09:00:00" authors: ["Greg Wilson"] title: Our First Episode on Microsoft Access tags: ["Content"] --- <p>We have just posted our first episode on using a database with Microsoft Access &mdash; many thanks to Utah State's <a href="http://whitelab.weecology.org/">Ethan White</a> f...
03_ANGULAR_RESTFUL/client/index.html
gnoixs/PROJECTS
<!DOCTYPE html> <html lang="en" ng-app="booksMod"> <head> <meta charset="UTF-8"> <title>Angular</title> <style> #add span { display: inline-block; width: 85px; } </style> </head> <body> <div class="container" ng-controller="bookCtrl"> <div id="add"> <s...
mm5/themes/elements/extensions/product-lists/product-lists.css
mivaecommerce/Elements
/* ========================================================================== EXTENSIONS / PRODUCT LISTS / PRODUCT LISTS ========================================================================== */ /** * Product lists are used in many spots throughout the store. They can be found * on the storefront as feat...
javadoc/com/mygdx/nick/game/client/package-frame.html
nickoloz1994/Game
<!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_45) on Sun Nov 27 21:46:21 EET 2016 --> <title>com.mygdx.nick.game.client</title> <meta name="date" content="2016-11-27"> <link rel="sty...
FSharp/packages/FAKE/docs/apidocs/fake-magehelper-mageparams.html
ploeh/dependency-rejection-samples
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>MageParams - FAKE - F# Make</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull"> ...
JPEG/src/html/fileIO_8cpp.html
jigar23/JPEG_Deblocking
<!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"/> <title>JPEG_Deblocking: sr...
docs/css/theme-learn.css
PascaleBeier/bootstrap-validate
/* here in this showcase we use our own modified chroma syntax highlightning style; if you want to use a predefined style instead: - remove `markup.highlight.noClasses` from your config.toml - set `markup.highlight.style` to a predefined style name in your config.toml - remove the following `@import` of the...