Changes for page Art & Research Services Navigator
Last modified by Veronika Kocher on Friday, 18 Sep 2026 16:47
From version 41.3
edited by Veronika Kocher
on Friday, 04 Sep 2026 14:23
on Friday, 04 Sep 2026 14:23
Change comment:
There is no comment for this version
To version 40.1
edited by Veronika Kocher
on Thursday, 03 Sep 2026 15:57
on Thursday, 03 Sep 2026 15:57
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,6 +10,8 @@ 10 10 The Navigator guides you through the project phases to the resources and points of contact relevant to your project. 11 11 {{/info}} 12 12 13 + 14 + 13 13 {{html clean="false"}} 14 14 <section data-arsn-search-block-fix="v5" style="margin:20px 0 26px 0;padding:16px 18px;border:1px solid #e3ded6;border-radius:10px;background:#fcfbf8;box-shadow:0 1px 2px rgba(0,0,0,.035);"> 15 15 <h2 style="font-size:20px;margin:0 0 6px 0;color:#35312d;">Search the Art & Research Services Navigator</h2> ... ... @@ -435,9 +435,9 @@ 435 435 ))) 436 436 ))) 437 437 438 -(% class="arsn-phase-cta-wrap" style="padding:0 16px 16px 16px;" %)440 +(% style="padding:0 16px 16px 16px;" %) 439 439 ((( 440 -[[Explore Enable>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/||class="btn btn-primary btn-block arsn-phase-cta"]]442 +[[Explore Enable>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/||class="btn btn-primary btn-block"]] 441 441 ))) 442 442 ))) 443 443 ))) ... ... @@ -501,9 +501,9 @@ 501 501 ))) 502 502 ))) 503 503 504 -(% class="arsn-phase-cta-wrap" style="padding:0 16px 16px 16px;" %)506 +(% style="padding:0 16px 16px 16px;" %) 505 505 ((( 506 -[[Explore Work & Manage>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Work%20%26%20Manage/||class="btn btn-primary btn-block arsn-phase-cta"]]508 +[[Explore Work & Manage>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Work%20%26%20Manage/||class="btn btn-primary btn-block"]] 507 507 ))) 508 508 ))) 509 509 ))) ... ... @@ -577,9 +577,9 @@ 577 577 ))) 578 578 ))) 579 579 580 -(% class="arsn-phase-cta-wrap" style="padding:0 16px 16px 16px;" %)582 +(% style="padding:0 16px 16px 16px;" %) 581 581 ((( 582 -[[Explore Publish & Share>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Publish%20%26%20Share/||class="btn btn-primary btn-block arsn-phase-cta"]]584 +[[Explore Publish & Share>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Publish%20%26%20Share/||class="btn btn-primary btn-block"]] 583 583 ))) 584 584 ))) 585 585 ))) ... ... @@ -588,11 +588,6 @@ 588 588 589 589 (% style="margin-top:30px;" %) 590 590 ((( 591 - 592 -<!-- ARSN_TRAINING_WORKSHOPS_INCLUDE_V1_START --> 593 -{{include reference="Service Navigator.Art & Research Services Navigator.Code.TrainingWorkshopsBlock" author="target" /}} 594 -<!-- ARSN_TRAINING_WORKSHOPS_INCLUDE_V1_END --> 595 - 596 596 == Practical resources == 597 597 598 598 Use practical resources when you need a concise overview, a step-by-step procedure or a ready-to-use project aid. ... ... @@ -1569,15 +1569,6 @@ 1569 1569 Array.from( 1570 1570 row.card.querySelectorAll("a") 1571 1571 ).forEach(function(link){ 1572 - if( 1573 - link.classList && 1574 - link.classList.contains( 1575 - "arsn-phase-cta" 1576 - ) 1577 - ){ 1578 - return; 1579 - } 1580 - 1581 1581 if(!visible(link))return; 1582 1582 1583 1583 var rect= ... ... @@ -2050,72 +2050,3 @@ 2050 2050 <!-- SN_SERVICE_NAVIGATOR_MASTER_STYLE_END --> 2051 2051 {{/html}} 2052 2052 2053 -{{html clean="false"}} 2054 -<!-- ARSN_PHASE_CTA_MOBILE_EDGE_FIX_V3_START --> 2055 -<style data-arsn-phase-cta-mobile-edge-fix="3"> 2056 -@media (max-width:767px){ 2057 - 2058 - /* Remove the white side gutters around the three phase CTAs. */ 2059 - #xwikicontent .arsn-phase-cta-wrap{ 2060 - box-sizing:border-box!important; 2061 - width:calc(100% + 2px)!important; 2062 - max-width:none!important; 2063 - margin:14px -1px -1px -1px!important; 2064 - padding:0!important; 2065 - border:0!important; 2066 - border-left:0!important; 2067 - box-shadow:none!important; 2068 - background:transparent!important; 2069 - } 2070 - 2071 - /* Full-width orange CTA; no extra border/shadow. */ 2072 - #xwikicontent a.arsn-phase-cta{ 2073 - display:flex!important; 2074 - align-items:center!important; 2075 - justify-content:center!important; 2076 - gap:8px!important; 2077 - 2078 - box-sizing:border-box!important; 2079 - width:100%!important; 2080 - max-width:none!important; 2081 - min-width:0!important; 2082 - 2083 - margin:0!important; 2084 - padding:12px 14px!important; 2085 - 2086 - border:0!important; 2087 - border-left:0!important; 2088 - border-right:0!important; 2089 - border-top:0!important; 2090 - border-bottom:0!important; 2091 - box-shadow:none!important; 2092 - 2093 - border-radius:8px!important; 2094 - 2095 - text-align:center!important; 2096 - text-align-last:center!important; 2097 - text-justify:auto!important; 2098 - word-spacing:normal!important; 2099 - white-space:normal!important; 2100 - } 2101 - 2102 - /* Keep an XWiki external-link icon on the same line/flex row. */ 2103 - #xwikicontent a.arsn-phase-cta::after{ 2104 - flex:0 0 auto!important; 2105 - margin-left:2px!important; 2106 - } 2107 - 2108 - #xwikicontent a.arsn-phase-cta > .fa, 2109 - #xwikicontent a.arsn-phase-cta > .icon, 2110 - #xwikicontent a.arsn-phase-cta > .external-link-icon, 2111 - #xwikicontent a.arsn-phase-cta > [class*="external"]{ 2112 - position:static!important; 2113 - display:inline-block!important; 2114 - flex:0 0 auto!important; 2115 - margin:0!important; 2116 - } 2117 -} 2118 -</style> 2119 -<!-- ARSN_PHASE_CTA_MOBILE_EDGE_FIX_V3_END --> 2120 -{{/html}} 2121 -