summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/NameGenerator.css9
-rw-r--r--css/cellularautomata.css14
-rw-r--r--css/style.css4
3 files changed, 25 insertions, 2 deletions
diff --git a/css/NameGenerator.css b/css/NameGenerator.css
new file mode 100644
index 0000000..96c2252
--- /dev/null
+++ b/css/NameGenerator.css
@@ -0,0 +1,9 @@
+#loading
+{
+ font-size: 20px;
+}
+button:active
+{
+ background-color: #ff0000;
+ color:#ff0000;
+}
diff --git a/css/cellularautomata.css b/css/cellularautomata.css
new file mode 100644
index 0000000..814c0e7
--- /dev/null
+++ b/css/cellularautomata.css
@@ -0,0 +1,14 @@
+#start
+{
+ font-family: monospace;
+}
+
+#error
+{
+ color: red;
+}
+
+button:active
+{
+ background-color: #ff0000;
+}
diff --git a/css/style.css b/css/style.css
index 047f5c9..17d4d3b 100644
--- a/css/style.css
+++ b/css/style.css
@@ -9,7 +9,7 @@ footer
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
-
+
background: #f9f9f9;
}
.header_link:hover
@@ -21,4 +21,4 @@ footer
body
{
margin: 10px;
-} \ No newline at end of file
+}