1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 06:36:04 +00:00

caddy, apache, lightspeed

This commit is contained in:
mat 2024-09-13 05:19:46 +00:00
parent 4bd7a42576
commit 1f132d72c3
16 changed files with 8956 additions and 7 deletions

View file

@ -90,13 +90,11 @@ http://matdoes.dev https://matdoes.dev http://matctazmu565vivubva3p3bulaneangiff
rewrite @txt_index /.txt
rewrite @txt {path}.txt
# rewrite /.txt to /index.txt
handle {
rewrite /.txt /index.txt
}
handle {
rewrite /index.html /index.htm
header /index.html Server nginx
}
rewrite /.txt /index.txt
# make /index.html show different page
rewrite /index.html /index.htm
header /index.html Server nginx
# don't require .html
try_files {path} {path}.html

View file

@ -0,0 +1 @@
i don't have any more sorry

View file

@ -0,0 +1,415 @@
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Welcome</title>
<link href="/litespeed/bootstrap.min.css" rel="stylesheet" />
<link href="/litespeed/custom.css" rel="stylesheet" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-fixed-top">
<ul class="nav navbar-nav navbar-right">
<li class="nav-item active">
<a class="nav-link" href="#home">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#demo">Demos</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#resources">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#news">News</a>
</li>
</ul>
</nav>
<a id="home"></a>
<div class="container">
<div class="header clearfix">
<div class="row"></div>
<div class="jumbotron">
<div>
<img
class="center-block img-responsive img-size"
src="/litespeed/olsws_logo.png"
alt="openlitespeed logo"
/>
</div>
<h1>Congratulations</h1>
<p class="lead">You have successfully installed the OpenLiteSpeed Web Server!</p>
<div class="row"></div>
<div class="text-center">
<a class="btn btn-lg btn-warning" href="#openModal" role="button">READ ME!</a>
</div>
<div id="openModal" class="modalDialog">
<div>
<div class="close"><a href="#close" title="Close">X</a></div>
<h1>
<span class="text-muted">{</span>&nbsp; Read Me &nbsp;<span class="text-muted"
>}</span
>
</h1>
<div class="row">
<p>You should replace this page with your own web pages.</p>
<p>
It is not recommended to copy files into the directory where this page located,
they might be over-written during upgrade or reinstallation.
</p>
<p>
Create a new virtual host and map a listener to it. Have no clue? Please read the
<a
href="https://www.velvetfinishes.com/docs/index.html"
title="Documentation"
target="_blank"
>Documentation</a
>.
</p>
<p>
For your web administration login page, please refer to the installation guide.
</p>
<p>
Add&nbsp;<a href="https://www.openlitespeed.org/" target="_blank"
><img src="/litespeed/powered_by_ols-new.png" alt="openlitespeed logo" /></a
>&nbsp;the OpenLiteSpeed logo to your web site if you'd like to help us promote
the server.
</p>
</div>
</div>
</div>
</div>
</div>
<a id="demo"></a>
<div class="row"></div>
<div class="row row-centered">
<h1>Simple Feature Demos</h1>
<div class="row"></div>
<div class="col-md-4 col-sm-4 col-lg-4 col-centered">
<div class="panel panel-default">
<figure>
<img
class="center-block img-responsive"
src="/litespeed/cgi-icon.png"
alt="cgi"
width="100"
/>
</figure>
<div class="panel-heading">
<h3>CGI script</h3>
</div>
<div class="panel-body">Hello World from CGI script</div>
<br />
<div class="text-center">
<a
class="btn btn-primary"
role="button"
onclick="if (!window.__cfRLUnblockHandlers) return false; window.open('/cgi-bin/helloworld', 'myWin', 'toolbar=no, directories=no, location=no, status=yes, menubar=no, resizable=no, scrollbars=yes, width=600, height=400'); return false"
>Click Here »</a
>
</div>
<div class="row"></div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-lg-4 col-centered">
<div class="panel panel-default">
<figure>
<img
class="center-block img-responsive"
src="/litespeed/php-icon.png"
alt="php"
width="100"
/>
</figure>
<div class="panel-heading">
<h3>Test PHP</h3>
</div>
<div class="panel-body">
If you enabled PHP during installation, <br />click here to test it
</div>
<div class="text-center">
<a
class="btn btn-primary"
role="button"
onclick="if (!window.__cfRLUnblockHandlers) return false; window.open('/phpinfo.php', 'myWin', 'toolbar=no, directories=no, location=no, status=yes, menubar=no, resizable=yes, scrollbars=yes, width=1024, height=768'); return false"
>Click Here »</a
>
</div>
<div class="row"></div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-lg-4 col-centered">
<div class="panel panel-default">
<figure>
<img
class="center-block img-responsive"
src="/litespeed/404-icon.png"
alt="404"
width="100"
/>
</figure>
<div class="panel-heading">
<h3>Customized Error Page</h3>
</div>
<div class="panel-body">Missing page</div>
<br />
<div class="text-center">
<a
class="btn btn-primary"
role="button"
onclick="if (!window.__cfRLUnblockHandlers) return false; window.open('/page_does_not_exist.html', 'myWin', 'toolbar=no, directories=no, location=no, status=yes, menubar=no, resizable=no, scrollbars=yes, width=600, height=400'); return false"
>Click Here »</a
>
</div>
<div class="row"></div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-lg-4 col-centered">
<div class="panel panel-default">
<figure>
<img
class="center-block img-responsive"
src="/litespeed/pwd_protect-icon.png"
alt="password protection"
width="100"
/>
</figure>
<div class="panel-heading">
<h3>Authentication</h3>
</div>
<div class="panel-body">
Password protected content, <br />user name: test, password: test123
</div>
<div class="text-center">
<a
class="btn btn-primary"
role="button"
onclick="if (!window.__cfRLUnblockHandlers) return false; window.open('/protected/', 'myWin', 'toolbar=no, directories=no, location=no, status=yes, menubar=no, resizable=no, scrollbars=yes, width=600, height=400'); return false"
>Click Here »</a
>
</div>
<div class="row"></div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-lg-4 col-centered">
<div class="panel panel-default">
<figure>
<img
class="center-block img-responsive"
src="/litespeed/blocked_content-icon.png"
alt="blocked content"
width="100"
/>
</figure>
<div class="panel-heading">
<h3>Blocked Content</h3>
</div>
<div class="panel-body">Blocked area</div>
<br />
<div class="text-center">
<a
class="btn btn-primary"
role="button"
onclick="if (!window.__cfRLUnblockHandlers) return false; window.open('/blocked/', 'myWin', 'toolbar=no, directories=no, location=no, status=yes, menubar=no, resizable=no, scrollbars=yes, width=600, height=400'); return false"
>Click Here »</a
>
</div>
<div class="row"></div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-lg-4 col-centered">
<div class="panel panel-default">
<figure>
<img
class="center-block img-responsive"
src="/litespeed/file_upload-icon.png"
alt="file upload"
width="100"
/>
</figure>
<div class="panel-heading">
<h3>File Upload</h3>
</div>
<div class="panel-body">Test file upload progress module</div>
<br />
<div class="text-center">
<a
class="btn btn-primary"
role="button"
onclick="if (!window.__cfRLUnblockHandlers) return false; window.open('/upload.html', 'myWin', 'toolbar=no, directories=no, location=no, status=yes, menubar=no, resizable=no, scrollbars=yes, width=875, height=650'); return false"
>Click Here »</a
>
</div>
<div class="row"></div>
</div>
</div>
</div>
<div class="row"></div>
<div class="row"></div>
<a id="features"></a>
<a id="resources"></a>
<a id="news"></a>
<hr class="featurette-divider" />
<div class="row"></div>
<div class="text-center">
<h1>About OpenLiteSpeed</h1>
</div>
<div class="row"></div>
<div class="row row-centered">
<div class="col-xs-3 col-centered">
<div class="panel panel-primary">
<div class="panel-heading text-center">Features</div>
<p></p>
<ul>
<li class="list-group-item">
Event-driven architecture and extremely low resource overhead
</li>
<li class="list-group-item">User friendly WebAdmin GUI</li>
<li class="list-group-item">
Built-in full-page cache module is highly-customizable and efficient
</li>
<li class="list-group-item">
Native SAPI allows external PHP applications to run up to 50% faster
</li>
<li class="list-group-item">
Install OpenLiteSpeed, MariaDB and WordPress with just one click
</li>
</ul>
</div>
</div>
<div class="col-xs-3 col-centered">
<div class="panel panel-primary">
<div class="panel-heading text-center">Resources</div>
<p></p>
<ul>
<li>
<a
href="https://openlitespeed.org/kb/1-click-install/"
class="list-group-item"
target="_blank"
>1-Click Installation</a
>
</li>
<li>
<a
href="https://openlitespeed.org/kb/install-ols-from-litespeed-repositories/"
class="list-group-item"
target="_blank"
>OpenLiteSpeed Installation Guide</a
>
</li>
<li>
<a
href="https://groups.google.com/forum/#!forum/openlitespeed-development"
class="list-group-item"
target="_blank"
>OpenLiteSpeed Google Group</a
>
</li>
<li>
<a href="https://openlitespeed.org/kb/" class="list-group-item" target="_blank"
>OpenLiteSpeed Wiki</a
>
</li>
<li>
<a href="https://forum.openlitespeed.org/" class="list-group-item" target="_blank"
>Forum</a
>
</li>
</ul>
</div>
</div>
<div class="col-xs-3 col-centered">
<div class="panel panel-primary">
<div class="panel-heading text-center">News</div>
<p></p>
<ul>
<li>
<a
href="https://openlitespeed.org/kb/1-click-install/"
class="list-group-item"
target="_blank"
>1-Click to install WordPress on OpenLiteSpeed</a
>
</li>
<li>
<a
href="https://openlitespeed.org/kb/4-line-install/"
class="list-group-item"
target="_blank"
>Fully working OpenLiteSpeed install in 4 lines</a
>
</li>
<li>
<a
href="https://openlitespeed.org/kb/setup-ols-with-more-than-one-php-build/"
class="list-group-item"
target="_blank"
>Set up multiple PHPs</a
>
</li>
<li>
<a
href="https://openlitespeed.org/kb/apache-rewrite-rules-in-openlitespeed/"
class="list-group-item"
target="_blank"
>Rewrite Rule Differences</a
>
</li>
<li>
<a
href="https://openlitespeed.org/kb/php-via-rpm/"
class="list-group-item"
target="_blank"
>Installing PHP from a Repository</a
>
</li>
</ul>
</div>
</div>
</div>
<div class="row"></div>
<hr class="featurette-divider" />
<div class="row"></div>
<footer>
<img
class="center-block img-responsive"
src="/litespeed/powered_by_ols-new.png"
alt="power by openlitespeed"
/>
<div class="row"></div>
<p class="pull-right"><a href="#">Back to top</a></p>
<div class="text-center copyright-center">
<p>© 2020 LiteSpeed Technologies, Inc. All Rights Reserved.</p>
</div>
</footer>
</div>
</body>
</html>

View file

@ -0,0 +1,369 @@
<!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">
<!--
Modified from the Debian original for Ubuntu
Last updated: 2014-03-19
See: https://launchpad.net/bugs/1288690
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Apache2 Ubuntu Default Page: It works</title>
<style type="text/css" media="screen">
* {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
body,
html {
padding: 3px 3px 3px 3px;
background-color: #d8dbe2;
font-family: Verdana, sans-serif;
font-size: 11pt;
text-align: center;
}
div.main_page {
position: relative;
display: table;
width: 800px;
margin-bottom: 3px;
margin-left: auto;
margin-right: auto;
padding: 0px 0px 0px 0px;
border-width: 2px;
border-color: #212738;
border-style: solid;
background-color: #ffffff;
text-align: center;
}
div.page_header {
height: 99px;
width: 100%;
background-color: #f5f6f7;
}
div.page_header span {
margin: 15px 0px 0px 50px;
font-size: 180%;
font-weight: bold;
}
div.page_header img {
margin: 3px 0px 0px 40px;
border: 0px 0px 0px;
}
div.table_of_contents {
clear: left;
min-width: 200px;
margin: 3px 3px 3px 3px;
background-color: #ffffff;
text-align: left;
}
div.table_of_contents_item {
clear: left;
width: 100%;
margin: 4px 0px 0px 0px;
background-color: #ffffff;
color: #000000;
text-align: left;
}
div.table_of_contents_item a {
margin: 6px 0px 0px 6px;
}
div.content_section {
margin: 3px 3px 3px 3px;
background-color: #ffffff;
text-align: left;
}
div.content_section_text {
padding: 4px 8px 4px 8px;
color: #000000;
font-size: 100%;
}
div.content_section_text pre {
margin: 8px 0px 8px 0px;
padding: 8px 8px 8px 8px;
border-width: 1px;
border-style: dotted;
border-color: #000000;
background-color: #f5f6f7;
font-style: italic;
}
div.content_section_text p {
margin-bottom: 6px;
}
div.content_section_text ul,
div.content_section_text li {
padding: 4px 8px 4px 16px;
}
div.section_header {
padding: 3px 6px 3px 6px;
background-color: #8e9cb2;
color: #ffffff;
font-weight: bold;
font-size: 112%;
text-align: center;
}
div.section_header_red {
background-color: #cd214f;
}
div.section_header_grey {
background-color: #9f9386;
}
.floating_element {
position: relative;
float: left;
}
div.table_of_contents_item a,
div.content_section_text a {
text-decoration: none;
font-weight: bold;
}
div.table_of_contents_item a:link,
div.table_of_contents_item a:visited,
div.table_of_contents_item a:active {
color: #000000;
}
div.table_of_contents_item a:hover {
background-color: #000000;
color: #ffffff;
}
div.content_section_text a:link,
div.content_section_text a:visited,
div.content_section_text a:active {
background-color: #dcdfe6;
color: #000000;
}
div.content_section_text a:hover {
background-color: #000000;
color: #dcdfe6;
}
div.validator {
}
</style>
</head>
<body>
<div class="main_page">
<div class="page_header floating_element">
<img src="/icons/ubuntu-logo.png" alt="Ubuntu Logo" class="floating_element" />
<span class="floating_element"> Apache2 Ubuntu Default Page </span>
</div>
<!-- <div class="table_of_contents floating_element">
<div class="section_header section_header_grey">
TABLE OF CONTENTS
</div>
<div class="table_of_contents_item floating_element">
<a href="#about">About</a>
</div>
<div class="table_of_contents_item floating_element">
<a href="#changes">Changes</a>
</div>
<div class="table_of_contents_item floating_element">
<a href="#scope">Scope</a>
</div>
<div class="table_of_contents_item floating_element">
<a href="#files">Config files</a>
</div>
</div>
-->
<div class="content_section floating_element">
<div class="section_header section_header_red">
<div id="about"></div>
It works!
</div>
<div class="content_section_text">
<p>
This is the default welcome page used to test the correct operation of the Apache2
server after installation on Ubuntu systems. It is based on the equivalent page on
Debian, from which the Ubuntu Apache packaging is derived. If you can read this page, it
means that the Apache HTTP server installed at this site is working properly. You should
<b>replace this file</b> (located at <tt>/var/www/html/index.html</tt>) before
continuing to operate your HTTP server.
</p>
<p>
If you are a normal user of this web site and don't know what this page is about, this
probably means that the site is currently unavailable due to maintenance. If the problem
persists, please contact the site's administrator.
</p>
</div>
<div class="section_header">
<div id="changes"></div>
Configuration Overview
</div>
<div class="content_section_text">
<p>
Ubuntu's Apache2 default configuration is different from the upstream default
configuration, and split into several files optimized for interaction with Ubuntu tools.
The configuration system is
<b>fully documented in /usr/share/doc/apache2/README.Debian.gz</b>. Refer to this for
the full documentation. Documentation for the web server itself can be found by
accessing the <a href="/manual">manual</a> if the <tt>apache2-doc</tt>
package was installed on this server.
</p>
<p>
The configuration layout for an Apache2 web server installation on Ubuntu systems is as
follows:
</p>
<pre>
/etc/apache2/
|-- apache2.conf
| `-- ports.conf
|-- mods-enabled
| |-- *.load
| `-- *.conf
|-- conf-enabled
| `-- *.conf
|-- sites-enabled
| `-- *.conf
</pre>
<ul>
<li>
<tt>apache2.conf</tt> is the main configuration file. It puts the pieces together by
including all remaining configuration files when starting up the web server.
</li>
<li>
<tt>ports.conf</tt> is always included from the main configuration file. It is used to
determine the listening ports for incoming connections, and this file can be
customized anytime.
</li>
<li>
Configuration files in the <tt>mods-enabled/</tt>, <tt>conf-enabled/</tt> and
<tt>sites-enabled/</tt> directories contain particular configuration snippets which
manage modules, global configuration fragments, or virtual host configurations,
respectively.
</li>
<li>
They are activated by symlinking available configuration files from their respective
*-available/ counterparts. These should be managed by using our helpers
<tt>
<a href="http://manpages.debian.org/cgi-bin/man.cgi?query=a2enmod">a2enmod</a>,
<a href="http://manpages.debian.org/cgi-bin/man.cgi?query=a2dismod">a2dismod</a>,
</tt>
<tt>
<a href="http://manpages.debian.org/cgi-bin/man.cgi?query=a2ensite">a2ensite</a>,
<a href="http://manpages.debian.org/cgi-bin/man.cgi?query=a2dissite">a2dissite</a>,
</tt>
and
<tt>
<a href="http://manpages.debian.org/cgi-bin/man.cgi?query=a2enconf">a2enconf</a>,
<a href="http://manpages.debian.org/cgi-bin/man.cgi?query=a2disconf"
>a2disconf</a
> </tt
>. See their respective man pages for detailed information.
</li>
<li>
The binary is called apache2. Due to the use of environment variables, in the default
configuration, apache2 needs to be started/stopped with
<tt>/etc/init.d/apache2</tt> or <tt>apache2ctl</tt>.
<b>Calling <tt>/usr/bin/apache2</tt> directly will not work</b> with the default
configuration.
</li>
</ul>
</div>
<div class="section_header">
<div id="docroot"></div>
Document Roots
</div>
<div class="content_section_text">
<p>
By default, Ubuntu does not allow access through the web browser to
<em>any</em> file apart of those located in <tt>/var/www</tt>,
<a href="http://httpd.apache.org/docs/2.4/mod/mod_userdir.html">public_html</a>
directories (when enabled) and <tt>/usr/share</tt> (for web applications). If your site
is using a web document root located elsewhere (such as in <tt>/srv</tt>) you may need
to whitelist your document root directory in <tt>/etc/apache2/apache2.conf</tt>.
</p>
<p>
The default Ubuntu document root is <tt>/var/www/html</tt>. You can make your own
virtual hosts under /var/www. This is different to previous releases which provides
better security out of the box.
</p>
</div>
<div class="section_header">
<div id="bugs"></div>
Reporting Problems
</div>
<div class="content_section_text">
<p>
Please use the <tt>ubuntu-bug</tt> tool to report bugs in the Apache2 package with
Ubuntu. However, check
<a href="https://bugs.launchpad.net/ubuntu/+source/apache2">existing bug reports</a>
before reporting a new bug.
</p>
<p>
Please report bugs specific to modules (such as PHP and others) to respective packages,
not to the web server itself.
</p>
</div>
</div>
</div>
<div class="validator">
<p>
<a href="http://validator.w3.org/check?uri=referer"
><img
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0 Transitional"
height="31"
width="88"
/></a>
</p>
</div>
</body>
</html>

View file

@ -0,0 +1,477 @@
<!doctype html>
<html>
<head>
<title>Caddy works!</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="data:," />
<style>
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body {
background: #f1f4f5;
font-family: Inter, sans-serif;
font-size: 20px;
-webkit-font-smoothing: antialiased;
}
a {
color: #2f79ff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.stack {
width: 70%;
max-width: 1150px;
margin: 25px 0 150px 25px;
display: flex;
align-content: flex-start;
}
.paper {
position: relative;
flex-shrink: 0;
width: 100%;
background: white;
border-radius: 3px;
box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.15);
padding: 100px;
}
#paper1 {
top: 45px;
left: 50px;
}
#paper2 {
top: 20px;
left: -100%;
}
#paper3 {
top: 25px;
transform: rotate(-4deg);
left: -200%;
}
#caddy {
max-width: 300px;
margin-bottom: 50px;
}
#caddy .caddy-color {
fill: #005e7e;
}
h1 {
font-size: 20px;
margin-bottom: 50px;
}
h1 .emoji {
font-size: 150%;
vertical-align: middle;
}
h1 .lang {
margin-right: 1.25em;
}
h2 {
font-size: 28px;
margin-top: 1.5em;
}
p,
ol,
ul {
color: #333;
line-height: 1.5em;
}
p {
margin: 1.5em 0;
}
ol,
ul {
margin: 0.5em 0 0.5em 2em;
}
ol li,
ul li {
margin-left: 1em;
margin-bottom: 0.5em;
}
li ol {
list-style-type: lower-alpha;
}
code {
color: #000;
font-family: Menlo, monospace;
background: #f0f0f0;
border-radius: 2px;
padding: 4px 8px;
font-size: 90%;
}
.warn {
color: #dd0000;
}
footer {
color: #777;
font-size: 16px;
text-align: center;
max-width: 600px;
margin: 0 auto 50px;
}
#disclaimer {
font-size: 14px;
margin-top: 20px;
display: inline-block;
border-top: 1px solid #ccc;
padding: 20px;
}
@media (max-width: 1100px) {
.stack {
width: 85%;
}
}
@media (max-width: 800px) {
.stack {
margin: 0 0 50px 0;
width: 100%;
}
.paper {
padding: 50px;
}
#paper1,
#paper2 {
display: none;
}
#paper3 {
left: 0;
transform: none;
top: 0;
}
#caddy {
max-width: 300px;
margin-bottom: 45px;
display: block;
}
}
</style>
</head>
<body>
<div class="stack">
<div class="paper" id="paper1"></div>
<div class="paper" id="paper2"></div>
<div class="paper" id="paper3">
<a href="https://caddyserver.com/" title="Caddy Web Server">
<svg
id="caddy"
viewBox="0 0 379 114"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xml:space="preserve"
xmlns:serif="http://www.serif.com/"
style="
fill-rule: evenodd;
clip-rule: evenodd;
stroke-linecap: round;
stroke-linejoin: round;
"
>
<g transform="matrix(1,0,0,1,-35.5985,-67.948)">
<g transform="matrix(1.16548,0,0,1.10195,-124,-68.27)">
<g
id="Light-Logo"
serif:id="Light Logo"
transform="matrix(0.858013,0,0,0.907485,-3243.42,-1469.17)"
>
<g id="Logo" transform="matrix(1,0,0,1,21.4759,36.7359)">
<g id="Icon">
<g>
<g
transform="matrix(-0.191794,-0.715786,0.715786,-0.191794,4329.14,4673.64)"
>
<path
d="M3901.56,610.734C3893.53,610.261 3886.06,608.1 3879.2,604.877C3872.24,601.608 3866.04,597.093 3860.8,591.633C3858.71,589.457 3856.76,587.149 3854.97,584.709C3853.2,582.281 3851.57,579.733 3850.13,577.066C3845.89,569.224 3843.21,560.381 3842.89,550.868C3842.57,543.321 3843.64,536.055 3845.94,529.307C3848.37,522.203 3852.08,515.696 3856.83,510.049L3855.79,509.095C3850.39,514.54 3846.02,520.981 3842.9,528.125C3839.84,535.125 3838.03,542.781 3837.68,550.868C3837.34,561.391 3839.51,571.425 3843.79,580.306C3845.27,583.38 3847.03,586.304 3849.01,589.049C3851.01,591.806 3853.24,594.39 3855.69,596.742C3861.75,602.568 3869,607.19 3877.03,610.1C3884.66,612.867 3892.96,614.059 3901.56,613.552L3901.56,610.734Z"
style="fill: rgb(31, 136, 192)"
/>
</g>
<g
transform="matrix(-0.191794,-0.715786,0.715786,-0.191794,4329.14,4673.64)"
>
<path
d="M3875.69,496.573C3879.62,494.538 3883.8,492.897 3888.2,491.786C3892.49,490.704 3896.96,490.124 3901.56,490.032C3903.82,490.13 3906.03,490.332 3908.21,490.688C3917.13,492.147 3925.19,495.814 3932.31,500.683C3936.13,503.294 3939.59,506.335 3942.81,509.619C3947.09,513.98 3950.89,518.816 3953.85,524.232C3958.2,532.197 3960.96,541.186 3961.32,550.868C3961.61,558.748 3960.46,566.345 3957.88,573.322C3956.09,578.169 3953.7,582.753 3950.66,586.838C3947.22,591.461 3942.96,595.427 3938.27,598.769C3933.66,602.055 3928.53,604.619 3923.09,606.478C3922.37,606.721 3921.6,606.805 3920.93,607.167C3920.42,607.448 3920.14,607.854 3919.69,608.224L3920.37,610.389C3920.98,610.432 3921.47,610.573 3922.07,610.474C3922.86,610.344 3923.55,609.883 3924.28,609.566C3931.99,606.216 3938.82,601.355 3944.57,595.428C3947.02,592.903 3949.25,590.174 3951.31,587.319C3953.59,584.168 3955.66,580.853 3957.43,577.348C3961.47,569.34 3964.01,560.422 3964.36,550.868C3964.74,540.511 3962.66,530.628 3958.48,521.868C3955.57,515.775 3951.72,510.163 3946.95,505.478C3943.37,501.962 3939.26,498.99 3934.84,496.562C3926.88,492.192 3917.87,489.76 3908.37,489.229C3906.12,489.104 3903.86,489.054 3901.56,489.154C3896.87,489.06 3892.3,489.519 3887.89,490.397C3883.3,491.309 3878.89,492.683 3874.71,494.525L3875.69,496.573Z"
style="fill: rgb(31, 136, 192)"
/>
</g>
</g>
<g>
<g transform="matrix(-3.37109,-0.514565,0.514565,-3.37109,4078.07,1806.88)">
<path
d="M22,12C22,10.903 21.097,10 20,10C19.421,10 18.897,10.251 18.53,10.649C18.202,11.006 18,11.481 18,12C18,13.097 18.903,14 20,14C21.097,14 22,13.097 22,12Z"
style="
fill: none;
fill-rule: nonzero;
stroke: rgb(31, 136, 192);
stroke-width: 1.05px;
"
/>
</g>
<g transform="matrix(-5.33921,-5.26159,-3.12106,-6.96393,4073.87,1861.55)">
<path
d="M10.315,5.333C10.315,5.333 9.748,5.921 9.03,6.673C7.768,7.995 6.054,9.805 6.054,9.805L6.237,9.86C6.237,9.86 8.045,8.077 9.36,6.771C10.107,6.028 10.689,5.444 10.689,5.444L10.315,5.333Z"
style="fill: rgb(31, 136, 192)"
/>
</g>
</g>
<g id="Padlock" transform="matrix(3.11426,0,0,3.11426,3938.31,1737.25)">
<g>
<path
d="M9.876,21L18.162,21C18.625,21 19,20.625 19,20.162L19,11.838C19,11.375 18.625,11 18.162,11L5.838,11C5.375,11 5,11.375 5,11.838L5,16.758"
style="
fill: none;
stroke: rgb(34, 182, 56);
stroke-width: 1.89px;
stroke-linecap: butt;
stroke-linejoin: miter;
"
/>
<path
d="M8,11L8,7C8,4.806 9.806,3 12,3C14.194,3 16,4.806 16,7L16,11"
style="
fill: none;
fill-rule: nonzero;
stroke: rgb(34, 182, 56);
stroke-width: 1.89px;
"
/>
</g>
</g>
<g>
<g transform="matrix(5.30977,0.697415,-0.697415,5.30977,3852.72,1727.97)">
<path
d="M22,12C22,11.659 21.913,11.337 21.76,11.055C21.421,10.429 20.756,10 20,10C18.903,10 18,10.903 18,12C18,13.097 18.903,14 20,14C21.097,14 22,13.097 22,12Z"
style="
fill: none;
fill-rule: nonzero;
stroke: rgb(31, 136, 192);
stroke-width: 0.98px;
"
/>
</g>
<g transform="matrix(4.93114,2.49604,1.11018,5.44847,3921.41,1726.72)">
<path
d="M8.902,6.77C8.902,6.77 7.235,8.253 6.027,9.366C5.343,9.996 4.819,10.502 4.819,10.502L5.52,11.164C5.52,11.164 6.021,10.637 6.646,9.951C7.749,8.739 9.219,7.068 9.219,7.068L8.902,6.77Z"
style="fill: rgb(31, 136, 192)"
/>
</g>
</g>
</g>
<g id="Wordmark" transform="matrix(1.54159,0,0,2.8744,2710.6,709.804)">
<g id="y" transform="matrix(0.50291,0,0,0.281607,905.533,304.987)">
<path
d="M192.152,286.875L202.629,268.64C187.804,270.106 183.397,265.779 180.143,263.391C176.888,261.004 174.362,257.99 172.563,254.347C170.765,250.705 169.866,246.691 169.866,242.305L169.866,208.107L183.21,208.107L183.21,242.213C183.21,245.188 183.896,247.822 185.268,250.116C186.64,252.41 188.465,254.197 190.743,255.475C193.022,256.754 195.501,257.393 198.182,257.393C200.894,257.393 203.393,256.75 205.68,255.463C207.966,254.177 209.799,252.391 211.178,250.105C212.558,247.818 213.248,245.188 213.248,242.213L213.248,208.107L226.545,208.107L226.545,242.305C226.545,246.707 225.378,258.46 218.079,268.64C215.735,271.909 207.835,286.875 207.835,286.875L192.152,286.875Z"
style="fill: rgb(47, 47, 47); fill-rule: nonzero"
/>
</g>
<g id="add" transform="matrix(0.525075,0,0,0.281607,801.871,304.987)">
<g transform="matrix(116.242,0,0,116.242,161.846,267.39)">
<path
d="M0.276,0.012C0.227,0.012 0.186,0 0.15,-0.024C0.115,-0.048 0.088,-0.08 0.069,-0.12C0.05,-0.161 0.04,-0.205 0.04,-0.254C0.04,-0.305 0.051,-0.35 0.072,-0.39C0.094,-0.431 0.125,-0.463 0.165,-0.487C0.205,-0.51 0.254,-0.522 0.31,-0.522C0.366,-0.522 0.413,-0.51 0.452,-0.486C0.491,-0.463 0.521,-0.431 0.542,-0.39C0.562,-0.35 0.573,-0.305 0.573,-0.256L0.573,-0L0.458,-0L0.458,-0.095L0.456,-0.095C0.446,-0.076 0.433,-0.058 0.417,-0.042C0.401,-0.026 0.381,-0.013 0.358,-0.003C0.335,0.007 0.307,0.012 0.276,0.012ZM0.307,-0.086C0.337,-0.086 0.363,-0.093 0.386,-0.108C0.408,-0.123 0.426,-0.144 0.438,-0.17C0.45,-0.195 0.456,-0.224 0.456,-0.256C0.456,-0.288 0.45,-0.317 0.438,-0.342C0.426,-0.367 0.409,-0.387 0.387,-0.402C0.365,-0.417 0.338,-0.424 0.308,-0.424C0.276,-0.424 0.249,-0.417 0.226,-0.402C0.204,-0.387 0.186,-0.366 0.174,-0.341C0.162,-0.315 0.156,-0.287 0.156,-0.255C0.156,-0.224 0.162,-0.195 0.174,-0.169C0.186,-0.144 0.203,-0.123 0.226,-0.108C0.248,-0.093 0.275,-0.086 0.307,-0.086Z"
style="fill: rgb(47, 47, 47); fill-rule: nonzero"
/>
</g>
<g transform="matrix(116.242,0,0,116.242,226.592,267.39)">
<path
d="M0.306,0.012C0.265,0.012 0.229,0.006 0.196,-0.008C0.163,-0.021 0.135,-0.039 0.112,-0.064C0.089,-0.088 0.071,-0.117 0.059,-0.151C0.046,-0.185 0.04,-0.222 0.04,-0.263C0.04,-0.315 0.051,-0.36 0.072,-0.399C0.093,-0.437 0.122,-0.468 0.159,-0.489C0.196,-0.511 0.239,-0.522 0.287,-0.522C0.311,-0.522 0.333,-0.518 0.355,-0.511C0.377,-0.504 0.396,-0.493 0.413,-0.48C0.431,-0.466 0.445,-0.451 0.455,-0.433L0.456,-0.433L0.456,-0.73L0.571,-0.73L0.571,-0.261C0.571,-0.205 0.56,-0.156 0.537,-0.115C0.515,-0.074 0.484,-0.043 0.444,-0.021C0.405,0.001 0.358,0.012 0.306,0.012ZM0.306,-0.086C0.335,-0.086 0.361,-0.093 0.384,-0.107C0.406,-0.122 0.423,-0.141 0.436,-0.167C0.448,-0.192 0.455,-0.221 0.455,-0.255C0.455,-0.288 0.448,-0.317 0.436,-0.343C0.423,-0.368 0.406,-0.388 0.383,-0.402C0.361,-0.417 0.335,-0.424 0.305,-0.424C0.276,-0.424 0.251,-0.417 0.228,-0.402C0.206,-0.387 0.188,-0.368 0.175,-0.342C0.163,-0.317 0.156,-0.288 0.156,-0.255C0.156,-0.222 0.163,-0.193 0.175,-0.167C0.188,-0.142 0.206,-0.122 0.229,-0.108C0.251,-0.093 0.277,-0.086 0.306,-0.086Z"
style="fill: rgb(47, 47, 47); fill-rule: nonzero"
/>
</g>
<g transform="matrix(116.242,0,0,116.242,290.293,267.39)">
<path
d="M0.306,0.012C0.265,0.012 0.229,0.006 0.196,-0.008C0.163,-0.021 0.135,-0.039 0.112,-0.064C0.089,-0.088 0.071,-0.117 0.059,-0.151C0.046,-0.185 0.04,-0.222 0.04,-0.263C0.04,-0.315 0.051,-0.36 0.072,-0.399C0.093,-0.437 0.122,-0.468 0.159,-0.489C0.196,-0.511 0.239,-0.522 0.287,-0.522C0.311,-0.522 0.333,-0.518 0.355,-0.511C0.377,-0.504 0.396,-0.493 0.413,-0.48C0.431,-0.466 0.445,-0.451 0.455,-0.433L0.456,-0.433L0.456,-0.73L0.571,-0.73L0.571,-0.261C0.571,-0.205 0.56,-0.156 0.537,-0.115C0.515,-0.074 0.484,-0.043 0.444,-0.021C0.405,0.001 0.358,0.012 0.306,0.012ZM0.306,-0.086C0.335,-0.086 0.361,-0.093 0.384,-0.107C0.406,-0.122 0.423,-0.141 0.436,-0.167C0.448,-0.192 0.455,-0.221 0.455,-0.255C0.455,-0.288 0.448,-0.317 0.436,-0.343C0.423,-0.368 0.406,-0.388 0.383,-0.402C0.361,-0.417 0.335,-0.424 0.305,-0.424C0.276,-0.424 0.251,-0.417 0.228,-0.402C0.206,-0.387 0.188,-0.368 0.175,-0.342C0.163,-0.317 0.156,-0.288 0.156,-0.255C0.156,-0.222 0.163,-0.193 0.175,-0.167C0.188,-0.142 0.206,-0.122 0.229,-0.108C0.251,-0.093 0.277,-0.086 0.306,-0.086Z"
style="fill: rgb(47, 47, 47); fill-rule: nonzero"
/>
</g>
</g>
<g
id="c"
transform="matrix(-0.0716462,0.31304,-0.583685,-0.0384251,1489.76,-444.051)"
>
<path
d="M2668.11,700.4C2666.79,703.699 2666.12,707.216 2666.12,710.766C2666.12,726.268 2678.71,738.854 2694.21,738.854C2709.71,738.854 2722.3,726.268 2722.3,710.766C2722.3,704.111 2719.93,697.672 2715.63,692.597L2707.63,699.378C2710.33,702.559 2711.57,706.602 2711.81,710.766C2712.2,717.38 2706.61,724.52 2697.27,726.637C2683.9,728.581 2676.61,720.482 2676.61,710.766C2676.61,708.541 2677.03,706.336 2677.85,704.269L2668.11,700.4Z"
style="fill: rgb(46, 46, 46)"
/>
</g>
</g>
</g>
<g id="R" transform="matrix(0.497016,0,0,0.497016,2390.38,823.152)">
<g transform="matrix(1,0,0,1,-0.10786,0.450801)">
<g transform="matrix(12.1247,0,0,12.1247,3862.61,1929.9)">
<path
d="M0.073,-0L0.073,-0.7L0.383,-0.7C0.428,-0.7 0.469,-0.69 0.506,-0.67C0.543,-0.651 0.572,-0.623 0.594,-0.588C0.616,-0.553 0.627,-0.512 0.627,-0.465C0.627,-0.418 0.615,-0.377 0.592,-0.342C0.569,-0.306 0.539,-0.279 0.501,-0.259L0.57,-0.128C0.574,-0.12 0.579,-0.115 0.584,-0.111C0.59,-0.107 0.596,-0.106 0.605,-0.106L0.664,-0.106L0.664,-0L0.587,-0C0.56,-0 0.535,-0.007 0.514,-0.02C0.493,-0.034 0.476,-0.052 0.463,-0.075L0.381,-0.232C0.375,-0.231 0.368,-0.231 0.361,-0.231C0.354,-0.231 0.347,-0.231 0.34,-0.231L0.192,-0.231L0.192,-0L0.073,-0ZM0.192,-0.336L0.368,-0.336C0.394,-0.336 0.417,-0.341 0.438,-0.351C0.459,-0.361 0.476,-0.376 0.489,-0.396C0.501,-0.415 0.507,-0.438 0.507,-0.465C0.507,-0.492 0.501,-0.516 0.488,-0.535C0.475,-0.554 0.459,-0.569 0.438,-0.579C0.417,-0.59 0.394,-0.595 0.369,-0.595L0.192,-0.595L0.192,-0.336Z"
style="fill: rgb(46, 46, 46); fill-rule: nonzero"
/>
</g>
</g>
<g transform="matrix(1,0,0,1,0.278569,0.101881)">
<circle
cx="3866.43"
cy="1926.14"
r="8.923"
style="
fill: none;
stroke: rgb(46, 46, 46);
stroke-width: 2px;
stroke-linecap: butt;
stroke-linejoin: miter;
"
/>
</g>
</g>
</g>
</g>
</g>
</svg>
</a>
<h1>
<!-- English -->
<span class="lang">Congratulations!</span>
<!-- Japanese -->
<span class="lang">おめでとう!</span>
<!-- Spanish -->
<span class="lang">Felicidades!</span>
<!-- Chinese -->
<span class="lang">恭喜!</span>
<!-- Hindi -->
<span class="lang">बधाई हो!</span>
<!-- Russian -->
<span class="lang">Поздравляю!</span>
<!-- Ukrainian -->
<span class="lang">Вітаю!</span>
<!-- Dutch -->
<span class="lang">Gefeliciteerd!</span>
<!-- German -->
<span class="lang">Glückwunsch!</span>
<span class="emoji">🎊</span>
</h1>
<p>Your web server is working. Now make it work for you. 💪</p>
<p>Caddy is ready to serve your site over HTTPS:</p>
<ol>
<li>Point your domain's A/AAAA DNS records at this machine.</li>
<li>Upload your site's files to <code>/var/www/html</code>.</li>
<li>
Edit your Caddyfile at <code>/etc/caddy/Caddyfile</code>:
<ol>
<li>Replace <code>:80</code> with your domain name</li>
<li>Change the site root to <code>/var/www/html</code></li>
</ol>
</li>
<li>Reload the configuration: <code>systemctl reload caddy</code></li>
<li>Visit your site!</li>
</ol>
<h2>If that worked 🥳</h2>
<p>Awesome! You won't have to look at this slanted page anymore.</p>
<p>
Remember, Caddy can do a lot more than serve static files. It's also a powerful reverse
proxy and application platform. You can use the Caddyfile to enable any other features you
need. Or you could use Caddy's API to configure it programmatically.
</p>
<p>
Everything you need to know is either in the
<a href="https://caddyserver.com/docs/">📖 Caddy documentation</a> or the manual for your
OS/platform. Have fun!
</p>
<h2>If that didn't work 😶</h2>
<p>It's okay, you can fix it! First check the following things:</p>
<ul>
<li>Service status: <code>systemctl status caddy</code></li>
<li>Logs: <code>journalctl --no-pager -u caddy</code></li>
<li>
Are your site's files readable by the caddy user and group?
<code>ls -la /var/www/html</code>
</li>
<li>Is the caddy home directory writeable? <code>ls -la /var/lib/caddy</code></li>
<li>
Ensure your domain's A and/or AAAA records point to your machine's public IP address:
<code>dig example.com</code>
</li>
<li>
Are your ports 80 and 443 externally reachable, and is Caddy able to bind to them? Check
your firewalls, port forwarding, and other network configuration.
</li>
</ul>
<p>
<b class="warn">WAIT!</b> Before trying again, switch to
<a href="https://letsencrypt.org/docs/staging-environment/"
>Let's Encrypt's staging environment</a
>
to avoid being accidentally
<a href="https://letsencrypt.org/docs/rate-limits/">rate limited</a>. Once you get
everything else working, it's safe to switch back.
</p>
<p>
Depending on your DNS provider, it may take a while for the DNS records to propagate. Even
when everything is configured properly, automated challenges to obtain TLS certificates
usually take several seconds, but may take up to several minutes or hours.
</p>
<p>
If you still need help, we have a <a href="https://caddy.community/">great community</a>!
First <a href="https://caddy.community/search">try a search</a>, and if your question is
original, go ahead and ask it! Remember to pay it forward and help others too. 😁
</p>
<p>
Visit Caddy on:
<b><a href="https://github.com/caddyserver/caddy" title="Caddy on GitHub">GitHub</a></b>
or
<b
><a href="https://twitter.com/caddyserver" title="@caddyserver on Twitter"
>Twitter</a
></b
>
or
<b><a href="https://caddy.community/" title="Caddy forums">Our Forum</a></b>
</p>
</div>
</div>
<footer>
&copy; Copyright The Caddy Authors
<div id="disclaimer">
The Caddy project is not responsible for the content, disposition, or behavior of this Web
property, which is independently owned and maintained. For inquiries, please contact the
site owner or hosting provider.
</div>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

7214
static/litespeed/bootstrap.min.css vendored Normal file

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

475
static/litespeed/custom.css Normal file
View file

@ -0,0 +1,475 @@
h1 {
margin: .67em 0;
font-size: 3em;
color: #888;
}
h1,h2,h3,h4,h5,h6 {
text-align: center;
}
a {
color: #666699;
text-decoration: none;
}
a:focus,a:hover {
color: #333333;
}
/*a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}*/
ul {
margin: 0px;
padding: 0px;
}
.text-center {
text-align: center;
color: #888;
/* [disabled]vertical-align: bottom; */
}
.container {
padding-right: 0px;
padding-left: 0px;
margin-right: auto;
margin-left: auto;
overflow-x: hidden;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
.container {
width: auto
}
}
.row {
margin-right: -10px;
margin-left: -10px;
min-height: 50px;
display: inherit;
padding-left: 5px;
padding-right: 5px;
/* [disabled]alignment-adjust: middle; */
}
.nav>li>a:focus,.nav>li>a:hover {
text-decoration: none;
background-color: rgba(0,0,0,0.25);
color: #FFF;
}
.navbar {
position: fixed;
min-height: 50px;
margin-bottom: 20px;
border: 1px transparent #f8f8ff;
background-color: rgba(230,230,230,0.8);
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav>li {
float: left;
}
.navbar-nav>li>a {
padding-top: 15px;
padding-bottom: 15px;
color: #669;
}
}
.navbar-right {
float: right!important;
margin-right: 50px;
}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
position: relative;
min-height: 50px;
padding-right: 15px;
padding-left: 15px;
}
.col-sm-2 {
width: 15%;
}
.col-md-4 {
width: 25%;
min-width: 250px;
}
.col-md-3 {
width: 20%;
}
.col-md-2 {
width: 18%;
}
.col-md-offset-1 {
margin-left: 5%;
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
position: relative;
min-height: 500px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-5ths {
width: 15%;
float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
width: 15%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-5ths {
width: 15%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-5ths {
width: 15%;
float: left;
}
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px
}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
background-color: #36C;
}
.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.btn-primary {
color: #fff;
background-color: #666699;
border-color: #666699;
}
.btn-primary.focus,.btn-primary:focus {
color: #fff;
background-color: #666699;
border-color: #666699;
}
.btn-primary:hover {
color: #fff;
background-color: #6666CC;
border-color: #6666CC;
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
color: #fff;
background-color: #6666CC;
border-color: #6666CC;
}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
color: #fff;
background-color: #666699;
border-color: #122b40;
}
.btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-warning {
margin-bottom: 25px;
}
.container .jumbotron,.container-fluid .jumbotron {
padding-right: 15px;
padding-left: 15px;
/* [disabled]border-radius:6px; */
}
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: #FFF;
background-color: #3f3664;
}
.jumbotron .h1,.jumbotron h1 {
/* color: #FFF;*/
}
.jumbotron p {
margin-bottom: 15px;
font-size: 24px;
font-weight: 200;
text-align: center;
}
.img-size {
width:40%;
}
.modalDialog {
position: fixed;
/* font-family: "Open Sans", "Adobe Garamond Pro";*/
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.8);
color:#333;
z-index: 99999;
opacity: 0;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
pointer-events: none;
/* [disabled]padding-left: 50px; */
/* [disabled]padding-right: 50px; */
}
.modalDialog:target {
opacity: 1;
pointer-events: auto;
}
.modalDialog > div {
width: 720px;
position: relative;
margin: 10% auto;
padding: 5px 20px 13px 20px;
border-radius: 5px;
background: #fff;
/* [disabled]background: -moz-linear-gradient(#fff, #999); */
/* [disabled]background: -webkit-linear-gradient(#fff, #999); */
/* [disabled]background: -o-linear-gradient(#fff, #999); */
}
.modalDialog .close {
color: #666666;
font-size:18px;
/* line-height: inherit; */
position: absolute;
right: 5px;
text-align: center;
/* top: 0px; */
width: 24px;
/* text-decoration: none; */
/* -webkit-border-radius: 5px; */
-moz-border-radius: 5px;
-moz-box-shadow: 1px 1px 3px #000;
/* -webkit-box-shadow: 1px 1px 3px #000; */
}
.modalDialog .close a:focus, .modalDialog .close a:hover {
color: #FF9900;
text-decoration: none;
cursor: pointer;
opacity: 1;
cursor: pointer;
/* [disabled]filter: alpha(opacity=50); */
}
.modalDialog p {
font-size: 18px;
text-align: justify;
padding-left: 5%;
padding-right: 5%;
padding-bottom: 30px;
text-decoration: none;
}
.modalDialog a {
font-weight:600;
}
.modalDialog a:hover {
font-weight: 600;
color: #66C;
text-decoration:none;
}
.modalDialog h1 {
color:#333;
}
.list-group-item {
padding: 10px 30px;
}
a.list-group-item,button.list-group-item {
color: #669;
/* [disabled]border: 1px solid #669; */
}
a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
color: #66C;
text-decoration: none;
/* [disabled]background-color:#f5f5f5; */
}
li {
list-style:none;
}
figure {
padding: 15px 0px;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid #666699;
border-radius: 5px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
min-height: 350px;
}
.panel-body {
padding: 15px;
text-align: center;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-heading h3 {
color:#669;
}
.panel-default:hover {
background-color: #f8fbfe;
}
.panel-primary>.panel-heading {
color: #fff;
background-color: #666699;
border-color: #666699;
font-size: 24px;
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
/* [disabled]float: none; */
}
.pull-right {
float: right!important;
margin-right: 50px;
}
.centered {
position: fixed;
top: 50%;
left: 50%;
/* bring your own prefixes */
transform: translate(-50%, -50%);
}
.wrapper {
position: relative;
left: 7%;
margin-left: 0px;
}
.panel-default>.panel-heading {
background-color: transparent;
}
ul {
margin-left:0:
}
.panel-body-left {
text-align:left;
}
/* centered columns styles */
.row-centered {
text-align: center;
margin-left: 10%;
margin-right: 10%;
}
.col-centered {
display: inline-table;
float: none;
/* reset the text-align */
text-align: left;
/* inline-block space fix */
margin-right: 0px;
}
.copyright-center {
text-align: center;
padding-left: 100px;
}
/*# sourceMappingURL=bootstrap.min.css.map */

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB