Merge lp:~aaronhoneycutt/ubiquity-slideshow-ubuntu/bionic into lp:ubiquity-slideshow-ubuntu

Proposed by Aaron Honeycutt
Status: Merged
Approved by: Mathieu Trudel-Lapierre
Approved revision: 813
Merged at revision: 816
Proposed branch: lp:~aaronhoneycutt/ubiquity-slideshow-ubuntu/bionic
Merge into: lp:ubiquity-slideshow-ubuntu
Diff against target: 1355 lines (+1200/-22)
7 files modified
slideshows/kubuntu/slides/00_Welcome.html (+2/-1)
slideshows/kubuntu/slides/01_Applications.html (+10/-5)
slideshows/kubuntu/slides/03_Get-Help.html (+3/-3)
slideshows/kubuntu/slides/04_Get-Involved.html (+4/-9)
slideshows/kubuntu/slides/icons/firefox-logo.svg (+1/-0)
slideshows/kubuntu/slides/icons/kate.svg (+1159/-0)
slideshows/kubuntu/slides/link/base.css (+21/-4)
To merge this branch: bzr merge lp:~aaronhoneycutt/ubiquity-slideshow-ubuntu/bionic
Reviewer Review Type Date Requested Status
Mathieu Trudel-Lapierre Approve
Review via email: mp+341870@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Ack.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'slideshows/kubuntu/slides/00_Welcome.html'
2--- slideshows/kubuntu/slides/00_Welcome.html 2017-08-17 13:13:00 +0000
3+++ slideshows/kubuntu/slides/00_Welcome.html 2018-03-22 02:04:27 +0000
4@@ -3,12 +3,13 @@
5 <h1 class="slidetitle">Welcome to Kubuntu</h1>
6 </div>
7
8- <div id="icon">
9+ <div id="icon-logo">
10 <img src="icons/kubuntu-logo.svg" alt="kubuntu logo" />
11 </div>
12
13 <div class="main" id="center-text">
14 <p>Thanks for picking Kubuntu!</p>
15 <p>Kubuntu combines the best of the KDE Community's software with Ubuntu's base to make a great desktop experience</p>
16+ <p>This slideshow will go over the default applications, how to get help, and how to contribute to Kubuntu</p>
17 </div>
18 </div>
19
20=== modified file 'slideshows/kubuntu/slides/01_Applications.html'
21--- slideshows/kubuntu/slides/01_Applications.html 2017-12-31 16:53:44 +0000
22+++ slideshows/kubuntu/slides/01_Applications.html 2018-03-22 02:04:27 +0000
23@@ -5,18 +5,18 @@
24
25 <div class="main" id="full-text">
26 <p>Kubuntu comes with most of the applications that you need on a daily basis.</p>
27- <p>For everything else you can install more software in Discover our software center</p>
28+ <p>For everything else, you can install more software in Discover, our software center</p>
29 <table>
30 <tr>
31 <td>
32- <div><img src="icons/internet-web-browser.png" width="64px" height="64px"/></div>
33+ <div><img src="icons/firefox-logo.svg" width="64px" height="64px"/></div>
34 <div class="title">Firefox</div>
35 <div class="description">Web Browser</div>
36 </td>
37 <td>
38 <div><img src="icons/email.png" width="64px" height="64px"/></div>
39 <div class="title">Kontact</div>
40- <div class="description">Email, Contacts</div>
41+ <div class="description">PIM Suite</div>
42 </td>
43 <td>
44 <div><img src="icons/libreoffice.png" width="64px" height="64px"/></div>
45@@ -33,7 +33,7 @@
46 <td>
47 <div><img src="icons/vlc.png" width="64px" height="64px"/></div>
48 <div class="title">VLC</div>
49- <div class="description">Music/Video Player</div>
50+ <div class="description">Media Player</div>
51 </td>
52 <td>
53 <div><img src="icons/okular.png"/></div>
54@@ -42,9 +42,14 @@
55 </td>
56 <td>
57 <div><img src="icons/dolphin.png"/></div>
58- <div class="title">Dolphin</div>
59+ <div class="title">Dophin</div>
60 <div class="description">File Manager</div>
61 </td>
62+ <td>
63+ <div><img src="icons/kate.svg"/><div>
64+ <div class="title">Kate</div>
65+ <div class="description">Text Editor</div>
66+ </td>
67 </tr>
68 </table>
69 </div>
70
71=== modified file 'slideshows/kubuntu/slides/03_Get-Help.html'
72--- slideshows/kubuntu/slides/03_Get-Help.html 2017-08-26 15:28:03 +0000
73+++ slideshows/kubuntu/slides/03_Get-Help.html 2018-03-22 02:04:27 +0000
74@@ -3,7 +3,7 @@
75 <h1 class="slidetitle">Getting help with Kubuntu</h1>
76 </div>
77
78- <div id="icon">
79+ <div id="icon-help">
80 <img src="icons/system-help.png" />
81 </div>
82
83@@ -15,8 +15,8 @@
84 community in conjunction with the Ubuntu community, provides free
85 technical support in person and over the Internet. Learn more at <a href="http://www.kubuntu.org/support">Kubuntu Support</a>.
86 <ul>
87- <li>Kubuntu Community: <a href="http://www.kubuntu.org/community">http://www.kubuntu.org/community</a></li>
88- <li>Kubuntu Support: <a href="http://www.kubuntu.org/support">http://www.kubuntu.org/support</a></li>
89+ <li>Kubuntu Community: <a href="https://www.kubuntu.org/community">http://www.kubuntu.org/community</a></li>
90+ <li>Kubuntu Support: <a href="https://www.kubuntu.org/support">http://www.kubuntu.org/support</a></li>
91 </ul>
92 </p>
93 </div>
94
95=== modified file 'slideshows/kubuntu/slides/04_Get-Involved.html'
96--- slideshows/kubuntu/slides/04_Get-Involved.html 2017-08-26 15:28:03 +0000
97+++ slideshows/kubuntu/slides/04_Get-Involved.html 2018-03-22 02:04:27 +0000
98@@ -3,7 +3,7 @@
99 <h1 class="slidetitle">Getting involved with Kubuntu</h1>
100 </div>
101
102- <div id="icon">
103+ <div id="icon-users">
104 <img src="icons/system-users.png" alt="breeze users icon" />
105 </div>
106
107@@ -18,19 +18,14 @@
108 <p>
109 No matter your skill level, getting involved and helping to
110 mold the future of Kubuntu is easy, and you are more than welcome
111- to help out.
112- </p>
113- <p>
114- Look over <a href="http://docs.kubuntu.org/docs/contribute.html">Kubuntu Manual</a>
115- and see where you might be able to help out. Remember, it is easy
116- to get involved and the work you do will be seen by millions of
117- people around the world.
118+ to help out.Remember, it is easy to get involved and the work you
119+ do will be seen by millions of people around the world.
120 </p>
121 <p>
122 The installation will finish soon. We hope you enjoy Kubuntu!
123 </p>
124 <ul>
125- <li>Kubuntu Manual: <a href="http://docs.kubuntu.org/1704/docs/contribute.html">http://docs.kubuntu.org/1704/docs/contribute.html</a></li>
126+ <li>Kubuntu Manual: <a href="https://kubuntu.org/support/">https://kubuntu.org/support</a></li>
127 </ul>
128 </div>
129 </div>
130
131=== added file 'slideshows/kubuntu/slides/icons/firefox-logo.svg'
132--- slideshows/kubuntu/slides/icons/firefox-logo.svg 1970-01-01 00:00:00 +0000
133+++ slideshows/kubuntu/slides/icons/firefox-logo.svg 2018-03-22 02:04:27 +0000
134@@ -0,0 +1,1 @@
135+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 953.37 984"><defs><radialGradient id="radial-gradient" cx="-14491.11" cy="9293.72" fx="-14519.875714136173" r="450.88" gradientTransform="matrix(0.76, 0.03, 0.05, -1.12, 11485.79, 11147.95)" gradientUnits="userSpaceOnUse"><stop offset="0.1" stop-color="#ffea00"/><stop offset="0.17" stop-color="#ffde00"/><stop offset="0.28" stop-color="#ffbf00"/><stop offset="0.43" stop-color="#ff8e00"/><stop offset="0.77" stop-color="#ff272d"/><stop offset="0.87" stop-color="#e0255a"/><stop offset="0.95" stop-color="#cc2477"/><stop offset="1" stop-color="#c42482"/></radialGradient><radialGradient id="radial-gradient-2" cx="-7587.48" cy="8863.48" r="791.23" gradientTransform="matrix(1.23, 0, 0, -1.23, 9957.91, 11055.45)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00ccda"/><stop offset="0.22" stop-color="#0083ff"/><stop offset="0.26" stop-color="#007af9"/><stop offset="0.33" stop-color="#0060e8"/><stop offset="0.33" stop-color="#005fe7"/><stop offset="0.44" stop-color="#2639ad"/><stop offset="0.52" stop-color="#401e84"/><stop offset="0.57" stop-color="#4a1475"/></radialGradient><linearGradient id="linear-gradient" x1="540.64" y1="254.8" x2="349.2" y2="881.03" gradientTransform="matrix(1, 0, 0, -1, 0, 984)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#000f43" stop-opacity="0.4"/><stop offset="0.48" stop-color="#001962" stop-opacity="0.17"/><stop offset="1" stop-color="#002079" stop-opacity="0"/></linearGradient><radialGradient id="radial-gradient-3" cx="-8337.74" cy="7467.89" r="266.89" gradientTransform="matrix(1.22, 0.12, 0.12, -1.22, 10240.78, 10765.16)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffea00"/><stop offset="0.5" stop-color="#ff272d"/><stop offset="1" stop-color="#c42482"/></radialGradient><radialGradient id="radial-gradient-4" cx="-8361.89" cy="7723.8" r="445.68" gradientTransform="matrix(1.22, 0.12, 0.12, -1.22, 10240.78, 10765.16)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffe900"/><stop offset="0.16" stop-color="#ffaf0e"/><stop offset="0.32" stop-color="#ff7a1b"/><stop offset="0.47" stop-color="#ff4e26"/><stop offset="0.62" stop-color="#ff2c2e"/><stop offset="0.76" stop-color="#ff1434"/><stop offset="0.89" stop-color="#ff0538"/><stop offset="1" stop-color="#ff0039"/></radialGradient><radialGradient id="radial-gradient-5" cx="-8298.85" cy="7310.66" r="408.96" gradientTransform="matrix(1.22, 0.12, 0.12, -1.22, 10240.78, 10765.16)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff272d"/><stop offset="0.5" stop-color="#c42482"/><stop offset="0.99" stop-color="#620700"/></radialGradient><radialGradient id="radial-gradient-6" cx="715.19" cy="589.96" fx="743.1665035759834" fy="576.1323859732546" r="782.18" gradientTransform="matrix(1, 0, 0, -1, 0, 984)" gradientUnits="userSpaceOnUse"><stop offset="0.16" stop-color="#ffea00"/><stop offset="0.23" stop-color="#ffde00"/><stop offset="0.37" stop-color="#ffbf00"/><stop offset="0.54" stop-color="#ff8e00"/><stop offset="0.76" stop-color="#ff272d"/><stop offset="0.8" stop-color="#f92433"/><stop offset="0.84" stop-color="#e91c45"/><stop offset="0.89" stop-color="#cf0e62"/><stop offset="0.94" stop-color="#b5007f"/></radialGradient><radialGradient id="radial-gradient-7" cx="670.34" cy="952.71" r="891.45" gradientTransform="matrix(1, 0, 0, -1, 0, 984)" gradientUnits="userSpaceOnUse"><stop offset="0.28" stop-color="#ffea00"/><stop offset="0.4" stop-color="#fd0"/><stop offset="0.63" stop-color="#ffba00"/><stop offset="0.86" stop-color="#ff9100"/><stop offset="0.93" stop-color="#ff6711"/><stop offset="0.99" stop-color="#ff4a1d"/></radialGradient><linearGradient id="linear-gradient-2" x1="-9023.45" y1="7636.92" x2="-8716.42" y2="7715.18" gradientTransform="matrix(1.22, 0.12, 0.12, -1.22, 10240.78, 10765.16)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c42482" stop-opacity="0.5"/><stop offset="0.47" stop-color="#ff272d" stop-opacity="0.5"/><stop offset="0.49" stop-color="#ff2c2c" stop-opacity="0.51"/><stop offset="0.68" stop-color="#ff7a1a" stop-opacity="0.72"/><stop offset="0.83" stop-color="#ffb20d" stop-opacity="0.87"/><stop offset="0.94" stop-color="#ffd605" stop-opacity="0.96"/><stop offset="1" stop-color="#ffe302"/></linearGradient><linearGradient id="linear-gradient-3" x1="188.87" y1="2081.23" x2="134.3" y2="2221.08" gradientTransform="matrix(0.99, 0.1, 0.1, -0.99, -250.09, 2306.15)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#891551" stop-opacity="0.6"/><stop offset="1" stop-color="#c42482" stop-opacity="0"/></linearGradient><linearGradient id="linear-gradient-4" x1="-38.43" y1="278.04" x2="55.68" y2="171.16" gradientTransform="matrix(0.99, 0.1, 0.1, -0.99, 229.04, 745.74)" gradientUnits="userSpaceOnUse"><stop offset="0.01" stop-color="#891551" stop-opacity="0.5"/><stop offset="0.48" stop-color="#ff272d" stop-opacity="0.5"/><stop offset="1" stop-color="#ff272d" stop-opacity="0"/></linearGradient><linearGradient id="linear-gradient-5" x1="142.46" y1="93.68" x2="142.53" y2="168.46" gradientTransform="matrix(0.99, 0.1, 0.1, -0.99, 229.04, 745.74)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c42482"/><stop offset="0.08" stop-color="#c42482" stop-opacity="0.81"/><stop offset="0.21" stop-color="#c42482" stop-opacity="0.57"/><stop offset="0.33" stop-color="#c42482" stop-opacity="0.36"/><stop offset="0.45" stop-color="#c42482" stop-opacity="0.2"/><stop offset="0.56" stop-color="#c42482" stop-opacity="0.09"/><stop offset="0.67" stop-color="#c42482" stop-opacity="0.02"/><stop offset="0.77" stop-color="#c42482" stop-opacity="0"/></linearGradient><linearGradient id="linear-gradient-6" x1="620.52" y1="947.88" x2="926.18" y2="264.39" gradientTransform="matrix(1, 0, 0, -1, 0, 984)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff14f"/><stop offset="0.27" stop-color="#ffee4c"/><stop offset="0.45" stop-color="#ffe643"/><stop offset="0.61" stop-color="#ffd834"/><stop offset="0.76" stop-color="#ffc41e"/><stop offset="0.89" stop-color="#ffab02"/><stop offset="0.9" stop-color="#ffa900"/><stop offset="0.95" stop-color="#ffa000"/><stop offset="1" stop-color="#ff9100"/></linearGradient><linearGradient id="linear-gradient-7" x1="680.88" y1="554.79" x2="536.1" y2="166.04" gradientTransform="matrix(1, 0, 0, -1, 0, 984)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff8e00"/><stop offset="0.04" stop-color="#ff8e00" stop-opacity="0.86"/><stop offset="0.08" stop-color="#ff8e00" stop-opacity="0.73"/><stop offset="0.13" stop-color="#ff8e00" stop-opacity="0.63"/><stop offset="0.18" stop-color="#ff8e00" stop-opacity="0.56"/><stop offset="0.23" stop-color="#ff8e00" stop-opacity="0.51"/><stop offset="0.28" stop-color="#ff8e00" stop-opacity="0.5"/><stop offset="0.39" stop-color="#ff8e00" stop-opacity="0.48"/><stop offset="0.52" stop-color="#ff8e00" stop-opacity="0.42"/><stop offset="0.68" stop-color="#ff8e00" stop-opacity="0.31"/><stop offset="0.84" stop-color="#ff8e00" stop-opacity="0.17"/><stop offset="1" stop-color="#ff8e00" stop-opacity="0"/></linearGradient></defs><title>firefox-logo</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><g id="Layer_2-2" data-name="Layer 2"><g id="Firefox_-_Large" data-name="Firefox - Large"><path d="M770.28,91.56c-23.95,27.88-35.1,90.64-10.82,154.26s61.5,49.8,84.7,114.67c30.62,85.6,16.37,200.59,16.37,200.59s36.81,106.61,62.47-6.63C979.79,341.74,770.28,143.94,770.28,91.56Z" style="fill:url(#radial-gradient)"/><path id="_Path_" data-name=" Path " d="M478.07,974.64c245.24,0,443.9-199.74,443.9-446s-198.66-446-443.66-446S34.65,282.32,34.65,528.61C34.18,775.14,233.07,974.64,478.07,974.64Z" style="fill:url(#radial-gradient-2)"/><path d="M810.67,803.64a246.8,246.8,0,0,1-30.12,18.18,705.31,705.31,0,0,0,38.3-63c9.46-10.47,18.13-20.65,25.19-31.65,3.44-5.41,7.31-12.08,11.42-19.82,24.92-44.9,52.4-117.56,53.18-192.2v-5.66a257.25,257.25,0,0,0-5.71-55.75c.2,1.43.38,2.86.56,4.29-.22-1.1-.41-2.21-.64-3.31.37,2,.66,4,1,6,5.09,43.22,1.47,85.37-16.68,116.45-.29.45-.58.88-.87,1.32,9.41-47.23,12.56-99.39,2.09-151.6,0,0-4.19-25.38-35.38-102.44-18-44.35-49.83-80.72-78-107.21-24.69-30.55-47.11-51-59.47-64.06C689.72,126,678.9,105.61,674.45,92.31c-3.85-1.93-53.14-49.81-57.05-51.63-21.51,33.35-89.16,137.67-57,235.15,14.58,44.17,51.47,90,90.07,115.74,1.69,1.94,23,25,33.09,77.16,10.45,53.85,5,95.86-16.54,158C641.73,681.24,577,735.12,516.3,740.63c-129.67,11.78-177.15-65.11-177.15-65.11C385.49,694,436.72,690.17,467.87,671c31.4-19.43,50.39-33.83,65.81-28.15C548.86,648.43,561,632,550.1,615a78.5,78.5,0,0,0-79.4-34.57c-31.43,5.11-60.23,30-101.41,5.89a86.29,86.29,0,0,1-7.73-5.06c-2.71-1.79,8.83,2.72,6.13.69-8-4.35-22.2-13.84-25.88-17.22-.61-.56,6.22,2.18,5.61,1.62-38.51-31.71-33.7-53.13-32.49-66.57,1-10.75,8-24.52,19.75-30.11,5.69,3.11,9.24,5.48,9.24,5.48s-2.43-5-3.74-7.58c.46-.2.9-.15,1.36-.34,4.66,2.25,15,8.1,20.41,11.67,7.07,5,9.33,9.44,9.33,9.44s1.86-1,.48-5.37c-.5-1.78-2.65-7.45-9.65-13.17h.44A81.61,81.61,0,0,1,374.42,478c2-7.18,5.53-14.68,4.75-28.09-.48-9.43-.26-11.87-1.92-15.51-1.49-3.13.83-4.35,3.42-1.1a32.5,32.5,0,0,0-2.21-7.4v-.24c3.23-11.24,68.25-40.46,73-43.88A67.2,67.2,0,0,0,470.59,361c3.62-5.76,6.34-13.85,7-26.11.36-8.84-3.76-14.73-69.51-21.62-18-1.77-28.53-14.8-34.53-26.82-1.09-2.59-2.21-4.94-3.33-7.28a57.68,57.68,0,0,1-2.56-8.43c10.75-30.87,28.81-57,55.37-76.7,1.45-1.32-5.78.34-4.34-1,1.69-1.54,12.71-6,14.79-7,2.54-1.2-10.88-6.9-22.73-5.51-12.07,1.36-14.63,2.8-21.07,5.53,2.67-2.66,11.17-6.15,9.18-6.13-13,2-29.18,9.56-43,18.12a10.66,10.66,0,0,1,.83-4.35c-6.44,2.73-22.26,13.79-26.87,23.14a44.29,44.29,0,0,0,.27-5.4,84.17,84.17,0,0,0-13.19,13.82l-.24.22c-37.36-15-70.23-16-98.05-9.28-6.09-6.11-9.06-1.64-22.91-32.07-.94-1.83.72,1.81,0,0-2.28-5.9,1.39,7.87,0,0-23.28,18.37-53.92,39.19-68.63,53.89-.18.59,17.16-4.9,0,0-6,1.72-5.6,5.28-6.51,37.5-.22,2.44,0,5.18-.22,7.38-11.75,15-19.75,27.64-22.78,34.21-15.19,26.18-31.93,67-48.15,131.55A334.82,334.82,0,0,1,75.2,398.36C61.71,432.63,48.67,486.44,46.07,569.3A482.08,482.08,0,0,1,58.6,518.64,473,473,0,0,0,93.33,719.71c9.33,22.82,24.76,57.46,51,95.4C226.9,902,343.31,956,472.21,956,606.79,956,727.64,897.13,810.67,803.64Z" style="fill:url(#linear-gradient)"/><path d="M711.1,866.71c162.87-18.86,235-186.7,142.38-190C769.85,674,634,875.61,711.1,866.71Z" style="fill:url(#radial-gradient-3)"/><path d="M865.21,642.42C977.26,577.21,948,436.34,948,436.34s-43.25,50.24-72.62,130.32C846.4,646,797.84,681.81,865.21,642.42Z" style="fill:url(#radial-gradient-4)"/><path d="M509.47,950.06C665.7,999.91,800,876.84,717.21,835.74,642,798.68,435.32,926.49,509.47,950.06Z" style="fill:url(#radial-gradient-5)"/><path d="M876.85,702.23c3.8-5.36,8.94-22.53,13.48-30.21,27.58-44.52,27.78-80,27.78-80.84,16.66-83.22,15.15-117.2,4.9-180-8.25-50.6-44.32-123.09-75.57-158-32.2-36-9.51-24.25-40.69-50.52-27.33-30.29-53.82-60.29-68.25-72.36C634.22,43.09,636.57,24.58,638.58,21.42c-.34.37-.84.92-1.47,1.64C635.87,18.14,635,14,635,14s-57,57-69,152c-7.83,62,15.38,126.68,49,168a381.62,381.62,0,0,0,59,58h0c25.4,36.48,39.38,81.49,39.38,129.91,0,121.24-98.34,219.53-219.65,219.53a220.14,220.14,0,0,1-49.13-5.52c-57.24-10.92-90.3-39.8-106.78-59.41-9.45-11.23-13.46-19.42-13.46-19.42,51.28,18.37,108,14.53,142.47-4.52,34.75-19.26,55.77-33.55,72.84-27.92,16.82,5.61,30.21-10.67,18.2-27.54-11.77-16.85-42.4-41-87.88-34.29-34.79,5.07-66.66,29.76-112.24,5.84a97.34,97.34,0,0,1-8.55-5c-3-1.77,9.77,2.69,6.79.68-8.87-4.32-24.57-13.73-28.64-17.07-.68-.56,6.88,2.16,6.2,1.6-42.62-31.45-37.3-52.69-36-66,1.07-10.66,8.81-24.32,21.86-29.86,6.3,3.08,10.23,5.43,10.23,5.43s-2.69-4.92-4.14-7.51c.51-.19,1-.15,1.5-.34,5.16,2.23,16.58,8,22.59,11.57,7.83,4.95,10.32,9.36,10.32,9.36s2.06-1,.54-5.33c-.56-1.77-2.93-7.39-10.68-13.07h.48a91.65,91.65,0,0,1,13.13,8.17c2.19-7.12,6.12-14.56,5.25-27.86-.53-9.35-.28-11.78-2.12-15.39-1.65-3.1.92-4.31,3.78-1.09a29.73,29.73,0,0,0-2.44-7.34v-.24c3.57-11.14,75.53-40.12,80.77-43.51a70.24,70.24,0,0,0,21.17-20.63c4-5.72,7-13.73,7.75-25.89.25-5.48-1.44-9.82-20.5-14-11.44-2.49-29.14-4.91-56.43-7.47-19.9-1.76-31.58-14.68-38.21-26.6-1.21-2.57-2.45-4.9-3.68-7.22a53.41,53.41,0,0,1-2.83-8.36,158.47,158.47,0,0,1,61.28-76.06c1.6-1.31-6.4.33-4.8-1,1.87-1.52,14.06-5.93,16.37-6.92,2.81-1.19-12-6.84-25.16-5.47-13.36,1.35-16.19,2.78-23.32,5.49,3-2.64,12.37-6.1,10.16-6.08-14.4,2-32.3,9.48-47.6,18a9.72,9.72,0,0,1,.92-4.31c-7.13,2.71-24.64,13.67-29.73,23a39.79,39.79,0,0,0,.29-5.35,88.55,88.55,0,0,0-14.6,13.7l-.27.22C258.14,196,221.75,195,191,201.72c-6.74-6.06-17.57-15.23-32.89-45.4-1-1.82-1.6,3.75-2.4,2-6-13.81-9.55-36.44-9-52,0,0-12.32,5.61-22.51,29.06-1.89,4.21-3.11,6.54-4.32,8.87-.56.68,1.27-7.7,1-7.24-1.77,3-6.36,7.19-8.37,12.62-1.38,4-3.32,6.27-4.56,11.29l-.29.46c-.1-1.48.37-6.08,0-5.14A235.4,235.4,0,0,0,95.34,186c-5.49,18-11.88,42.61-12.89,74.57-.24,2.42,0,5.14-.25,7.32-13,14.83-21.86,27.39-25.2,33.91-16.81,26-35.33,66.44-53.29,130.46a319.35,319.35,0,0,1,28.54-50C17.32,416.25,2.89,469.62,0,551.8a436.92,436.92,0,0,1,13.87-50.24C11.29,556.36,17.68,624.3,52.32,701c20.57,45,67.92,136.6,183.62,208h0s39.36,29.3,107,51.26c5,1.81,10.06,3.6,15.23,5.33q-2.43-1-4.71-2A484.9,484.9,0,0,0,492.27,984c175.18.15,226.85-70.2,226.85-70.2l-.51.38q3.71-3.49,7.14-7.26c-27.64,26.08-90.75,27.84-114.3,26,40.22-11.81,66.69-21.81,118.17-41.52q9-3.36,18.48-7.64l2-.94c1.25-.58,2.49-1.13,3.75-1.74a349.3,349.3,0,0,0,70.26-44c51.7-41.3,63-81.56,68.83-108.1-.82,2.54-3.37,8.47-5.17,12.32-13.31,28.48-42.84,46-74.91,61a689.05,689.05,0,0,0,42.38-62.44C865.77,729.39,869,713.15,876.85,702.23Z" style="fill:url(#radial-gradient-6)"/><path d="M813.92,801c21.08-23.24,40-49.82,54.35-80,36.9-77.58,94-206.58,49-341.31C881.77,273.22,833,215,771.11,158.12,670.56,65.76,642.48,24.52,642.48,0c0,0-116.09,129.41-65.74,264.38s153.46,130,221.68,270.87c80.27,165.74-64.95,346.61-185,397.24,7.35-1.63,267-60.38,280.61-208.88C893.68,726.34,887.83,767.41,813.92,801Z" style="fill:url(#radial-gradient-7)"/><path d="M477.59,319.37c.39-8.77-4.16-14.66-76.68-21.46-29.84-2.76-41.26-30.33-44.75-41.94-10.61,27.56-15,56.49-12.64,91.48,1.61,22.92,17,47.52,24.37,62,0,0,1.64-2.13,2.39-2.91,13.86-14.43,71.94-36.42,77.39-39.54C453.69,363.16,476.58,346.44,477.59,319.37Z" style="fill:url(#linear-gradient-2)"/><path d="M158.31,156.47c-1-1.82-1.6,3.75-2.4,2-6-13.81-9.58-36.2-8.72-52,0,0-12.32,5.61-22.51,29.06-1.89,4.21-3.11,6.54-4.32,8.86-.56.68,1.27-7.7,1-7.24-1.77,3-6.36,7.19-8.35,12.38-1.65,4.24-3.35,6.52-4.61,11.77-.39,1.43.39-6.32,0-5.38C84.72,201.68,80.19,271,82.69,268,133.17,214.14,191,201.36,191,201.36c-6.15-4.53-19.53-17.63-32.7-44.89Z" style="fill:url(#linear-gradient-3)"/><path d="M349.84,720.1c-69.72-29.77-149-71.75-146-167.14C207.92,427.35,321,452.18,321,452.18c-4.27,1-15.68,9.16-19.72,17.82-4.27,10.83-12.07,35.28,11.55,60.9,37.09,40.19-76.2,95.36,98.66,199.57,4.41,2.4-41-1.43-61.64-10.36Z" style="fill:url(#linear-gradient-4)"/><path d="M325.07,657.5c49.44,17.21,107,14.19,141.52-4.86,23.09-12.85,52.7-33.43,70.92-28.35-15.78-6.24-27.73-9.15-42.1-9.86-2.45,0-5.38,0-8-.32a136,136,0,0,0-15.76.86c-8.9.82-18.77,6.43-27.74,5.53-.48,0,8.7-3.77,8-3.61-4.75,1-9.92,1.21-15.37,1.88-3.47.39-6.45.82-9.89,1-103,8.73-190-55.81-190-55.81-7.41,25,33.17,74.3,88.52,93.57Z" style="fill:url(#linear-gradient-5)"/><path d="M813.74,801.65c104.16-102.27,156.86-226.58,134.58-366,0,0,8.9,71.5-24.85,144.63,16.21-71.39,18.1-160.11-25-252C841,205.64,746.45,141.11,710.35,114.19,655.66,73.4,633,31.87,632.57,23.3c-16.34,33.48-65.77,148.2-5.31,247,56.64,92.56,145.86,120,208.33,205C950.67,631.67,813.74,801.65,813.74,801.65Z" style="fill:url(#linear-gradient-6)"/><path d="M798.81,535.55C762.41,460.35,717,427.55,674,392c5,7,6.23,9.47,9,14,37.83,40.32,93.61,138.66,53.11,262.11C659.88,900.48,355,791.06,323,760.32,335.93,894.81,561,959.16,707.6,872,791,793,858.47,658.79,798.81,535.55Z" style="fill:url(#linear-gradient-7)"/></g></g></g></g></svg>
136\ No newline at end of file
137
138=== added file 'slideshows/kubuntu/slides/icons/kate.svg'
139--- slideshows/kubuntu/slides/icons/kate.svg 1970-01-01 00:00:00 +0000
140+++ slideshows/kubuntu/slides/icons/kate.svg 2018-03-22 02:04:27 +0000
141@@ -0,0 +1,1159 @@
142+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
143+<!-- Created with Inkscape (http://www.inkscape.org/) -->
144+
145+<svg
146+ xmlns:dc="http://purl.org/dc/elements/1.1/"
147+ xmlns:cc="http://creativecommons.org/ns#"
148+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
149+ xmlns:svg="http://www.w3.org/2000/svg"
150+ xmlns="http://www.w3.org/2000/svg"
151+ xmlns:xlink="http://www.w3.org/1999/xlink"
152+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
153+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
154+ width="64"
155+ height="64"
156+ viewBox="0 0 64 64.000002"
157+ id="svg4878"
158+ version="1.1"
159+ inkscape:version="0.91 r13725"
160+ sodipodi:docname="kate.svg">
161+ <defs
162+ id="defs4880">
163+ <linearGradient
164+ id="c"
165+ y1="527.01447"
166+ x1="406.50085"
167+ y2="539.82538"
168+ x2="419.97357"
169+ gradientUnits="userSpaceOnUse"
170+ gradientTransform="translate(-386.72845,506.21259)">
171+ <stop
172+ stop-color="#292c2f"
173+ id="stop17" />
174+ <stop
175+ offset="1"
176+ stop-opacity="0"
177+ id="stop19" />
178+ </linearGradient>
179+ <linearGradient
180+ gradientTransform="translate(-2.1584511,1006.0126)"
181+ id="b"
182+ y1="34"
183+ y2="14"
184+ x2="0"
185+ gradientUnits="userSpaceOnUse">
186+ <stop
187+ stop-color="#536161"
188+ id="stop12"
189+ style="stop-color:#bfc9c9;stop-opacity:1" />
190+ <stop
191+ offset="1"
192+ stop-color="#f4f5f5"
193+ id="stop14"
194+ style="stop-color:#fafafa;stop-opacity:1" />
195+ </linearGradient>
196+ <linearGradient
197+ id="a"
198+ y1="547.63354"
199+ y2="499.67896"
200+ x2="388.86475"
201+ gradientUnits="userSpaceOnUse"
202+ gradientTransform="translate(-386.72845,506.21259)"
203+ x1="428.81628">
204+ <stop
205+ stop-color="#2a2c2f"
206+ id="stop7" />
207+ <stop
208+ offset="1"
209+ stop-color="#536161"
210+ id="stop9" />
211+ </linearGradient>
212+ <linearGradient
213+ id="c-7"
214+ y1="527.01447"
215+ x1="406.50085"
216+ y2="539.82538"
217+ x2="419.97357"
218+ gradientUnits="userSpaceOnUse"
219+ gradientTransform="matrix(1.299805,0,0,1.299805,-499.06524,339.52825)">
220+ <stop
221+ stop-color="#292c2f"
222+ id="stop17-5" />
223+ <stop
224+ offset="1"
225+ stop-opacity="0"
226+ id="stop19-3" />
227+ </linearGradient>
228+ <linearGradient
229+ gradientTransform="matrix(1.299805,0,0,1.299805,0.8007798,989.17075)"
230+ id="b-5"
231+ y1="45.538715"
232+ y2="11.687484"
233+ x2="17.84823"
234+ gradientUnits="userSpaceOnUse"
235+ x1="36.312538">
236+ <stop
237+ stop-color="#536161"
238+ id="stop12-6"
239+ style="stop-color:#bfc9c9;stop-opacity:1" />
240+ <stop
241+ offset="1"
242+ stop-color="#f4f5f5"
243+ id="stop14-2"
244+ style="stop-color:#fbfbfb;stop-opacity:1" />
245+ </linearGradient>
246+ <linearGradient
247+ id="a-9"
248+ y1="547.63354"
249+ y2="499.67896"
250+ x2="388.86475"
251+ gradientUnits="userSpaceOnUse"
252+ gradientTransform="matrix(1.299805,0,0,1.299805,-499.06524,339.52825)"
253+ x1="428.81628">
254+ <stop
255+ stop-color="#2a2c2f"
256+ id="stop7-1" />
257+ <stop
258+ offset="1"
259+ stop-color="#536161"
260+ id="stop9-2" />
261+ </linearGradient>
262+ <linearGradient
263+ id="linearGradient4485"
264+ inkscape:collect="always">
265+ <stop
266+ id="stop4487"
267+ offset="0"
268+ style="stop-color:#000000;stop-opacity:1;" />
269+ <stop
270+ id="stop4489"
271+ offset="1"
272+ style="stop-color:#000000;stop-opacity:0.384" />
273+ </linearGradient>
274+ <linearGradient
275+ id="linearGradient4477"
276+ inkscape:collect="always">
277+ <stop
278+ id="stop4479"
279+ offset="0"
280+ style="stop-color:#f7f7f7;stop-opacity:1;" />
281+ <stop
282+ id="stop4481"
283+ offset="1"
284+ style="stop-color:#f7f7f7;stop-opacity:0.392" />
285+ </linearGradient>
286+ <linearGradient
287+ gradientTransform="translate(0,1004.36)"
288+ x2="0"
289+ gradientUnits="userSpaceOnUse"
290+ y2="4"
291+ y1="44"
292+ id="a-3">
293+ <stop
294+ id="stop7-6"
295+ stop-color="#63984b" />
296+ <stop
297+ id="stop9-7"
298+ stop-color="#8fc278"
299+ offset="1" />
300+ </linearGradient>
301+ <linearGradient
302+ gradientTransform="translate(0 1004.36)"
303+ x2="44"
304+ gradientUnits="userSpaceOnUse"
305+ y2="41"
306+ x1="17"
307+ y1="11"
308+ id="b-53">
309+ <stop
310+ id="stop12-5" />
311+ <stop
312+ id="stop14-6"
313+ stop-opacity="0"
314+ offset="1" />
315+ </linearGradient>
316+ <linearGradient
317+ gradientTransform="matrix(0.94118,0,0,0.91176,-13.090925,1004.448)"
318+ x2="0"
319+ gradientUnits="userSpaceOnUse"
320+ y2="6"
321+ y1="40"
322+ id="c-2">
323+ <stop
324+ id="stop17-9"
325+ stop-color="#b1b1b1" />
326+ <stop
327+ id="stop19-1"
328+ stop-color="#dddddd"
329+ offset="1" />
330+ </linearGradient>
331+ <linearGradient
332+ x2="39"
333+ gradientUnits="userSpaceOnUse"
334+ y2="58.000038"
335+ x1="22.999998"
336+ y1="38.000038"
337+ id="d"
338+ xlink:href="#b-53"
339+ gradientTransform="translate(13.000001,990.36216)" />
340+ <linearGradient
341+ gradientTransform="translate(13.000001,-13.997842)"
342+ x2="0"
343+ gradientUnits="userSpaceOnUse"
344+ y2="1012.95"
345+ y1="1052.45"
346+ id="e"
347+ x1="0">
348+ <stop
349+ id="stop23"
350+ stop-color="#f2f2f2" />
351+ <stop
352+ id="stop25"
353+ stop-color="#ffffff"
354+ offset="1" />
355+ </linearGradient>
356+ <linearGradient
357+ id="a-6"
358+ y1="538.8"
359+ x1="406.57"
360+ y2="507.52"
361+ gradientUnits="userSpaceOnUse"
362+ x2="429.12"
363+ gradientTransform="matrix(-1.81818,0,0,1.2469,1167.79,-128.03)">
364+ <stop
365+ stop-color="#1d1d5b"
366+ id="stop4345" />
367+ <stop
368+ offset="1"
369+ stop-color="#1f4778"
370+ id="stop4347" />
371+ </linearGradient>
372+ <linearGradient
373+ id="b-7"
374+ y1="-516.3"
375+ x1="433.32"
376+ y2="-498.05"
377+ gradientUnits="userSpaceOnUse"
378+ x2="382.57">
379+ <stop
380+ stop-color="#363d68"
381+ id="stop4350" />
382+ <stop
383+ offset="1"
384+ stop-color="#5272a2"
385+ stop-opacity=".427"
386+ id="stop4352" />
387+ </linearGradient>
388+ <linearGradient
389+ id="c-5"
390+ y1="69"
391+ y2="62"
392+ x1="-5.00001"
393+ gradientUnits="userSpaceOnUse"
394+ x2="-5.00001"
395+ gradientTransform="matrix(-1,0,0,1,25.99999,-57)">
396+ <stop
397+ style="stop-color:#adadad;stop-opacity:1"
398+ stop-color="#3e5172"
399+ id="stop4355" />
400+ <stop
401+ style="stop-color:#d4d4d4;stop-opacity:1"
402+ offset="1"
403+ stop-color="#6f7da0"
404+ id="stop4357" />
405+ </linearGradient>
406+ <linearGradient
407+ id="d-3"
408+ y1="26.497398"
409+ x1="49.088375"
410+ y2="20.734835"
411+ gradientUnits="userSpaceOnUse"
412+ x2="48.999989"
413+ gradientTransform="matrix(-1,0,0,-1,92.999991,1031.3622)">
414+ <stop
415+ id="stop4360" />
416+ <stop
417+ offset="1"
418+ stop-color="#655c6f"
419+ stop-opacity="0"
420+ id="stop4362" />
421+ </linearGradient>
422+ <linearGradient
423+ id="e-5"
424+ x1="393.57"
425+ gradientUnits="userSpaceOnUse"
426+ x2="439.57">
427+ <stop
428+ stop-color="#ffffff"
429+ stop-opacity=".573"
430+ id="stop4365" />
431+ <stop
432+ offset="1"
433+ stop-color="#ffffff"
434+ stop-opacity="0"
435+ id="stop4367" />
436+ </linearGradient>
437+ <linearGradient
438+ id="f"
439+ x1="394.57"
440+ gradientUnits="userSpaceOnUse"
441+ x2="435.57">
442+ <stop
443+ stop-color="#0b084e"
444+ id="stop4370" />
445+ <stop
446+ offset="1"
447+ stop-color="#e88f21"
448+ stop-opacity="0"
449+ id="stop4372" />
450+ </linearGradient>
451+ <linearGradient
452+ id="g"
453+ y1="548.89"
454+ x1="393.74"
455+ y2="525.05"
456+ x2="393.57"
457+ gradientUnits="userSpaceOnUse">
458+ <stop
459+ stop-color="#2a3561"
460+ id="stop4375" />
461+ <stop
462+ offset="1"
463+ stop-color="#192656"
464+ id="stop4377" />
465+ </linearGradient>
466+ <linearGradient
467+ gradientUnits="userSpaceOnUse"
468+ y2="5.4947963"
469+ x2="30.045036"
470+ y1="10.709708"
471+ x1="34.237427"
472+ id="linearGradient4483"
473+ xlink:href="#linearGradient4477"
474+ inkscape:collect="always"
475+ gradientTransform="translate(13.000001,990.36216)" />
476+ <linearGradient
477+ gradientUnits="userSpaceOnUse"
478+ y2="3.1715729"
479+ x2="13"
480+ y1="44.006096"
481+ x1="13"
482+ id="linearGradient4491"
483+ xlink:href="#linearGradient4485"
484+ inkscape:collect="always"
485+ gradientTransform="translate(4.000001,990.36216)" />
486+ <linearGradient
487+ id="linearGradient4274"
488+ inkscape:collect="always">
489+ <stop
490+ id="stop4276"
491+ offset="0"
492+ style="stop-color:#ffffff;stop-opacity:1;" />
493+ <stop
494+ id="stop4278"
495+ offset="1"
496+ style="stop-color:#ffffff;stop-opacity:0.48760331" />
497+ </linearGradient>
498+ <linearGradient
499+ inkscape:collect="always"
500+ xlink:href="#linearGradient4274"
501+ id="linearGradient4217-2"
502+ gradientUnits="userSpaceOnUse"
503+ gradientTransform="matrix(0.69224711,0,0,0.69224711,-270.37194,-343.21469)"
504+ x1="390.57144"
505+ y1="498.298"
506+ x2="442.57144"
507+ y2="498.298" />
508+ <linearGradient
509+ inkscape:collect="always"
510+ xlink:href="#linearGradient4274"
511+ id="linearGradient4272-7"
512+ x1="390.57144"
513+ y1="498.298"
514+ x2="442.57144"
515+ y2="498.298"
516+ gradientUnits="userSpaceOnUse"
517+ gradientTransform="matrix(0.69224711,0,0,0.69224711,-271.06419,-343.21469)" />
518+ <linearGradient
519+ inkscape:collect="always"
520+ xlink:href="#linearGradient4274"
521+ id="linearGradient4217-8"
522+ gradientUnits="userSpaceOnUse"
523+ gradientTransform="matrix(0.69224711,0,0,0.69224711,-270.37116,654.1474)"
524+ x1="390.57144"
525+ y1="498.298"
526+ x2="442.57144"
527+ y2="498.298" />
528+ <linearGradient
529+ inkscape:collect="always"
530+ xlink:href="#linearGradient4274"
531+ id="linearGradient4217-6"
532+ gradientUnits="userSpaceOnUse"
533+ gradientTransform="matrix(0.69224711,0,0,0.69224711,-270.27155,1654.4354)"
534+ x1="390.57144"
535+ y1="498.298"
536+ x2="442.57144"
537+ y2="498.298" />
538+ <linearGradient
539+ id="a-7"
540+ y1="543.8"
541+ y2="503.8"
542+ x2="0"
543+ gradientUnits="userSpaceOnUse"
544+ gradientTransform="translate(-384.57,-499.8)">
545+ <stop
546+ stop-color="#197cf1"
547+ id="stop7-5" />
548+ <stop
549+ offset="1"
550+ stop-color="#20bcfa"
551+ id="stop9-3" />
552+ </linearGradient>
553+ <linearGradient
554+ id="b-56"
555+ y1="23.774559"
556+ x1="22.540125"
557+ y2="44.054428"
558+ x2="42.645557"
559+ gradientUnits="userSpaceOnUse"
560+ gradientTransform="translate(30,0)">
561+ <stop
562+ stop-color="#292c2f"
563+ id="stop12-29" />
564+ <stop
565+ offset="1"
566+ stop-color="#292c2f"
567+ stop-opacity="0"
568+ id="stop14-1" />
569+ </linearGradient>
570+ <linearGradient
571+ gradientTransform="translate(-432.5705,-499.79999)"
572+ gradientUnits="userSpaceOnUse"
573+ x2="432.5705"
574+ y2="500.04578"
575+ y1="547.79999"
576+ id="a-6-2"
577+ x1="432.5705">
578+ <stop
579+ id="stop4216"
580+ stop-color="#18222a"
581+ style="stop-color:#1e2b35;stop-opacity:1" />
582+ <stop
583+ id="stop4218"
584+ stop-color="#566069"
585+ offset="1"
586+ style="stop-color:#525c64;stop-opacity:1" />
587+ </linearGradient>
588+ <linearGradient
589+ gradientUnits="userSpaceOnUse"
590+ x2="416.57"
591+ y2="534.8"
592+ x1="399.57"
593+ y1="517.8"
594+ id="b-7-7"
595+ gradientTransform="translate(-344.5695,-499.79999)">
596+ <stop
597+ id="stop4221" />
598+ <stop
599+ id="stop4223"
600+ stop-opacity="0"
601+ offset="1" />
602+ </linearGradient>
603+ <linearGradient
604+ x2="0"
605+ gradientUnits="userSpaceOnUse"
606+ y2="508.8"
607+ y1="537.8"
608+ id="c-0"
609+ gradientTransform="translate(-344.5695,-499.79999)">
610+ <stop
611+ id="stop4226"
612+ stop-color="#026ddc" />
613+ <stop
614+ id="stop4228"
615+ stop-color="#28b0fd"
616+ offset="1" />
617+ </linearGradient>
618+ <linearGradient
619+ gradientTransform="translate(-.081-.48)"
620+ gradientUnits="userSpaceOnUse"
621+ x2="416.65"
622+ y2="533.28"
623+ x1="408.65"
624+ y1="525.28"
625+ id="d-9">
626+ <stop
627+ id="stop4231-3"
628+ stop-opacity=".065" />
629+ <stop
630+ id="stop4233"
631+ stop-opacity="0"
632+ offset="1" />
633+ </linearGradient>
634+ <linearGradient
635+ gradientTransform="matrix(-1,0,0,1,817.2,-0.48)"
636+ x2="426.22"
637+ gradientUnits="userSpaceOnUse"
638+ y2="525.91"
639+ x1="417.79"
640+ y1="517.96"
641+ id="e-6"
642+ xlink:href="#d-9" />
643+ <linearGradient
644+ gradientTransform="translate(-13.182,-16.463)"
645+ id="b-5-2"
646+ y1="18.709999"
647+ x1="22.285"
648+ y2="36.632999"
649+ x2="39.279999"
650+ gradientUnits="userSpaceOnUse">
651+ <stop
652+ stop-color="#292c2f"
653+ id="stop12-3" />
654+ <stop
655+ offset="1"
656+ stop-color="#292c2f"
657+ stop-opacity="0"
658+ id="stop14-5" />
659+ </linearGradient>
660+ <linearGradient
661+ gradientTransform="matrix(0.71874732,0,0,0.68157806,-378.12417,-491.55024)"
662+ x2="520.69641"
663+ gradientUnits="userSpaceOnUse"
664+ y2="721.56116"
665+ y1="791.61914"
666+ id="b-3"
667+ x1="463.30493">
668+ <stop
669+ id="stop4252"
670+ stop-color="#26c281"
671+ style="stop-color:#00945a;stop-opacity:1" />
672+ <stop
673+ id="stop4254"
674+ stop-color="#3fc380"
675+ offset="1"
676+ style="stop-color:#38fa95;stop-opacity:1" />
677+ </linearGradient>
678+ <linearGradient
679+ gradientTransform="matrix(0.98828127,0,0,0.98828127,-383.20097,-495.43517)"
680+ gradientUnits="userSpaceOnUse"
681+ x2="420.98001"
682+ x1="404.98001"
683+ y2="533.79999"
684+ y1="517.79999"
685+ id="a-67">
686+ <stop
687+ id="stop4247"
688+ stop-color="#383e51" />
689+ <stop
690+ id="stop4249"
691+ stop-opacity="0"
692+ stop-color="#655c6f"
693+ offset="1" />
694+ </linearGradient>
695+ <linearGradient
696+ gradientUnits="userSpaceOnUse"
697+ x2="0"
698+ y2="515.79999"
699+ y1="531.79999"
700+ id="c-5-0"
701+ gradientTransform="matrix(0.98828127,0,0,0.98828127,-378.84265,-493.45861)">
702+ <stop
703+ id="stop4257"
704+ stop-color="#70e4b3" />
705+ <stop
706+ id="stop4259"
707+ stop-color="#c8f0dc"
708+ offset="1" />
709+ </linearGradient>
710+ <linearGradient
711+ gradientTransform="matrix(0.71874732,0,0,0.68157806,-387.2511,-495.98773)"
712+ x2="0"
713+ gradientUnits="userSpaceOnUse"
714+ y2="727.71002"
715+ y1="785.71002"
716+ id="b-3-3">
717+ <stop
718+ id="stop4252-5"
719+ stop-color="#26c281" />
720+ <stop
721+ id="stop4254-6"
722+ stop-color="#3fc380"
723+ offset="1" />
724+ </linearGradient>
725+ <linearGradient
726+ id="b-1"
727+ y1="23.774559"
728+ x1="22.540125"
729+ y2="44.054428"
730+ x2="42.645557"
731+ gradientUnits="userSpaceOnUse"
732+ gradientTransform="translate(-13.130467,-10.269952)">
733+ <stop
734+ stop-color="#292c2f"
735+ id="stop12-2" />
736+ <stop
737+ offset="1"
738+ stop-color="#292c2f"
739+ stop-opacity="0"
740+ id="stop14-7" />
741+ </linearGradient>
742+ <linearGradient
743+ inkscape:collect="always"
744+ xlink:href="#b-56"
745+ id="linearGradient4318-9"
746+ gradientUnits="userSpaceOnUse"
747+ gradientTransform="translate(7.947106,-34.03464)"
748+ x1="-2.8595951"
749+ y1="32.924278"
750+ x2="3.3955555"
751+ y2="39.179428" />
752+ <linearGradient
753+ inkscape:collect="always"
754+ xlink:href="#b-56"
755+ id="linearGradient4345-7"
756+ gradientUnits="userSpaceOnUse"
757+ gradientTransform="translate(14.488281,-20.003906)"
758+ x1="-13.672095"
759+ y1="39.799278"
760+ x2="3.3955555"
761+ y2="39.179428" />
762+ <linearGradient
763+ inkscape:collect="always"
764+ xlink:href="#b-56"
765+ id="linearGradient4384-2"
766+ gradientUnits="userSpaceOnUse"
767+ gradientTransform="translate(18.78125,-16.0625)"
768+ x1="-22.510931"
769+ y1="12.39889"
770+ x2="10.555012"
771+ y2="48.902145" />
772+ <linearGradient
773+ gradientTransform="translate(-71.999501,32.001813)"
774+ id="b-36"
775+ y1="23.774559"
776+ x1="22.540125"
777+ y2="44.054428"
778+ x2="42.645557"
779+ gradientUnits="userSpaceOnUse">
780+ <stop
781+ stop-color="#292c2f"
782+ id="stop12-7" />
783+ <stop
784+ offset="1"
785+ stop-color="#292c2f"
786+ stop-opacity="0"
787+ id="stop14-53" />
788+ </linearGradient>
789+ <linearGradient
790+ gradientTransform="translate(-360.571,-467.79817)"
791+ gradientUnits="userSpaceOnUse"
792+ x2="426.6955"
793+ y2="499.92078"
794+ y1="547.67499"
795+ id="a-6-5"
796+ x1="389.3205">
797+ <stop
798+ id="stop4216-6"
799+ stop-color="#18222a"
800+ style="stop-color:#1e2b35;stop-opacity:1" />
801+ <stop
802+ id="stop4218-2"
803+ stop-color="#566069"
804+ offset="1"
805+ style="stop-color:#6d7983;stop-opacity:1" />
806+ </linearGradient>
807+ <linearGradient
808+ inkscape:collect="always"
809+ xlink:href="#linearGradient4274"
810+ id="linearGradient4422-6"
811+ x1="-30.500504"
812+ y1="28.249998"
813+ x2="-10.500504"
814+ y2="7.8749971"
815+ gradientUnits="userSpaceOnUse"
816+ gradientTransform="translate(4.0005076,-4.0000137)" />
817+ <linearGradient
818+ gradientTransform="translate(-384.57,-499.8)"
819+ gradientUnits="userSpaceOnUse"
820+ x2="0"
821+ y2="503.8"
822+ y1="543.8"
823+ id="a-79">
824+ <stop
825+ id="stop7-2"
826+ stop-color="#197cf1" />
827+ <stop
828+ id="stop9-0"
829+ stop-color="#20bcfa"
830+ offset="1" />
831+ </linearGradient>
832+ <linearGradient
833+ gradientTransform="translate(-344.5695,-499.79999)"
834+ id="c-8"
835+ y1="537.8"
836+ y2="508.8"
837+ gradientUnits="userSpaceOnUse"
838+ x2="0">
839+ <stop
840+ stop-color="#026ddc"
841+ id="stop4226-9" />
842+ <stop
843+ offset="1"
844+ stop-color="#28b0fd"
845+ id="stop4228-7" />
846+ </linearGradient>
847+ <linearGradient
848+ gradientTransform="matrix(0.98828127,0,0,0.98828127,-378.84265,-493.45861)"
849+ id="c-5-4"
850+ y1="531.79999"
851+ y2="515.79999"
852+ x2="0"
853+ gradientUnits="userSpaceOnUse">
854+ <stop
855+ stop-color="#70e4b3"
856+ id="stop4257-5" />
857+ <stop
858+ offset="1"
859+ stop-color="#c8f0dc"
860+ id="stop4259-0" />
861+ </linearGradient>
862+ <linearGradient
863+ id="b-3-3-3"
864+ y1="785.71002"
865+ y2="727.71002"
866+ gradientUnits="userSpaceOnUse"
867+ x2="0"
868+ gradientTransform="matrix(0.71874732,0,0,0.68157806,-387.2511,-495.98773)">
869+ <stop
870+ stop-color="#26c281"
871+ id="stop4252-5-6" />
872+ <stop
873+ offset="1"
874+ stop-color="#3fc380"
875+ id="stop4254-6-1" />
876+ </linearGradient>
877+ <linearGradient
878+ gradientTransform="matrix(0.94118,0,0,0.91176,-6.5880001,-1.919981)"
879+ x2="0"
880+ gradientUnits="userSpaceOnUse"
881+ y2="6"
882+ y1="40"
883+ id="c-2-7">
884+ <stop
885+ id="stop17-9-0"
886+ stop-color="#b1b1b1" />
887+ <stop
888+ id="stop19-1-9"
889+ stop-color="#dddddd"
890+ offset="1" />
891+ </linearGradient>
892+ </defs>
893+ <sodipodi:namedview
894+ id="base"
895+ pagecolor="#ffffff"
896+ bordercolor="#666666"
897+ borderopacity="1.0"
898+ inkscape:pageopacity="0.0"
899+ inkscape:pageshadow="2"
900+ inkscape:zoom="1"
901+ inkscape:cx="32.880361"
902+ inkscape:cy="25.057686"
903+ inkscape:document-units="px"
904+ inkscape:current-layer="layer1"
905+ showgrid="false"
906+ units="px"
907+ inkscape:snap-bbox="true"
908+ inkscape:bbox-nodes="true"
909+ inkscape:object-nodes="true">
910+ <inkscape:grid
911+ type="xygrid"
912+ id="grid6138" />
913+ </sodipodi:namedview>
914+ <metadata
915+ id="metadata4883">
916+ <rdf:RDF>
917+ <cc:Work
918+ rdf:about="">
919+ <dc:format>image/svg+xml</dc:format>
920+ <dc:type
921+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
922+ <dc:title />
923+ </cc:Work>
924+ </rdf:RDF>
925+ </metadata>
926+ <g
927+ inkscape:label="Livello 1"
928+ inkscape:groupmode="layer"
929+ id="layer1"
930+ transform="translate(0,-988.3622)">
931+ <rect
932+ style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:url(#c-2);fill-opacity:1;fill-rule:evenodd;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
933+ id="rect23"
934+ height="52.000019"
935+ rx="0.9922142"
936+ y="994.36218"
937+ x="11"
938+ width="42"
939+ ry="0.9922049" />
940+ <path
941+ d="m 51.000001,1027.3622 -38,17 1.786,1.963 38.21,0.037 0,-48.00004 -2,-2 z"
942+ id="path53"
943+ style="opacity:0.2;fill:url(#d);fill-rule:evenodd"
944+ inkscape:connector-curvature="0"
945+ sodipodi:nodetypes="ccccccc" />
946+ <path
947+ d="m 13.000001,996.36216 0,48.00004 38,0 0,-48.00004 z"
948+ id="path55"
949+ style="fill:url(#e);fill-rule:evenodd"
950+ inkscape:connector-curvature="0"
951+ sodipodi:nodetypes="ccccc" />
952+ <rect
953+ width="38"
954+ x="13"
955+ y="1043.3622"
956+ height="1.0000174"
957+ id="rect57"
958+ style="opacity:0.43700005;fill:#1b1b1b;fill-opacity:1;fill-rule:evenodd" />
959+ <rect
960+ style="opacity:0.51300001;fill:#28b171;fill-opacity:1;fill-rule:evenodd"
961+ id="rect61"
962+ height="1"
963+ y="1003.3621"
964+ x="24"
965+ width="8" />
966+ <rect
967+ style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
968+ id="rect63"
969+ height="1.0000143"
970+ y="1003.3621"
971+ x="33"
972+ width="5" />
973+ <rect
974+ style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
975+ id="rect65"
976+ height="1.0000143"
977+ y="1005.3621"
978+ x="22"
979+ width="6" />
980+ <rect
981+ style="fill:#f199c8;fill-opacity:1;fill-rule:evenodd"
982+ id="rect67"
983+ height="1"
984+ y="1005.3621"
985+ x="29"
986+ width="3" />
987+ <rect
988+ style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
989+ id="rect69"
990+ height="1"
991+ y="1007.3621"
992+ x="22"
993+ width="4.0300002" />
994+ <rect
995+ style="opacity:0.647;fill:#f75ed0;fill-opacity:1;fill-rule:evenodd"
996+ id="rect71"
997+ height="1.0000153"
998+ y="1007.3621"
999+ x="27"
1000+ width="7" />
1001+ <rect
1002+ style="opacity:0.478;fill:#00a8f9;fill-opacity:1;fill-rule:evenodd"
1003+ id="rect75"
1004+ height="1.0000143"
1005+ y="999.36212"
1006+ x="20"
1007+ width="5" />
1008+ <rect
1009+ style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
1010+ id="rect77"
1011+ height="1.0000143"
1012+ y="999.36212"
1013+ x="31"
1014+ width="3" />
1015+ <rect
1016+ style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
1017+ id="rect79"
1018+ height="1"
1019+ y="1001.3621"
1020+ x="22"
1021+ width="7" />
1022+ <rect
1023+ style="opacity:0.647;fill:#f75ed0;fill-opacity:1;fill-rule:evenodd"
1024+ id="rect81"
1025+ height="1.0000147"
1026+ y="1001.3621"
1027+ x="30"
1028+ width="3" />
1029+ <rect
1030+ style="opacity:0.51300001;fill:#28b171;fill-opacity:1;fill-rule:evenodd"
1031+ width="8"
1032+ x="24"
1033+ y="-1018.3621"
1034+ height="1"
1035+ id="rect4264"
1036+ transform="scale(1,-1)" />
1037+ <rect
1038+ style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
1039+ width="6"
1040+ x="33"
1041+ y="-1018.3621"
1042+ height="1"
1043+ id="rect4266"
1044+ transform="scale(1,-1)" />
1045+ <rect
1046+ style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
1047+ width="7"
1048+ x="22"
1049+ y="-1016.3621"
1050+ height="1"
1051+ id="rect4268"
1052+ transform="scale(1,-1)" />
1053+ <rect
1054+ style="opacity:0.647;fill:#f75ed0;fill-opacity:1;fill-rule:evenodd"
1055+ width="3"
1056+ x="30"
1057+ y="-1016.3621"
1058+ height="1"
1059+ id="rect4270"
1060+ transform="scale(1,-1)" />
1061+ <rect
1062+ style="opacity:0.478;fill:#00a8f9;fill-opacity:1;fill-rule:evenodd"
1063+ width="4.0300002"
1064+ x="20"
1065+ y="-1014.3621"
1066+ height="1"
1067+ id="rect4272"
1068+ transform="scale(1,-1)" />
1069+ <rect
1070+ style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
1071+ width="8"
1072+ x="25"
1073+ y="-1014.3621"
1074+ height="1"
1075+ id="rect4274"
1076+ transform="scale(1,-1)" />
1077+ <rect
1078+ width="10"
1079+ x="22"
1080+ y="-1012.3621"
1081+ height="1"
1082+ id="rect4278"
1083+ style="opacity:0.51300001;fill:#28b171;fill-opacity:1;fill-rule:evenodd"
1084+ transform="scale(1,-1)" />
1085+ <rect
1086+ width="5"
1087+ x="33"
1088+ y="-1012.3621"
1089+ height="1"
1090+ id="rect4280"
1091+ style="opacity:0.647;fill:#f75ed0;fill-opacity:1;fill-rule:evenodd"
1092+ transform="scale(1,-1)" />
1093+ <rect
1094+ width="7"
1095+ x="20"
1096+ y="-1010.3621"
1097+ height="1"
1098+ id="rect4282"
1099+ style="opacity:0.478;fill:#00a8f9;fill-opacity:1;fill-rule:evenodd"
1100+ transform="scale(1,-1)" />
1101+ <rect
1102+ width="5"
1103+ x="29"
1104+ y="-1010.3621"
1105+ height="1.0000147"
1106+ id="rect4284"
1107+ style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
1108+ transform="scale(1,-1)" />
1109+ <rect
1110+ style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.08200001;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:url(#linearGradient4491);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
1111+ id="rect4286"
1112+ width="1"
1113+ height="47.00008"
1114+ x="16"
1115+ y="996.36212" />
1116+ <rect
1117+ width="10"
1118+ x="20"
1119+ y="1019.3621"
1120+ height="1"
1121+ id="rect4290"
1122+ style="opacity:0.478;fill:#00a8f9;fill-opacity:1;fill-rule:evenodd" />
1123+ <rect
1124+ width="7"
1125+ x="22"
1126+ y="1021.3621"
1127+ height="1"
1128+ id="rect4294"
1129+ style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd" />
1130+ <rect
1131+ width="5"
1132+ x="30"
1133+ y="1021.3621"
1134+ height="1.0000153"
1135+ id="rect4296"
1136+ style="opacity:0.647;fill:#f75ed0;fill-opacity:1;fill-rule:evenodd" />
1137+ <rect
1138+ width="13"
1139+ x="24"
1140+ y="1023.3621"
1141+ height="0.99998474"
1142+ id="rect4300"
1143+ style="opacity:0.51300001;fill:#28b171;fill-opacity:1;fill-rule:evenodd" />
1144+ <rect
1145+ width="9"
1146+ x="22"
1147+ y="1025.3622"
1148+ height="0.99998474"
1149+ id="rect4304"
1150+ style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd" />
1151+ <rect
1152+ width="5"
1153+ x="33"
1154+ y="1005.3621"
1155+ height="1.0000143"
1156+ id="rect4328"
1157+ style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd" />
1158+ <rect
1159+ width="4"
1160+ x="26"
1161+ y="999.36212"
1162+ height="1.0000143"
1163+ id="rect4338"
1164+ style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd" />
1165+ <path
1166+ style="fill:url(#linearGradient4483);fill-opacity:1;fill-rule:evenodd"
1167+ id="path4395"
1168+ d="m 50.999991,1006.3622 -10,-10.00004 0,10.00004 z"
1169+ inkscape:connector-curvature="0"
1170+ sodipodi:nodetypes="cccc" />
1171+ <path
1172+ style="opacity:0.2;fill:url(#d-3);fill-rule:evenodd"
1173+ id="path4397"
1174+ d="m 40.999991,1006.3622 10,10 0,-10 z"
1175+ inkscape:connector-curvature="0"
1176+ sodipodi:nodetypes="cccc" />
1177+ <path
1178+ sodipodi:nodetypes="cccc"
1179+ inkscape:connector-curvature="0"
1180+ d="m 40.999991,996.36216 10,10.00004 0,-10.00004 z"
1181+ id="path4457"
1182+ style="fill:#fdfdfd;fill-opacity:1;fill-rule:evenodd" />
1183+ <rect
1184+ y="996.36212"
1185+ x="13"
1186+ height="47.00008"
1187+ width="3"
1188+ id="rect4493"
1189+ style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.37300002;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
1190+ <rect
1191+ style="opacity:0.478;fill:#00a8f9;fill-opacity:1;fill-rule:evenodd"
1192+ id="rect4228"
1193+ height="1"
1194+ y="1027.3622"
1195+ x="20"
1196+ width="4" />
1197+ <rect
1198+ width="9"
1199+ x="25"
1200+ y="1027.3622"
1201+ height="1.0000153"
1202+ id="rect4230"
1203+ style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd" />
1204+ <rect
1205+ width="8"
1206+ x="24"
1207+ y="1031.3621"
1208+ height="1"
1209+ id="rect4536"
1210+ style="opacity:0.51300001;fill:#28b171;fill-opacity:1;fill-rule:evenodd" />
1211+ <rect
1212+ width="5"
1213+ x="33"
1214+ y="1031.3621"
1215+ height="1.0000143"
1216+ id="rect4538"
1217+ style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd" />
1218+ <rect
1219+ width="6"
1220+ x="22"
1221+ y="1033.3621"
1222+ height="1.0000143"
1223+ id="rect4540"
1224+ style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd" />
1225+ <rect
1226+ width="3"
1227+ x="29"
1228+ y="1033.3621"
1229+ height="1"
1230+ id="rect4542"
1231+ style="fill:#f199c8;fill-opacity:1;fill-rule:evenodd" />
1232+ <rect
1233+ width="4.0300002"
1234+ x="22"
1235+ y="1035.3621"
1236+ height="1"
1237+ id="rect4544"
1238+ style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd" />
1239+ <rect
1240+ width="7"
1241+ x="27"
1242+ y="1035.3621"
1243+ height="1.0000153"
1244+ id="rect4546"
1245+ style="opacity:0.647;fill:#f75ed0;fill-opacity:1;fill-rule:evenodd" />
1246+ <rect
1247+ width="7"
1248+ x="22"
1249+ y="1029.3621"
1250+ height="1"
1251+ id="rect4548"
1252+ style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd" />
1253+ <rect
1254+ width="3"
1255+ x="30"
1256+ y="1029.3621"
1257+ height="1.0000147"
1258+ id="rect4550"
1259+ style="opacity:0.647;fill:#f75ed0;fill-opacity:1;fill-rule:evenodd" />
1260+ <rect
1261+ transform="scale(1,-1)"
1262+ style="opacity:0.51300001;fill:#28b171;fill-opacity:1;fill-rule:evenodd"
1263+ id="rect4552"
1264+ height="1"
1265+ y="-1040.3621"
1266+ x="22"
1267+ width="10" />
1268+ <rect
1269+ transform="scale(1,-1)"
1270+ style="opacity:0.647;fill:#f75ed0;fill-opacity:1;fill-rule:evenodd"
1271+ id="rect4554"
1272+ height="1"
1273+ y="-1040.3621"
1274+ x="33"
1275+ width="5" />
1276+ <rect
1277+ transform="scale(1,-1)"
1278+ style="opacity:0.478;fill:#00a8f9;fill-opacity:1;fill-rule:evenodd"
1279+ id="rect4556"
1280+ height="1"
1281+ y="-1038.3621"
1282+ x="20"
1283+ width="7" />
1284+ <rect
1285+ transform="scale(1,-1)"
1286+ style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
1287+ id="rect4558"
1288+ height="1.0000147"
1289+ y="-1038.3621"
1290+ x="29"
1291+ width="5" />
1292+ <rect
1293+ style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
1294+ id="rect4560"
1295+ height="1.0000143"
1296+ y="1033.3621"
1297+ x="33"
1298+ width="5" />
1299+ </g>
1300+</svg>
1301
1302=== modified file 'slideshows/kubuntu/slides/link/base.css'
1303--- slideshows/kubuntu/slides/link/base.css 2017-08-26 15:28:03 +0000
1304+++ slideshows/kubuntu/slides/link/base.css 2018-03-22 02:04:27 +0000
1305@@ -63,12 +63,28 @@
1306 font-weight: bolder;
1307 }
1308
1309-#icon {
1310+#icon-logo {
1311 position: absolute;
1312 bottom: -15px;
1313 right: 55px;
1314 width: 135px;
1315- height: 135px;
1316+ height: 150px;
1317+}
1318+
1319+#icon-help {
1320+ position: absolute;
1321+ bottom: -15px;
1322+ right: 55px;
1323+ width: 135px;
1324+ height: 160px;
1325+}
1326+
1327+#icon-users {
1328+ position: absolute;
1329+ bottom: -15px;
1330+ right: 55px;
1331+ width: 135px;
1332+ height: 165px;
1333 }
1334
1335 #wrapper {
1336@@ -221,7 +237,6 @@
1337 list-style-type:disc;
1338 font-size:16px;
1339 text-align:left;
1340- /* padding-top:25px; */
1341 padding-left:25px;
1342 width:455px;
1343 overflow:auto;
1344@@ -291,9 +306,11 @@
1345
1346 table {
1347 border-radius: 5px;
1348+ border-spacing: 10px;
1349+ border-collapse: separate;
1350 /*padding-top: 45px;*/
1351 width: 85%;
1352- margin: 0px auto;
1353+ margin: auto auto;
1354 float: none;
1355 }
1356

Subscribers

People subscribed via source and target branches