diff --git a/.jshintrc b/.jshintrc index 7fddfde..2d1e301 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,30 +1,41 @@ { - "node": true, - "esnext": true, - "bitwise": true, - "camelcase": true, - "curly": true, - "eqeqeq": true, - "immed": true, - "indent": 2, - "latedef": true, - "newcap": true, - "noarg": true, - "quotmark": "single", - "regexp": true, - "undef": true, - "unused": true, - "strict": true, - "trailing": true, - "smarttabs": true, - "white": true, - "validthis": true, - "browser" : true, - "jquery":true, - - "globals": { - - "angular": false - - } + "predef": [ + "Promise" + ], + "node": true, + "browser": false, + "boss": true, + "curly": true, + "debug": false, + "devel": true, + "eqeqeq": true, + "evil": true, + "forin": false, + "immed": false, + "laxbreak": false, + "newcap": true, + "noarg": true, + "noempty": false, + "nonew": false, + "nomen": false, + "onevar": false, + "plusplus": false, + "regexp": false, + "undef": true, + "sub": true, + "strict": false, + "white": false, + "eqnull": true, + "esnext": true, + "unused": true, + "supernew": true, + "globals": { + "$": false, + "EJS": false, + "MicroEvent": false, + "express":false, + "http":false, + "request":false, + "cheerio":false + } } diff --git a/app/css/app.css b/app/css/app.css index bfd83b1..d04012f 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -162,13 +162,81 @@ buttons { padding: 6px 0px; } #sidedrawer .entry { - padding-bottom: 5px; - border-bottom:1px solid #e0c0e0; - padding-right: 16px; + padding: 7px; + + cursor:pointer; } -#sidedrawer .entry:after { +/*#sidedrawer .entry:after { font-family:Linearicons-Free;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; float:right; content:"\e87a" +}*/ + + + +#footer, .mui-appbar { + background-color: #62849C; } + + +a.tag{ + float:left; + margin-right:8px; + padding:2px 7px 3px 19px; + font:700 .7em "lucida grande", helvetica, arial, sans-serif; + color:#3d5295; + text-decoration:none; + text-shadow:0 1px 0 rgba(255,255,255,.5); + border-radius:0 .4em .4em 0; + background: + -moz-linear-gradient( + -45deg, + transparent 50%, + #d0daf7 50% + ), + -moz-linear-gradient( + 45deg, + transparent 50%, + #d0daf7 50% + ), + -moz-linear-gradient( + #d0daf7, + #d0daf7 + ); + background: + -webkit-gradient( + linear, + 0 0, 100% 100%, + color-stop(.5,transparent), + color-stop(.5,#d0daf7) + ), + -webkit-gradient( + linear, + 0 100%, 100% 0, + color-stop(.5,transparent), + color-stop(.5,#d0daf7) + ), + -webkit-gradient( + linear, + 0 0, 100% 0, + from(#d0daf7), + to(#d0daf7) + ); + background-repeat:no-repeat; + background-position:0 0, 0 100%, 10px 0; + background-size:10px 53%, 10px 50%, 100% 100%; + -moz-padding-start:14px; + -webkit-mask-image:-webkit-gradient( + radial, + 11 50%, 2.9, 11 50%, 3, + from(transparent), + to(rgba(0,0,0,1)) + )} +a.tag:hover { + opacity:.8} + + +#bodyContents > li { + display: list-item; + } diff --git a/app/css/md.css b/app/css/md.css index 823b88d..df8cfe2 100644 --- a/app/css/md.css +++ b/app/css/md.css @@ -1,7 +1,14 @@ body { font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial; } -ul { + +li { + + margin-left: 15px; + +} + +/*ul { margin: 0; padding: 0; } @@ -10,7 +17,7 @@ li { display: inline; margin: 0; padding: 0 4px 0 0; -} +}*/ .dates { padding: 2px; @@ -50,4 +57,4 @@ font-size:20px; .fnRefresh { -} \ No newline at end of file +} diff --git a/app/index.html b/app/index.html index 1328e6e..dc760ae 100644 --- a/app/index.html +++ b/app/index.html @@ -1,67 +1,119 @@
- - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +