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.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css
index 1dadaf0..e0c5be0 100644
--- a/public/assets/css/bucky.css
+++ b/public/assets/css/bucky.css
@@ -82,6 +82,21 @@ h1 {
margin-top: 2px;
margin-bottom: 4px;
}
+.bluebox.alert {
+ display: none;
+ background-color: #ff6666;
+}
+.bluebox.alert a {
+ font-family: georgia, garamond, serif;
+ font-weight: bold;
+ color: #000;
+ display: block;
+ padding: 10px;
+ font-size: 12px;
+}
+.desktop .bluebox.alert a:hover {
+ color: #000;
+}
a.headline:link,
a.headline:visited { color: #111; text-decoration: none; }
a.headline h1 { text-decoration: none; }
@@ -835,6 +850,10 @@ pre br {
#messages {
width: 100%;
}
+#messages .unread {
+ font-weight: bold;
+ text-decoration: underline;
+}
#messages tr td:nth-child(1) {
text-align: right;
padding-right: 3px;