Changes for page Get in Touch About Your XWiki Project
Last modified by Alex Cotiugă on 2026/05/02 12:23
From version 15.20
edited by Alex Cotiugă
on 2026/05/02 12:21
on 2026/05/02 12:21
Change comment:
There is no comment for this version
To version 15.23
edited by Alex Cotiugă
on 2026/05/02 12:23
on 2026/05/02 12:23
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -29,7 +29,6 @@ 29 29 {{/velocity}} 30 30 31 31 {{velocity}} 32 -#set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) 33 33 #set ($discard = $xwiki.ssx.use('contact.WebHome')) 34 34 #set ($xobject = $doc.getObject('Agnease.Code.ContactRequest.ContactRequestClass')) 35 35 #set ($xclass = $xobject.xWikiClass)
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -66,3 +66,33 @@ 66 66 color: @brand; 67 67 font-weight: 700; 68 68 } 69 + 70 + 71 +/* ===== MENU Style ===== */ 72 +.navbar-default .navbar-nav { 73 + float: right !important; 74 + background-color: #fff; 75 + border-color: #fff; 76 + .menu-horizontal { 77 + background-color: #fff; 78 + border-color: #fff; 79 + } 80 + 81 + margin-left:20px; 82 + li { 83 + align-items: end; 84 + font-size: 20px; 85 + &:hover { 86 + background-color: #fff; 87 + color: #00463c; 88 + } 89 + a { 90 + padding-bottom: 0; 91 + padding-top: 14px; 92 + &:hover { 93 + background-color: #fff; 94 + color: #00463c; 95 + } 96 + } 97 + } 98 +}