diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-03-11 01:29:13 -0800 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-03-11 01:29:13 -0800 |
| commit | 3d0d3a86106ece4ea298ab2f262b3af5ff8a7728 (patch) | |
| tree | b75b297d980f5b061595cea8b29fe42503907684 /dash/css/notif.css | |
| parent | a44a0e047a7582fe7e31743e1b03a17cf2987f73 (diff) | |
| download | bulletin-3d0d3a86106ece4ea298ab2f262b3af5ff8a7728.tar.gz | |
Almost there...
Diffstat (limited to 'dash/css/notif.css')
| -rw-r--r-- | dash/css/notif.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dash/css/notif.css b/dash/css/notif.css new file mode 100644 index 0000000..1e71824 --- /dev/null +++ b/dash/css/notif.css @@ -0,0 +1,30 @@ +#newsbody a { + text-decoration: none; + color: #000000; +} +#newsbody p { + display: block; + height: 16px; + font-size: 12pt; + padding: 16px 0; + margin: 0; +} +#newsbody p.unseen { + background-color: #ffffff; + font-weight: bold; +} +#newsbody p.seen { + background-color: #eeeeee; + box-shadow: 0px 0px 1px rgba(0,0,0,0.75); +} +#newsbody p.icon { + background-repeat: no-repeat; + background-size: 32px 32px; + background-position: 8px 8px; +} +#newsbody p.iconhired { + background-image: url('../img/check_blank.png'); +} +#newsbody p.iconapplied { + background-image: url('../img/star_empty.png'); +} |
