Ignore:
Timestamp:
2020-12-18T23:40:31+13:00 (4 years ago)
Author:
anupama
Message:
  1. Pou (GS3 group) image and full group description now link, not just the title overlaid on the image. 2. Tidying up css file added today and xsl modifications.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/wmtb/styles/gs-wmtb-custom.css

    r34624 r34626  
    22    text-decoration: none;
    33    font-weight: normal;
    4     color: rgb(86, 154, 189);
     4    color: rgb(86, 154, 189); /* a light blue */
    55}
    66
     7/* rgb(79, 79, 78);*/ /* a dark black/grey */
     8
    79a:hover, span#addNewMD:hover, span#clearSaved:hover {
    8     color: rgb(250, 138, 0); /*orange*/ /* rgb(79, 79, 78);*/ /*dark black/grey*/
     10    color: rgb(250, 138, 0); /*orange*/
    911}
    1012
     
    3436}
    3537#gs_content a {
    36     /*text-decoration: underline;*/
    37     /*font-weight: bold;*/
    38 
    39     /*text-decoration: none;*/
    40     /*color: DarkGrey;*/
    41     /*color: rgb(79, 79 ,78); rgb(86, 154, 189);*/
    4238    line-height: 1.5rem;
    4339}
    44 /*
    45 #gs_content a:hover {
    46     color: DarkGrey; rgb(86, 154, 189);
    47 }
    48 */
     40
    4941/*
    5042#gs_content a:visited {
     
    7264    margin: 0.25rem 1.5rem 0.5rem 1.5rem;
    7365}
    74 /* overriding */
    75 #wsite-content div.img-and-desc div.paragraph a {
    76     /*text-decoration: none;*/
     66
     67span.pou-group-title { /* if overriding: #wsite-content div.img-and-desc div.paragraph a {*/
    7768    font-variant: small-caps;
    7869    color: white;
     
    10192    display: inline;
    10293    margin: 0 0.5rem;
    103     /*text-transform: capitalize;*/
     94    /*text-transform: capitalize;*/ /* Will Titlecase all menus including Browsing Classifiers */
    10495}
    105 
    10696
    10797div#topnav li, .query-form-links li {
    10898    line-height: 2rem;   
    10999}
    110 /*#wizardBar a, span#addNewMD, span#clearSaved {
    111     color: rgb(86, 154, 189);
    112 }*/
    113100
    114101div#wizardContainer {
     
    116103}
    117104
    118 
    119 
     105/* To insert a | between nav menu links */
    120106/*div#topnav li::after, .query-form-links li::after {
    121107    content: " | ";
    122108}*/
    123 
    124 div#topline a, div#topnav a, .query-form-links a {
    125     /*text-decoration: none;*/
    126     font-weight: normal;
    127 }
    128109
    129110div#topnav {
Note: See TracChangeset for help on using the changeset viewer.