Changeset 34724 for main


Ignore:
Timestamp:
2021-01-27T16:25:03+13:00 (3 years ago)
Author:
davidb
Message:

Further refinement of CSS after testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/eurovision-lod/style/custom.css

    r34712 r34724  
    2828
    2929
     30.termHighlight {
     31    background: hsl(195, 47%, 35%);;
     32}
    3033
    3134.ui-widget-content a {
     
    5053    padding-left: 6px;
    5154    padding-right: 6px;
     55}
     56
     57.ui-widget-content input[type="submit"] {
     58    color: #fff;
    5259}
    5360
     
    8390}
    8491
     92/*
     93#quicksearcharea { */
     94
     95form select, form input {
     96    color: #000;
     97    font-weight: normal;
     98    font-size: 80%;
     99}
     100
     101form input[type="submit"] {
     102    padding-left: 6px;
     103    padding-right: 6px;
     104}
     105
     106#facetSelector .ui-widget-content {
     107    color: #000;
     108    font-size: 80%;
     109}
     110
     111#facetSelector input[type="checkbox"] {
     112    margin-left: 6px;
     113    margin-right: 6px;
     114}
     115
    85116/* used in favourites basket page */
    86117
     
    93124    color: #000;
    94125}
     126
     127/* Undo some effects caused by the Eurovision CSS file */
     128
     129img {
     130    display: inherit;
     131}
     132
     133#gs-nav li, #gs-nav li:hover a {
     134    cursor: pointer;
     135}
     136
     137#gs-nav li:hover {
     138    background-color: hsl(295, 92%, 30%);
     139}
     140
     141/* but keep the currently selected one white on-hover */
     142#gs-nav li.ui-tabs-selected:hover, #gs-nav li.ui-tabs-selected:hover a {
     143    background-color: #fff;
     144    cursor: default;
     145}
     146
     147
     148h1, h2, h3 {
     149    font-size: 130%;
     150    font-weight: bold;
     151    padding-top: 10px;
     152    padding-bottom: 6px;
     153}
     154
     155ul {
     156    list-style: inherit;
     157    margin: inherit;
     158    margin-left: 20px;
     159    padding: inherit;
     160}
     161
     162#about-desc a {
     163    text-decoration: underline;
     164}
     165
     166#about-desc p {
     167    padding-bottom: 10px;
     168}
     169
     170#resultsTable td {
     171    padding-right: 6px;
     172}
Note: See TracChangeset for help on using the changeset viewer.