Changes for page Download XWiki

Last modified by Thomas Mortagne on 2024/03/27

<
From version < 63.1 >
edited by Thomas Mortagne
on 2017/07/24
To version < 65.1 >
edited by Ecaterina Moraru (Valica)
on 2017/08/21
>
Change comment: Adding icons styling

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.evalica
Content
... ... @@ -5,7 +5,7 @@
5 5   ['8.4.5', '24 April 2017', 'LTS', 'xwiki:ReleaseNotes.Data.XWiki.8\.4\.5.WebHome', '
6 6  * Bug fixes
7 7  '],
8 - ['9.6', '22 July 2017', 'stable', 'xwiki:ReleaseNotes.Data.XWiki.9.6.WebHome', '
8 + ['9.6', '22 July 2017', 'stable', 'xwiki:ReleaseNotes.Data.XWiki.9\.6.WebHome', '
9 9  * Live email notifications
10 10  * Notifications RSS feed
11 11  * Generate TOC for another page
... ... @@ -41,7 +41,7 @@
41 41   #end
42 42  )))
43 43  #end
44 -#downloadVersionsLayout($versions, $versionDetails){{/velocity}}
44 +#downloadVersionsLayout($versions, $versionDetails)
45 +{{/velocity}}
45 45  
46 -(%class="noitems"%)Interested in testing the latest snapshots builds or older versions? See [[more versions>>Download.DownloadOther]]. You can also use a [[Hosted version of XWiki>>Hosted]] instead of installing it yourself.
47 -
47 +(% class="noitems" %)Interested in testing the latest snapshots builds or older versions? See [[more versions>>Download.DownloadOther]]. You can also use a [[Hosted version of XWiki>>Hosted]] instead of installing it yourself.
XWiki.StyleSheetExtension[1]
Code
... ... @@ -14,31 +14,6 @@
14 14   margin-top: 0;
15 15  }
16 16  
17 -/* Colors */
18 -.fill-blue, .fill-LTS {
19 - background: #3887be;
20 -}
21 -.border-blue, .border-LTS {
22 - border-color: #3887be;
23 -}
24 -.fill-green, .fill-development {
25 - background: #56b881;
26 -}
27 -.border-green, .border-development {
28 - border-color: #56b881;
29 -}
30 -.fill-cyan, .fill-stable {
31 - background: #3bb2d0;
32 -}
33 -.border-cyan, .border-stable {
34 - border-color: #3bb2d0;
35 -}
36 -.fill-gray {
37 - background-color: #f5f5f5;
38 - color: #4D5860;
39 - font-weight: 600;
40 -}
41 -
42 42  .download-icon {
43 43   border-radius: 50%;
44 44   color: #fff;
... ... @@ -72,3 +72,47 @@
72 72  .download-installation .buttons {
73 73   margin-top: 1em;
74 74  }
50 +
51 +/* Colors */
52 +.fill-blue, .fill-LTS {
53 + background: #3887be;
54 +}
55 +
56 +.border-blue, .border-LTS {
57 + border-color: #3887be;
58 +}
59 +
60 +.fill-green, .fill-development {
61 + background: #56b881;
62 +}
63 +
64 +.border-green, .border-development {
65 + border-color: #56b881;
66 +}
67 +
68 +.fill-cyan, .fill-stable {
69 + background: #3bb2d0;
70 +}
71 +
72 +.border-cyan, .border-stable {
73 + border-color: #3bb2d0;
74 +}
75 +
76 +.fill-gray {
77 + background-color: #f5f5f5;
78 + color: #4D5860;
79 + font-weight: 600;
80 +}
81 +
82 +/* Icons */
83 +
84 +.download-option.fa-icon:before {
85 + position: absolute;
86 + right: 15px;
87 + bottom: 75px;
88 + display: block;
89 + font-family: "FontAwesome";
90 + color: rgba(0, 0, 0, 0.05);
91 + font-size: 200px;
92 + line-height: 65px;
93 +}

Get Connected