Compare commits
No commits in common. "e7cbbb8226d2d0f74d1f0b4cfa82f767f9c61785" and "07e10f991c2910562a0ab7821018c0725baefbd7" have entirely different histories.
e7cbbb8226
...
07e10f991c
10
Web_Light.egg-info/PKG-INFO
Normal file
10
Web_Light.egg-info/PKG-INFO
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
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
|
12
Web_Light.egg-info/SOURCES.txt
Normal file
12
Web_Light.egg-info/SOURCES.txt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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
Web_Light.egg-info/dependency_links.txt
Normal file
1
Web_Light.egg-info/dependency_links.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
Web_Light.egg-info/not-zip-safe
Normal file
1
Web_Light.egg-info/not-zip-safe
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
Web_Light.egg-info/requires.txt
Normal file
1
Web_Light.egg-info/requires.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
Flask
|
1
Web_Light.egg-info/top_level.txt
Normal file
1
Web_Light.egg-info/top_level.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
weblight
|
@ -12,8 +12,8 @@
|
|||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
color: #b6b6b6;
|
color: #2A2459;
|
||||||
background: #282929;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -26,8 +26,8 @@
|
|||||||
div {text-align: center;}
|
div {text-align: center;}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
color: #b6b6b6;
|
color: #2A2459;
|
||||||
background-color: #3d5f69;
|
background-color: #c2d100;
|
||||||
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: #b6b6b6;
|
color: #2A2459;
|
||||||
background: #282929;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -26,8 +26,8 @@
|
|||||||
div {text-align: center;}
|
div {text-align: center;}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
color: #b6b6b6;
|
color: #2A2459;
|
||||||
background-color: #3d5f69;
|
background-color: #c2d100;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
border: none;
|
border: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user