Changeset 37883


Ignore:
Timestamp:
2023-08-03T22:17:32+12:00 (9 months ago)
Author:
davidb
Message:

Changes focused on footer, and banner

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/thewillow/trunk/interfaces/thewillow/style/core-extra.css

    r37868 r37883  
    4040    /*--gs-secondary-bg:     hsl(219, 60%, 18%);*/ /* was 295, and eurovision-lod had an hsla() alpha val of 0.7 */
    4141   
    42     --gs-primary-text-fg: var(--gs-primary-fg);
    43     --gs-tab-bg:          var(--gs-primary-bg);
     42    /* --gs-primary-text-fg: var(--gs-primary-fg); */
     43    /*--gs-primary-text-fg: var(--gs-primary-bg); */
     44    --gs-primary-text-fg: #000000);
     45    /* --gs-tab-bg:          var(--gs-primary-bg); */
     46    --gs-tab-bg:          #000000;
    4447
    4548   
     
    8083}
    8184
     85
     86/*
     87.container-upper {
     88    margin: 0 auto 0px auto;
     89}
     90
     91.container-lower {
     92    max-width: 1200px;
     93    line-height: 145%;
     94    margin: 0 auto 20px auto;
     95}
     96*/
     97
     98
     99
     100
    82101#topArea {
    83102    max-width: 1280px;
     
    120139    font-weight: normal;
    121140}
    122              
     141
     142
    123143/* control whether you want roundd corners or not */
    124144/* => GS3 defines the follow to be 6pt */
     
    162182    /*background-color: #F4F4F4;  */
    163183    background-color: #FFFFFF;
    164     color: #555555;
    165     border-bottom: black solid 2px;
     184    color: #595959;
     185    border-bottom: #E7D821 solid 2px;
    166186}
    167187
     
    181201    border: 1px solid #d4ccb0;
    182202    background-image: none;
    183     background-color: var(--gs-secondary-bg) !important;
    184     color: #ffffff;
     203    /* background-color: var(--gs-secondary-bg) !important; */
     204    background-color: var(--gs-secondary-bg);
     205    /*color: #ffffff; */
     206    color: #000000;
    185207    font-weight: bold;
    186208
     
    289311}
    290312
     313/*
     314.ui-state-default a, .ui-state-default a:link {
     315    color: #000000 !importantxx;
     316    background-color: #E7D821 !importantxx;
     317}
     318*/
     319#gs-nav .ui-state-default a, gs-nav .ui-state-default a:link {
     320    color: #000000 !important;
     321}
     322
     323#gs-nav .ui-state-default.ui-tabs-selected a, gs-nav .ui-state-default.ui-tabs-selected a:link {
     324    color: #E7D821 !important;
     325}
    291326
    292327.ui-state-active a,
     
    298333
    299334
     335
     336
     337li.ui-tabs-selected {
     338    background-color: #000000 !important;
     339    color: #E7D821 !important;
     340    border-color: #000000 !important;
     341}
     342
    300343/*
    301344jquery-ui main theme is different image, and tingediwth green :
     
    367410    border-bottom: 2px solid #003FC5;
    368411}
     412
Note: See TracChangeset for help on using the changeset viewer.