Ticket #11506: 0002-Inverted-all-colours-in-negative-skin.patch

File 0002-Inverted-all-colours-in-negative-skin.patch, 56.4 KB (added by mythtv@…, 11 years ago)

The actual inversion of colours. Hopefully someone will spot any I've missed.

  • skins/negative/backend_log.css

    From 4e90c263670b6a8e0214538c654799679720c7a6 Mon Sep 17 00:00:00 2001
    From: Tim Phipps <tim@phipps-hutton.freeserve.co.uk>
    Date: Wed, 24 Apr 2013 12:28:22 +0100
    Subject: [PATCH 2/2] Inverted all colours in 'negative' skin.
    
    ---
     skins/negative/backend_log.css |   22 ++---
     skins/negative/header.css      |   44 +++++-----
     skins/negative/menus.css       |    6 +-
     skins/negative/music.css       |  174 ++++++++++++++++++++--------------------
     skins/negative/programming.css |  150 +++++++++++++++++-----------------
     skins/negative/remote.css      |   62 +++++++-------
     skins/negative/settings.css    |   48 +++++------
     skins/negative/stats.css       |   14 ++--
     skins/negative/status.css      |   38 ++++-----
     skins/negative/style.css       |  110 ++++++++++++-------------
     skins/negative/tv_channel.css  |   12 +--
     skins/negative/tv_detail.css   |   78 +++++++++---------
     skins/negative/tv_list.css     |   14 ++--
     skins/negative/tv_recorded.css |   18 ++---
     skins/negative/tv_schedule.css |   14 ++--
     skins/negative/tv_search.css   |    6 +-
     skins/negative/tv_upcoming.css |   14 ++--
     skins/negative/welcome.css     |   14 ++--
     18 files changed, 419 insertions(+), 419 deletions(-)
    
    diff --git a/skins/negative/backend_log.css b/skins/negative/backend_log.css
    index b694bb6..2f5980d 100644
    a b  
    11#backend_logs {
    22    margin:             10px auto;
    3     border:             1px solid #48f;
    4     border-right:       2px solid #48f;
     3    border:             1px solid #b70;
     4    border-right:       2px solid #b70;
    55    border-collapse:    collapse;
    6     color:              white;
     6    color:              black;
    77    width:              99%;
    88}
    99
    1010#backend_logs td {
    1111    padding:        2px;
    12     border:         1px solid #48f;
    13     border-right:   1px solid #04a;
     12    border:         1px solid #b70;
     13    border-right:   1px solid #fb5;
    1414}
    1515#backend_logs th {
    1616    padding:        2px 5px;
    17     border:         1px solid #48f;
    18     border-right:   1px solid #04a;
     17    border:         1px solid #b70;
     18    border-right:   1px solid #fb5;
    1919    text-align:     left;
    2020}
    2121
    2222#backend_logs tr.header {
    23     background-color:   #134;
    24     color:              #ffb;
     23    background-color:   #ecb;
     24    color:              #004;
    2525}
    2626
    2727#backend_logs tr.odd {
    28     background-color:   #475;
     28    background-color:   #b8a;
    2929}
    3030
    3131#backend_logs tr.even {
    32     background-color:   #355;
     32    background-color:   #caa;
    3333}
  • skins/negative/header.css

    diff --git a/skins/negative/header.css b/skins/negative/header.css
    index 0ff6f6b..a83c0e4 100644
    a b  
    2020    float:              left;
    2121    margin:             0px 5px;
    2222    padding:            5px;
    23     background-color:   #347;
    24     border-top:         1px solid #8ad;
    25     border-right:       1px solid #003;
    26     border-bottom:      1px solid #000;
    27     border-left:        1px solid #79c;
     23    background-color:   #cb8;
     24    border-top:         1px solid #752;
     25    border-right:       1px solid #ffc;
     26    border-bottom:      1px solid #fff;
     27    border-left:        1px solid #863;
    2828    -moz-border-radius: 8px;
    2929    text-align:         center;
    3030    height:             48px;
    3131    width:              48px;
    3232}
    3333#sections a:hover {
    34     background-color:   #458;
     34    background-color:   #ba7;
    3535}
    3636#sections a img {
    3737    border:  none;
     
    3939}
    4040
    4141#sections a.current_section {
    42     background-color:   #164;
    43     border-top:         1px solid #7b9;
    44     border-right:       1px solid #030;
    45     border-bottom:      1px solid #000;
    46     border-left:        1px solid #6a8;
     42    background-color:   #e9b;
     43    border-top:         1px solid #846;
     44    border-right:       1px solid #fcf;
     45    border-bottom:      1px solid #fff;
     46    border-left:        1px solid #957;
    4747}
    4848#sections a.current_section:hover {
    49     background-color:   #275;
     49    background-color:   #d8a;
    5050}
    5151
    5252#tv_link {
     
    7474#help_wrapper {
    7575    height:             21px;
    7676    margin-bottom:      3px;
    77     background-color:   #247;
    78     border-top:         1px solid #013;
    79     border-right:       1px solid #79c;
    80     border-bottom:      1px solid #68b;
    81     border-left:        1px solid #002;
     77    background-color:   #db8;
     78    border-top:         1px solid #fec;
     79    border-right:       1px solid #863;
     80    border-bottom:      1px solid #974;
     81    border-left:        1px solid #ffd;
    8282    -moz-border-radius: 6px;
    8383    min-width:          225px;
    8484}
     
    9292    margin-top:         2px;
    9393    padding:            3px 5px;
    9494    height:             26px;
    95     background-color:   #247;
    96     border-top:         1px solid #013;
    97     border-right:       1px solid #79c;
    98     border-bottom:      1px solid #68b;
    99     border-left:        1px solid #002;
     95    background-color:   #db8;
     96    border-top:         1px solid #fec;
     97    border-right:       1px solid #863;
     98    border-bottom:      1px solid #974;
     99    border-left:        1px solid #ffd;
    100100    -moz-border-radius: 8px;
    101101    min-width:          225px;
    102102    white-space:        nowrap;
  • skins/negative/menus.css

    diff --git a/skins/negative/menus.css b/skins/negative/menus.css
    index d2a7e67..d749760 100644
    a b  
    99
    1010.popup dl {
    1111    min-width:          40em;
    12     color:              #dedede;
    13     background-color:   #265990;
    14     border:             2px ridge #127;
     12    color:              #212121;
     13    background-color:   #d9a66f;
     14    border:             2px ridge #ed8;
    1515    padding:            5px;
    1616}
  • skins/negative/music.css

    diff --git a/skins/negative/music.css b/skins/negative/music.css
    index bfd8a9d..2fccc5c 100644
    a b  
    11mp3act {
    22        padding: 22px;
    33        margin:0;
    4         color: #333;
     4        color: #ccc;
    55        text-align: center;
    66        font: 65% Verdana, Sans-serif;
    77}
    ul.music{ 
    1616        list-style-type: none;
    1717}
    1818a.music{
    19         color: blue;
     19        color: #ff0;
    2020}
    2121
    2222a.music:hover{
    23         /*color: #fff;
    24         background: #F21518;
     23        /*color: #000;
     24        background: #0deae7;
    2525        text-decoration: none;*/
    26         color: #F21518;
     26        color: #0deae7;
    2727}
    2828img{
    2929        border: 0;
    3030}
    3131input,select{
    32         border: 1px solid #ccc;
    33         border-color: #aaa #ccc #ccc #aaa;
    34         background: #f3f3f3;
    35         color: #555;
     32        border: 1px solid #333;
     33        border-color: #555 #333 #333 #555;
     34        background: #0c0c0c;
     35        color: #aaa;
    3636        font-size: 100%;
    3737        padding: 2px 3px;
    3838        vertical-align: middle;
    select{ 
    4747        padding: 2px 0 2px 3px;
    4848}
    4949input:focus{
    50         border: 1px solid #999;
    51         background: #FBF9D3;
    52         color: #000;
    53         border-color: #777 #bbb #bbb #777;
     50        border: 1px solid #666;
     51        background: #04064c;
     52        color: #fff;
     53        border-color: #888 #444 #444 #888;
    5454}
    5555
    5656input.btn,input.redbtn{
    57         background: #244A79;
    58         color: #fff;
     57        background: #dbb586;
     58        color: #000;
    5959        padding: 2px;
    60         border-color: #0E2F58;
     60        border-color: #f1d0a7;
    6161        font: normal 10px sans-serif;
    6262}
    6363input.redbtn{
    64         background: #F21518;
     64        background: #0deae7;
    6565}
    6666input.redbtn:hover{
    67         background: #BE0D0F;
     67        background: #41f2f0;
    6868}
    6969input.btn:hover{
    70         background: #0E2F58;
     70        background: #f1d0a7;
    7171}
    7272
    7373input.btn2{
    input.btn2{ 
    7676}
    7777
    7878input.btn2:hover{
    79         background: #eee;
    80         border-color: #888;
    81         color: #222;
     79        background: #111;
     80        border-color: #777;
     81        color: #ddd;
    8282}
    8383
    8484.left{
    input.btn2:hover{ 
    9494  clear: both;
    9595}
    9696.error{
    97         color: #E63838;
     97        color: #19c7c7;
    9898        font-weight: bold;
    9999}
    100100p#error{
    101         color: #f20000;
     101        color: #0dffff;
    102102        font-weight: bold;
    103103}
    104104#breadcrumb{
    position: relative; 
    113113}
    114114#breadcrumb ul{
    115115        z-index: 5;
    116         border: 1px solid #333;
     116        border: 1px solid #ccc;
    117117        display: none;
    118118        top:12px;
    119119        left:0;
    120120        position: absolute;
    121121        background: transparent url("./img/music/libg.png");
    122         color: #fff;
     122        color: #000;
    123123        margin:-1px 0 0 0;
    124124        padding:0;
    125125        width: 150px;
    width: 100%; 
    142142#breadcrumb ul li a{
    143143        display: block;
    144144        padding: 2px 4px;
    145         color: #fff;
     145        color: #000;
    146146        margin:0;
    147147        z-index: 5;
    148148        text-decoration: none;
    width: 100%; 
    159159
    160160}
    161161#breadcrumb ul li a:hover{
    162         background: #FCF7A5;
    163         color: #000;
     162        background: #03085a;
     163        color: #fff;
    164164}
    165165#breadcrumb ul#letters li a:hover{
    166         background: #FCF7A5;
    167         color: #000;
     166        background: #03085a;
     167        color: #fff;
    168168}
    169169#topinfo{
    170170
    171171        font-size: 90%;
    172         color: #666;
     172        color: #999;
    173173        text-align: left;
    174174        padding: 0 0 4px 0;
    175175
    p.pad{ 
    179179}
    180180
    181181#wrap{
    182         /*background: #fff;
    183         border: 1px solid #ccc;*/
     182        /*background: #000;
     183        border: 1px solid #333;*/
    184184        text-align: left;
    185185        padding: 0px;
    186186        margin:0;
    187187        position: relative;
    188188
    189         color: #333;
     189        color: #ccc;
    190190}
    191191
    192192#header{
    193193        position: relative;
    194 /*      background: #0E2F58;*/
     194/*      background: #f1d0a7;*/
    195195        height: 50px;
    196         color: #fff;
     196        color: #000;
    197197        padding: 8px 0 0px 15px;
    198198}
    199199#header #controls{
    p.pad{ 
    204204        width: 48%;
    205205        font-size: 90%;
    206206        line-height: 1.1em;
    207         color: #fff;
     207        color: #000;
    208208}
    209209
    210210#header #controls .buttons{
    p.pad{ 
    217217
    218218}
    219219#header h1{
    220         color: #9ABEE5;
     220        color: #65411a;
    221221        padding: 0;
    222222        margin:0;
    223223        font-size: 150%;
    ul#nav li{ 
    235235}
    236236ul#nav li a{
    237237        display: block;
    238         background: #265990; /* #244A79; */
     238        background: #d9a66f; /* #dbb586; */
    239239        padding: 4px 5px;
    240         color: #dedede;
     240        color: #414141;
    241241        text-decoration: none;
    242242        margin:0;
    243243}
    244244ul#nav li a:hover{
    245         background: #416899;
    246         color: #fff;
     245        background: #be9766;
     246        color: #000;
    247247}
    248248ul#nav li a.c{
    249         background: #fff;
    250         color: #F48603;
     249        background: #000;
     250        color: #0b79fc;
    251251        font-weight: bold;
    252252}
    253253#loading{
    254254        display: none;
    255255        position: absolute;
    256256        top: 80px;
    257         color: #78B855;
     257        color: #8747aa;
    258258        padding: 10px;
    259         background: #CCFF99;
    260         border: 1px solid #78B855;
     259        background: #330066;
     260        border: 1px solid #8747aa;
    261261        z-index: 4;
    262262        left: 30%;
    263263}
    ul#nav li a.c{ 
    276276
    277277}
    278278.box{
    279         background: #E0E0E0;
    280         border: 1px solid #ccc;
     279        background: #1f1f1f;
     280        border: 1px solid #333;
    281281        padding: 0 0 8px 0;
    282282        position: relative;
    283283}
    ul#nav li a.c{ 
    290290        width: 450px;
    291291        height: 230px;
    292292        background: transparent url("./img/music/libg.png");
    293         color: #fff;
     293        color: #000;
    294294        font-size: 110%;
    295295        padding: 5px;
    296296}
    ul#nav li a.c{ 
    298298        font-size: 120%;
    299299}
    300300#box_extra input{
    301         background: #333;
    302         border-color: #999;
    303         color: #fff;
     301        background: #ccc;
     302        border-color: #666;
     303        color: #000;
    304304}
    305305
    306306#box_extra select{
    307         background: #333;
    308         border-color: #999;
    309         color: #fff;
     307        background: #ccc;
     308        border-color: #666;
     309        color: #000;
    310310}
    311311
    312312.box ul{
    313313        margin: 0 10px;
    314314        padding: 0px 0px;
    315         background: #f3f3f3;
     315        background: #0c0c0c;
    316316        clear: both;
    317317}
    318318.box ul li{
    ul#nav li a.c{ 
    320320        border: 1px solid transparent;
    321321        border-width: 1px 0px 1px 0px;
    322322        position: relative;
    323         background: #f3f3f3;
     323        background: #0c0c0c;
    324324}
    325325
    326326.box ul li.alt{
    327         background: #DEE6EC;
     327        background: #411913;
    328328}
    329329.box ul li span.user{
    330330        float: left;
    331331        width: 200px;
    332332}
    333333.box ul li small{
    334         color: #888;
     334        color: #777;
    335335        letter-spacing: -1px;
    336336}
    337337
    338338.box ul li span.links a{
    339339        text-decoration: underline;
    340         color: blue;
     340        color: #ff0;
    341341}
    342342.box ul li span.links a:hover{
    343         color: red;
     343        color: #0ff;
    344344}
    345345.box ul li:hover{
    346         background: #FCF7A5;
     346        background: #03085a;
    347347        color: #000;
    348         border-color: #999;
     348        border-color: #666;
    349349}
    350350.box ul li.currentplay{
    351         background: #96D1EF;
    352         color: #000;
    353         border-color: #666;
     351        background: #694e10;
     352        color: #fff;
     353        border-color: #999;
    354354}
    355355
    356356.box ul li p{
    ul#nav li a.c{ 
    363363        right: 15px;
    364364        width: 145px;
    365365        background: transparent url("./img/music/libg.png");
    366         color: #fff;
     366        color: #000;
    367367}
    368368
    369369.box ul li:hover p{
    ul#nav li a.c{ 
    372372
    373373.box ul li a{
    374374        text-decoration: none;
    375         color: #333;
     375        color: #ccc;
    376376}
    377377.box ul li a:hover{
    378         color: #000;
     378        color: #fff;
    379379}
    380380.box ul#letters{
    381381        height: 18px;
    ul#nav li a.c{ 
    390390}
    391391
    392392.box ul#letters li:hover{
    393         background: #FCF7A5;
    394         border-color: #999;
     393        background: #03085a;
     394        border-color: #666;
    395395}
    396396
    397397.box p{
    ul#nav li a.c{ 
    404404        width: 60px;
    405405        float: right;
    406406        padding: 2px;
    407         background: #f3f3f3;
    408         border: 1px solid #999;
     407        background: #0c0c0c;
     408        border: 1px solid #666;
    409409        margin-bottom: 4px;
    410410}
    411411.box img#bigart{
    412412        display: none;
    413413        position: absolute;
    414414        z-index: 2;
    415         background: #f3f3f3;
     415        background: #0c0c0c;
    416416        padding: 3px;
    417         border: 1px solid #666;
     417        border: 1px solid #999;
    418418        top:10px;
    419419        right: 80px;
    420420}
    421421.box p img:hover{
    422         border-color: #555;
     422        border-color: #aaa;
    423423        cursor: pointer;
    424424}
    425425
    426426.box .head{
    427427        padding: 4px;
    428         background: #ccc;
     428        background: #333;
    429429}
    430430.box .head a{
    431         background: #244A79;
    432         color: #fff;
     431        background: #dbb586;
     432        color: #000;
    433433        padding: 2px;
    434434        text-decoration: none;
    435435        font: normal 9px sans-serif;
    436436}
    437437.box .head a:hover{
    438         background: #0E2F58;
     438        background: #f1d0a7;
    439439}
    440440.box .head a.red{
    441         background: #F21518;
     441        background: #0deae7;
    442442}
    443443.box .head a.red:hover{
    444         background: #BE0D0F;
     444        background: #41f2f0;
    445445}
    446446.box .head h2{
    447447        font-size: 120%;
    ul#nav li a.c{ 
    451451        padding: 0 0 0 0px;
    452452        margin: 0 10px 0 10px;
    453453        font-size: 120%;
    454         border-bottom: 1px solid #ccc;
     454        border-bottom: 1px solid #333;
    455455}
    456456
    457457.loginbox{
    458458        width: 250px;
    459459        margin:0 auto;
    460         background: #fff;
    461         border: 1px solid #ccc;
     460        background: #000;
     461        border: 1px solid #333;
    462462        text-align: left;
    463463}
    464464.loginbox p{
  • skins/negative/programming.css

    diff --git a/skins/negative/programming.css b/skins/negative/programming.css
    index 60042a7..8607c92 100644
    a b  
    66/*/
    77
    88/* some classes for various list displays */
    9     .list {    background-color: #191c26 }
     9    .list {    background-color: #e6e3d9 }
    1010    .list_separator {
    11         background-color: #203670;
     11        background-color: #dfc98f;
    1212        border-top:       4px;
    1313    }
    1414
     
    4141        width:       9em;
    4242        padding-top: 3px;
    4343        text-align:  right;
    44         color:       #ffe;
     44        color:       #001;
    4545        white-space: nowrap;
    4646    }
    4747    dl.details_list dd {
     
    5353    .hdtv_icon {
    5454        font-size:   9pt;
    5555        float:       right;
    56         color:       yellow;
     56        color:       #00f;
    5757        display:     inline;
    5858        font-weight: bold;
    5959    }
    6060
    6161/* a class for the the cells containing recorded programs in recorded_programs.php */
    62 .scheduled   { background-color: #506090; }
    63 .conflict    { background-color: #806050; }
    64 .duplicate   { background-color: #304050; }
    65 .deactivated { background-color: #508060; }
     62.scheduled   { background-color: #af9f6f; }
     63.conflict    { background-color: #7f9faf; }
     64.duplicate   { background-color: #cfbfaf; }
     65.deactivated { background-color: #af7f9f; }
    6666
    67 .will_record              { border: 1px solid  #00F000 !important; }
    68 .record_weekly            { border: 1px solid  #00F000 !important; }
    69 .record_timeslot          { border: 1px solid  #00F000 !important; }
    70 .record_once              { border: 1px solid  #00F000 !important; }
    71 .record_channel           { border: 1px solid  #00F000 !important; }
    72 .record_always            { border: 1px solid  #00F000 !important; }
    73 .record_conflicting       { border: 1px solid  #FF0000 !important; }
    74 .record_duplicate         { border: 2px dashed #90B0A0 !important; }
    75 .record_old_duplicate     { border: 1px dashed #90B0A0 !important; }
    76 .record_suppressed        { border: 2px dotted #60B0B0 !important; }
    77 .record_override_suppress { border: 2px dotted #D03060 !important; }
    78 .record_override_record   { border: 2px solid  #00FF90 !important; }
     67.will_record              { border: 1px solid  #ff0fff !important; }
     68.record_weekly            { border: 1px solid  #ff0fff !important; }
     69.record_timeslot          { border: 1px solid  #ff0fff !important; }
     70.record_once              { border: 1px solid  #ff0fff !important; }
     71.record_channel           { border: 1px solid  #ff0fff !important; }
     72.record_always            { border: 1px solid  #ff0fff !important; }
     73.record_conflicting       { border: 1px solid  #00ffff !important; }
     74.record_duplicate         { border: 2px dashed #6f4f5f !important; }
     75.record_old_duplicate     { border: 1px dashed #6f4f5f !important; }
     76.record_suppressed        { border: 2px dotted #9f4f4f !important; }
     77.record_override_suppress { border: 2px dotted #2fcf9f !important; }
     78.record_override_record   { border: 2px solid  #ff006f !important; }
    7979
    8080
    8181/* There should be exactly one class in the next section corresponding to
     
    8787}
    8888.rec_class.WillRecord     { font-weight: bold; }
    8989.rec_class.Recording      { font-weight: bold; }
    90 .Recording                { color: #00FF00; border-width: 2px }
    91 .WillRecord               { color: #00FF00; }
    92 .PreviousRecording        { color: #90B0A0; }
    93 .CurrentRecording         { color: #90D0A0; }
    94 .Repeat                   { color: #90B0A0; }
    95 .EarlierShowing           { color: #90FFA0; }
    96 .LaterShowing             { color: #90FFA0; }
    97 .TooManyRecordings        { color: #60B0B0; }
    98 .Cancelled                { color: #60B0B0; }
    99 .Conflicting              { color: #FF0000; }
    100 .LowDiskSpace             { color: #60B0B0; }
    101 .TunerBusy                { color: #60B0B0; }
    102 .ManualOverride           { color: #D03060; }
    103 .Overlap                  { color: #FF0000; }
     90.Recording                { color: #ff00ff; border-width: 2px }
     91.WillRecord               { color: #ff00ff; }
     92.PreviousRecording        { color: #6f4f5f; }
     93.CurrentRecording         { color: #6f2f5f; }
     94.Repeat                   { color: #6f4f4f; }
     95.EarlierShowing           { color: #6f005f; }
     96.LaterShowing             { color: #6f005f; }
     97.TooManyRecordings        { color: #9f4f4f; }
     98.Cancelled                { color: #9f4f4f; }
     99.Conflicting              { color: #00ffff; }
     100.LowDiskSpace             { color: #9f4f4f; }
     101.TunerBusy                { color: #9fbfbf; }
     102.ManualOverride           { color: #2fcf9f; }
     103.Overlap                  { color: #00ffff; }
    104104
    105 .cat_Action         { background-color: #906020; }
    106 .cat_Adult          { background-color: #702020; }
    107 .cat_Animals        { background-color: #609060; }
    108 .cat_Art_Music      { background-color: #801060; }
    109 .cat_Business       { background-color: #703010; }
    110 .cat_Children       { background-color: #B00010; }
    111 .cat_Comedy         { background-color: #006080; }
    112 .cat_Crime_Mystery  { background-color: #105050; }
    113 .cat_Documentary    { background-color: #504020; }
    114 .cat_Drama          { background-color: #400060; }
    115 .cat_Educational    { background-color: #606060; }
    116 .cat_Food           { background-color: #208040; }
    117 .cat_Game           { background-color: #701010; }
    118 .cat_Health_Medical { background-color: #806060; }
    119 .cat_History        { background-color: #807020; }
    120 .cat_HowTo          { background-color: #A0A000; }
    121 .cat_Horror         { background-color: #101040; }
    122 .cat_Misc           { background-color: #403060; }
    123 .cat_News           { background-color: #606040; }
    124 .cat_Reality        { background-color: #304040; }
    125 .cat_Romance        { background-color: #A02050; }
    126 .cat_Science_Nature { background-color: #008050; }
    127 .cat_SciFi_Fantasy  { background-color: #606090; }
    128 .cat_Shopping       { background-color: #103010; }
    129 .cat_Soaps          { background-color: #508080; }
    130 .cat_Spiritual      { background-color: #804080; }
    131 .cat_Sports         { background-color: #005030; }
    132 .cat_Talk           { background-color: #203040; }
    133 .cat_Travel         { background-color: #2060B0; }
    134 .cat_War            { background-color: #B06050; }
    135 .cat_Western        { background-color: #806040; }
    136 .cat_Unknown        { background-color: #303030; }
     105.cat_Action         { background-color: #6f9fdf; }
     106.cat_Adult          { background-color: #8fdfdf; }
     107.cat_Animals        { background-color: #9f6f9f; }
     108.cat_Art_Music      { background-color: #7fef9f; }
     109.cat_Business       { background-color: #8fcfef; }
     110.cat_Children       { background-color: #4fffef; }
     111.cat_Comedy         { background-color: #ff9f7f; }
     112.cat_Crime_Mystery  { background-color: #efafaf; }
     113.cat_Documentary    { background-color: #afbfdf; }
     114.cat_Drama          { background-color: #bfff9f; }
     115.cat_Educational    { background-color: #9f9f9f; }
     116.cat_Food           { background-color: #df7fbf; }
     117.cat_Game           { background-color: #8fefef; }
     118.cat_Health_Medical { background-color: #7f9f9f; }
     119.cat_History        { background-color: #7f8fef; }
     120.cat_HowTo          { background-color: #5f5fff; }
     121.cat_Horror         { background-color: #efefbf; }
     122.cat_Misc           { background-color: #bfcf9f; }
     123.cat_News           { background-color: #9f9fbf; }
     124.cat_Reality        { background-color: #cfbfbf; }
     125.cat_Romance        { background-color: #5fefaf; }
     126.cat_Science_Nature { background-color: #ff7faf; }
     127.cat_SciFi_Fantasy  { background-color: #9f9f6f; }
     128.cat_Shopping       { background-color: #efcfef; }
     129.cat_Soaps          { background-color: #af7f7f; }
     130.cat_Spiritual      { background-color: #7fbf7f; }
     131.cat_Sports         { background-color: #ffafcf; }
     132.cat_Talk           { background-color: #dfcfbf; }
     133.cat_Travel         { background-color: #df9f4f; }
     134.cat_War            { background-color: #4f9faf; }
     135.cat_Western        { background-color: #7f9fbf; }
     136.cat_Unknown        { background-color: #cfcfcf; }
    137137
    138 .cat_movie          { background-color: #809090 !important; }
     138.cat_movie          { background-color: #7f6f6f !important; }
    139139.cat_series         { }
    140140.cat_tvshow         { }
    141141
    142142/* deprecated show categories that need to be integreted into the above list via regex, or have new categories created for them */
    143 .tv_Cine           { background-color: blue;            }
    144 .tv_Classic        { background-color: gray;            }
    145 .tv_Collectibles   { background-color: #708090;         }
    146 .tv_Magazine       { background-color: #48D1CC;         }
    147 .tv_Movies         { background-color: blue;            }
    148 .tv_Serie          { background-color: #9932CC;         }
    149 .tv_SHOW           { background-color: #A0522D;         }
    150 .tv_Tiempo         { background-color: #33ff99;         }
     143.tv_Cine           { background-color: #ff0;            }
     144.tv_Classic        { background-color: #777;            }
     145.tv_Collectibles   { background-color: #8f7f6f;         }
     146.tv_Magazine       { background-color: #b72e33;         }
     147.tv_Movies         { background-color: #ff0;            }
     148.tv_Serie          { background-color: #66cd33;         }
     149.tv_SHOW           { background-color: #5fadd2;         }
     150.tv_Tiempo         { background-color: #cc0066;         }
  • skins/negative/remote.css

    diff --git a/skins/negative/remote.css b/skins/negative/remote.css
    index b3d44cf..e487453 100644
    a b  
    22 * A class for the the cells containing settings in the various settings files
    33/*/
    44    .settings {
    5         background-color: #506080;
     5        background-color: #af9f7f;
    66    }
    77
    88/* The main box surrounding all settings editors */
     
    3636    #remote .x-modules a {
    3737        display:            block;
    3838        padding:            .2em 1em;
    39         background-color:   #345;
    40         border:             1px dotted #9090B0;
     39        background-color:   #cba;
     40        border:             1px dotted #6f6f4f;
    4141        margin-top:         1px;
    4242        margin-bottom:      11px;
    4343    }
    4444    #remote .x-modules a:hover, #remote .x-modules a.x-selected {
    45         background-color:   #023;
     45        background-color:   #fdc;
    4646        margin-top:         -1px;
    4747        margin-bottom:      10px;
    4848        border-width:       2px;
    49         border-color:       #abd;
     49        border-color:       #542;
    5050    }
    5151    #remote .x-modules a.x-selected {
    5252        border-style:       solid;
     
    5656
    5757    #remote .x-sections {
    5858        padding:        0px 1em;
    59         border-bottom:  1px solid #9090B0;
     59        border-bottom:  1px solid #6f6f4f;
    6060        height:         2.25em;
    6161        vertical-align: bottom;
    6262    }
     
    6969    }
    7070    #remote .x-sections a {
    7171        float:              left;
    72         color:              #ccd;
    73         background-color:   #405953;
     72        color:              #cc2;
     73        background-color:   #bfa6ac;
    7474        padding:            2px 6px;
    7575        margin:             3px 5px 0px 0px;
    76         border:             2px solid #578;
     76        border:             2px solid #a87;
    7777        border-bottom:      none;
    7878        white-space:        nowrap;
    7979        -moz-border-radius-topleft:     8px;
    8080        -moz-border-radius-topright:    8px;
    8181    }
    8282    #remote .x-sections a:hover, #remote .x-sections a.x-selected {
    83         color:              white;
    84         background-color:   #102923;
    85         border-color:       #9090B0;
     83        color:              black;
     84        background-color:   #efd6dc;
     85        border-color:       #6f6f4f;
    8686    }
    8787    #remote .x-sections a.x-selected {
    88         border-bottom:      1px solid #102923;
     88        border-bottom:      1px solid #efd6dc;
    8989        margin-bottom:      -1px;
    9090    }
    9191
    9292    #remote .x-sections a.active {
    93         color:              white;
     93        color:              black;
    9494        font-weight:        bold;
    95         background-color:   #102923;
    96         border:             2px solid #9090B0;
    97         border-bottom:      1px solid #102923;
     95        background-color:   #efd6dc;
     96        border:             2px solid #6f6f4f;
     97        border-bottom:      1px solid #efd6dc;
    9898        margin-bottom:      -1px;
    9999    }
    100100
     
    102102
    103103    #remote .x-host {
    104104        text-align:         right;
    105         border-bottom:      1px solid #9090B0;
     105        border-bottom:      1px solid #6f6f4f;
    106106    }
    107107
    108108/* A notification/warning */
     
    111111        margin:             1em;
    112112        padding:            .5em;
    113113        text-align:         center;
    114         color:              #fbb;
    115         background-color:   #360000;
    116         border:             1px solid #F03030;
     114        color:              #044;
     115        background-color:   #c9ffff;
     116        border:             1px solid #0fcfcf;
    117117    }
    118118
    119119/* The content of the settings that are being edited */
    120120
    121121    #remote .x-content {
    122         background-color:   #102923;
    123         border:             1px solid #9090B0;
     122        background-color:   #efd6dc;
     123        border:             1px solid #6f6f4f;
    124124        border-top:         none;
    125125        padding:            .5em;
    126126    }
     
    139139    }
    140140
    141141    #remote .x-content tr.x-sep th, #remote .x-content tr.x-sep td {
    142         border-bottom:      1px solid #304943;
     142        border-bottom:      1px solid #cfb6bc;
    143143    }
    144144
    145145/* Key controls */
     
    153153        min-width:          2em;
    154154        padding:            .25em .5em;
    155155        font-weight:        bold;
    156         border:             1px solid #7b8;
    157         background-color:   #263;
     156        border:             1px solid #847;
     157        background-color:   #d9c;
    158158    }
    159159    #remote_keys table a:hover {
    160         border:             1px solid #9da;
    161         background-color:   #485;
     160        border:             1px solid #625;
     161        background-color:   #47a;
    162162        text-decoration:    none;
    163163    }
    164164    #remote_keys table a.pressed {
    165         border:             1px solid #9da;
    166         background-color:   #685;
     165        border:             1px solid #625;
     166        background-color:   #97a;
    167167    }
    168168    #remote_keys table a.pressed:hover {
    169         background-color:   #8a7;
     169        background-color:   #758;
    170170    }
    171171    #remote_keys table a.noshift {
    172172    }
  • skins/negative/settings.css

    diff --git a/skins/negative/settings.css b/skins/negative/settings.css
    index d5e977b..72c05c7 100644
    a b  
    22 * A class for the the cells containing settings in the various settings files
    33/*/
    44    .settings {
    5         background-color: #506080;
     5        background-color: #af9f7f;
    66    }
    77
    88/* The main box surrounding all settings editors */
     
    3636    #settings .x-modules a {
    3737        display:            block;
    3838        padding:            .2em 1em;
    39         background-color:   #345;
    40         border:             1px dotted #9090B0;
     39        background-color:   #cba;
     40        border:             1px dotted #6f6f4f;
    4141        margin-top:         1px;
    4242        margin-bottom:      11px;
    4343    }
    4444    #settings .x-modules a:hover, #settings .x-modules a.x-selected {
    45         background-color:   #023;
     45        background-color:   #fdc;
    4646        margin-top:         -1px;
    4747        margin-bottom:      10px;
    4848        border-width:       2px;
    49         border-color:       #abd;
     49        border-color:       #542;
    5050    }
    5151    #settings .x-modules a.x-selected {
    5252        border-style:       solid;
     
    5656
    5757    #settings .x-sections {
    5858        padding:        0px 1em;
    59         border-bottom:  1px solid #9090B0;
     59        border-bottom:  1px solid #6f6f4f;
    6060        height:         2.25em;
    6161        vertical-align: bottom;
    6262        min-width:      60%;
     
    7070    }
    7171    #settings .x-sections a {
    7272        float:              left;
    73         color:              #ccd;
    74         background-color:   #405953;
     73        color:              #332;
     74        background-color:   #bfa6ac;
    7575        padding:            2px 6px;
    7676        margin:             3px 5px 0px 0px;
    77         border:             2px solid #578;
     77        border:             2px solid #a87;
    7878        border-bottom:      none;
    7979        white-space:        nowrap;
    8080        -moz-border-radius-topleft:     8px;
    8181        -moz-border-radius-topright:    8px;
    8282    }
    8383    #settings .x-sections a:hover, #settings .x-sections a.x-selected {
    84         color:              white;
    85         background-color:   #102923;
    86         border-color:       #9090B0;
     84        color:              black;
     85        background-color:   #efd6dc;
     86        border-color:       #6f6f4f;
    8787    }
    8888    #settings .x-sections a.x-selected {
    89         border-bottom:      1px solid #102923;
     89        border-bottom:      1px solid #efd6dc;
    9090        margin-bottom:      -1px;
    9191    }
    9292
    9393    #settings .x-sections a.active {
    94         color:              white;
     94        color:              black;
    9595        font-weight:        bold;
    96         background-color:   #102923;
    97         border:             2px solid #9090B0;
    98         border-bottom:      1px solid #102923;
     96        background-color:   #efd6dc;
     97        border:             2px solid #6f6f4f;
     98        border-bottom:      1px solid #efd6dc;
    9999        margin-bottom:      -1px;
    100100    }
    101101
     
    103103
    104104    #settings .x-host {
    105105        text-align:         right;
    106         border-bottom:      1px solid #9090B0;
     106        border-bottom:      1px solid #6f6f4f;
    107107    }
    108108
    109109/* A notification/warning */
     
    112112        margin:             1em;
    113113        padding:            .5em;
    114114        text-align:         center;
    115         color:              #fbb;
    116         background-color:   #360000;
    117         border:             1px solid #F03030;
     115        color:              #044;
     116        background-color:   #c9ffff;
     117        border:             1px solid #0fcfcf;
    118118    }
    119119
    120120/* The content of the settings that are being edited */
    121121
    122122    #settings .x-content {
    123         background-color:   #102923;
    124         border:             1px solid #9090B0;
     123        background-color:   #efd6dc;
     124        border:             1px solid #6f6f4f;
    125125        border-top:         none;
    126126    }
    127127
     
    139139    }
    140140
    141141    #settings .x-content tr.x-sep th, #settings .x-content tr.x-sep td {
    142         border-bottom:      1px solid #304943;
     142        border-bottom:      1px solid #cfb6bc;
    143143    }
  • skins/negative/stats.css

    diff --git a/skins/negative/stats.css b/skins/negative/stats.css
    index 1557e1e..c702dc8 100644
    a b h2 { 
    2626    max-width:          35em;
    2727    margin:             1em auto;
    2828    padding:            .2em .5em .5em .5em;
    29     border:             1px dotted #9090B0;
     29    border:             1px dotted #6f6f4f;
    3030}
    3131
    3232#general_stats dt {
    h2 { 
    4343}
    4444
    4545#stats {
    46     border:             1px solid #9090B0;
     46    border:             1px solid #6f6f4f;
    4747    border-collapse:    collapse;
    4848    margin:             auto;
    4949}
    5050
    5151.caption {
    52     border:             1px dotted #9090B0;
     52    border:             1px dotted #6f6f4f;
    5353    font-weight:        bold;
    5454    text-align:         center;
    5555}
    h2 { 
    5959}
    6060
    6161#stats td {
    62     border:             1px dotted #9090B0;
     62    border:             1px dotted #6f6f4f;
    6363    padding:            0px .5em;
    6464}
    6565
    6666#stats th {
    67     border:             1px solid  #9090B0;
    68     border-right:       1px dotted #9090B0;
    69     border-left:        1px dotted #9090B0;
     67    border:             1px solid  #6f6f4f;
     68    border-right:       1px dotted #6f6f4f;
     69    border-left:        1px dotted #6f6f4f;
    7070    padding:            0px .5em;
    7171}
  • skins/negative/status.css

    diff --git a/skins/negative/status.css b/skins/negative/status.css
    index 2d36bc0..e898672 100644
    a b  
    66h1 {
    77    font-size:      28px;
    88    font-weight:    900;
    9     color:          #ccc;
     9    color:          #333;
    1010    letter-spacing: 0.5em;
    1111    margin-bottom:  30px;
    1212    width:          70%;
    h1 { 
    1515h2 {
    1616    font-size:      18px;
    1717    font-weight:    800;
    18     color:          #7c4;
     18    color:          #83b;
    1919    border:         none;
    2020    letter-spacing: 0.3em;
    2121    padding:        0px;
    hr { 
    2727}
    2828div.content {
    2929    width:              90%;
    30     border-top:         1px  solid #88a;
    31     border-right:       1px  solid #88a;
    32     border-bottom:      1px  solid #88a;
    33     border-left:        10px solid #88a;
     30    border-top:         1px  solid #775;
     31    border-right:       1px  solid #775;
     32    border-bottom:      1px  solid #775;
     33    border-left:        10px solid #775;
    3434    padding:            10px;
    3535    margin-bottom:      30px;
    3636    -moz-border-radius: 8px 0px 0px 8px;
    div.content { 
    3838div.schedule a {
    3939    position:        relative;
    4040    display:         block;
    41     color:           white;
     41    color:           black;
    4242    text-decoration: none;
    4343    padding:         .2em .8em;
    44     border:          thin solid #668;
     44    border:          thin solid #997;
    4545    margin-right:   280px;
    4646    /*width:           340px;*/
    4747}
    div.schedule a span { 
    4949    display:none;
    5050}
    5151div.schedule a:hover {
    52     background-color: #204670;
    53     border-top:       thin solid #668;
    54     border-bottom:    thin solid #668;
    55     border-left:      thin solid #668;
     52    background-color: #dfb98f;
     53    border-top:       thin solid #997;
     54    border-bottom:    thin solid #997;
     55    border-left:      thin solid #997;
    5656    cursor:           default;
    5757}
    5858div.schedule a:hover span {
    5959    display:          block;
    6060    position:         absolute;
    61     background-color: #204670;
    62     color:            white;
     61    background-color: #dfb98f;
     62    color:            black;
    6363    right:            -291px;
    6464    margin-top:       -20px;
    6565    width:            280px;
    6666    padding:          5px;
    67     border:           thin dashed #88a;
     67    border:           thin dashed #775;
    6868}
    6969div.diskstatus {
    7070    /* width:  325px; */
    div.loadstatus { 
    7676    height: 7em;
    7777    float:  right;
    7878}
    79 .jobfinished { color: white; }
    80 .jobaborted  { color: #ff2222;  }
    81 .joberrored  { color: #ff4444;  }
    82 .jobrunning  { color: #00ff00;  }
     79.jobfinished { color: black; }
     80.jobaborted  { color: #00dddd;  }
     81.joberrored  { color: #00bbbb;  }
     82.jobrunning  { color: #ff00ff;  }
    8383
  • skins/negative/style.css

    diff --git a/skins/negative/style.css b/skins/negative/style.css
    index 7353351..c92ce92 100644
    a b  
    88        padding:          0;
    99        font-size:        9pt;
    1010        font-family:      Arial, Helvetica, sans-serif;
    11         background-color: #191c26;
    12         color:            #dedede;
     11        background-color: #e6e3d9;
     12        color:            #212121;
    1313    }
    1414
    1515    /* For some reason, settings for the main body element doesn't always work for
     
    2424 * We should try to keep links and labels looking consistent across the app.
    2525/*/
    2626
    27     a, a:link, .link { color: #E0E0FF; text-decoration: none; cursor: pointer;}
    28     a:active  { color: #990033; text-decoration: none; }
    29     a:visited { color: #E0E0FF; text-decoration: none; }
    30     a:hover   { color: #F0F000; text-decoration: underline; }
     27    a, a:link, .link { color: #1f1f00; text-decoration: none; cursor: pointer;}
     28    a:active  { color: #66ffcc; text-decoration: none; }
     29    a:visited { color: #1f1f00; text-decoration: none; }
     30    a:hover   { color: #0f0fff; text-decoration: underline; }
    3131
    32     label       { color: #E0E0FF; text-decoration: none; }
    33     label:hover { color: #F0F000; text-decoration: underline; }
     32    label       { color: #1f1f00; text-decoration: none; }
     33    label:hover { color: #0f0fff; text-decoration: underline; }
    3434
    3535/* a class for the menu across the top of the page as well as menu headers throughout the page */
    36     .menu {          background-color: #265990 }
    37     .menu_border_t { border-top:    2px solid #9090B0 }
    38     .menu_border_b { border-bottom: 2px solid #9090B0 }
    39     .menu_border_l { border-left:   2px solid #9090B0 }
    40     .menu_border_r { border-right:  2px solid #9090B0 }
     36    .menu {          background-color: #d9a66f }
     37    .menu_border_t { border-top:    2px solid #6f6f4f }
     38    .menu_border_b { border-bottom: 2px solid #6f6f4f }
     39    .menu_border_l { border-left:   2px solid #6f6f4f }
     40    .menu_border_r { border-right:  2px solid #6f6f4f }
    4141
    4242/* a class for commands and other user input boxes */
    4343
    4444/* @deprecated old classes */
    45 .command { background-color: #1040A0 }
    46 .command_border_t { border-top:    2px solid #9090B0 }
    47 .command_border_b { border-bottom: 2px solid #9090B0 }
    48 .command_border_l { border-left:   2px solid #9090B0 }
    49 .command_border_r { border-right:  2px solid #9090B0 }
    50 .activecommand    { background-color: #108040 }
     45.command { background-color: #efbf5f }
     46.command_border_t { border-top:    2px solid #6f6f4f }
     47.command_border_b { border-bottom: 2px solid #6f6f4f }
     48.command_border_l { border-left:   2px solid #6f6f4f }
     49.command_border_r { border-right:  2px solid #6f6f4f }
     50.activecommand    { background-color: #ef7fbf }
    5151
    5252/* New command classes */
    5353
    5454    /* Box to hold commands */
    5555    .commandbox {
    56         background-color:   #102923;
    57         color:              #E0E0FF;
    58         border:             1px solid #9090B0;
     56        background-color:   #efd6dc;
     57        color:              #1f1f00;
     58        border:             1px solid #6f6f4f;
    5959    }
    6060
    6161    /* Commands themselves */
     
    6363    .commands { /* Placeholder for handling sub-elements */ }
    6464
    6565    .commands input.x-submit {
    66         border:             2px outset #7b8;
     66        border:             2px outset #847;
    6767        padding:            0 .5em;
    6868        height:             2em;
    69         background-color:   #263;
    70         color:              #E0E0FF;
     69        background-color:   #d9c;
     70        color:              #1f1f00;
    7171    }
    7272    .commands input.x-submit:hover {
    73         border:             1px outset #9da;
    74         background-color:   #485;
    75         color:              #F0F000;
     73        border:             1px outset #625;
     74        background-color:   #b7a;
     75        color:              #0f0fff;
    7676        text-decoration:    underline;
    7777    }
    7878
    7979    .commands a {
    8080        font-weight:        bold;
    81         border:             1px solid #7b8;
     81        border:             1px solid #847;
    8282        padding:            .15em .5em;
    83         background-color:   #263;
     83        background-color:   #d9c;
    8484    }
    8585    .commands a:hover {
    86         border:             1px solid #9da;
    87         background-color:   #485;
     86        border:             1px solid #625;
     87        background-color:   #b7a;
    8888    }
    8989
    9090/*
     
    9696
    9797    /* A special class for submit buttons */
    9898    .submit {
    99         border:             2px outset #7b8;
     99        border:             2px outset #847;
    100100        padding:            0 .5em;
    101         background-color:   #263;
    102         color:              #E0E0FF;
     101        background-color:   #d9c;
     102        color:              #1f1f00;
    103103        font-weight:        bold;
    104104        height:             2em;
    105105    }
    106106    .submit:hover {
    107107        border:             2px outset #9da;
    108         background-color:   #485;
    109         color:              #F0F000;
     108        background-color:   #b7a;
     109        color:              #0f0fff;
    110110        text-decoration:    underline;
    111111    }
    112112
     
    114114    .radio {
    115115        height:             14px !important;
    116116        width:              14px !important;
    117         color:              #002000;
    118         background-color:   #C0D0C0;
     117        color:              #ffdfff;
     118        background-color:   #3f2f2f;
    119119    }
    120120
    121121    /* Default styles for form fields */
    122122    select {
    123123        font-family:        Arial, Helvetica, sans-serif;
    124         color:              #002000;
    125         background-color:   #C0D0C0;
     124        color:              #ffdfff;
     125        background-color:   #3f2f3f;
    126126        font-size:          9pt;
    127127    }
    128128
    129129    input {
    130130        padding-left:       .25em;
    131131        font-family:        Arial, Helvetica, sans-serif;
    132         color:              #002000;
    133         background-color:   #C0D0C0;
     132        color:              #ffdfff;
     133        background-color:   #3f2f3f;
    134134        font-size:          9pt;
    135135    }
    136136
    137137    textarea {
    138138        font-family:        courier, courier-new;
    139         color:              #002000;
    140         background-color:   #C0D0C0;
     139        color:              #ffdfff;
     140        background-color:   #3f2f3f;
    141141        font-size:          9pt;
    142142    }
    143143
     
    152152/*/
    153153
    154154    #error, .error {
    155         color:              #F03030;
    156         background-color:   #360000;
    157         border-color:       #F03030;
    158         border:             thin groove #F03030;
     155        color:              #0fcfcf;
     156        background-color:   #c9ffff;
     157        border-color:       #0fcfcf;
     158        border:             thin groove #0fcfcf;
    159159        padding:            8px;
    160160    }
    161161
     
    205205    /* Ajax little popup request thing style */
    206206    #ajax_working {
    207207        position:           fixed;
    208         background-color:   green;
     208        background-color:   #f0f;
    209209        bottom:             0px;
    210210        left:               1em;
    211211        padding:            1em;
     
    237237}
    238238
    239239#dialog-overlay {
    240     background-color:   #506090;
     240    background-color:   #af9f6f;
    241241}
    242242
    243243#dialog-top {
    244     background-color:   #203670;
    245     border:             1px solid #203670;
     244    background-color:   #dfc98f;
     245    border:             1px solid #dfc98f;
    246246}
    247247
    248248#dialog-title {
    249     color:              white;
     249    color:              black;
    250250
    251251}
    252252
    253253#dialog-content {
    254     background-color:   #265990;
     254    background-color:   #d9a66f;
    255255    text-align:         center;
    256256}
  • skins/negative/tv_channel.css

    diff --git a/skins/negative/tv_channel.css b/skins/negative/tv_channel.css
    index 6860a96..6b3d40f 100644
    a b  
    4040#x-jumpto td.x-jumpto {
    4141    font-size:          110%;
    4242    font-weight:        bold;
    43     border-right:       1px solid #304943;
     43    border-right:       1px solid #cfb6bc;
    4444}
    4545#x-jumpto td.x-hour {
    46     border-right:       1px solid #304943;
     46    border-right:       1px solid #cfb6bc;
    4747}
    4848#x-jumpto td.x-hour select {
    4949    text-align:         right;
     
    6262    height:             20px;
    6363    width:              20px;
    6464    padding:            2px;
    65     border:             1px solid #7b8;
    66     background-color:   #263;
     65    border:             1px solid #847;
     66    background-color:   #d9c;
    6767}
    6868#x-jumpto a:hover {
    69     border:             1px solid #9da;
    70     background-color:   #485;
     69    border:             1px solid #625;
     70    background-color:   #b7a;
    7171}
  • skins/negative/tv_detail.css

    diff --git a/skins/negative/tv_detail.css b/skins/negative/tv_detail.css
    index ca84088..feacde8 100644
    a b  
    77    padding:            0px;
    88    width:              45em;
    99    margin:             10px 0px 10px 10px;
    10     background-color:   #101a29;
    11     color:              #E0E0FF;
    12     border:             1px solid #9090B0;
     10    background-color:   #efe5d6;
     11    color:              #1f1f00;
     12    border:             1px solid #6f6f4f;
    1313}
    1414
    1515/*
     
    2121    width:              8em;
    2222    padding:            0 !important;
    2323    vertical-align:     middle;
    24     background-color:   #202a49;
     24    background-color:   #dfd5b6;
    2525    white-space:        nowrap;
    26     border-right:       1px solid #9090B0;
    27     border-bottom:      1px solid #9090B0;
     26    border-right:       1px solid #6f6f4f;
     27    border-bottom:      1px solid #6f6f4f;
    2828}
    2929.x-channel img {
    3030    position:           relative;
     
    4545
    4646#x-title {
    4747    padding:            .2em .5em;
    48     border-bottom:      1px solid #9090B0;
     48    border-bottom:      1px solid #6f6f4f;
    4949}
    5050#x-title a {
    5151    font-size:      175% !important;
     
    5454
    5555#x-time {
    5656    margin-top:     .2em;
    57     color:          #E0E0FF;
     57    color:          #1f1f00;
    5858    white-space:    nowrap;
    5959}
    6060#x-description {
    6161    padding:        .5em;
    62     border-bottom:  1px solid #9090B0;
     62    border-bottom:  1px solid #6f6f4f;
    6363}
    6464#x-progflags td {
    6565    padding:        .5em;
    66     border-bottom:  1px solid #9090B0;
     66    border-bottom:  1px solid #6f6f4f;
    6767}
    6868#x-progflags img {
    6969    margin-right:   .3em;
     
    7272    border:         1px solid transparent;
    7373}
    7474#x-progflags a:hover img {
    75     border:         1px solid #F0F000;
     75    border:         1px solid #0f0fff;
    7676}
    7777
    7878#x-status {
    79     background-color:   #102923;
     79    background-color:   #efd6dc;
    8080}
    8181
    8282
     
    8686    text-align:         right;
    8787    padding:            .25em;
    8888    white-space:        nowrap;
    89     border-top:         1px solid #9090B0;
     89    border-top:         1px solid #6f6f4f;
    9090}
    9191#x-status td {
    9292    padding:            .25em;
    93     border-top:         1px solid #9090B0;
     93    border-top:         1px solid #6f6f4f;
    9494}
    9595#x-status td a {
    9696    float:              left;
    9797    margin-right:       .5em;
    9898    font-weight:        bold;
    99     border:             1px solid #7b8;
     99    border:             1px solid #847;
    100100    padding:            .15em .5em;
    101     background-color:   #263;
     101    background-color:   #d9c;
    102102}
    103103#x-status td a:hover {
    104     border:             1px solid #9da;
    105     background-color:   #485;
     104    border:             1px solid #645;
     105    background-color:   #b7a;
    106106}
    107107
    108108#x-info .x-extras {
     
    113113    text-align:     right;
    114114    padding:        .25em;
    115115    white-space:    nowrap;
    116     border-top:      1px solid #202933;
     116    border-top:      1px solid #dfd6cc;
    117117}
    118118#x-info .x-extras td {
    119119    padding:        .25em;
    120     border-top:      1px solid #202933;
     120    border-top:      1px solid #dfd6cc;
    121121}
    122122
    123123#x-conflicts th {
     
    126126    text-align:         right;
    127127    white-space:        nowrap;
    128128    padding:            .5em .25em;
    129     border-top:         1px solid #9090B0;
     129    border-top:         1px solid #6f6f4f;
    130130}
    131131#x-conflicts td {
    132132    padding:            .25em;
    133133    padding-bottom:     0;
    134     border-top:         1px solid #9090B0;
     134    border-top:         1px solid #6f6f4f;
    135135}
    136136#x-conflicts td a {
    137137    display:            block;
     
    147147    text-align:         right;
    148148    white-space:        nowrap;
    149149    padding:            .4em .25em;
    150     border-top:         1px solid #9090B0;
     150    border-top:         1px solid #6f6f4f;
    151151}
    152152#x-info .x-links td {
    153153    padding:            .25em;
    154154    padding-bottom:     0;
    155     border-top:         1px solid #9090B0;
     155    border-top:         1px solid #6f6f4f;
    156156}
    157157#x-info .x-links td a {
    158158    display:            block;
     
    166166    min-width:          350px;
    167167    max-width:          500px;
    168168    margin:             10px 0px 10px 10px;
    169     background-color:   #101a29;
    170     color:              #E0E0FF;
    171     border:             1px solid #9090B0;
     169    background-color:   #efe5d6;
     170    color:              #2f2f00;
     171    border:             1px solid #6f6f4f;
    172172}
    173173#x-downloads img {
    174174    margin-right:       .3em;
     
    180180    border:             1px solid transparent;
    181181}
    182182#x-downloads a:hover img {
    183     border:             1px solid #F0F000;
     183    border:             1px solid #0f0fff;
    184184}
    185185#x-downloads div.x-pixmap {
    186186    padding:            1em 1em 0em 1em;
    187     background-color:   black;
     187    background-color:   white;
    188188    text-align:         center;
    189189}
    190190#x-downloads div.x-pixmap a.x-pixmap {
     
    193193
    194194#x-downloads div.x-links {
    195195    padding:            .5em;
    196     background-color:   black;
     196    background-color:   white;
    197197    text-align:         center;
    198198}
    199199
     
    212212}
    213213#x-downloads div.x-links a:hover {
    214214    background-color:   #121;
    215     border:             1px solid #F0F000;
     215    border:             1px solid #0f0fff;
    216216    text-decoration:    none;
    217217}
    218218#x-downloads div.x-jobs {
    219     border-top:         1px solid #9090B0;
     219    border-top:         1px solid #6f6f4f;
    220220    padding:            .5em;
    221221}
    222222
    223223#x-downloads div.x-jobs a {
    224224    margin-right:       .5em;
    225225    font-weight:        bold;
    226     border:             1px solid #7b8;
     226    border:             1px solid #847;
    227227    padding:            .15em .5em;
    228     background-color:   #263;
     228    background-color:   #d9c;
    229229}
    230230#x-downloads div.x-jobs a:hover {
    231     border:             1px solid #9da;
    232     background-color:   #485;
     231    border:             1px solid #625;
     232    background-color:   #b7a;
    233233}
    234234
    235235#x-downloads div.x-jobs ul {
     
    259259}
    260260
    261261#x-downloads div.x-frontends ul li a {
    262     background-color:   #226633;
    263     border:             1px solid #77BB88;
     262    background-color:   #dd99cc;
     263    border:             1px solid #884477;
    264264    font-weight:        bold;
    265265    margin-right:       0.5em;
    266266    padding:            0.15em 0.5em;
    267267}
    268268
    269269#x-downloads div.x-frontends ul li a:hover {
    270     color:              #F0F000;
     270    color:              #0f0fff;
    271271    text-decoration:    underline;
    272272}
    273273
  • skins/negative/tv_list.css

    diff --git a/skins/negative/tv_list.css b/skins/negative/tv_list.css
    index e86c13c..ecc1854 100644
    a b  
    1616    height:             70px;
    1717    padding:            0 !important;
    1818    vertical-align:     middle;
    19     background-color:   #202a49;
     19    background-color:   #dfd5b6;
    2020    white-space:        nowrap;
    2121}
    2222.x-channel img {
     
    5959#x-jumpto td.x-jumpto {
    6060    font-size:          110%;
    6161    font-weight:        bold;
    62     border-right:       1px solid #304943;
     62    border-right:       1px solid #cfb6bc;
    6363}
    6464#x-jumpto td.x-hour {
    65     border-right:       1px solid #304943;
     65    border-right:       1px solid #cfb6bc;
    6666}
    6767#x-jumpto td.x-hour select {
    6868    text-align:         right;
     
    8181    height:             20px;
    8282    width:              20px;
    8383    padding:            2px;
    84     border:             1px solid #7b8;
    85     background-color:   #263;
     84    border:             1px solid #847;
     85    background-color:   #d9c;
    8686}
    8787#x-jumpto a:hover {
    88     border:             1px solid #9da;
    89     background-color:   #485;
     88    border:             1px solid #625;
     89    background-color:   #b7a;
    9090}
  • skins/negative/tv_recorded.css

    diff --git a/skins/negative/tv_recorded.css b/skins/negative/tv_recorded.css
    index f8f173c..1ab0c15 100644
    a b  
    1111#title_choices td.x-group, #title_choices td.x-recordings {
    1212    font-size:          110%;
    1313    font-weight:        bold;
    14     border-right:       1px solid #304943;
     14    border-right:       1px solid #cfb6bc;
    1515}
    1616#title_choices td.x-recordings {
    17     border-left:        1px solid #304943;
     17    border-left:        1px solid #cfb6bc;
    1818}
    1919
    2020/* This is the table that holds the list of recorded shows */
     
    2525
    2626#recorded_list td {
    2727    padding:        4px;
    28     border:         1px solid #191c26;
     28    border:         1px solid #e6e3d9;
    2929}
    3030#recorded_list th {
    3131    padding:        0;
    32     border:         1px solid #191c26;
     32    border:         1px solid #e6e3d9;
    3333    text-align:     left;
    3434    font-weight:    normal;
    3535}
     
    5151    border:         1px solid transparent;
    5252}
    5353#recorded_list td.x-pixmap a:hover {
    54     background-color:   #121;
    55     border:         1px solid #F0F000;
     54    background-color:   #ede;
     55    border:         1px solid #0f0fff;
    5656}
    5757
    5858#recorded_list td.x-pixmap a.x-pixmap {
     
    103103    white-space:        nowrap;
    104104    text-align:         center;
    105105    vertical-align:     top;
    106     background-color:   #191c26;
     106    background-color:   #e6e3d9;
    107107}
    108108#recorded_list td.x-commands a {
    109109    display:            block;
     
    123123}
    124124
    125125/* a class for the the cells containing recored programs in recorded_programs.php */
    126 .recorded {    background-color: #506080; }
     126.recorded {    background-color: #af9f7f; }
    127127
    128128.recorded .x-progflags img {
    129129    padding:    .3em;
     
    133133    border:     1px solid transparent;
    134134}
    135135.recorded .x-progflags a:hover img {
    136     border:     1px solid #F0F000;
     136    border:     1px solid #0f0fff;
    137137}
    138138
    139139#recorded_pager {
  • skins/negative/tv_schedule.css

    diff --git a/skins/negative/tv_schedule.css b/skins/negative/tv_schedule.css
    index 2740816..5192928 100644
    a b  
    66#schedule {
    77    float:              left;
    88    margin:             10px;
    9     background-color:   #102923;
    10     color:              #E0E0FF;
    11     border:             1px solid #9090B0;
     9    background-color:   #efd6dc;
     10    color:              #1f1f00;
     11    border:             1px solid #6f6f4f;
    1212}
    1313#schedule h3 {
    1414    margin: 0px;
     
    2323}
    2424
    2525#schedule .x-options {
    26     border-bottom:      1px solid #304943;
     26    border-bottom:      1px solid #cfb6bc;
    2727    padding:            .5em 1em;
    2828    margin:             .5em 0 .5em 0;
    2929}
     
    9191    width:              500px;
    9292    min-height:         150px;
    9393    margin:             0px 15px 10px 0px;
    94     border:             1px solid white;
     94    border:             1px solid black;
    9595}
    9696
    9797.metadata-item.hover {
    98    background-color:    white;
     98   background-color:    black;
    9999   cursor:              pointer;
    100    color:               #265990;
     100   color:               #d9a66f;
    101101}
    102102
    103103.metadata-item img {
  • skins/negative/tv_search.css

    diff --git a/skins/negative/tv_search.css b/skins/negative/tv_search.css
    index 4f06a31..0648b9b 100644
    a b  
    77    white-space:        nowrap;
    88}
    99#search_options td.x-advanced {
    10     border-right:       1px solid #304943;
     10    border-right:       1px solid #cfb6bc;
    1111}
    1212#search_options td.x-timeopts {
    13     border-right:       1px solid #304943;
     13    border-right:       1px solid #cfb6bc;
    1414}
    1515#search_options td.x-progtype {
    16     border-right:       1px solid #304943;
     16    border-right:       1px solid #cfb6bc;
    1717}
    1818#search_options td.x-submit {
    1919    vertical-align:     middle;
  • skins/negative/tv_upcoming.css

    diff --git a/skins/negative/tv_upcoming.css b/skins/negative/tv_upcoming.css
    index 1514562..24dfcad 100644
    a b  
    1212}
    1313#display_options td.x-check {
    1414    padding:            .35em .5em;
    15     border-left:        1px solid #304943;
     15    border-left:        1px solid #cfb6bc;
    1616    height:             2em;
    1717}
    1818#display_options td.x-check label {
    19     border:             1px solid #7b8;
    20     background-color:   #263;
     19    border:             1px solid #847;
     20    background-color:   #d9c;
    2121    padding-top:        .15em;
    2222    padding-bottom:     .15em;
    2323    padding-left:       .5em;
     
    2828    margin-right:       0em;
    2929}
    3030#display_options td.x-check label:hover {
    31     border:             1px solid #9da;
    32     background-color:   #485;
     31    border:             1px solid #645;
     32    background-color:   #b7a;
    3333}
    3434#display_options td.x-check input {
    3535    float:              none;
     
    8888    padding:            2px;
    8989    text-align:         center;
    9090    white-space:        nowrap;
    91     background-color:   #191c26;
     91    background-color:   #e6e3d9;
    9292}
    9393#listings td.x-commands a {
    9494    display:            block;
     
    9696    margin:             0;
    9797}
    9898#listings td.x-recording a {
    99     border:             1px solid #0f0;
     99    border:             1px solid #f0f;
    100100}
  • skins/negative/welcome.css

    diff --git a/skins/negative/welcome.css b/skins/negative/welcome.css
    index 6e47ed9..f862d7a 100644
    a b  
    2828    white-space:        nowrap;
    2929}
    3030#module_names li.selected {
    31     background-color:   #475;
    32     border-top:         2px solid #48f;
    33     border-right:       2px solid #688;
    34     border-bottom:      2px solid #48f;
    35     border-left:        2px solid #48f;
     31    background-color:   #b8a;
     32    border-top:         2px solid #b70;
     33    border-right:       2px solid #977;
     34    border-bottom:      2px solid #b70;
     35    border-left:        2px solid #b70;
    3636    -moz-border-radius: 8px;
    3737}
    3838#module_names li.selected a {
     
    4040}
    4141
    4242#module_info {
    43     background-color:   #355;
     43    background-color:   #caa;
    4444    margin-left:        14em;
    45     border:             2px solid #48f;
     45    border:             2px solid #b70;
    4646    min-width:          314px;
    4747    height:             30em;
    4848    padding:            .5em 1em;