path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
dist/index.html
klazich/portfolio-website
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Portfolio of Kevin Lazich</title> <meta content="Look what I have created!!" name="description"> <meta content="Kevin Lazich" name="author"> <meta content="width=device-width,initial-scale=1" name="viewport"> <meta content="#111" name="...
test/basic.html
grappendorf/grapp-i18n-js
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>grapp-i18n basic tests</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> <script src='../lib/webcomponentsjs/webcomponents-lite.min.js'></script> <script src="../lib/web-component-tester/browser.js"></...
packages/gagarin-mocha-reporter/lib/index.css
gagarinjs/meteor-mocha
body { background: black; } .terminal { font-size: 12px; white-space: nowrap; overflow: hidden; height: 100vh; }
content/landing1.html
rydama/ab-landing-node
<!DOCTYPE html> <html> <head> <title>My Product</title> </head> <body> <h1>Version 1</h1> </body> </html>
about/index.html
sagiryasin/sagiryasin.github.io
<html> <head> <meta name="viewport" id="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" type="text/css" href="/css/socialicious.css"> <link rel="stylesheet" type="text/css" href="/css/main.css"> <link rel="stylesheet" type="text/css" href="/css/monokai.css"> <link href="/b...
_pages/trips.html
bhudgens/blog
--- layout: card-list permalink: /trips/ author_profile: false header: overlay_color: '#5e616c' overlay_image: /assets/images/cover/DJI_0158.jpg cta_label: "<i class='fa fa-book'></i> View Maps" cta_url: "/trips/#trips" excerpt: 'View our adventure routes...' --- <div class="card-list__title"><h1><a name="trip...
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4.dev/contrib:string/dev/2014-11-20_13-31-52.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...
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.2/coquelicot/3.1.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>coquelicot: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min....
app/views/styleguide/text/legal-heading.html
wayneddgu/f2d-cc
<i class="icon icon-important"> <span class="visuallyhidden">Warning</span> </i> <h3 class="heading-medium important">Can I drive while enquiries are being made?</h3>
staticFiles/css/portal/footer.css
afterloe/cynomy_portal_server
/** * ¹«¹²µ×²¿ */ footer { color: #fff;width:100%;height:90px; } footer p { margin-bottom: 20px; display: block; } footer a { color: #6ECADC; } footer a:hover { color: #333; text-decoration: underline; } footer .wrap-footer { padding-top: 50px; background-color: #222; } footer .c...
packages/theme-default/src/actionsheet.css
SealUI/vue-sealui-m
@charset "UTF-8"; @import "./common/var.css"; @import './mixins/setOnepx'; @import './mixins/text'; @component-namespace sealui { @b actionsheet { position: fixed; left: 0; bottom: 0; transform: translate(0, 100%); backface-visibility: hidden; z-index: 5000; ...
lib/apache-poi/docs/apidocs/org/apache/poi/openxml4j/opc/internal/PartUnmarshaller.html
nimbleapps/export_to_spreadsheet
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_19) on Fri Oct 29 16:39:42 MSD 2010 --> <TITLE> PartUnmarshaller (POI API Documentation) </TITLE> <META NAME="date" CONTENT="2010-10-29"> ...
pages/about.html
Ruff9/Inventif
--- layout: page title: 'À propos' permalink: about sidebar_link: true --- <p>Je suis développeur, agiliste, maker et danseur. Dans une autre vie j'étais journaliste, et j'en ai gardé un goût pour l'écriture et les formats longs.</p> <p>N'hésitez pas à me <a href="#contactModal" class="jsModalTrigger">contacter</a> ...
www/css/partials/components/dynamic-tyles.css
Saminu/Minated
.dynamicTile .col-sm-2.col-xs-4 { padding: 5px; } .dynamicTile .col-sm-4.col-xs-8 { padding: 5px; } #tile1 { background: #00acee; } #tile2 { background: #f3f3f3; } #tile3 { background: #47c1e4; } #tile4 { background-image: url('http://handsontek.net/demoimages/tiles/facebook.png'); background-size: cover;...
resources/doc/allclasses-frame.html
hanwi/uncertainty-gazetteer
<!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_25) on Wed Apr 16 13:46:29 CEST 2014 --> <title>All Classes</title> <meta name="date" content="2014-04-16"> <link rel="stylesheet" type...
src/ch15/map/MapDemo.java.html
raeffu/prog1
<html><body> <pre style="margin: 0em;background: #ededed"><span style="color: #0073ff; font-weight: bold;"> 1 </span><span style="font-family: monospace"></span><span style="color: #cc0066;">import</span> java.awt.Color;</pre> <pre style="margin: 0em;background: #ededed"><span style="color: #0073ff; font-weight: bold...
api/source-class-PHPParser_Node_Stmt_Else.html
Tecnocreaciones/VzlaGovernmentTemplateDeveloperSeed
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="ApiGen 2.8.0" /> <meta name="robots" content="noindex" /> <title>File vendor/nikic/php-parser/lib/PHPParser/Node/Stmt/Else.php | seip</title> <script type="text/javascript" src="res...
doc/api/files/__/__/__/__/_rvm/gems/ruby-2_2_2/gems/railties-4_2_1/lib/rails/generators_rb.html
TomMulvaney/AudioFlow
<?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" xml:lang="en" lang="en"> <head> <title>generators.rb</title> <meta http-equiv="Content-Type" content="te...
case/todo/app/index.html
johnnyzhang1992/angularjs-learn
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Yeoman 首页</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <!-- build:css(.) styles/vendor.css --> <!-- bowe...
CSS深入系列/CSS-absolute/折翼天使表现特性二:位置跟随.html
Lyle19/Web-Study
<!doctype html> <html> <head> <meta charset="utf-8"> <title>折翼天使表现特性二:位置跟随</title> <style> input[type=button] { height: 32px; font-size: 100%; } p { margin-left: 260px; } img + p { margin-top: 60px; } </style> </head> <body> <img src="http://img.mukewang.com/54447b06000171a002560191.jpg"> <div><img src="http:/...
58-Multiples_transformaciones/index.html
Carlos007007/Archivos_Base_CSS3_0_a_100
<!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <title>Multiples trasformaciones</title> <link rel="stylesheet" href="css/estilos.css"> </head> <body> <img src="./i...
CSS/Overview/1/index.html
hackohackob/TelerikAcademy
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>01.TicketPage</title> <link rel="stylesheet" href="style.css" /> </head> <body> <table> <thead> <tr> <td> Ticket ID: 409788 ...
html/devdoc/html/Api__test_8cpp.html
smc314/helix
<!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...
_site/dev/2015/06/01/premiers-pas.html
Yinfei/yinfei.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <!-- (1) Optimize for mobile versions: http://goo.gl/EOpFl --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- (1) force latest IE rendering engine: bit.ly/1c8EiC9 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <t...
docs/html/classtesting_1_1gmock__generated__actions__test_1_1_bool_resetter-members.html
bhargavipatel/808X_VO
<!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...
data science/machine_learning_for_the_web/chapter_4/movie/3058.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Frankenstein (1994)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0109836">Frankenstein (1994)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Jeffrey+Graeb...
assets/src/app/users/index.tpl.html
mydearxym/Angular_love_Sails
<br> <br> <div ng-controller="UsersController as UserCtrl"> <div class="well"> todo: <mark>用户名 账户是否激活 用户组 管理设备 角色 操作 电话</mark> <br> debug: <br> {{UserCtrl.users}} </div> <br> <button class="btn btn-success btn-sm" ng-click="UserCtrl.testget()"> testSails </button> <br> <b...
javadoc/4.0/org/robolectric/android/AttributeSetBuilderImpl.ResourceResolver.html
robolectric/robolectric.github.io
<!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_161-google-v7) on Fri Nov 09 17:55:35 PST 2018 --> <title>AttributeSetBuilderImpl.ResourceResolver</title> <meta name="date" content="2018-11-0...
js/modularization/1-module-pattern/3-example-application/program.html
bjuvensjo/misc
<html><body><pre><script src="uc/UC001/UC001.js"></script><script src="uc/UC002/modelImpl.js"></script><script src="uc/UC002/UC002.js"></script><script src="program.js"></script></pre></body></html>
src/Vidal/MainBundle/Resources/public/stylesheets/publication.css
Vidal-ru/Vidal
.publications { margin: 20px 0 } .publication .photo { display: inline-block; float: left; margin-top: 4px } .publication .photo img { max-width: 135px } .publication-title { margin-bottom: 5px } .publication-title p { margin: 0 } .publication-title a { font-weight: 700; text-decoration: none; fon...
styles/module/post.css
drublic/vc
.post { border-bottom: 1px solid var(--border-color); padding-bottom: 2rem; } .post__intro { font-size: 1.25em; margin-bottom: 2rem; } .post__header { border-bottom: 1px solid var(--border-color); margin-bottom: 5rem; } .post__header h1 { margin-bottom: 0; } .post__header a { display: block; borde...
doc/java/jdk7/javax/xml/bind/TypeConstraintException.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 (version 1.6.0_18) on Thu Dec 18 17:18:21 PST 2014 --> <title>TypeConstraintException (Java Platform SE 7 )</title> <meta name="date" content="2014-12...
test/sanity/issue4157-nav-win-lost/next.html
nwjs/nw.js
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>next</title> </head> <body> <button onclick="getCurrentWindow()">nw.Window.get()</button> <script> function out(id, msg) { var h1 = document.createElement('h1'); h1.setAttribute('id', id...
travel-history.html
zachkirsch/my_site
<!DOCTYPE html> <html> <head> <title>Travel</title> <link rel="stylesheet" type="text/css" href="css/map-styles.css" /> <link rel="icon" type="image/png" href="img/favicon.ico"> <script type="text/javascript" src="https://www.google.com/jsapi"></script> <!-- JQuery --> <script src="js/jquery.js"></script> <s...
assets/css/inscription.css
PtitZef/Projet2A
h2 { margin-bottom: 1em; } label, button, h2 { font-family: "corbertregular", serif; } input, button{ width: 270px; } label { font-size: 1.3em; font-weight: lighter; } button { margin-top: 1em; margin-bottom: 1em; border-radius: 3px; } input { padding: 10px; margin-bottom: 1em; border: none; border-ra...
Figure4/Tox21_PCIDs/PCID_9323.html
andrewdefries/ToxCast
https://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=9323
Referencia/dailyShop/index.html
manuelfmora/TiendaOnline
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Daily Shop | Home</title> <!-- Font awesome --> <link href="css/font-awesome.css" r...
doc/api/files/__/__/__/__/_rvm/gems/ruby-2_2_2/gems/activerecord-4_2_1/lib/active_record/model_schema_rb.html
TomMulvaney/AudioFlow
<?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" xml:lang="en" lang="en"> <head> <title>model_schema.rb</title> <meta http-equiv="Content-Type" content="...
web/manage/basic/group.html
Annlover/brother-express
<section class="content-header"> <h4><b>分组管理</b></h4> <h6>该功能用于查看当前已有分组信息及维护分组关系</h6> <div class="sp-line"></div> </section> <section class="content"> <div class="row"> <div class="panel panel-info panel-right"> <div class="input-group input-group-sm"> <div class="inp...
manpages/man8/acpid.8.html
yuweijun/yuweijun.github.io
<!DOCTYPE html> <HTML><head><TITLE>Manpage of acpid</TITLE> <meta charset="utf-8"> <link rel="stylesheet" href="/css/main.css" type="text/css"> </head> <body> <header class="site-header"> <div class="wrap"> <div class="site-title"><a href="/manpages/index.html">linux manpages</a></div> <div class="site-description"...
archives/2019/index.html
liubaolin/liubaolin.github.io
<!DOCTYPE html> <html class="theme-next pisces use-motion" lang="zh-Hans"> <head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <meta name="theme-color" content="#222"> <meta http-...
dist/css/style.css
ateliee/jquery.schedule
.jq-schedule * { box-sizing: border-box; } .jq-schedule .sc_wrapper:after, .jq-schedule .sc_menu:after { content: ""; display: table; clear: both; } .jq-schedule .sc_menu { width: 100%; height: 26px; } .jq-schedule .sc_menu .sc_header_cell { float: left; } .jq-schedule .sc_menu .sc_header { fl...
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.5/contrib:hoare-tut/8.4.dev/2015-02-05_15-34-43.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...
docs/en/edge/steroids_Steroids Views_Steroids.view.navigationBar_navigationBar.tapButton.md.html
AppGyver/supersonic
<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (...
assets/css/component.css
InterIIT-Tech/iWebApp
@font-face { font-family: 'typicons'; src:url('../fonts/typicons/typicons.eot'); src:url('../fonts/typicons/typicons.eot?#iefix') format('embedded-opentype'), url('../fonts/typicons/typicons.ttf') format('truetype'), url('../fonts/typicons/typicons.woff') format('woff'), url('../fonts/typicons/typicons.svg#typ...
psd2hackathon/css/colors/red.css
HackathonLovers/HackathonLovers.github.io
a { color: #a05c08; } .accent-color { color: #a05c08; } .accent-color-bg { background-color: #a05c08; } .top-bar a:hover { color: #a05c08; } .section-overlay { background-color: #a05c08; } .top-bar.color-bar { background-color: #a05c08; } .service-box .read-more { color: #a05c08; ...
all-data/26000-26999/26872-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>...
clean/Linux-x86_64-4.02.1-1.2.0/unstable/dev/contrib:subst/dev/2014-12-17_17-32-45.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...
docs/index.html
tsukiy0/node-quickstart
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>node-quickstart</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="assets/css/main.css...
chinese.html
droberto13/chewsr
<!DOCTYPE html> <html> <head> <title>What should I eat today?</title> <meta name="viewport" content="initial-scale=1.0, user-scalable=no"> <meta charset="utf-8"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" hr...
doc/api/files/usr/lib/ruby/gems/1_8/gems/activesupport-3_0_0_beta4/lib/active_support/core_ext/range/include_range_rb.html
ecoulthard/summitsearch
<?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" xml:lang="en" lang="en"> <head> <title>File: include_range.rb</title> <meta http-equiv="Content...
views/productos.html
kyele/Baracci
<div class="col s12"> <a class="waves-effect waves-light btn right" ui-sref="admin.galeria_cms.productos_alta"> <i class="material-icons left">loyalty</i>Agregar Productos </a> <h3>Lista de Productos</h3> </div> <div class="col s12"> <table> <thead> <tr> <th class="center" data-field="i...
src/components/header/header.html
philtim/MeetUp-EventPlanner
<div class="header"> <h1><i class="fa fa-ticket"></i>Event Planner</h1> <button class="signOut" title="Log current user out" data-ng-click="vm.logout()" data-ng-if="vm.isUserAuthenticated"><span>Sign out</span><i class="fa fa-sign-out"></i></button> </div>
docs/api/module-obiee.html
RittmanMead/insights
<html lang="en"> <head> <meta charset="utf-8"/> <title>Insights API</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> ...
firefox_ui_flat_and_simple.css
uriel1998/dark_gtk_linux
:root { --tab-bg: #222222 !important; /* tab bg */ --url-bg: #1E1A1A !important; /* nav bar and selected tab */ --browser-bg: #383A3B !important; /* url bg & hover bg */ --main-text: #93a1a1 !important; /* reg text */ --emphasis-text: #CB4B16 !important; /* emphasis...
Ruby Icon/stylesheet.css
BlackSpirit96/Flat_Icons_Web
.triangle-botom-1 { width: 0; height: 0; border-style: solid; border-width: 200px 100px 0 100px; border-color: red transparent transparent transparent; position: absolute; left: 108px; top: 50px; } .triangle-botom-2 { width: 0; height: 0; border-style: solid; border-width...
bulletin/tools/plugins/templates/plugins/event_list.html
AASHE/django-bulletin
{% extends "base.html" %} {% load bootstrap_pagination %} {% block events_tab_class %} active {% endblock %} {% block before_headline %} {% include "submit_an_item_button.html" %} {% endblock %} {% block after_headline %} <a href="#top"></a> {% endblock %} {% block content %} <div class="row blog-page"> ...
assets/css/scheme/green.css
tav2/leshoz
/* CSS crunched with Crunch - http://crunchapp.net/ */ /* Theme Name: Tumbas LESS CSS For Color Scheme :) */ /* ====== VARIABLES ===== */ /* ====== GENERAL ELEMENTS ======== */ p a { color: #7ac144; } p a:hover { color: #121212; } small { color: #cccccc; } /* BLOCK */ .block.newsletter { border-top: 1px solid #...
app/content/texts/eng_web/EG10.html
khangpng/VietnameseBible
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> <title>Esg 10 (WEB)</title> <link href="../../../build/mobile.css" rel="stylesheet" /> <script src="../../../build/mobile.js"></script> </head> <body dir="ltr" class="section...
src/main/resources/static/css/answering-system.css
StaticWalk/exam
*{ font-family:微软雅黑; } h1{ text-align: center; } h2{ float: left; } .tips{ font-size: 20px; display: block; text-align: justify; color:#CC0000; font-weight:bold; } body{ background: url("../img/background.jpg") repeat-y 50% ; ...
2017/04/20/My-first-post.html
demo-hubpress/demo
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>My first post</title> <meta name="description" content="" /> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1....
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/3bf9355c8e73529f5efd14a3576dae96468bfd15a127014e74fd4ae870e4dd0c.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="./0e0e31a95926af6952ae79651555392e7d59489f316fc069d223946ec341d6f5.html">Teleport</a> <hr> ...
samples/iframe/index.html
erasme/erajs
<!DOCTYPE html> <html> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8'> <title>Test IFrame</title> <script src='../../era/era-debug.js'></script> <style> </style> <script> var app = new Ui.App(); var vbox = new Ui.VBox(); app.setContent(vbox); var toolbar = new Ui.ToolBar(); v...
style.css
uthsc/uthscblogs-child
/* Theme Name: Child Theme for UTHSC Blogs Description: Child theme for UTHSC Blogs Theme Author: George Spake Template: uthscblogs */ /* This is the CSS file loaded by WordPress in backend, * it will not be loaded in the frontend. * Go to the css/ folder and find style.css, * this is the CSS file loaded by WordPre...
test/fixtures/issue-432.css
jakubpawlowicz/clean-css
/* Assets with non-stylistic syntax */ .c { background-image:url('images/image.png'); } .c-2 { background-image: url('images/image.png'); } .c-3 { background-image: url('images/image.png'); } .c-4 { background-image: url( 'images/image.png'); } .c-5 { background-image: url( '...
templates/application.html
BoughtSpot/boughtspot.com
<!doctype html> <html lang="en"> <head> {% block head %} <meta charset="UTF-8"> <title>{% block title %} BoughtSpot {% endblock %}</title> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="description" content="BoughtSpot_ - website design, website development, media buying, online market...
public/index.html
luk707/address_book
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="theme-color" content="#000000"> <!-- manifest.json provides metadata used when your web app is added to the homescreen on Androi...
cms/icca-registry/pages/index/about/breadcrumbs.html
unepwcmc/icca-registry
<a class="breadcrumbs__link" href="/">Home</a> > About: <%= cms_page.label %>
public/transfer.html
karshina/ukrainians
<!doctype html> <html lang="uk" prefix="og: http://ogp.me/ns#"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1"> <title>Добровольці Божої чоти</title> <meta property="og:title" content="The Ukrainians"/> <meta property="og:type" content="website"/> <me...
telepathy/static/css/main.css
mihow/telepathytoday
/* ========================================================================== Author's custom styles ========================================================================== */ body { } .container-fluid { width: 80%; margin: 1em auto; } ul.images { list-style: none; margin: 0; padding: ...
clean/Linux-x86_64-4.11.2-2.0.7/released/8.14.0/metacoq-template/1.0~alpha2+8.11.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>metacoq-template: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstra...
clean/Linux-x86_64-4.04.2-2.0.5/released/8.5.3/mathcomp-algebra/1.13.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-algebra: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstra...
clean/Linux-x86_64-4.09.0-2.0.5/extra-dev/8.10.0/extructures/dev.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>extructures: 49 s</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="st...
clean/Linux-x86_64-4.02.3-2.0.6/released/8.9.1/semantics/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>semantics: 1 m 13 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" re...
clean/Linux-x86_64-4.05.0-2.0.6/released/8.11.1/kildall/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>kildall: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" r...
client/index.html
EEGL/eegl-angular-app-lamp
<!doctype html> <!--[if IE 9]> <html class="no-js ie9" ng-app="app" ng-controller="AppCtr"> <![endif]--> <!--[if gt IE 9]><!--> <html class="no-js" ng-app="app" ng-controller="AppController"> <!--<![endif]--> <head> <base href="/"> <meta charset="utf-8"> <title ng-bind="PageTitle.title()"></title> <meta name=...
etc/escuela_balear_tests/html/tests_balear_152.html
fguillen/Testilia
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Resultados Test </title> <meta name="description" content=""> <meta name="keywords" content=""> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta HTTP-E...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/83cf1ae0e1679a1ebc48d52e77e99fdfbbd88560614cca64d72d369998ac1251.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="./5c5ebbd6f25856442a5cca50b7468c95fb76047dccaaa7c6c7c8d4159728d0dd.html">Teleport</a> <hr> ...
navigation/views/item-menu.html
France-ioi/AlgoreaPlatform
<span ng-if="item && strings">{{strings.sTitle}}</span> <span ng-if="item && !strings" ng-i18next="loading"></span> <span ng-if="!item || item.ID < 0" ng-i18next="error"></span>
doc/java/jdk7/javax/print/attribute/standard/Destination.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 (version 1.6.0_18) on Thu Dec 18 17:17:26 PST 2014 --> <title>Destination (Java Platform SE 7 )</title> <meta name="date" content="2014-12-18"> <meta ...
all-data/0-999/284-32.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="ztable"><tr><th class="ztd1"><b>...
css/contact.css
doublee21/AllergyAssist
.header1 { color: white; text-align: center; font-family: 'Satisfy', cursive; font-size: 400%; padding: 10px; background-color: #ff4d4d; margin-top: 80px; margin-left: auto; margin-right: auto; width: 300px; display: flex; justify-content: center; } .p2 { background-color: #ff...
index.html
Vizzuality/globe-three-experiment
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Three js Planet demo</title> <style> body { margin: 0; padding: 0; /*background: url(bg-stars.jpg);*/ /*background-size: cover;*/ } #globeEl, #globeEl canvas { position: absolute; top: 0; left: 0; ...
GolfTracker/GolfTracker.Angular/src/app/golfer/golfer-list/golfer-list.component.css
kahanu/AzureBootcamp2017
.sandbagger { font-size: 1em; /*font-weight: bold;*/ color: red; margin-left: 10px; } table.table tbody td { font-size: 1.5em; } table.table tbody td a { cursor: pointer; } .score-div { font-size: 1.4em; } .score-div span.score { font-weight: bold; color: green; } .score-div span...
background-gradient/ao.html
razh/experiments
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>AO Test</title> <style> body { background-color: #222; } img { margin: 40px auto; } canvas { margin: 0 auto; background-color: rgba(0, 0, 0, 0.2); } img, canvas { display: block;...
src/stylesheets/style.css
orlacoding/senecajs.github.io
.install { margin-left: 12%; margin-right: 12%; margin-top: 20px; text-align: center; } .install pre { font-size: 30px; margin-bottom: 40px; line-height: 1.75; } /*~~~~~~~~~~~ Layout ~~~~~~~~~~~*/ body { font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 16px; l...
index.html
cheald/clickhax
<!DOCTYPE html> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> <script type="text/javascript" src="heatmap.js"></script> <style> body { margin: 0; padding: 0; font-family: sans-serif; } ...
portfolios/american-corner/monehi/index.html
JamesBarnesBCX/Portfolios2016-Code4CT
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>My Profile Page</title> <link rel="stylesheet" href="normalize.css"> <link rel="stylesheet" href="style.css"> </head> <body> <div class="content-contain"> <!-- HEADER --> <header> <h1 class="heading-style" id="intro">Giver of Life an...
es/examples/simulate-chain.html
mayaman26/p5js-website
<!DOCTYPE html> <html class="no-js" lang="es"> <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="p5.js a JS client-side library for creating graphic and interactive ...
lib/JADE/doc/api/jade/core/class-use/Profile.html
shookees/SmartFood_old
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="it"> <head> <!-- Generated by javadoc (version 1.7.0_03) on Wed Dec 04 15:38:02 CET 2013 --> <title>Uses of Class jade.core.Profile (JADE v4.3.1 API)</title> <meta name="date" conten...
Beginning Perl for Bioinformatics/html/lib/TAP/Parser/Multiplexer.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="JavaScript" src="....
_includes/navbar.html
ohioinfosec/www.ohioinfosec.org
<nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></spa...
exercises/Exercise 4/index.html
sanketjpatel/vuejs-seed
<script src="https://npmcdn.com/vue/dist/vue.js"></script> <link rel="stylesheet" type="text/css" href="styles.css"> <div id="exercise"> <!-- 1) Start the Effect with the Button. The Effect should alternate the "highlight" or "shrink" class on each new setInterval tick (attach respective class to the div with id "eff...
doc/mxquery/javadoc/ch/ethz/mxquery/query/impl/package-tree.html
dayler/MXQueryDemo
<!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_06) on Mon May 04 14:55:35 CEST 2009 --> <TITLE> ch.ethz.mxquery.query.impl Class Hierarchy </TITLE> <META NAME="date" CONTENT="2009-05-04"> <LINK ...
build/blog/2013-04-01-we-are-working-hard-but/index.html
euruko2013/site
<!DOCTYPE html> <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head prefix="og: http://ogp.me/ns#"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <!-- Use title if it...
ocr_extracted/W28308_text/page31.html
datamade/elpc_bakken
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W28308_text</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> ...
widgets/common/assets/gradients/simple/fuchsia/fuchsia2.css
idutta2007/yiigems
.background_fuchsia2, .hover_background_fuchsia2:hover, .active_background_fuchsia2:active:hover { background: #ff2aff; background-image: -moz-linear-gradient(top, rgb(255, 116, 255) 0%, rgb(255, 42, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 116, ...
Assets/CSS/PageSizes/Desktop.css
J-ACreations/Piecraft-Website
header{ margin-top: 70px; background-color: white; margin-left: auto; margin-right: auto; padding-left: 7px; padding-right: 7px; padding-top: 3px; padding-bottom: 3px; box-shadow: 0px 0px 5px; border-radius: 2px; width: 60%; } #header_Main{ } .header_Main_Item{ display: inline-block; margin-left: 2px; margin-right: 2px...
src/Viteloge/CoreBundle/Resources/descriptions/50050.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Beuvrigny est un village situé dans le département de Manche en Basse-Normandie. Elle totalisait 148 habitants en 2008.</p> <p>À coté de Beuvrigny sont situées les communes de <a href="{{VLROOT}}/immobilier/sainte-marie-outre-leau_14619/">Sainte-Marie-Outre-l'Eau<...
NashvilleHistory/www/index.html
NSSCodeForNashville/NashvilleHistory
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width"> <title></title> <link rel="stylesheet" href="lib/font-awesome-4.7.0/css/font-awesome.min.css"> <link rel="manifest" href="manifest.json"> ...