summaryrefslogtreecommitdiff
path: root/options.css
diff options
context:
space:
mode:
Diffstat (limited to 'options.css')
-rw-r--r--options.css84
1 files changed, 0 insertions, 84 deletions
diff --git a/options.css b/options.css
deleted file mode 100644
index 2cb09b9..0000000
--- a/options.css
+++ /dev/null
@@ -1,84 +0,0 @@
-body {
- color: #222;
- background-color: #222;
- font-family: 'Lato', sans-serif;
- padding: 0em;
- margin: 0em;
-
- -webkit-user-select: none;
- user-select: none;
-}
-
-div#container {
- width: 20em;
- height: 11.2em;
- padding: 1em;
- margin: auto;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
-
- background-color: #ddd;
- border-radius: 1em;
-}
-
-h1 {
- font-size: 1.6em;
- text-align: center;
- padding: 0em;
- margin: 0em;
-}
-
-div.section {
- margin: 1em;
-}
-
-div.section p {
- margin: 0.2em 0em;
-}
-
-div.section p.option {
- margin-left: 1em;
-}
-
-div.button {
- text-align: center;
-}
-
-button {
- color: #ddd;
- background-color: #222;
- font-family: inherit;
- font-size: inherit;
- font-weight: bold;
- padding: 1em;
- border: 0em;
- border-radius: 1em;
-}
-
-button:hover {
- background-color: #130;
-}
-
-button:focus {
- outline: 0em;
-}
-
-div#status {
- width: 20em;
- height: 1em;
- padding: 1em;
- margin: auto;
- position: absolute;
- top: 18.4em;
- right: 0;
- bottom: 0;
- left: 0;
-
- visibility: hidden;
- color: #fff;
- background-color: #390;
- border-radius: 1em;
-}