summaryrefslogtreecommitdiffstats
path: root/basicsuite/webengine/content/rubiks/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/webengine/content/rubiks/css/style.css')
-rw-r--r--basicsuite/webengine/content/rubiks/css/style.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/basicsuite/webengine/content/rubiks/css/style.css b/basicsuite/webengine/content/rubiks/css/style.css
deleted file mode 100644
index a636bb0..0000000
--- a/basicsuite/webengine/content/rubiks/css/style.css
+++ /dev/null
@@ -1,36 +0,0 @@
-html, body {
- height: 100%;
- margin: 0px;
-}
-
-body {
- background-color: #000;
- color: white;
- text-shadow: 0px 1px 1px black;
- text-align: center;
- font-family: sans-serif;
-}
-
-h1 {
- text-align: center;
- margin-top: 0px;
- padding-top: 1em;
-}
-
-footer {
- position: fixed;
- text-align: center;
- width: 100%;
- left: 0px;
- bottom: 3px;
- font-size: 90%;
-}
-
-a {
- color: white;
-}
-
-.face {
- border: 2px solid black;
- border-radius: 10px;
-}