From 92c36e17f0f172398e8110606e0b65f8569cff78 Mon Sep 17 00:00:00 2001 From: Karl Hudgell Date: Sat, 12 Mar 2016 17:16:06 +0000 Subject: [PATCH] coming widget --- css/black.css | 5 ++++ css/blue.css | 4 ++++ css/custom.php | 9 ++++++++ css/red.css | 4 ++++ css/static.php | 24 ++++++++++++++++++++ css/white.css | 5 ++++ feeds/SickBeard.php | 15 +++--------- feeds/SickBeard_2.php | 53 +++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 107 insertions(+), 12 deletions(-) create mode 100644 feeds/SickBeard_2.php diff --git a/css/black.css b/css/black.css index 60fa878..931d8c2 100644 --- a/css/black.css +++ b/css/black.css @@ -4,6 +4,11 @@ color: white; } +iframe { + background: black; /* this is just to make the frames easier to see */ +} + + #style{ position: absolute; top: 0; diff --git a/css/blue.css b/css/blue.css index 762fa97..6e83508 100644 --- a/css/blue.css +++ b/css/blue.css @@ -5,6 +5,10 @@ } +iframe { + background: #021AB0; /* this is just to make the frames easier to see */ +} + #style{ position: absolute; top: 0; diff --git a/css/custom.php b/css/custom.php index aae8626..4532d18 100644 --- a/css/custom.php +++ b/css/custom.php @@ -13,6 +13,11 @@ background-color: ; color: white; #000000; } +#statswidget{ +background-color: ; +color: white; #000000; +} + #maincontent{ position: fixed; top: 40px; /*Set top value to HeightOfTopFrameDiv*/ @@ -126,5 +131,9 @@ div.head { font-size: 16pt; color: white; } + +iframe { + background: ; /* this is just to make the frames easier to see */ +} \ No newline at end of file diff --git a/css/red.css b/css/red.css index a3c6284..726dffd 100644 --- a/css/red.css +++ b/css/red.css @@ -4,6 +4,10 @@ color: white; } +iframe { + background: red; /* this is just to make the frames easier to see */ +} + #style{ position: absolute; top: 0; diff --git a/css/static.php b/css/static.php index 3a47c36..3c41819 100644 --- a/css/static.php +++ b/css/static.php @@ -18,5 +18,29 @@ tr { background-color:; color: ; background-color: ; } + + +li{ + list-style:none; + color: white ; + padding-left: 0pt; + margin-top:0px; +-webkit-background-size: cover; +-moz-background-size: cover; +-o-background-size: cover; +background-size: 80px 60px; +height: 60px; + } + +ul { + padding-left: 0px; + padding-top: 0px; +} + +iframe { + margin: none; + padding: none; + border: none; +} diff --git a/css/white.css b/css/white.css index e1c430d..ea82a97 100644 --- a/css/white.css +++ b/css/white.css @@ -4,6 +4,11 @@ color: white; } +iframe { + background: white; /* this is just to make the frames easier to see */ +} + + #style{ position: absolute; top: 0; diff --git a/feeds/SickBeard.php b/feeds/SickBeard.php index 0bcf0a5..7ebb04a 100644 --- a/feeds/SickBeard.php +++ b/feeds/SickBeard.php @@ -1,5 +1,6 @@ + + + + + + + +