Compare commits
No commits in common. "07e10f991c2910562a0ab7821018c0725baefbd7" and "e7cbbb8226d2d0f74d1f0b4cfa82f767f9c61785" have entirely different histories.
07e10f991c
...
e7cbbb8226
@ -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
|
|
@ -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
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
Flask
|
|
@ -1 +0,0 @@
|
|||||||
weblight
|
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user