remove old styles - seedlinux - Torrent indexing tool opensource torrents with share ratio's etc.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 03650f271af89abb7c87ee8ce0deaead2a0ea60f
(DIR) parent 9b0b437531dbcc12247e0dd39bb1b302647fd90a
(HTM) Author: Jay Scott <jay@jayscott.co.uk>
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(-)
---
(DIR) 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,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
-}
-.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%, #16cf62 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#17d766), color-stop(50%,#17d766), color-stop(51%,#16cf62), color-stop(100%,#16cf62));
- background: -webkit-linear-gradient(top, #17d766 0%,#17d766 50%,#16cf62 51%,#16cf62 100%);
- background: -ms-linear-gradient(top, #17d766 0%,#17d766 50%,#16cf62 51%,#16cf62 100%);
- background: linear-gradient(to bottom, #17d766 0%,#17d766 50%,#16cf62 51%,#16cf62 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17d766', endColorsGradientType=0);
- 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;
-}
(DIR) 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/0.1.0/css/bulma.min.css')
link(rel='stylesheet', href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css')
+ link(rel='stylesheet', href='/stylesheets/style.css')
body
section.hero
.hero-head