summaryrefslogtreecommitdiff
path: root/public/assets/css/bucky.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-03 18:31:54 -0400
committerJules Laplace <jules@okfoc.us>2015-09-03 18:31:54 -0400
commitdf4892fb2b7abdbdc59ae7f9a7048b3fee1f9a07 (patch)
tree02e61e3e40caa79de43e4d19ecf25c0c1c7fb304 /public/assets/css/bucky.css
parentc4f8d3508367de71f708825ccba48096f3490f1f (diff)
starting to write apis
Diffstat (limited to 'public/assets/css/bucky.css')
-rw-r--r--public/assets/css/bucky.css24
1 files changed, 21 insertions, 3 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css
index 6d299b1..1f36a35 100644
--- a/public/assets/css/bucky.css
+++ b/public/assets/css/bucky.css
@@ -29,6 +29,24 @@ button {
background-color: #d8ece0;
}
-#login {
-
-} \ No newline at end of file
+
+.head a:link { color: #000;}
+.head a:visited { color: #000;}
+.head a:active { color: #000;}
+.head a:hover { color: #558;}
+
+.bluebox {
+ background-color: #d8e0ec;
+ color: #000000;
+ text-align: center;
+ border: 2px solid #201010;
+ padding: 3px;
+ margin: 0;
+}
+hr {
+ border-color: #000;
+}
+
+#sidebar {
+ width: 300px;
+}