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

From version 42.1
edited by Veronika Kocher
on Friday, 04 Sep 2026 15:32
Change comment: There is no comment for this version
To version 41.1
edited by Veronika Kocher
on Thursday, 03 Sep 2026 15:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,6 +4,7 @@
4 4  
5 5  {{info title="Support for Your Project:"}}
6 6  
7 +
7 7   **Support Kunst und Forschung (SKF)** provides guidance for projects and grant applications and collaborates with the appropriate university services as needed.
8 8  
9 9   The Navigator guides you through the project phases to the resources and points of contact relevant to your project.
... ... @@ -434,9 +434,9 @@
434 434  )))
435 435  )))
436 436  
437 -(% class="arsn-phase-cta-wrap" style="padding:0 16px 16px 16px;" %)
438 +(% style="padding:0 16px 16px 16px;" %)
438 438  (((
439 -[[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"]]
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"]]
440 440  )))
441 441  )))
442 442  )))
... ... @@ -500,9 +500,9 @@
500 500  )))
501 501  )))
502 502  
503 -(% class="arsn-phase-cta-wrap" style="padding:0 16px 16px 16px;" %)
504 +(% style="padding:0 16px 16px 16px;" %)
504 504  (((
505 -[[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"]]
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"]]
506 506  )))
507 507  )))
508 508  )))
... ... @@ -576,9 +576,9 @@
576 576  )))
577 577  )))
578 578  
579 -(% class="arsn-phase-cta-wrap" style="padding:0 16px 16px 16px;" %)
580 +(% style="padding:0 16px 16px 16px;" %)
580 580  (((
581 -[[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"]]
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"]]
582 582  )))
583 583  )))
584 584  )))
... ... @@ -587,20 +587,6 @@
587 587  
588 588  (% style="margin-top:30px;" %)
589 589  (((
590 -
591 -{{html clean="false"}}
592 -<!-- ARSN_TRAINING_WORKSHOPS_V2_START -->
593 -<section class="arsn-training-workshops" data-arsn-training-workshops="v2" style="margin:27px 0 22px 0;">
594 - <div style="padding:16px 18px;background:#eef8fa;border:1px solid #cfe8ef;border-left:5px solid #21b6d7;border-radius:9px;">
595 - <div style="font-size:12px;font-weight:700;letter-spacing:.075em;text-transform:uppercase;color:#3f6871;margin-bottom:5px;">TRAINING &amp; WORKSHOPS</div>
596 - <h3 style="font-size:20px;line-height:1.3;margin:0 0 7px;color:#35312d;text-align:left;">Training, workshops &amp; consultation sessions</h3>
597 - <p style="margin:0 0 10px;color:#5e5953;line-height:1.55;">Relevant opportunities for this topic will be shown here automatically from the central calendar.</p>
598 - <span data-arsn-coming-soon="true" style="display:inline-block;padding:4px 9px;border-radius:14px;background:#fff4ee;border:1px solid #efd9cc;color:#8a4d36;font-size:11px;font-weight:700;letter-spacing:.065em;line-height:1.2;">COMING SOON</span>
599 - </div>
600 -</section>
601 -<!-- ARSN_TRAINING_WORKSHOPS_V2_END -->
602 -{{/html}}
603 -
604 604  == Practical resources ==
605 605  
606 606  Use practical resources when you need a concise overview, a step-by-step procedure or a ready-to-use project aid.
... ... @@ -1577,15 +1577,6 @@
1577 1577   Array.from(
1578 1578   row.card.querySelectorAll("a")
1579 1579   ).forEach(function(link){
1580 - if(
1581 - link.classList &&
1582 - link.classList.contains(
1583 - "arsn-phase-cta"
1584 - )
1585 - ){
1586 - return;
1587 - }
1588 -
1589 1589   if(!visible(link))return;
1590 1590  
1591 1591   var rect=
... ... @@ -2058,72 +2058,3 @@
2058 2058  <!-- SN_SERVICE_NAVIGATOR_MASTER_STYLE_END -->
2059 2059  {{/html}}
2060 2060  
2061 -{{html clean="false"}}
2062 -<!-- ARSN_PHASE_CTA_MOBILE_EDGE_FIX_V3_START -->
2063 -<style data-arsn-phase-cta-mobile-edge-fix="3">
2064 -@media (max-width:767px){
2065 -
2066 - /* Remove the white side gutters around the three phase CTAs. */
2067 - #xwikicontent .arsn-phase-cta-wrap{
2068 - box-sizing:border-box!important;
2069 - width:calc(100% + 2px)!important;
2070 - max-width:none!important;
2071 - margin:14px -1px -1px -1px!important;
2072 - padding:0!important;
2073 - border:0!important;
2074 - border-left:0!important;
2075 - box-shadow:none!important;
2076 - background:transparent!important;
2077 - }
2078 -
2079 - /* Full-width orange CTA; no extra border/shadow. */
2080 - #xwikicontent a.arsn-phase-cta{
2081 - display:flex!important;
2082 - align-items:center!important;
2083 - justify-content:center!important;
2084 - gap:8px!important;
2085 -
2086 - box-sizing:border-box!important;
2087 - width:100%!important;
2088 - max-width:none!important;
2089 - min-width:0!important;
2090 -
2091 - margin:0!important;
2092 - padding:12px 14px!important;
2093 -
2094 - border:0!important;
2095 - border-left:0!important;
2096 - border-right:0!important;
2097 - border-top:0!important;
2098 - border-bottom:0!important;
2099 - box-shadow:none!important;
2100 -
2101 - border-radius:8px!important;
2102 -
2103 - text-align:center!important;
2104 - text-align-last:center!important;
2105 - text-justify:auto!important;
2106 - word-spacing:normal!important;
2107 - white-space:normal!important;
2108 - }
2109 -
2110 - /* Keep an XWiki external-link icon on the same line/flex row. */
2111 - #xwikicontent a.arsn-phase-cta::after{
2112 - flex:0 0 auto!important;
2113 - margin-left:2px!important;
2114 - }
2115 -
2116 - #xwikicontent a.arsn-phase-cta > .fa,
2117 - #xwikicontent a.arsn-phase-cta > .icon,
2118 - #xwikicontent a.arsn-phase-cta > .external-link-icon,
2119 - #xwikicontent a.arsn-phase-cta > [class*="external"]{
2120 - position:static!important;
2121 - display:inline-block!important;
2122 - flex:0 0 auto!important;
2123 - margin:0!important;
2124 - }
2125 -}
2126 -</style>
2127 -<!-- ARSN_PHASE_CTA_MOBILE_EDGE_FIX_V3_END -->
2128 -{{/html}}
2129 -