Changes for page Home

Last modified by Jesse Veentjer on 06-5-2024 05:01

From version 219.1
edited by Jesse Veentjer
on 04-5-2023 04:31
Change comment: Renamed back-links.
To version 219.5
edited by Jesse Veentjer
on 15-2-2024 04:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -18,7 +18,7 @@
18 18  {{velocity}}
19 19  #if(!$isGuest)
20 20  ##gebruiker is ingelogd
21 -(% style="font-size:18px;font-style: italic;" %)**[[Zorg dat je op de hoogte bent van de kennisbank huisregels!>>doc:.Werkwijze.Applicaties.Kennisbank.Huisregels kennisbank.WebHome||target=_blank]]**
21 +(% style="font-size:18px;font-style: italic;" %)**[[Zorg dat je op de hoogte bent van de kennisbank huisregels!>>doc:.Werkwijze.Kennisbank.Huisregels kennisbank.WebHome||target=_blank]]**
22 22  #end
23 23  {{/velocity}}
24 24  
XWiki.StyleSheetExtension[0]
Code
... ... @@ -3,3 +3,50 @@
3 3   height: 169px;
4 4   width: 100%;
5 5  }
6 +/* Styling for the button */
7 + .login-btn {
8 + display: inline-block;
9 + padding: 10px 20px;
10 + background-color: #007bff;
11 + color: #fff;
12 + border: none;
13 + border-radius: 5px;
14 + font-size: 16px;
15 + cursor: pointer;
16 + position: relative;
17 + overflow: hidden;
18 + transition: all 0.3s ease;
19 + }
20 +
21 + /* Styling for the button hover effect */
22 + .login-btn:hover {
23 + background-color: #0056b3;
24 + }
25 +
26 + /* Styling for the button before animation */
27 + .login-btn:before {
28 + content: "";
29 + position: absolute;
30 + top: 50%;
31 + left: 50%;
32 + width: 300%;
33 + height: 300%;
34 + background-color: rgba(255, 255, 255, 0.1);
35 + transition: all 0.5s ease;
36 + border-radius: 50%;
37 + z-index: 0;
38 + transform: translate(-50%, -50%);
39 + }
40 +
41 + /* Animation when button is clicked */
42 + .login-btn.clicked:before {
43 + width: 0;
44 + height: 0;
45 + opacity: 0;
46 + }
47 +
48 + /* Styling for the button text */
49 + .login-btn span {
50 + position: relative;
51 + z-index: 1;
52 + }
XWiki.XWikiRights[9]
allow
... ... @@ -1,0 +1,1 @@
1 +Allow
groups
... ... @@ -1,0 +1,1 @@
1 +XWiki.Axians
levels
... ... @@ -1,0 +1,1 @@
1 +view,script