path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
projects/dartmark/css/DartMark.css | oftn/oftn.github.io | @import url(http://fonts.googleapis.com/css?family=Open+Sans);
* {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
font-family: Open Sans;
}
body {
overflow: hidden;
}
.dm_frame {
width: 100%;
height: 100%;
border: none;
}
#dm_info {
/*background-color: rgba(0,0,0,0.9);*/
color: white;
-webkit-bord... |
public/views/settings.html | markni/caption5 | <div class="col-sm-4 col-sm-offset-4 form-pages">
<div class="row">
<div class="col-sm-12">
<form class="form" name="form" ng-submit="changePassword(form)" novalidate>
<div class="form-group">
<label>Current Password</label>
<input type="password" name="password" class="form-control" ng-model="user.old... |
sources/css/csszengarden_108.css | kaushik94/sourceclassifier | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /108/108.css was not found on this server.</p>
<hr>
<address>Apache/2.0.54 Server at csszengarden.com Port 80</address>
</body></html>
|
node_modules/showdown/test/cases/inline-anchors.html | willsimmons/markedit | <p>This is <a href="http://example.com/" title="Title">an example</a> inline link.</p>
<p><a href="http://example.net/">This link</a> has no title attribute.</p>
|
templates/tmpl_k/tmplinfo.html | bukun/maplet | {% extends ../theme/base_zhu.html %}
{% block head %}
<title>OSGeo中国中心 | 开放地理空间实验室</title>
<meta name="keywords" content="GIS,地理信息系统,开源GIS,OSGeo,OpenLayers,MapServer,GDAL,GIS教程,WebGIS">
<meta name="description" content="OSGeo中国中心实验室,关注开源GIS,开放数据">
{% module use_f2e('codemirror') %}
<script type="text/javascript" src="{... |
public/css/bstandard.css | benjamincaldwell/node-arduino | .fill-space {
height: 100% !important;
width: 100% !important;
}
.ful-width {
width: 100% !important;
}
.full-height {
height: 100% !important;
}
.table {
display: table !important;
}
.inline-table {
display: inline-table !important;
}
.table-center {
display: table-cell !important;
... |
third-party/src/boost_1_56_0/doc/html/boost/program_options/validation_error.html | rkq/cxxexp | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Class validation_error</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="Th... |
app/module_assetsmanage/tpl/archive-borrow-return.tpl.html | dedp1984/gps_client | <div ng-init="initArchiveBorrowReturn()">
<div id ="check-header" class="check-header">
<div class="data-table-container" >
<header class="data-table-header" style="min-height:72px !important;">
<div class="data-table-header__label">
<span ... |
templates/pages/account/orders/invoice.html | juancho1/bauhaus | {{#partial "head"}}
<link href="{{cdn '/assets/css/invoice.css'}}" rel="stylesheet">
{{/partial}}
{{#partial "page"}}
<div class="Invoice">
<h1>
{{#if settings.store_logo.image}}
<img class="header-logo-image" src="{{getImage settings.store_logo.image 'logo_size'}}" alt="{{s... |
styles/styles.css | dcardoso97/projeto2 | /* CSS Document */
div.container{
opacity:1;
}
div.info
{
position:absolute;
right:9.4%;
width:81.2%;
height:85%;
background-color:transparant;
visibility:hidden;
}
div.ecra
{
background-color:white;
width:100%;
height:100%;
position:absolute;
}
div.jumbotron
{
width:1... |
org.jpat.scuba.external.bcel/bcel-5.2/docs/xref/org/apache/bcel/generic/FRETURN.html | JPAT-ROSEMARY/SCUBA | <!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>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>FRETURN xref</title>
<link type="text/css"... |
app/static/css/profile.css | edzh/Rubix | body {
margin: 0;
}
.topnav {
overflow: hidden;
background-color: #333;
}
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
... |
doc/api/files/__/__/__/__/usr/local/share/gems/gems/railties-4_1_8/lib/rails/generators/test_unit/scaffold/templates/functional_test_rb.html | delta/DalalStreet | <?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>functional_test.rb</title>
<meta http-equiv="Content-Type" conten... |
target/doc/libc/fn.getpwuid_r.html | ssgrn/Rust-Matrix-Computations | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `getpwuid_r` fn in crate `libc`.">
<meta name="keywords" co... |
third-party/src/boost_1_56_0/doc/html/boost_asio/reference/windows__basic_stream_handle/native_type.html | rkq/cxxexp | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_stream_handle::native_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../..... |
eclipse/poi-3.12/docs/apidocs/org/apache/poi/openxml4j/exceptions/OpenXML4JRuntimeException.html | misuqian/ExcelTool | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>OpenXML4JRuntimeException (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body... |
test/treeshake/disabled/prod.html | stealjs/steal-tools | <script src="./dist/steal.production.js">
steal.import("treeshake")
.then(function(mod){
var start = mod.default;
return start();
})
.then(function(app){
window.app = app;
})
.catch(function(err){
console.error(err);
});
</script>
|
app/assets/stylesheets/digitalgovtheme/custom.css | ctacdev/social-media-registry | /* -- This is the place to add your own style modifications without touching the original styles -- */ |
lib/Encog/apidocs/org/encog/engine/network/activation/class-use/ActivationElliott.html | ladygagapowerbot/bachelor-thesis-implementation | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Wed Apr 17 10:23:48 UTC 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
... |
Ripple/RippleEditor/Default Assets/Animations/Gesture-POC/index.html | Microsoft/kinect-ripple | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=10" >
<title>GESSTURE POC</title>
<script src="Assets/main.js"></script>
<style>
body {
background: #000;
color: #0f0;
text-align:center;
font-family: '... |
angular-1.4.0-beta.2/docs/partials/api/ng/service/$document.html | dolymood/angular-packages | <a href='https://github.com/angular/angular.js/edit/v1.4.x/src/ng/document.js?message=docs($document)%3A%20describe%20your%20change...#L3' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<a href='https://github.com/angular/angular.js/tree/v1.4.0-beta.2/src/ng/d... |
coverage/gems-gems-highline-1_5_1-lib-highline-menu_rb.html | svs/misfit | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>gems/gems/highline-1.5.1/lib/highline/menu.rb</title>
<link href="screen.css" media="all" rel="stylesheet"... |
libs/Jena/javadoc-arq/org/apache/jena/riot/adapters/package-use.html | manonsys/MVC | <!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_66-internal) on Tue Dec 08 09:28:01 GMT 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package org... |
Sureler/089 - Tan Vakti (Fecr).html | Kuran114/Ceviri | <span id="0"class="ayet"><span name="89"class="sure"><span style="font-size:22px;"> </span><br><a href="http://www.kuran114.org/p/89.html?m=1#0">
89:0</a> ŞEFKATLİ, MERHAMETLİ ALLAH’IN İSMİ’YLE,
</span></span>
<br>
<span id="1"class="ayet"><span name="89"class="sure"><span style="font-size:22px;"> </s... |
library/dist/css/admin.css | Incunabula01/Neue-Portfolio |
/*# sourceMappingURL=admin.css.map */
|
examples/iframe-sandbox-puremvc/index.html | jpullen/html5-hardened | <!doctype html>
<html>
<head>
<!-- PAGE TITLE -->
<title>PureMVC_JS Native Demo - Text Reverser</title>
<!-- CSS STYLES-->
<link rel="stylesheet" href="lib/css/bootstrap.min.css" />
</head>
<body>
<!-- INPUT FORM -->
<form class="well form-horizontal" id="textForm">
<fieldset>
<!-- INPU... |
library/jquery/jqGrid/demos/datatype.html | elpd/coop | <div style="font-size:12px;">
This example show how we can load JSON data with custom data type functon <br>
i.e. the data is obtained not with the url parameter but with custom function.
</div>
<br />
<table id="listdt"></table>
<div id="pagerdt"></div>
<script src="datatype.js" type="text/javascript">... |
angular-1.3.20/docs/examples/example-example52/index-production.html | dolymood/angular-packages | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example52-production</title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.19/angular.min.js"></script>
</head>
<body ng-app="compileExample">
<script>
angular.module('compileExample', [], function(... |
SFML/doc/html/functions_func_u.html | RPGValin/Game-Project | <!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>
<title>SFML - Simple and Fast Multimedia Library</title>
<meta http-equiv="Content-Type" content="text/html;"/>
<meta c... |
wp-content/plugins/goconex-calculator/js/loader/tests/index.html | Junaid-Farid/gocnex | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="stylesheet" href="core/qunit.css" type="text/css"/>
<script src="http://code.jquery.com/jquery-1.5.js"> </script>
<script type="text/javascript" src="http://code.jquery.com... |
install/partials/mysql_outdated.html | brunnopleffken/addictive-community | <h3>What to do:</h3><br>
<p>If you're using a <strong>shared hosting</strong>, sometimes you can select which version of PHP and MySQL you want to use. Check the control panel of your hosting to see if you can change the version of MySQL to 5.6 or higher. If not, maybe you need to open a call with them (or switch to a... |
trunk/AudioVisualizer/src/stage/application.css | entitycs/AudioVisualizer2.0 | .root {
-fx-font-size: 11pt;
-fx-font-family: "Courier New";
}
.color1 {
}
.color2 {
/* -fx-background-color: rgb(95, 98, 73); */
}
.player-control-shape {
-fx-blend-mode:multiply;
}
label {
} |
templates/califas/show_movies.html | albertomadrazo/cinesnob | <div id="movie-pop-container">
<div id="movie-pop">
<div id="movie-pop-close">X</div> <!-- This is the close button -->
<div id="movie-pop-contents"></div>
</div>
<div id="movie-pop-veil"></div>
</div>
<div id="posters-container">
{% if titles %}
{% for ti in titles %}
<div class="img-poster-holder movie-d... |
src/main/webapp/BenchmarkTest00652.html | thc202/Benchmark | <!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=ISO-8859-1">
<script src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/js.cookie.js"></script>
<title>BenchmarkTest00652<... |
sgroup/index.html | nil-vn/sgroupvn | <!DOCTYPE html>
<!--[if IE 6]>
<html id="ie6" dir="ltr" lang="en-US">
<![endif]-->
<!--[if IE 7]>
<html id="ie7" dir="ltr" lang="en-US">
<![endif]-->
<!--[if IE 8]>
<html id="ie8" dir="ltr" lang="en-US">
<![endif]-->
<!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!-->
<html dir="ltr" lang="en-US">
<!--<![endif]-->
<he... |
templates/yoo_sphere/styles/turquoise/css/custom.css | valodya-street/workroom | /* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
/*
* Custom Style Sheet - Use this file to style your content
*/
@import url(../../../css/custom.css);
.custom-logo { background-image: url(../../../../../images/yootheme/logo_turquoise.png); }
|
python/index.html | kypp/intel_tbb | <HTML>
<BODY>
<H2>Python* API for Intel® Threading Building Blocks (Intel® TBB).
</H2>
<H2>Overview</H2>
It is a preview Python* module which unlocks opportunities for additional performance in multi-threaded Python programs by enabling threading composability
between two or more thread-enabled libraries like ... |
components/scifio-devel/src/ome/scifio/common/package.html | ximenesuk/bioformats | <!--
#%L
OME SCIFIO package for reading and converting scientific file formats.
%%
Copyright (C) 2005 - 2012 Open Microscopy Environment:
- Board of Regents of the University of Wisconsin-Madison
- Glencoe Software, Inc.
- University of Dundee
%%
Redistribution and use in source and binary forms... |
sites/all/libraries/yui/examples/datasource/datasource_yql_clean.html | ehazell/AWBA | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>YQLDataSource</title>
<style type="text/css">
/*margin and padding on body element
can introduce errors in determining
... |
wp-content/plugins/wp-olivecart/cart/pc/style_cart.css | kanian55/ibcmart | @charset "utf-8";
/* カートの中身を見る
---------------------------------------------------- */
#maincart{
padding:0;
margin: 0;
text-align: center;
}
table#minicart{
width: 100%;
margin: 0px 0 15px 0;
border-spacing:0;
border-collapse:collapse;
border-style:solid;
border-color:#333;
border-width:1px 0 1px 1px;
pa... |
049/xwphelp2/glossary/gls_internet.html | rousseaux/netlabs.xworkplace | <HTML>
<HEAD>
<TITLE>
&xwp;: ber das Internet
</TITLE>
</HEAD>
<!-- this page is all new with V0.9.20 -->
<BODY>
Das <b>Internet</b> ist das gráte Netzwerk, das heute existiert.
Es umfaát den gesamten Globus und verbindet ungezhlte Rechner miteinander.
Theoretisch knnen alle Rechner, die B... |
tests/testcases_output/htmlhelp/ok_date/index.html | pasdoc/pasdoc | <!DOCTYPE html>
<html lang="en">
<head>
<title>All Units</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
</head>
<body>
<h1 class="allitems">All Units</h1>
<table cl... |
WifiPages/ru/installform.html | justasabc/opensim75 | <p>Пожалуйста установите пароль учётной записи администратора.</p>
<form action="/wifi/install" method="post">
<p class="bodytext">
Пароль Администратора:<br/>
<input name="password" type="password" class="inputstyle" /><br/><br/>
Подтвердить пароль:<br/>
<input name="password2" type="pass... |
src/main/java/org/aksw/fox/web/package.html | shatu/FOX | <body>fox web service</body> |
toolchain/deprecated/arm_cm0_4.9/share/doc/gcc-arm-none-eabi/html/gcc/Decimal-Float.html | jocelynmass/nrf51 | <html lang="en">
<head>
<title>Decimal Float - Using the GNU Compiler Collection (GCC)</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using the GNU Compiler Collection (GCC)">
<meta name="generator" content="makeinfo 4.8">
<link title="Top" rel="start" href="index.html#To... |
src/main/webapp/BenchmarkTest01965.html | marylinh/Benchmark | <!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=ISO-8859-1">
<script src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/js.cookie.js"></script>
<title>BenchmarkTest01965<... |
solr/docs/solr-solrj/index.html | swsachith/ANDROPHSY | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc on Thu Apr 09 10:38:06 MDT 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Solr 5.1.0 API</title>
<script type="te... |
canvas/assets/cytoscape.html | whitefield-framework/whitefield | <!DOCTYPE html>
<html>
<head>
<style>
#cy {
width: 100%;
height: 100%;
position: absolute;
top: 32px;
left: 0px;
}
</style>
<script src="/assets/cytoscape.js"></script>
<script src="/assets/dagre.js"></script>
<script src="/assets/cytoscape-dagre.js"></scr... |
src/main/webapp/app/css/desktop.css | doomdagger/s_framework | /*!
* Ext JS Library 4.0
* Copyright(c) 2006-2011 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/
#poweredby {
position: absolute;
bottom: 40px;
right: 20px;
z-index: 15000;
/* IE 5-7 */
filter: alpha(opacity=70);
/* Netscape */
-moz-opacity: 0.7;
/* Safari 1.... |
qtopiacore/qt/doc/html/opengl-textures-textures-pro.html | muromec/qtopia-ezx | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Qt 4.3: textures.pro Example File (opengl/textures/textures.pro)</title>
<link href="classic.css" rel="s... |
plugins/system/jsntplframework/assets/joomlashine/css/jsn-admin.css | donluka91/portafolio | form fieldset label {
clear: none;
float: none;
margin: 0 0 5px 0;
}
.jsn-bootstrap .alert .label-important {
display: inline-block;
margin: 5px 0;
}
.jsn-actions {
text-align: center;
}
.jsn-bootstrap .form-horizontal .control-label,
.control-group .control-label {
width: 200px;
text-align: right;
padding-... |
wp-content/themes/unspoken_v1.0.3/unspoken/editor-style.css | buger/fotodep_fmagazine | .content-col-main {
padding: 1%;
border: 1px dotted #ccc;
background: #fff;
}
.content-col-side {
float: right;
width: 250px;
padding: 1%;
border: 1px dotted #ccc;
background: #fff;
margin-left: 10px;
}
.content-2col-side {
float: right;
width: 250px;
background: #fff;
margi... |
src/test/resources/pages/instructorStudentRecordsPageEditedCommentOfDifferentInstructor.html | LiHaoTan/teammates | <div class="container" id="mainContent">
<div id="topOfPage">
</div>
<h1>
Benny Charlés's Records
<small class="muted">
- ISR.CS2104
</small>
</h1>
<br>
<div id="statusMessagesToUser" style="display: none;">
</div>
<div class="container-fluid">
<div class="row">
<div class="c... |
wp-content/plugins/showbiz/init_data/templates/skin_r_light.html | maikeinarson/symbackup | <!-- THE MEDIA HOLDER -->
<div class="mediaholder">
<div class="mediaholder_innerwrap">
<img alt="" src="[showbiz_image]">
<!-- HOVER COVER CONAINER -->
<div class="hovercover">
<a class="fancybox" rel="group" href="[showbiz_image_orig]">
<div class="linkicon"><i class="sb-ico... |
www/license/3rdParty/ypslideoutmenus.license.html | monokal/docker-orangehrm | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"><head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en-us">
<link ilo-full-src="http://www.perlfoundation.org/static/images/foundation/favicon.... |
styles/all/template/event/search_body_form_before.html | marttiphpbb/phpbb-ext-templateevents | {# This file was generated with the ext-templateevents:generate command. #}
{%- if marttiphpbb_templateevents.enable -%}
<a class="templateevents" title="3.1.5-RC1 search_body.html" href="https://github.com/phpbb/phpbb/tree/prep-release-3.2.2/phpBB/styles/prosilver/template/search_body.html#L5">search_body_form_bef... |
src/main/webapp/BenchmarkTest01177.html | andresriancho/Benchmark | <!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=ISO-8859-1">
<script src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/js.cookie.js"></script>
<title>BenchmarkTest01177<... |
wp-content/plugins/gravityforms/css/forms.css | nizaranand/tide-and-pool | /*
----------------------------------------------------------------
Gravity Forms Front End Form Styles
Version 1.6.3
updated: November 3, 2011
Gravity Forms is a Rocketgenius project
copyright 2012 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be re-distrubited without the
express written permission of... |
plugins/editors-xtd/edsanimate/assets/style.css | AlinaZh/web | /* Do no Use */
body{
background-color: #ffffff;
}
.edsai-wrapper{
background: #ffffff;
width: 100%;
margin-left: auto;
margin-right: auto;
}
/* Do no Use END */
.edsai-wrapper{
font-family: 'Open Sans', sans-serif;
position: relative;
overflow: hidden;
}
.edaai-header{
background: #fcfcfc;
font-size: 18... |
wp-content/plugins/file-gallery/templates/simple/gallery.css | buger/fotodep_fmagazine | .gallery.simple,
#content .gallery.simple
{
margin: auto auto 1.5em auto;
overflow: hidden;
}
.gallery.simple .gallery-item,
#content .gallery.simple .gallery-item
{
float: left;
text-align: center;
margin: 10px 0 0 0;
padding: 0;
}
.gallery.simple .gallery-item .gallery-icon,
#content .gallery.simple .gallery-... |
build/Help/Streams-Patterns-Events/A Practical Guide/PG_Cookbook07_Rhythmic_Variations.html | scztt/sc-debug | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVers... |
documentation/doxy/output/fannie/html/functions_func_0x64.html | GeorgeStreetCoop/CORE-POS | <!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... |
solr/docs/solr-core/org/apache/solr/search/similarities/class-use/SweetSpotSimilarityFactory.html | swsachith/ANDROPHSY | <!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_67) on Thu Apr 09 10:38:17 MDT 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.a... |
Documentation/Intel/vboot.html | MattDevo/coreboot | <!DOCTYPE html>
<html>
<head>
<title>vboot - Verified Boot Support</title>
</head>
<body>
<h1>vboot - Verified Boot Support</h1>
<p>
Google's verified boot support consists of:
</p>
<ul>
<li>A root of trust</li>
<li>Special firmware layout</li>
<li>Firmware verification</li>
<li>Firmware measurement... |
thrd/speedcrunch-0.10.1/src/books/de/cylinder.html | biluna/biluna | <html>
<head>
<title>Zylinder</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../books.css" />
</head>
<body align="left">
<h1>Zylinder</h1>
<center><img src="../images/cylinder.png" /></center>
<br />
<div align=... |
share/html/Search/Edit.html | codarrenvelvindron/rt | %# BEGIN BPS TAGGED BLOCK {{{
%#
%# COPYRIGHT:
%#
%# This software is Copyright (c) 1996-2016 Best Practical Solutions, LLC
%# <sales@bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
%#
%#
%# LICENSE:
%#
%# This work is made available to y... |
docs/html/org.doxygen.Project.docset/Contents/Resources/Documents/class_surface_iterator-members.html | roberto-c/qsculpt | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>QSculpt: Member List</title>
<link href="tabs.css" rel="stylesheet" ty... |
4to/dlc/Clase 03_-_25_y_26-03-2008/DLC06-RegisterFile/DLC06bluej/doc/interfaz/package-tree.html | javiermatias/jbc-utn-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) on Sun Mar 23 11:54:44 ART 2008 -->
<TITLE>
interfaz Class Hierarchy (Archivo Generalizado)
</TITLE>
<META NAME="date" CONTENT="2008-03-23... |
public/plugins/dhtmlxSuite_v50_std/samples/dhtmlxAccordion/02_conf/10_move_on_top.html | vijaysebastian/bill | <!DOCTYPE html>
<html>
<head>
<title>Move On Top</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<link rel="stylesheet" type="text/css" href="../../../codebase/fonts/font_roboto/roboto.css"/>
<link rel="stylesheet" type="text/c... |
games/html/src/main/resources/html/strong.html | vidageek/games | O nome do programador era <strong>Asdrubal</strong> |
templates/contact.html | messagerie-melanie2/roundcube_skin_melanie2_larry_mobile | <roundcube:object name="doctype" value="html5" />
<html>
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
</head>
<body>
<div data-role="page" class="jqm-contact">
<div data-role="header" data-position="fixed" data-theme="f" class="jqm-contact-header" data-t... |
doc/web/doxygen/0986/api+framework+samples/html/classrebecca_1_1impl_1_1_x_m_l_error_exception-members.html | hallowname/librebecca | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>RebeccaAIML: Member List</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-... |
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/kalayata-2_ext.txt.out.dict_6587_inr.html | sanskritiitd/sanskrit | url: http://sanskrit.inria.fr/cgi-bin/SKT/sktreader?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=zabdo'yam;topic=;abs=f;allSol=2;mode=p;cpts=<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<title>Sanskrit Reader Companion</title>
<meta name="author" content="Gérard Huet">
<meta property="dc:datecopyrighted" content... |
public/template/sing/assets/vendor/jquery-animateNumber/demo/index.html | arout/halcyon | <p>Fun level <span id="target" style="font-size: 10px; color: red;">0 %</span>.</p>
<!--script src="http://code.jquery.com/jquery-2.0.3.min.js"></script-->
<!--script src="http://code.jquery.com/jquery-2.0.2.min.js"></script-->
<!--script src="http://code.jquery.com/jquery-2.0.1.min.js"></script-->
<!--script src... |
webapp/GardenDroidWeb2/app/views/OptionsManager/viewOptions.html | leeclarke/TheGardenDroid | #{extends 'main.html' /}
#{set title:'Edit Droid Options' /}
#{form @OptionsManager.postOptions(1)}
#{ifErrors}
#{errors}
<li class="error">${error}</li>
#{/errors}
#{/ifErrors}
<script>
$(document).ready(function()
{
var settings = {
padding: 20,
width: 300,
spikeLength: 40,
... |
metronic_v4.7.1/theme_rtl/admin_4/page_general_help.html | FernandoUnix/AcessoRestrito | <!DOCTYPE html>
<!--
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7
Version: 4.7.1
Author: KeenThemes
Website: http://www.keenthemes.com/
Contact: support@keenthemes.com
Follow: www.twitter.com/keenthemes
Dribbble: www.dribbble.com/keenthemes
Like: www.facebook.com/kee... |
doc/S5/pretty-rose.css | kaday/rose | /* Following are the presentation styles -- edit away! */
body {background: #FFF -16px 0 no-repeat; color: #000; font-size: 2em;}
:link, :visited {text-decoration: none; color: #00C;}
#controls :active {color: #88A !important;}
#controls :focus {outline: 1px dotted #227;}
h1, h2, h3, h4 {font-size: 100%; margin: 0; pa... |
metronic_v4.7.1/theme_rtl/admin_4/page_user_profile_1_account.html | FernandoUnix/AcessoRestrito | <!DOCTYPE html>
<!--
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7
Version: 4.7.1
Author: KeenThemes
Website: http://www.keenthemes.com/
Contact: support@keenthemes.com
Follow: www.twitter.com/keenthemes
Dribbble: www.dribbble.com/keenthemes
Like: www.facebook.com/kee... |
dhtml/DHTML/DHTMLref/properties/folder.html | gucong3000/handbook |
<HTML >
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252" />
<TITLE>FOLDER Attribute | folder</TITLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="../common/ie4.css" />
<LINK REL="stylesheet" TYPE="text/css" HREF="../common/ie5.css" />
<style>
BODY
{
font-family:verdana,arial,helvetica;
... |
docs/themes/bootstrap/toc.html | ncc-unesp/goo-server | <h3>Auth</h3>
<ul>
<li><span class="label label-success">GET</span> <a href="{{pathto("auth/get.auth")}}">/api/v1/auth/</a></li>
<li><span class="label label-success">GET</span> <a href="{{pathto("auth/get.auth.id")}}">/api/v1/auth/(id)/</a></li>
<li><span class="label label-success">GET</span> <a href="{{pathto("auth/... |
mongodb/tutorial/model-tree-structures-with-child-references.html | P3PO/the-phpjs-local-docs-collection | <!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">
<head><title>Model Tree Structures with Child References — MongoDB Manual 2.4.3</title><link rel="shortcut icon" href="http://media.mong... |
metronic_v4.7.1/theme/admin_2_material_design/page_system_404_3.html | FernandoUnix/AcessoRestrito | <!DOCTYPE html>
<!--
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7
Version: 4.7.1
Author: KeenThemes
Website: http://www.keenthemes.com/
Contact: support@keenthemes.com
Follow: www.twitter.com/keenthemes
Dribbble: www.dribbble.com/keenthemes
Like: www.facebook.com/kee... |
content/themes/ampersand/editor-style.css | JJJ/easttroyweb.com | /* Body Styles */
.mceContentBody {
font-family: 'Roboto', 'Helvetica Neue', Helvetica, sans-serif;
color: #6B747A;
background: #fff;
font-size: 18px;
line-height: 1.6;
}
.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
clear: b... |
var/www/public/css/main.css | gulliverrr/hestia-web-dev | /* Layout */
#wrapper {
margin: 2em auto;
width: 99%;
border: 1px solid #999;
min-width: 450px;
min-height: 250px;
}
#navbar, #content {border-bottom:0.1em solid #999;}
#navbar {
width: 100%;
height: 2em;
padding: 0;
margin: 0;
right: 0;
top: 0;
position: fixed;
z-index: 9999;
}
#navbarInner {max-width:... |
latte/latte.ui/ts/latte.ui/views/content/TextView.css | menendezpoo/Fragment | /*
Document : TextView
Created on : Sep 10, 2012, 12:41:28 PM
Author : josemanuel
Description:
Purpose of the stylesheet follows.
*/
.latte-view.text textarea{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: none;
font-family: monospace;
... |
doc/html/IIPResponse_8h_source.html | moravianlibrary/iipsrv | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>iipsrv: IIPResponse.h Source File</title>
<link href="tabs.css" rel="st... |
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/nyayasara-ext.txt.out.dict_9564_inr.html | sanskritiitd/sanskrit | url: http://sanskrit.inria.fr/cgi-bin/SKT/sktreader?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=j~naanamanupalabdhi.h;topic=;abs=f;allSol=2;mode=p;cpts=<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<title>Sanskrit Reader Companion</title>
<meta name="author" content="Gérard Huet">
<meta property="dc:datecopyrigh... |
indico/htdocs/css/events/meetings/administrative/AdministrativeWithTime.css | pferreir/indico-backup | /*
* -*- mode: text; coding: utf-8; -*-
This file is part of Indico.
Copyright (C) 2002 - 2014 European Organization for Nuclear Research (CERN).
Indico is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Founda... |
online/htdocs/supplier/Tpl/kindeditor/plugins/baidumap/map.html | magicnode/tpyouyou | <!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Baidu Maps</title>
<style>
html { height: 100% }
body { height: 100%; margin: 0; padding: 0; background-color: #FFF }
</style>
<script charset="utf-8" src="http://api.map.baidu.com/api?v=1.3"></script>
<script>
var map, geocoder,zoom;
... |
dist/game/data/scripts/quests/Q10426_AssassinationOfTheKetraOrcCommander/33852-07.html | rubenswagner/L2J-Global | <html><body>Giant's Minion Lugonnes:<br>
Be that as it may, you are not ready yet.<br>
(This quest may only be undertaken by a Wizard class character of level 76 or above who has completed the quest "The Ketra Orc Supporters".)
</body></html> |
core/dslmcode/profiles/cle-7.x-2.x/modules/features/cle_app/app/src/app/login/login.component.html | mmilutinovic1313/elmsln | <form [formGroup]="form" id="login-form" class="input-field col s12">
<md-input formControlName="username" id="critique-form-username" name="critique-form-username" placeholder="username"> </md-input>
<md-input formControlName="password" id="critique-form-password" name="critique-form-password" placeholder="passwor... |
otmfaq.com/htdocs/forums/clientscript/vbulletin_css/style00003r/printthread.css | chrisplough/otmfaq | @charset "UTF-8";img{border:0}.postbit{padding:10px;border-top:solid 1px #6b91ab;margin-bottom:10px}#postlist{padding-top:1em;padding-bottom:10px;list-style-type:none;padding-right:0;padding-left:0}#postlist .postbit{font-family:Tahoma,Calibri,Verdana,Geneva,sans-serif}#postlist .header{border-bottom:1px solid #cedfeb}... |
datasets/djongs/original/texto_484.html | villasv/pyWebNectar |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml" itemscope itemtype="http://schema.org/">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<meta http-equiv="Content-Type" content="... |
apps/folders/templates/folders_help.html | appsembler/mayan_appsembler | {% load i18n %}
<div class="block notice">
<h4>{% trans "What are folders?" %}</h4>
<p>{% blocktrans %}These folders can also be described as user folders. They are a way to let individual users create their own document organization methods. Folders created by one user and the documents contained by them don't affec... |
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/agnipuran-1-111-sandhi_ext.txt.out.dict_2939_jnu.html | sanskritiitd/sanskrit | url: http://sanskrit.jnu.ac.in/sandhi/viccheda.jsp?itext=स वरदो वरदो वाथ<html>
<title>Sanskrit Sandhi Splitter at J.N.U. New Delhi</title>
<META CONTENT='text/hetml CHARSET=UTF-8' HTTP-EQUIV='Content-Type'/>
<META NAME="Author" CONTENT="Dr. Girish Nath Jha">
<META NAME="Keywords" CONTENT="Dr. Girish Nath Jha, Sa... |
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/balaramayanam_ext.txt.out.dict_4406_jnu.html | sanskritiitd/sanskrit | url: http://sanskrit.jnu.ac.in/sandhi/viccheda.jsp?itext=एषाऽसि<html>
<title>Sanskrit Sandhi Splitter at J.N.U. New Delhi</title>
<META CONTENT='text/hetml CHARSET=UTF-8' HTTP-EQUIV='Content-Type'/>
<META NAME="Author" CONTENT="Dr. Girish Nath Jha">
<META NAME="Keywords" CONTENT="Dr. Girish Nath Jha, Sachin, Diw... |
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/upamiti-4_ext.txt.out.dict_16716_jnu.html | sanskritiitd/sanskrit | url: http://sanskrit.jnu.ac.in/sandhi/viccheda.jsp?itext=दत्तस्तदाऽन्योऽपि<html>
<title>Sanskrit Sandhi Splitter at J.N.U. New Delhi</title>
<META CONTENT='text/hetml CHARSET=UTF-8' HTTP-EQUIV='Content-Type'/>
<META NAME="Author" CONTENT="Dr. Girish Nath Jha">
<META NAME="Keywords" CONTENT="Dr. Girish Nath Jha, ... |
Source/gadget/Gadget2/html/system_8c.html | glentner/Gadget | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>GADGET-2: system.c File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.9.1 -->
<div class="... |
bower_components/phaser-official/docs/SignalBinding.js.html | robomatix/click-the-black-squares | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Source: core/SignalBinding.js</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
... |
tests/wpt/web-platform-tests/trusted-types/block-eval.tentative.html | nnethercote/servo | <!DOCTYPE html>
<html>
<head>
<script nonce="abc" src="/resources/testharness.js"></script>
<script nonce="abc" src="/resources/testharnessreport.js"></script>
<script nonce="abc" src="support/helper.sub.js"></script>
<!-- Note: Trusted Types enforcement, and a CSP that does not blanket-allow eval. -->
<meta... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.