Desktop notifications.

This commit is contained in:
Kerrick Long
2011-07-18 21:38:55 -05:00
parent 9f69db4273
commit ea88920d06
3 changed files with 13 additions and 9 deletions
+2 -1
View File
@@ -4,7 +4,7 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb
ol,ul{list-style:none;}
/* Page Styles */
html{background:#5f99cf url(bg.gif) top center no-repeat;}
html{background:#5f99cf url(bg.gif) top center no-repeat fixed;}
body{overflow-y:scroll;-moz-border-radius:10px;-moz-box-shadow:rgba(34,34,34,.8) 0 5px 10px;-webkit-border-radius:10px;-webkit-box-shadow:rgba(34,34,34,.8) 0 5px 10px;background:#ddd;border:1px solid #fff;color:#000;line-height:1;margin:20px auto 65px;padding:15px 15px 0;width:830px;}
h1 {color: #444;text-shadow: 0px 2px 2px #fff;font:normal 100px 'Carter One', sans-serif;line-height:90px;text-indent:-10px;text-transform:uppercase;text-align:center;border-bottom:1px solid #a6a6a6;letter-spacing:-5px;margin: 0 -16px;padding: 0 0 8px;}
p a, ol a{color:#fff;text-decoration:none;border-bottom:1px solid #fff;}
@@ -24,6 +24,7 @@ div.article h2{font:24px 'Carter One', sans-serif;line-height:24px;margin:24px 0
div.article h2:first-child{margin-top:0;}
div.article p{margin:0 0 12px;}
div.article img[width="832"]{margin:0 -10px;}
div.article img.too-sharp{border-radius:3px;}
div.article ul{border-bottom:1px solid #848484;border-left:1px solid #121212;border-right:1px solid #848484;border-top:1px solid #121212;}
div.article ul li{border-bottom:1px solid #121212;border-left:1px solid #848484;border-right:1px solid #121212;border-top:1px solid #848484;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;_height:48px;height:48px;width:200px;}
div.article ul li a{background:url(icons/generic.png) 8px top no-repeat;color:#848484;display:block;font:10px Arial, Helvetica, sans-serif;line-height:6px;height:100%;text-decoration:none;padding:0 0 0 48px;width:152px;}