Compare commits

...

No commits in common. "07e10f991c2910562a0ab7821018c0725baefbd7" and "e7cbbb8226d2d0f74d1f0b4cfa82f767f9c61785" have entirely different histories.

8 changed files with 8 additions and 34 deletions

View File

@ -1,10 +0,0 @@
Metadata-Version: 1.0
Name: Web-Light
Version: 1
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Thomas Klaehn
Author-email: tkl@blackfinn.de
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN

View File

@ -1,12 +0,0 @@
MANIFEST.in
setup.py
start-weblight
Web_Light.egg-info/PKG-INFO
Web_Light.egg-info/SOURCES.txt
Web_Light.egg-info/dependency_links.txt
Web_Light.egg-info/not-zip-safe
Web_Light.egg-info/requires.txt
Web_Light.egg-info/top_level.txt
weblight/__init__.py
weblight/__main__.py
weblight/templates/index.html

View File

@ -1 +0,0 @@

View File

@ -1 +0,0 @@

View File

@ -1 +0,0 @@
Flask

View File

@ -1 +0,0 @@
weblight

View File

@ -12,8 +12,8 @@
font-weight: 300; font-weight: 300;
font-style: normal; font-style: normal;
height: 100%; height: 100%;
color: #2A2459; color: #b6b6b6;
background: #ffffff; background: #282929;
} }
body { body {
@ -26,8 +26,8 @@
div {text-align: center;} div {text-align: center;}
.button { .button {
color: #2A2459; color: #b6b6b6;
background-color: #c2d100; background-color: #3d5f69;
padding: 10px; padding: 10px;
margin: 10px 0; margin: 10px 0;
border: none; border: none;

View File

@ -12,8 +12,8 @@
font-weight: 300; font-weight: 300;
font-style: normal; font-style: normal;
height: 100%; height: 100%;
color: #2A2459; color: #b6b6b6;
background: #ffffff; background: #282929;
} }
body { body {
@ -26,8 +26,8 @@
div {text-align: center;} div {text-align: center;}
.button { .button {
color: #2A2459; color: #b6b6b6;
background-color: #c2d100; background-color: #3d5f69;
padding: 10px; padding: 10px;
margin: 10px 0; margin: 10px 0;
border: none; border: none;