bootstrap4

This commit is contained in:
Ben Harris 2017-10-31 20:10:04 -04:00
parent d3006edc87
commit 56abb74960
16 changed files with 2181 additions and 215 deletions

10
php_errors.log Normal file
View File

@ -0,0 +1,10 @@
[28-Oct-2017 01:43:57 UTC] PHP Warning: include(config.php): failed to open stream: No such file or directory in C:\Users\ben\workspace\heyderebub.com\core\includes.php on line 20
[28-Oct-2017 01:43:57 UTC] PHP Warning: include(): Failed opening 'config.php' for inclusion (include_path='.;C:\php\pear') in C:\Users\ben\workspace\heyderebub.com\core\includes.php on line 20
[28-Oct-2017 01:43:57 UTC] PHP Notice: Undefined variable: absoluteurl in C:\Users\ben\workspace\heyderebub.com\core\includes.php on line 22
[28-Oct-2017 01:43:57 UTC] PHP Notice: Undefined variable: absoluteurl in C:\Users\ben\workspace\heyderebub.com\core\includes.php on line 24
[28-Oct-2017 01:43:57 UTC] PHP Notice: Undefined variable: absoluteurl in C:\Users\ben\workspace\heyderebub.com\core\language.php on line 38
[28-Oct-2017 01:43:57 UTC] PHP Notice: Undefined variable: absoluteurl in C:\Users\ben\workspace\heyderebub.com\core\language.php on line 64
[28-Oct-2017 01:43:57 UTC] PHP Warning: include(config.php): failed to open stream: No such file or directory in C:\Users\ben\workspace\heyderebub.com\core\includes.php on line 20
[28-Oct-2017 01:43:57 UTC] PHP Warning: include(): Failed opening 'config.php' for inclusion (include_path='.;C:\php\pear') in C:\Users\ben\workspace\heyderebub.com\core\includes.php on line 20
[28-Oct-2017 01:43:57 UTC] PHP Notice: Undefined variable: absoluteurl in C:\Users\ben\workspace\heyderebub.com\core\includes.php on line 22
[28-Oct-2017 01:43:57 UTC] PHP Notice: Undefined variable: absoluteurl in C:\Users\ben\workspace\heyderebub.com\core\includes.php on line 24

2
setup/php_errors.log Normal file
View File

@ -0,0 +1,2 @@
[28-Oct-2017 01:43:57 UTC] PHP Notice: Undefined index: QUERY_STRING in C:\Users\ben\workspace\heyderebub.com\setup\set_path.php on line 38
[28-Oct-2017 01:43:57 UTC] PHP Notice: Undefined index: QUERY_STRING in C:\Users\ben\workspace\heyderebub.com\setup\set_path.php on line 38

View File

@ -1,141 +1,121 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="-----PG_PAGECHARSET-----">
<title>-----PG_PAGETITLE-----</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<head>
<meta charset="-----PG_PAGECHARSET-----">
<title>-----PG_PAGETITLE-----</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> -----PG_METATAGS-----
-----PG_METATAGS-----
<!-- Le styles -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#d9d9d9">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#d9d9d9">
<!-- Bootstrap core CSS -->
<link href="/themes/heyderebub/css/bootstrap.min.css" rel="stylesheet">
-----PG_COMMONCSSLOAD-----
-----PG_COMMONCSSLOAD-----
<link href="style/custom.css" rel="stylesheet">
<link href='//fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="/themes/heyderebub/css/jumbotron.css" rel="stylesheet">
<!-- <link href="/themes/heyderebub/css/custom.css" rel="stylesheet"> -->
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
-----PG_JSLOAD-----
</head>
-----PG_JSLOAD-----
<body>
</head>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<div class="container">
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/">-----PG_PODCASTTITLE-----</a>
<div class="nav-collapse collapse">
<ul class="nav">
-----PG_MENUHOME----- -----PG_MENUARCHIVE-----
<li>
<a href="-----PG2_URLRSSFEED-----">RSS Feed</a>
<a class="navbar-brand" href="/"><img src="/favicon-32x32.png" alt="logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav mr-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Archive
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="/?p=archive&cat=uncategorized">Uncategorized</a>
<a class="dropdown-item" href="/?p=archive&cat=all">All Episodes</a>
</div>
</li>
<li>
<a href="-----PG2_URLFORITUNES-----">iTunes</a>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Podcast Places
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="https://itunes.apple.com/us/podcast/hey-dere-bub/id1303196173">iTunes</a>
<a class="dropdown-item" href="https://www.stitcher.com/s?fid=156349&refid=stpr">Stitcher</a>
<a href="https://playmusic.app.goo.gl/?ibi=com.google.PlayMusic&isi=691797987&ius=googleplaymusic&apn=com.google.android.music&link=https://play.google.com/music/m/Ig7qhjb2phow4oe6uq45qxqlaxm?t%3DHey_Dere_Bub!%26pcampaignid%3DMKT-na-all-co-pr-mu-pod-16" class="dropdown-item">Google Play Music</a>
<a href="http://pca.st/e0AZ" class="dropdown-item">Pocket Casts</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="-----PG2_URLRSSFEED-----">RSS Feed</a>
</li>
<!--<li>
<p>-----PG_MENUADMIN-----</p>
</li>-->
</ul>
</div>
</div>
<!--/.nav-collapse -->
</div>
</div>
</div>
</nav>
<div class="jumbotron">
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<h1 class="centered">-----PG_PODCASTSUBTITLE-----</h1>
<p class="centered">-----PG_PODCASTDESC-----</p>
<p class="centered">
<img src="/images/itunes_image.jpg" width="200px" height="200px" alt="podcast image">
</p>
<main role="main">
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-md-9">
<h1 class="display-4">-----PG_PAGETITLE-----</h1>
<p>Alex Shahbazi and Ben Harris talk about stuff</p>
<p>
<a class="btn btn-primary" href="https://itunes.apple.com/us/podcast/hey-dere-bub/id1303196173" role="button">Listen on iTunes &raquo;</a>
<a title="Subscribe on Android" href="http://subscribeonandroid.com/heyderebub.com/feed.xml"><img style="border: 0;" src="https://assets.blubrry.com/soa/BadgeLarge.png" alt="Subscribe on Android" /></a>
</p>
</div>
<div class="col-md-3">
<img src="/images/itunes_image.jpg" width="200px" height="200px" alt="heyderebub logo">
</div>
</div>
</div>
<!-- /.span12 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</div>
<!-- /.jumbotron -->
<div class="container mainbody">
<div class="row">
<div class="container">
<!-- Example row of columns -->
<div class="row">
-----PG_MAINBODY-----
</div>
<div class="span9">
<hr>
-----PG2_ADMINRIGHTBOX-----
-----PG_MAINBODY-----
</div> <!-- /container -->
</div>
<!-- /.span9 -->
</main>
<div class="span3">
<footer class="container">
<strong>&copy; 2017 Ben Harris and Alex Shahbazi</strong>
<p class="text-muted">This site is a fork, which is maintained on <a href="https://github.com/benharri/heyderebub.com">GitHub</a> | -----PG_FOOTER-----</p>
</footer>
-----PG2_ADMINRIGHTBOX----- -----PG_FREEBOX-----
</div>
<!--/span3-->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
<div class="container-fluid dark">
<div class="row-fluid">
<div class="span12">
<footer>
<p>This site is a fork, which I maintain on
<a href="https://github.com/benharri/heyderebub.com">GitHub</a>
</p>
<p>-----PG_FOOTER----- | Theme designed by
<a href="http://discoverrg.com/" target="_blank">RG Creative</a>
</p>
</footer>
</div>
<!--/.span12-->
</div>
<!--/.row-->
</div>
<!--/.container-fluid-->
<!-- Le javascript
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap.min.js"></script>
</body>
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="/themes/heyderebub/js/bootstrap.min.js"></script>
</body>
</html>

View File

@ -1,100 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="-----PG_PAGECHARSET-----">
<title>-----PG_PAGETITLE-----</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
-----PG_METATAGS-----
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#d9d9d9">
<!-- Bootstrap core CSS -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
-----PG_COMMONCSSLOAD-----
<!-- Custom styles for this template -->
<link href="/css/jumbotron.css" rel="stylesheet">
<link href="/style/custom.css" rel="stylesheet">
-----PG_JSLOAD-----
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href="#"><img src="/favicon-32x32.png" alt="logo"> -----PG_PODCASTTITLE-----</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav mr-auto">
-----PG_MENUHOME----- -----PG_MENUARCHIVE-----
<li class="nav-item">
<a class="nav-link" href="-----PG2_URLRSSFEED-----">RSS Feed</a>
</li>
<li class="nav-item">
<a class="nav-link" href="-----PG2_URLFORITUNES-----">iTunes</a>
</li>
</div>
</nav>
<main role="main">
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1 class="display-3">-----PG_PAGETITLE-----</h1>
<p>This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
<p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more &raquo;</a></p>
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4">
<h2>Heading</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
<p><a class="btn btn-secondary" href="#" role="button">View details &raquo;</a></p>
</div>
<div class="col-md-4">
<h2>Heading</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
<p><a class="btn btn-secondary" href="#" role="button">View details &raquo;</a></p>
</div>
<div class="col-md-4">
<h2>Heading</h2>
<p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
<p><a class="btn btn-secondary" href="#" role="button">View details &raquo;</a></p>
</div>
</div>
<hr>
</div> <!-- /container -->
</main>
<footer class="container">
<p>&copy; Company 2017</p>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="/js/bootstrap.min.js"></script>
</body>
</html>

View File

@ -0,0 +1,141 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="-----PG_PAGECHARSET-----">
<title>-----PG_PAGETITLE-----</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> -----PG_METATAGS-----
<!-- Le styles -->
<link href="style/bootstrap.min.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#d9d9d9">
-----PG_COMMONCSSLOAD-----
<link href="style/custom.css" rel="stylesheet">
<link href='//fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
-----PG_JSLOAD-----
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/">-----PG_PODCASTTITLE-----</a>
<div class="nav-collapse collapse">
<ul class="nav">
-----PG_MENUHOME----- -----PG_MENUARCHIVE-----
<li>
<a href="-----PG2_URLRSSFEED-----">RSS Feed</a>
</li>
<li>
<a href="-----PG2_URLFORITUNES-----">iTunes</a>
</li>
<!--<li>
<p>-----PG_MENUADMIN-----</p>
</li>-->
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
</div>
<div class="jumbotron">
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<h1 class="centered">-----PG_PODCASTSUBTITLE-----</h1>
<p class="centered">-----PG_PODCASTDESC-----</p>
<p class="centered">
<img src="/images/itunes_image.jpg" width="200px" height="200px" alt="podcast image">
</p>
</div>
<!-- /.span12 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</div>
<!-- /.jumbotron -->
<div class="container mainbody">
<div class="row">
<div class="span9">
-----PG_MAINBODY-----
</div>
<!-- /.span9 -->
<div class="span3">
-----PG2_ADMINRIGHTBOX----- -----PG_FREEBOX-----
</div>
<!--/span3-->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
<div class="container-fluid dark">
<div class="row-fluid">
<div class="span12">
<footer>
<p>This site is a fork, which I maintain on
<a href="https://github.com/benharri/heyderebub.com">GitHub</a>
</p>
<p>-----PG_FOOTER----- | Theme designed by
<a href="http://discoverrg.com/" target="_blank">RG Creative</a>
</p>
</footer>
</div>
<!--/.span12-->
</div>
<!--/.row-->
</div>
<!--/.container-fluid-->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>

1567
themes/heyderebub/style/bootstrap-grid.css vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,342 @@
/*!
* Bootstrap Reboot v4.0.0-beta.2 (https://getbootstrap.com)
* Copyright 2011-2017 The Bootstrap Authors
* Copyright 2011-2017 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus {
outline: none !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
dfn {
font-style: italic;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre,
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #868e96;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: .5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,8 @@
/*!
* Bootstrap Reboot v4.0.0-beta.2 (https://getbootstrap.com)
* Copyright 2011-2017 The Bootstrap Authors
* Copyright 2011-2017 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}
/*# sourceMappingURL=bootstrap-reboot.min.css.map */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,3 @@
body {
padding-top: 3.5rem;
}