Changeset 35232


Ignore:
Timestamp:
2021-07-27T13:54:19+12:00 (3 years ago)
Author:
davidb
Message:

Change of approach in how to provide a simple jquery-theme colour change -- specify the published one on jquery-ui/theme, then use custom.css to remove background images etc, and control the colour you would like to use

Location:
main/trunk/model-interfaces-dev/atea
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/atea/interfaceConfig.xml

    r34329 r35232  
    4646    </actionList>
    4747    <optionList>
     48      <!--
    4849            <option name="cssTheme" value="interfaces/default/style/themes/main/jquery-ui-1.8.16.custom.css"/>
     50      -->
     51      <!--
     52          basic Green Greenstone style, with scripted 'sed' substitutions to make Green be compatible with Atea web site
     53
     54            <option name="cssTheme" value="interfaces/atea/style/themes/main-atea/jquery-ui-1.8.16.custom.css"/>
     55      -->
     56
    4957            <!-- Customize the JQuery-UI interface theme to be 'start': a blue theme that fits well with Atea web site CSS -->
    50         <!--
    5158        <option name="cssTheme" value="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/themes/start/jquery-ui.css"/>
    52         -->
     59
    5360        <option name="highlightQueryTerms" value="true"/>
    5461        <!-- Set one or other of the following two options (berryBasket and favouriteBasket) to true -->
  • main/trunk/model-interfaces-dev/atea/style/custom.css

    r34329 r35232  
    11body {
    2     background-color: #eae8da;
     2/*    background-color: #e1dcd6; */
     3/*    background-color: #eae8da; */
    34}
    45
     
    78}
    89
     10.ui-stat-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
     11    background-image: none;
     12}
     13                     
    914#topArea {
    10     margin: 0;
     15    margin: auto;
    1116    border: 0;
    1217    padding: 0;
    13     max-width: inherit;
     18    max-width: 980px;
    1419    border-radius: 0;
     20    background-color: #176593;
    1521}
    1622
     
    2127#gs_banner {
    2228    border-radius: 0;
     29    /*background-image: url(../images/bgContainerGreen389.png); */
     30    background-image: url(../images/bgContainerBlue389.png);
     31    background-position-y: 0;
     32}
     33
     34#bannerLinks {
     35    margin: 3px 5px;
    2336}
    2437
     
    4457
    4558#gs_content {
    46     /* background: #e1dcd6 none;*/
     59    /* background: #e1dcd6 none; */
    4760    background: #eae8da none;
    4861    border: 0;
     
    5770    min-width: 330px;
    5871}
     72
     73.horizontalContainer {
     74    text-transform: none;
     75   
     76}
     77
     78.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
     79    /*
     80    border: 1px solid #acdd4a;
     81    background: #6eac2c url(images/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x;
     82   */
     83   
     84    border: 1px solid #4aacdd;
     85    background: #2c5e9c none;
     86    font-weight: normal;
     87    color: #ffffff;
     88}
     89
     90
Note: See TracChangeset for help on using the changeset viewer.