path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
public/css/responsive.css
issabdo/DIVCODING
/*============================================ Bootstrep 3 media Quireis ==============================================*/ /* Large Devices (Desctop & Laptops) */ @media (min-width:1200px) { /* OK */ } /* Medium Devices (landscaps Tablets & Medium Desctop) */ @media (min-width:992px) and (max-width:1199px) {...
tokenizer/test.html
digitallinguistics/sandbox
<!doctype html> <html> <head> <meta charset=utf-8> <title></title> <style> .fail { color: red; } li:after { content: '[' attr(data-tokens) ']'; color:gray; font-size:small; } </style> </head> <body> <script src=tokenize.js> </script> <ol> <li data-tokens=1>dog <li data-tokens=2>big dog <li data-tokens=2> ...
temp/style.css
soheila74/project
/* Design by http://www.bluewebtemplates.com Released for free under a Creative Commons Attribution 3.0 License */ @charset "utf-8"; div,ul,li,a,span,font,td,tr,table,h1, h2, h3, h4, h5, h6,tr,ol{ direction:rtl font-family:"B Yekan+", "Arabic Typesetting", "B Kamran"; } body { margin:0; padding:0; width:100%; color...
_includes/footer.html
memray/memray.github.io
<footer> <div class="contact"> <a class="contact-icon" href="mailto:{{ site.author.email }}"> {% include svg-icon.html icon=site.data.icons.email %} <div>Email</div> </a> <a class="contact-icon" href="https://github.com/{{ site.author.github }}"> {% include svg-icon.html icon=site.data.i...
2014/06/12/Episode-8-Super-sized-Lost-in-the-Zone.html
blahcadepodcast/blahcadepodcast.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>Episode 8: Super-sized Lost in the Zone - BlahCade Podcast</title> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="apple-m...
public/patterns/02-organisms-03-sections-07-scheduled/02-organisms-03-sections-07-scheduled.escaped.html
saad-digirati/elife-monitoring-dashboard-frontend
&lt;section class=&quot;scheduled&quot;&gt; &lt;span class=&quot;glyphicon glyphicon-time pull-left&quot;&gt;&lt;/span&gt; &lt;h4&gt;Scheduled &lt;small&gt;(3 Articles)&lt;/small&gt;&lt;/h4&gt; &lt;ol class=&quot;article-snapshot-list&quot;&gt; &lt;li&gt; &lt;a href=&quot;#&quot;&gt; &l...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/118dfbf28878e8562f014413cf59fd63eaf246f4378bfba4e5ae404accc901e3.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="./61527470fdc9684a48f6144d4a647943b38be1140c04ca9a2c7df820df570fc4.html">Teleport</a> <hr> ...
index.html
ccpgames/contactjs
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/themes/ui-darkness/jquery-ui.css"/> <link rel="stylesheet" href="contactjs.css"/> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js...
dashboard.html
xseano/Lambdify
<!DOCTYPE html> <html lang="en"> <head> <link href="resources/img/lambdify.png" rel="shortcut icon"> <meta content="#ffffff" name="theme-color"> <meta charset="utf-8"> <meta content="IE=edge" http-equiv="X-UA-Compatible"> <meta content="width=device-width, initial-scale=1" name="viewport"> <meta content="" name="...
templates/orbit/information.html
storance/ksp-orbit-darkness
<div class="container"> <form class="form-horizontal"> <fieldset> <legend>Orbit Information</legend> <div class="form-group"> <label for="orbitingBody" class="control-label col-sm-3">Orbiting Body</label> <div class="col-sm-3"> <sel...
src/app/components/usuario/proyecto-usuario/proyecto-usuario.component.css
tecmelo/FrontSimper
.mainPage{ padding-left: 22%; padding-top: 110px; overflow: hidden; }
_site/2009/05/18/t1850142272.html
craigwmcclellan/craigwmcclellan.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta content="Craig McClellan" name="author"> <title>Craig McClellan - T1850142272 </title> <link href="...
demo/modal.html
pillys/vDialog
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>vdialog</title> <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black"...
code-monkey.css
DanielKimblad/CodeMonkeyTheme
/** * Theme CodeMonkey for Brackst Copyright (c) 2016 "Nyhamn Data AB". * * Licensed under MIT * */ /*Main area*/ .CodeMirror, .CodeMirror .CodeMirror-scroll { background: #151410; color: #efefe6; line-height:140%; } .CodeMirror .CodeMirror-scroll .CodeMirror-gutters{background:#272822; border-r...
index.html
chrisburnell/nyer
--- layout: default audio: horn.mp3 ---
posts_redux/src/app/app.component.html
chitty/ngrx_vs_redux
<h1>{{title}}</h1> <div *ngIf="selectedPost"> <h2>{{selectedPost.title}} details!</h2> <div><label>id: </label>{{selectedPost.id}}</div> <div><label>status: </label> <button (click)="decrementStatus(selectedPost)">-</button> {{selectedPost.status}} <button (click)="actions.increment(...
server/views/index.html
HugoMuller/battleship.js
{% extends 'layouts/default.html' %} {% block content %} <section data-ui-view /> <script type="text/javascript"> window.global = { env : "{{env}}", tileSize: 40 }; </script> {% endblock %}
test/fixtures/src/module2.css
zero-g/grunt-concat-seajs
#module2{ color: blue; }
css/style.css
bhzunami/SIKART_Exploration_JS
@import url(https://fonts.googleapis.com/css?family=Arimo:400,400italic,700); path { fill: #ccc; stroke: #fff; stroke-width: .5px; } /**************************** COLORS ****************************/ .verylightgrey_bg { background-color: #f6f6f6; } .lightgrey_bg { background-color: #eeeeee; } .g...
app/index.html
umeshjakhar/sharedrop
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>ShareDrop</title> <meta name="description" content="ShareDrop is a peer-to-peer file sharing app powered by HTML5 WebRTC."> <meta name="viewport" content="width=device-width, initial-s...
border.css
OasesOng/OAcss
/** Border **/ .border { border-style: solid; border-width: var(--border-width); } .border-top { border-top-style: solid; border-top-width: var(--border-width); } .border-right { border-right-style: solid; border-right-width: var(--border-width); } .border-bottom { border-bottom-style: solid; border...
TestApplications/SimpleQA/SimpleQA.WebApp/Styles/app.css
vtortola/RedisClient
html{ height:100%; } body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; line-height: 1.42857143; font-size:12px; color: #444; background-color: rgba(245,245,245,1); background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgb(245, 245, 245) 100%); padding-bottom:200p...
app/imports/ui/components/podcast_tile/podcast_tile.css
louislva/ok-podcasts
.podcast_tile{ display: inline-block; width: 150px; height: 150px; /*border-style: solid; border-color: #DDDDDD; border-width: 1px;*/ box-sizing: border-box; float: left; }
_ng1_docs/1.0.0-alpha.3/classes/params.paramtypes.html
ui-router/ui-router.github.io
--- redirect_from: /docs/1.0.0-alpha.3/classes/params.paramtypes.html --- <!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>ParamTypes | UI-Router</title> <meta name="description" content=""> <meta name="viewport" content="width=...
clean/Linux-x86_64-4.09.0-2.0.5/released/8.10.1/pautomata/8.6.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>pautomata: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css"...
frontend/assets/hashi-ui.css
maytechnet/nomad-ui
html { font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; } body { font-size: 15px; line-height: 24px; margin: 0; padding: 0; background: #f3f3f3; } body, h1, h2, h3, h4, h5, h6 { margin: 0; } a { text-decoration: none; color: #449b82; } a:hover { text-decoration: underlin...
app/styles/spirit/_colors.css
TryGhost/Ghost-Admin
/* Ghost color variables Modifications use PostCSS color mod function: https://github.com/postcss/postcss-color-mod-function Note: unused, moved all colors to global.css. Long term we wanna get rid of Spirit */
sharing/src/app/userslist/userslist.component.html
mozi22/IntraFileSharingSystem
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous"> <body class="home"> <div class="container-fluid display-table"> <div class="row display-table...
test/expected/default_options.html
domsob/json-template-replace
<!-- Comment: Files can be concatenated --> <html> <head> <title>###title###</title> </head> <body> <h1>###title###</h1> <ul class="navigation"> ###navigation### </ul> <p>###content###</p> <ul> ###list### </ul> <p>###footer### ###year###</p> </body> </html>
hide-rollback-link.css
Xi-Plus/Xiplus-zhWP
.page-Special_最近更改 .mw-rollback-link { display: none; } .page-Special_监视列表 .mw-rollback-link { display: none; } .page-Special_链出更改 .mw-rollback-link { display: none; } .action-history .mw-rollback-link { display: none; }
harpy3/doc/api/files/__/__/__/__/usr/local/lib/ruby/gems/2_1_0/gems/activemodel-4_0_2/lib/active_model/validations_rb.html
billwen/netopt
<?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>validations.rb</title> <meta http-equiv="Content-Type" content="t...
test/assets/expect_d.css
differui/rollup-plugin-sass
body{color:red;background-color:green}
work/raw_data/pretre_jean_forteresse_alamuth/271800dbf0977596526c1e145e1d3490de14c456ae4a338c83f61b8e6eb25347.html
czuger/haute_tension
<scri <!DOCTYPE html> <html lang="fr" itemscope="" itemtype="http://schema.org/Blog"> <head> <script> if (window.parent !== window) { if (typeof btoa !== "function") { window.btoa = function (input) { var str = String(input); for (var block, charCode, idx = 0, map = chars, o...
people/hwihw8jw.html
slowe/panelshows
<html> <head> <title>Professor Danielle George's panel show appearances</title> <script type="text/javascript" src="../common.js"></script> <link rel="stylesheet" media="all" href="../style.css" type="text/css"/> <script type="text/javascript" src="../people.js"></script> <!--#include virtual="head.txt" --> </head>...
plugins/muffin-generator-client/templates/templates/show.html
Axonify/muffin.io
<h1>Show <$- classified $></h1> <dl class="dl-horizontal"> <% _(model).each(function(value, key, list) { %> <dt><%= key %></dt> <dd><%= value %></dd> <% }); %> </dl>
app/styles/main.css
jakedex/cv-list
.html { font-family: "Roboto", sans-serif; } #one { padding-top: 15px; height: 650px; background-color: #F4D163; } #two { height: 650px; background: white; } #three { height: 650px; background: grey; } .jumboNav { z-index: 11; } .jumboNav ul { float: right; } .jumboNav li {...
app/templates/_delete_restaurant.html
clementlefevre/hunger-game
{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "_macros.html" as macros %} {% block title %} Restaurants{% endblock %} {% block page_content %} <div class="page-header"> <h1>{{ title }} restaurant {{ name }}</h1> </div> <div class="col-md-4"> {{ wtf.qu...
app/views/patterns/checkbox-inline/index.html
alphagov/govuk_accessibility_sandbox
{% extends "layout.html" %} {% block page_title %} Checkbox (inline) {% endblock %} {% block content %} <main id="content" role="main" tabindex="-1"> {{ macro.breadcrumb() }} <div class="grid-row"> <div class="column-two-thirds"> <h1 class="heading-xlarge">Checkbox (inline)</h1> <h2 class="he...
_site/parents-carers-and-children/childrens-ya-books/paddington-books/index.html
suffolklibraries/sljekyll
<!doctype html> <html lang="en-gb"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="robots" content="noindex, nofollow"> <!--[if lt IE 9]> <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> ...
background/background.html
aarohmankad/medusa
<!DOCTYPE html> <html> <head> <title>Medusa (Background)</title> </head> <body> <script src="background.js"></script> </body> </html>
index.html
CoryZuvich/getting-started-with-html
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>CodePen - A Pen by Captain Anonymous</title> </head> <body> <b>HTML</b>-<b>Hyper Text Markup Language</b> <p>1. glues everything together</p> <b>What type of files can be found on the web?</b> <p>-Plain</p><p></p>-HTML</p><p>-Images</p><p>-Videos<...
css/style.css
brendadarling/make-a-web-page
html{ font-family:calibri; font-size:20px; color:red; } h1{ text-align:center; color:blue; background-color:aqua; } ul { list-style-type: none; /* this removes the bullets that show up by default in unordered lists */ } li { font-size: 20px; line-height: 44px; } .concept { background-color:purpl...
v4/user-agent-detail/87/95/879521fb-14d3-4dfe-a63c-6c9b16a7fffd.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>User agent detail - Mozilla/5.0 (Linux; U; Android 4.1.1; de-de; e1910_v77_yz_zx Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min...
d3_v01.html
trucho/trucho.github.io
<!-- From this... --> <!DOCTYPE html> <html> <body> <!-- <script src='http://d3js.org/d3.v3.min.js'></script> --> <script type="text/javascript" src="./lib/js/d3.min.js"></script> <script type="text/javascript"> var nums = [80, 53, 125, 200, 28, 97]; var svg = d3.select('body').append('svg') .attr('height', ...
web/x/styles/red.css
evanchiu/alpha-furyspace
/* @override http://localhost:8888/furyspace/x/styles/red.css */ /* * red.css * styles for the red player */ a{ color: #ff1111; }
index.html
normcyr/normandcyr.com
--- layout: page title: Hi, I'm Norm subtitle: structural biology | infectious diseases | outdoor sports use-site-title: true bigimg: - "/img/beer1.jpg" : "Brewing equipment at Broken Compass microbrewery (2017, Breckenridge CO)" - "/img/winter1.jpg" : "Cross country ski shack in Centre de Ski de Fond La Clé des Bo...
docs/api/4.1.0/Blocks/WDECCompletionBlock.html
wirecard/paymentSDK-iOS
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>WDECCompletionBlock Block Reference</title> <link rel="stylesheet" href="../css/style.css"> <link rel="stylesheet" href="../css/prism.css"> <script src="../js/jquery.min.js"></script> <script src="../js/format.js"></script> <script src="../js/prism.js...
talks/2015-08-25-reintroduction-to-javascript/custom/style.css
mrjamesriley/mrjamesriley.github.io
.reveal h1 { font-family: Lobster; font-size: 60px; text-transform: none; font-weight: normal; margin-bottom: 40px; } body { font-family: Ubuntu; text-transform: none; } video { border: 1px solid black; } .reveal .mtl { margin-top: 40px; } .reveal section img { border: 1px solid black; } .revea...
sections/publications.html
SPARLab/spar-web
<div id="recent-publications" class="panel panel-success"> <div class="panel-heading"> <h3 class="panel-title">Recent Publications</h3> </div> <ul class="list-group"> <!-- RECENT PUBLICATION LIST --> <li class="list-group-item"> Andrew, M.E., Wulder, M.A., Nelson, T.A., and Coops, N.C. (2015). ...
blog/index.html
BonjourHub/BonjourHub.github.io
--- layout: default title: 时光轴 --- <div class="container"> <div class="row" style="margin-bottom: 10px;font-size: 16pt"> <div class="col-md-12"> <div>{{ page.title }}</div> </div> </div> {% for post in site.posts %} <div class="row" style="margin-bottom: 10px;font-size: 14pt"> <div class="col-md-...
styleguide/index.html
davishang/web-components-training-exercises
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Web Components Styleguide</title> <!-- Bootstrap core CSS --> <link href="vendor/bootstrap.min.css" rel="stylesheet"> <link href="vendor/docs.min.css" rel="stylesheet"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/aja...
lib/balladina_web/public/index.html
dodecaphonic/balladina
<html> <head> <title>Tout allors</title> <link rel="stylesheet" media="screen" href="/css/font-awesome.min.css"/> <link rel="stylesheet" media="screen" href="/css/app.css"/> </head> <body> <div id="mosaic"> <div id="remote-view"></div> </div> <div id="panel"> <video id="local-...
src/components/mail_box/mail_select.css
roman01la/f-react-kit
.mailSelect { composes: flex from './mail_item.css'; width: 68px; } .mailSelectInput { display: none; } .mailSelectInput:checked + .checkbox { border-color: #556953; background: #37E941; } .checkbox { width: 28px; height: 28px; border: 4px solid #A1A1A1; border-radius: 9px; } .checkbox:hover { b...
fda_drugs/862.html
fiskio/fiskio.github.io
<html> <head> <style> div.figures figure { display:inline-block; margin: 1px; } figure img { vertical-align: top; } figure figcaption { text-align: center; } </style> </head> <body> <h1>o-tertbutylphenol</h1> ...
_site/example-content.html
vigor95/vigor95.github.io
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ullamcorper est in imperdiet molestie. Curabitur aliquet sem in ante venenatis.</p> <p>Morbi ultrices libero imperdiet <a href="#">lectus</a> dignissim, sit amet bibendum nisl consectetur. Morbi erat purus, pretium at ligula tincidunt, faucibus commodo ...
lib/assets/images/photon/plugins/elrte/css/css_compiled/images/photon/js/bootstrap/js/plugins/jquery.maskedinput-1.3.min.js.html
user-tony/photon-rails
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="ht...
pyladies_harare/static/pyladies_harare/css/blog-home.css
hbutau/pyladies
/*! * Start Bootstrap - Blog Home (http://startbootstrap.com/) * Copyright 2013-2016 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE) */ body { padding-top: 120px;/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/c6bfeeb259c7930c683d5b15523cc529416384af8ca8f88c64c43669da8ccc36.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="./370ccf57fc57d80ef52b8fca57872c66ebdb07ff56d2e1337d2b3a78485d2fb4.html">Teleport</a> <hr> ...
_layouts/post.html
arturogutierrez/arturogutierrez.github.io
--- layout: default --- <div class="post"> <h1 class="post-title">{{ page.title }}</h1> <span class="post-date">{{ page.date | date_to_string }}</span> {{ content }} {% include twitter.html %} </div> <div class="related"> <h2>Related Posts</h2> <ul class="related-posts"> {% for post in site.related_p...
_posts/2011-03-02-在线游戏领域的相关术语大全.html
10000-hours/10000-hours.github.io
--- layout: post title: 在线游戏领域的相关术语大全 published: true meta: _encloseme: "1" _edit_last: "14125" _edit_lock: "1299031174" _pingme: "1" tags: - 技术 - 术语 - 社交游戏 - 翻译 type: post status: publish category: detail --- 术语是一个细分领域的语言,对于行外人而言,它就像英语之于母语的汉语,所以 进入一个领域了解相关的术语是重要的,也能够保证你知道关注什么,用什么来沟通, 因为通常术语就包含了这个领域中最重要...
invites.html
sridhareaswaran/sridhareaswaran.github.io
<html> <head> <title>Subha weds Sridhar</title> <link rel="stylesheet" type="text/css" href="css/myStyle.css"> </head> <body> <div class="flip-section" role="img" aria-label="Sridhar and Subha, welcomes you to their Wedding on June 2 and 3"> <!-- transparent & Responsive --> <iframe class...
ePF_API_doxy-0.1.x-dev/html/functions_0x70.html
veriKami/ePF_API_doc
<!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...
app/views/service-patterns/concessionary-travel/example-service/success.html
kenmaddison-scc/verify-local-patterns
{% extends "layout_picker.html" %} {% set serviceName = "Apply for an older person's bus pass" %} {% set pageTitle = "Application complete" %} {% block content %} <div class="column-full"> <div class="govuk-box-highlight"> <p> Your reference number is <br> <strong class="heading-large">HDJ...
fed/js/js-test.html
ChrisZ-B612/ChrisZ-B612.github.io
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>JavaScript Battlefield</title> <script src="es6/destructuring.js"></script> </head> <body> <script type="text/javascript"> </script> </body> </html>
index.html
sterlingwes/storytime
<!doctype html> <html lang="en"> <head> <title></title> <style> html, body { padding: 0; margin: 0; font-family: Arial, sans-serif; font-size: 0.9em; } </style> </head> <body> <div id="render-spot"></div> <script src="http://localhost:8080/webpack-dev-server.js"></script> <script ...
docs/build/html/pyRoboticsAPI.html
BioRoboticsUNAM/pyRobotics
<!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>3. pyRobotics API &mdash; pyRobotics 1.5 document...
CSS/3. CSS Layout/Problem 3. Members login/style.css
todor-enikov/TelerikAcademy
body { margin: 0px; padding: 0px; background-color: #3B3B3B; } header nav ul li { display: inline-block; margin: 10px; } header nav ul li:first-of-type{ padding-bottom: 2px; position: relative; top: 15px; } header nav ul li:last-of-type{ padding-bottom: 2px; position: relative;...
.sublime/CHANGELOG.html
ihodev/sublime-file-icons
<div id="afi-changelog"> <style> #afi-changelog { --highlight: color(var(--background) blend(var(--foreground) 90%)); --heading: color(var(--background) blend(var(--foreground) 65%)); font-family: Roboto, "Fira Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial...
css/chester-2.1.3.css
clheppell/cls_wp-theme
/*! * Chester-le-Street ASC CSS * Copyright Chester-le-Street ASC * Bootstrap Content Copyright Twitter Inc. */ /*! * Chester-le-Street ASC SCSS * Copyright Chester-le-Street ASC & Twitter Inc. */ :root { --blue: #005fbd; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orang...
WASP-turtlebot-DSL/.metadata/.plugins/org.eclipse.pde.core/Eclipse Application/org.eclipse.osgi/142/0/.cp/javadoc/org/eclipse/emf/cdo/common/protocol/class-use/CDODataOutput.html
kribe48/wasp-mbse
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <title>Uses of Interface org.eclipse.emf.cdo.common.protocol.CDODataOutput (CDO Model Repository Documentation)</title> <meta name="date" content=""> <link rel="stylesheet" ty...
build/violet/violet.min.css
kkestell/violet
@-ms-keyframes spin{from{-ms-transform:rotate(0)}to{-ms-transform:rotate(360deg)}}@-moz-keyframes spin{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{from{-webkit-transform:rotate(0)} to{-webkit-transform:rotate(360deg)}}@keyframes spin{from{transform:rotate(0)}to{transform:rota...
app/style/main.css
RoryStokes/UpDooter
body { background-color: #e9e9e9; } .post { background-color: #fff; border: 1px solid #d9d9d9; } .btn-post { margin: 10px auto; font-size: x-large; padding: 16px 32px; } .btn-post-footer { background: none; color: #666666; font-weight: bold; } .selected { color: #337ab7; } .s...
src/main/webapp/WEB-INF/view/content/tabla-parcelas.html
ppot14/chinchilla
<!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org"> <script>/*<![CDATA[*/ $(window).load(function () { $('#tabla_parcela').dataTable(tabla_opciones); }); /*]]>*/</script> <div class="row" th:inline="text"> <div class="col-xs-12 col-sm-7 col-md-7 col-...
modules/coffees/client/views/create-coffee.client.view.html
ChrisMaher/mean-coffee-mate
<div class="col-sm-12" id="below-navbar"> <ul class="nav nav-tabs img-rounded" id="hottest-tabs"> <li role="presentation" class="active"><a href="/coffees/create"> New Coffee </a> </li> </ul> </div> <section data-ng-controller="CoffeesController as coffeesCTRL"> <div class=" col-sm-12 create-body-coff...
CodeExplosion.GenericDAO/doc/org/codexplo/cruder/dao/package-frame.html
rokon12/Generic-CrudDao
<!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_03) on Mon Jun 25 18:40:50 BDT 2012 --> <title>org.codexplo.cruder.dao</title> <meta name="date" content="2012-06-25"> <link rel...
src/static/css/vote/cast-ballot.css
rice-apps/rice-elections
h4 { margin-top:20px; } .help-inline { margin-top: -10px; } .position { margin-left: 30px; } .rank-input { width: 3em; text-align:center; } #server-response { margin-top: 20px; } .candidate-img { width: 100px; margin: 5px; } .candidate-img:hover { transform: scale(2, 2); }
app/components/list/list-template.html
Hypercubed/Epsilon-Prime
<div class=""> <div class="" ng-class="{active: opened }"> <div class=""> <div class="panel panel-default panel-list" ng-class="{opened: opened }"> <div class="panel-heading"> <div class="row"> <div class="col-xs-6"> <a class="btn btn-link" ng-click="close()" ng...
Projects/Utilities/TestData/Test1.html
buildlet/Utilities
<HTML> <HEAD> <TITLE>This is Title.</TITLE> </HEAD> <BODY> <DIV> <H1>This is Headline Level 1</H1> <P>This is Paragraph.<BR> (without the End Tag of &lt;P&gt;) <P class="ver">Version 1.00 </DIV> </BODY> </HTML>
web/NetBeans 7.3.1/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/ArrayIndexOutOfBoundsException.html
wolfoux/soleil
<!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_10-beta) on Fri Dec 11 16:07:42 PST 2009 --> <TITLE> ArrayIndexOutOfBoundsException (Java Card API, Connected Edition) </TITLE> <META NAME="date" CO...
app/static/game/css/recog.css
NCSUWebClass/fall14-recognize4
#quiz{ margin:0px auto; display:inline-block; } #answers{ margin:0px auto; display:block; } img{ width: 250px; height: 250px; }
css/blog.css
makersguaymas/MakersGuaymas.com
#blog h3,h4{ text-align: center; } #blog .contenedor{ display: flex; justify-content: center; flex-wrap: wrap; } #blog article { margin: 15px; } #blog img { width: 100%; max-width: 280px; }
clean/Linux-x86_64-4.09.0-2.0.5/released/8.9.0/chinese/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>chinese: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" r...
49921e8/html/classv8_1_1StdPersistentValueMap-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...
css/styles.css
jeffa00/cca-cohort1-ft-fe-demo01
/* Everything inside here is a comment. It is here to help with learning. * { border: 1px solid red; } */ main, section, article, aside, footer, header, nav, hgroup { display: block; } body { background-color: rgb(25,52,65); color: rgb(252,255,245); max-width: 1200px; margin: 0 auto; } header...
datalets/barchart-datalet/docs.html
routetopa/deep-components
<!DOCTYPE html> <html lang="en"> <head> <link rel="import" href="../../bower_components/iron-component-page/iron-component-page.html"> <meta charset="UTF-8"> </head> <body> <iron-component-page src="barchart-datalet.html"></iron-component-page> </body> </html>
public/slider/2084.html
Schwoisser/Globalefreiheit
<!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"> <head> <title>Globale Freiheit</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name...
src/css/layerlist.css
agrc/roadkill-desktop
/* LayerList hacks */ #toc { margin-left: -4px; } #toc .dijitTree { overflow-x: hidden; } #toc .dijitCheckBox { margin-top: -6px !important; } .claro .dijitTreeExpando { display: inline; margin-bottom: 1px; margin-right: 2px; } .dijitTreeRow img { display: none; } .dijitTre...
public/modules/core/views/navbar.client.view.html
jecp/10anju
<div class="mt20"></div> <div class="good_detail_top_nav"> <ul class="breadcrumb"> <li><a href="/#!">首页</a></li> <li><a href="/#!/categories">分类</a></li> <li><a href="/#!/porders/create"><span class="gl_f40">私人订制</span></a></li> <li><a href="/#!/goods/free"><span class="gl_f40">活动专区</span></a></li> <!-- <div...
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.5.dev/contrib:dblib/8.4.dev/2015-01-30_20-36-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...
snippets/183/snippet.html
oncebuilder/OnceBuilder
<div class="container"> <div class="row"> <div class="col-sm-8 col-md-5 col-md-offset-4"> <div class="panel panel-success panel-circle"> <div class="panel-body"> <form role="form" action="#" method="POST"> <fieldset> <div class="row text-center"> ...
tags/arial/index.html
showstone/showstone.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-...
_site/2017/06/13/okhttp-code-scanner/index.html
FSilence/fsilence.github.io
<!DOCTYPE html> <html lang="zh-cmn-Hans" prefix="og: http://ogp.me/ns#" class="han-init"> <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" /> <title>okHttp各个module介绍 &mdash; FSilence's...
app/views/music.html
Fairen/music-everywhere
<div class="hero-unit"> <ul class="breadcrumb no-background border border-white"> <li ng-repeat="dir in current_dir"><a ng-click="updatePath($index)" class="white white-on-hover cursor-pointer no-text-shadow">{{dir.url}}</a></li> </ul> <table class="table table-hover"> <thead> <tr> <th>...
Packages/Beech/Beech.Ehrm/Resources/Private/Templates/Form/Layouts/Field.html
beechit/MisterMaks-EHRM
{namespace form=TYPO3\Form\ViewHelpers} <f:form.validationResults for="{element.identifier}"> <div class="control-group{f:if(condition: validationResults.flattenedErrors, then: ' error')}"<f:if condition="{element.rootForm.renderingOptions.previewMode}"> data-element="{form:form.formElementRootlinePath(renderable:elem...
application/static/application.css
dhosterman/hebrew_order_david
.navbar-spacer { height: 51px; } .thank-you-message { margin-top: 200px; } .validation-error { border-color: red; } .sub-brand { font-size: 12px; position: relative; top: -6px; } .navbar-brand { padding-top: 8px; } a.inactive { color: gray; } .legal { border: 1px solid black; pad...
public/3odel_old/3d/website/include/importer.css
EliasLi/JunctionHackathon
html, body { color : #222222; background : #dddddd; font-size : 12px; font-family : Arial, cursive; margin : 0px; padding : 0px; width : 100%; height : 100%; } #nosupport { width : 450px; margin : 0px auto; padding : 10px; text-align : center; } #nosupport div.nosupporterror { color : #aa0000; backgroun...
Reports/ni/ninthchevron.data.sqlserver.1.0.2.1/NinthChevron.Data-net45.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> ...
about/index.html
ruthearle/ruthearle.github.io
<!DOCTYPE HTML> <html> <head> <title>about - What if...</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="generator" content="Hugo 0.15" /> <meta name...
css/workout.css
davidmason/workout-helper
body { font-family: "Open Sans", sans-serif; } /* Wrapper element that I will bind the WorkoutHelper * react component to. */ workout { display: block; margin-top: 1em; margin-bottom: 1em; padding: 1em; background-color: #eef; } /* Set with className attribute on WorkoutHelper component (workout-helper...
demo.html
unional/jspm-config
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>jspm-config demo</title> </head> <body> <!--Scripts are added inside body to ensoure sequential loading--> <!--TODO add additional scripts needed to run the code--> <!--<script src="dist/jspm-config.es2015.js"></script>--> <script src="dist/jspm-...