Changes for page Art & Research Services Navigator
Last modified by Veronika Kocher on Friday, 18 Sep 2026 16:47
From version 42.2
edited by Veronika Kocher
on Monday, 07 Sep 2026 13:10
on Monday, 07 Sep 2026 13:10
Change comment:
Auto-saved during real-time collaboration
To version 43.1
edited by Veronika Kocher
on Monday, 07 Sep 2026 13:36
on Monday, 07 Sep 2026 13:36
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -519,7 +519,7 @@ 519 519 (% style="font-size:19px;font-weight:700;margin-bottom:2px;" %) 520 520 [[3. Publish & Share — Make It Visible>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Publish%20%26%20Share/||style="color:#111;text-decoration:none;font-weight:700;"]] 521 521 522 -(% style="color:#666; margin-bottom:16px;" %)522 +(% class="arsn-phase-subtitle" style="color:#666;background:transparent;margin:2px 0 16px 0;padding:0;" %) 523 523 Decide how outputs should be shared, published, made findable and preserved. 524 524 525 525 (% style="font-size:13px;font-weight:700;letter-spacing:.065em;color:#4f4a44;margin:17px 0 8px 0;padding:5px 8px;background:#f3efe8;border-radius:4px;" %) ... ... @@ -650,6 +650,22 @@ 650 650 651 651 <style data-sn-service-navigator-master="1"> 652 652 /* ========================================================= 653 + PHASE CARD SUBTITLES 654 + ========================================================= */ 655 +#xwikicontent .arsn-phase-subtitle{ 656 + display:block!important; 657 + margin:2px 0 16px 0!important; 658 + padding:0!important; 659 + background:transparent!important; 660 + color:#666!important; 661 + font-size:inherit!important; 662 + font-weight:400!important; 663 + letter-spacing:normal!important; 664 + text-align:left!important; 665 + word-spacing:normal!important; 666 +} 667 + 668 +/* ========================================================= 653 653 MASTER TYPOGRAPHY 654 654 ========================================================= */ 655 655 #xwikicontent h1, ... ... @@ -936,12 +936,10 @@ 936 936 for(var j=0;j<THEMES[i].labels.length;j++){ 937 937 var label=THEMES[i].labels[j]; 938 938 939 - if( 940 - value===label|| 941 - value.indexOf(label+" ")===0|| 942 - value.indexOf(label+" -")===0|| 943 - value.indexOf(label+" ·")===0 944 - ){ 955 + /* Match only actual thematic labels. 956 + Do not colour ordinary prose such as: 957 + "Decide how outputs should be shared..." */ 958 + if(value===label){ 945 945 return THEMES[i]; 946 946 } 947 947 }