| remove old styles - seedlinux - Torrent indexing tool opensource torrents with … | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 03650f271af89abb7c87ee8ce0deaead2a0ea60f | |
| parent 9b0b437531dbcc12247e0dd39bb1b302647fd90a | |
| Author: Jay Scott <[email protected]> | |
| Date: Mon, 26 Jun 2017 00:05:09 +0100 | |
| remove old styles | |
| Diffstat: | |
| M public/stylesheets/style.css | 109 -----------------------------… | |
| M views/layout.pug | 1 + | |
| 2 files changed, 1 insertion(+), 109 deletions(-) | |
| --- | |
| diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css | |
| @@ -1,109 +0,0 @@ | |
| -body { | |
| - font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Ar… | |
| -} | |
| -.logo { | |
| - | |
| -} | |
| -.logo img { | |
| - width:120px; | |
| -} | |
| -.container { | |
| - padding-top:50px; | |
| - max-width: 968px; | |
| -} | |
| -.section { | |
| - margin-top:40px; | |
| - border: 1px solid #efefef; | |
| - border-radius: 5px; | |
| -} | |
| -.status-header { | |
| - padding: 40px 40px 80px 40px; | |
| -} | |
| -.status-header .indicator { | |
| - display: inline-block; | |
| - width: 15px; | |
| - height: 15px; | |
| - border-radius: 100%; | |
| - margin-right: 20px; | |
| - background: #17d766; | |
| - background: -moz-linear-gradient(top, #17d766 0%, #17d766 50%, #16cf62 51%,… | |
| - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1… | |
| - background: -webkit-linear-gradient(top, #17d766 0%,#17d766 50%,#16cf62 51%… | |
| - background: -ms-linear-gradient(top, #17d766 0%,#17d766 50%,#16cf62 51%,#16… | |
| - background: linear-gradient(to bottom, #17d766 0%,#17d766 50%,#16cf62 51%,#… | |
| - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17d766',… | |
| - opacity: 0.8; | |
| - filter:alpha(opacity=80); | |
| -} | |
| -.status-header .title { | |
| - display: inline-block; | |
| -} | |
| -.status-header .subtitle { | |
| - display: block; | |
| - margin-left: 35px; | |
| -} | |
| -.status-uptime { | |
| - border-top: 1px solid #efefef; | |
| - border-bottom: 1px solid #efefef; | |
| - padding: 15px 95px 0 95px; | |
| - margin: 0 -20px -20px -20px; | |
| -} | |
| -.status-uptime .title { | |
| - display: inline-block; | |
| - font-size: 14px; | |
| - color: #bbb; | |
| -} | |
| -.status-uptime .uptime { | |
| - display: inline-block; | |
| - margin-left: 60px; | |
| - font-size: 14px; | |
| - color: #bbb; | |
| -} | |
| -.status-list { | |
| - padding:95px; | |
| -} | |
| -.status-list .label { | |
| - font-size: 16px; | |
| - font-weight: bold; | |
| -} | |
| -.status-list .amount { | |
| - font-size: 16px; | |
| - font-weight: bold; | |
| - color: #bbb; | |
| -} | |
| -.status-tweets { | |
| -} | |
| -.status-tweets .twitter { | |
| - padding: 0 15px 15px 15px; | |
| - margin: -20px -20px 50px -20px; | |
| - border-bottom: 1px solid #efefef; | |
| -} | |
| -.status-tweets .icon { | |
| - display: inline-block; | |
| - padding-left:20px; | |
| - color: #11bff2; | |
| -} | |
| -.status-tweets .username { | |
| - display: inline-block; | |
| - padding-left: 30px; | |
| -} | |
| -.status-tweets .updates { | |
| - padding: 0 40px 40px 40px; | |
| -} | |
| -.status-tweets .update { | |
| - padding-top: 40px; | |
| -} | |
| -.status-tweets .update .timestamp { | |
| - font-weight: bold; | |
| - color: #bbb; | |
| -} | |
| -.status-tweets .updates .event { | |
| - font-size: 16px; | |
| - line-height: 1.6; | |
| -} | |
| -.status-footer { | |
| - padding-left: 20px; | |
| -} | |
| -.status-footer a { | |
| - padding: 0 10px; | |
| -} | |
| diff --git a/views/layout.pug b/views/layout.pug | |
| @@ -7,6 +7,7 @@ html | |
| title= title | |
| link(rel='stylesheet', href='https://cdnjs.cloudflare.com/ajax/libs/bulma/… | |
| link(rel='stylesheet', href='https://maxcdn.bootstrapcdn.com/font-awesome/… | |
| + link(rel='stylesheet', href='/stylesheets/style.css') | |
| body | |
| section.hero | |
| .hero-head |