Last modified by Veronika Kocher on Friday, 18 Sep 2026 16:47

From version 43.1
edited by Veronika Kocher
on Monday, 07 Sep 2026 13:36
Change comment: There is no comment for this version
To version 42.2
edited by Veronika Kocher
on Monday, 07 Sep 2026 13:10
Change comment: Auto-saved during real-time collaboration

Summary

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 -(% class="arsn-phase-subtitle" style="color:#666;background:transparent;margin:2px 0 16px 0;padding:0;" %)
522 +(% style="color:#666;margin-bottom:16px;" %)
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,22 +650,6 @@
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 -/* =========================================================
669 669   MASTER TYPOGRAPHY
670 670   ========================================================= */
671 671  #xwikicontent h1,
... ... @@ -952,10 +952,12 @@
952 952   for(var j=0;j<THEMES[i].labels.length;j++){
953 953   var label=THEMES[i].labels[j];
954 954  
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){
939 + if(
940 + value===label||
941 + value.indexOf(label+" ")===0||
942 + value.indexOf(label+" -")===0||
943 + value.indexOf(label+" ·")===0
944 + ){
959 959   return THEMES[i];
960 960   }
961 961   }