From 7c8ffd449ab7365cbe6e135f1a0a0de122d00e9e Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 29 Aug 2016 23:07:21 -0400 Subject: Changed navbar --- css/NameGenerator.css | 9 +++++++++ css/cellularautomata.css | 14 ++++++++++++++ css/style.css | 4 ++-- 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 css/NameGenerator.css create mode 100644 css/cellularautomata.css (limited to 'css') 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 +} -- cgit v1.2.3