Changeset 34712 for main


Ignore:
Timestamp:
2021-01-24T23:58:45+13:00 (3 years ago)
Author:
davidb
Message:

Fleshing out of Euro/purplse theme

Location:
main/trunk/model-interfaces-dev/eurovision-lod
Files:
1 added
2 edited

Legend:

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

    r34701 r34712  
    55*/
    66
     7/*
    78#topArea {
    8     /* max-width: 1000px; */
    9     max-width: 1200px;
     9    max-width: 1000px;
    1010}
     11*/
    1112
    1213#container {
    13     /* max-width: 1000px;  */
    14     max-width: 1200px;
     14    /* max-width: 1000px; */
     15    background: none;
    1516}
    1617
    1718#gs_content {
    18     background-color: rgb(71, 8, 94);
     19    /* background-color: rgba(71, 8, 94,0.5); */
     20    background-color: hsla(284, 84%, 20%, 0.5);
     21    border: 0;
    1922}
    2023
     24
     25#gs_banner, #gs_footer {
     26    background: hsla(295, 47%, 24%, 0.7)
     27}
    2128
    2229
     
    2431.ui-widget-content a {
    2532    color: #fff;
     33}
     34
     35.ui-widget-content a:hover {
     36    color: #aaa;
    2637}
    2738
     
    3445}
    3546
     47.ui-widget-content input[type="submit"] {
     48    border: 1px solid hsl(284, 88%, 35%);
     49    background-color: hsl(284, 84%, 20%);
     50    padding-left: 6px;
     51    padding-right: 6px;
     52}
     53
     54.ui-widget-content input[type="submit"]:hover {
     55    background-color: hsl(295, 92%, 30%);
     56}
     57
     58.ui-widget-content input[type="submit"]:active {
     59    background-color: #fff;
     60    color: #000;
     61}
     62
    3663
    3764.ui-widget-content  #berrybasket a {
     
    4269    color: #000;
    4370}
     71
     72.ui-state-hover {
     73    background: hsl(295, 92%, 30%);
     74}
     75
     76.ui-state-active {
     77    background: #fff;
     78}
     79
     80
     81.collectionLinkText {
     82    color: #000;
     83}
     84
     85/* used in favourites basket page */
     86
     87.navList {
     88    background-color: hsl(284, 84%, 20%);
     89}
     90
     91.navList td.current {
     92    background-color: #fff;
     93    color: #000;
     94}
  • main/trunk/model-interfaces-dev/eurovision-lod/transform/layouts/header.xsl

    r34701 r34712  
    1010 
    1111  <xsl:template name="additionalHeaderContent-interface">
     12        <link rel="stylesheet" href="interfaces/{$interface_name}/style/dist/web.fd5be4b71832f5779cf6.css" />
    1213        <link rel="stylesheet" href="interfaces/{$interface_name}/style/custom.css" type="text/css"/>
    1314  </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.