summaryrefslogtreecommitdiff
path: root/public/assets/css/bucky.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/css/bucky.css')
-rw-r--r--public/assets/css/bucky.css48
1 files changed, 47 insertions, 1 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css
index 1f36a35..0db5a00 100644
--- a/public/assets/css/bucky.css
+++ b/public/assets/css/bucky.css
@@ -23,6 +23,7 @@ button {
padding: 2px;
margin: 3px;
background-color: #c8d0dc;
+ text-transform: uppercase;
}
.desktop button:hover {
color: #040a0a;
@@ -41,7 +42,7 @@ button {
text-align: center;
border: 2px solid #201010;
padding: 3px;
- margin: 0;
+ margin: 0 0 5px 0;
}
hr {
border-color: #000;
@@ -50,3 +51,48 @@ hr {
#sidebar {
width: 300px;
}
+
+#hootbox.bluebox {
+ padding: 0;
+}
+#hootbox form {
+ padding: 4px;
+}
+#hootbox input[type=text] {
+ border: 2px solid #000;
+ font-size: 13px;
+ position: relative;
+ top: 2px;
+ margin-bottom: 5px;
+ width: 230px;
+}
+#hootbox button {
+ width: 36px;
+}
+#hoots {
+ margin: 0;
+ padding: 0;
+ border-spacing: 0;
+}
+#hoots tr {
+ margin: 0;
+ padding: 0;
+}
+#hoots td {
+ margin: 0;
+ padding: 0;
+ border-top: 2px solid #000;
+}
+#hoots td:nth-child(1){
+ border-right: 2px solid #000;
+ width: 40px;
+ height: 40px;
+ background-size: cover;
+ background-position: center center;
+}
+#hoots td:nth-child(2){
+ text-align: left;
+ padding: 5px;
+}
+#hoots tr:nth-child(odd) td:nth-child(2) { background-color: #f3f1f2; }
+#hoots tr:nth-child(even) td:nth-child(2) { background-color: #e3e8e3; }