summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-08-07 21:50:25 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-08-07 21:50:25 +0200
commit9d0475892354be33fa250b33ff0fc858aedb957a (patch)
treeb9ff7a4a6ea229c7301d17b2672e0311963a267f /src/global
parent4bd5a25fd5a503874320d0e78538ed78ce56640b (diff)
Removes obsolete style files.
Diffstat (limited to 'src/global')
-rw-r--r--src/global/www/style.css37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/global/www/style.css b/src/global/www/style.css
deleted file mode 100644
index b826d1f..0000000
--- a/src/global/www/style.css
+++ /dev/null
@@ -1,37 +0,0 @@
-* {
- margin: 0;
- padding: 0; }
-
-html, body, .fullscreen-module {
- min-width: 800px;
- min-height: 600px;
- background-color: #6C5D53;
- position: absolute;
- top: 0;
- bottom: 0;
- right: 0;
- left: 0; }
-
-* {
- color: #FFEEAA;
- text-shadow: 1px 0 1px rgba(36, 31, 28, 0.5), -1px 0 1px rgba(36, 31, 28, 0.5), 0 1px 1px rgba(36, 31, 28, 0.5), 0 -1px 1px rgba(36, 31, 28, 0.5); }
-
-button {
- background-color: #917C6F;
- border-radius: 5px;
- border: 1px solid #483E37;
- border-bottom-width: 3px;
- margin: 0.1em;
- padding: 0.2em;
- transition: background-color 0.3s ease-out; }
-
-button:hover {
- cursor: pointer;
- background-color: #AC9D93; }
-
-button:active {
- background-color: #C8BEB7; }
-
-.clickable {
- cursor: pointer;
- touch-action: manipulation; }