Merge lp:~flexiondotorg/ubiquity-slideshow-ubuntu/ubuntu-mate-focal into lp:ubiquity-slideshow-ubuntu

Proposed by Martin Wimpress 
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 867
Merged at revision: 872
Proposed branch: lp:~flexiondotorg/ubiquity-slideshow-ubuntu/ubuntu-mate-focal
Merge into: lp:ubiquity-slideshow-ubuntu
Diff against target: 419 lines (+82/-147)
3 files modified
slideshows/ubuntu-mate/slides/01_welcome.html (+6/-10)
slideshows/ubuntu-mate/slides/02_about.html (+7/-4)
slideshows/ubuntu-mate/slides/link/base.css (+69/-133)
To merge this branch: bzr merge lp:~flexiondotorg/ubiquity-slideshow-ubuntu/ubuntu-mate-focal
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
Review via email: mp+380605@code.launchpad.net

Description of the change

This merge proposal add a new design for Ubuntu MATE slideshow and updates the screenshots. No language strings have been changed.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

looks fine thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'slideshows/ubuntu-mate/slides/01_welcome.html'
--- slideshows/ubuntu-mate/slides/01_welcome.html 2017-08-23 22:42:54 +0000
+++ slideshows/ubuntu-mate/slides/01_welcome.html 2020-03-12 01:37:20 +0000
@@ -1,12 +1,8 @@
1<div class="header">1<div class="wide">
2 <h1 class="slidetitle">Welcome to Ubuntu MATE</h1>2 <div class="welcome">
3</div>3 <h1>Welcome to Ubuntu MATE</h1>
4<div class="main wide">
5 <div class="text">
6 <div>
7 <p>A community developed Ubuntu based operating system that4 <p>A community developed Ubuntu based operating system that
8 beautifully integrates the MATE desktop.</p>5 beautifully integrates the MATE desktop.</p>
9 </div>
10 </div>
11 <img class="background" src="screenshots/01_welcome.png" />
12</div>
13\ No newline at end of file6\ No newline at end of file
7 </div>
8 <div class="whitebar"><!-- css background image here --></div>
9</div>
1410
=== modified file 'slideshows/ubuntu-mate/slides/02_about.html'
--- slideshows/ubuntu-mate/slides/02_about.html 2018-09-27 19:09:45 +0000
+++ slideshows/ubuntu-mate/slides/02_about.html 2020-03-12 01:37:20 +0000
@@ -7,10 +7,13 @@
7 <p>Ubuntu MATE is a stable, easy-to-use operating system with a7 <p>Ubuntu MATE is a stable, easy-to-use operating system with a
8 configurable desktop environment. Ideal for those who want the8 configurable desktop environment. Ideal for those who want the
9 most out of their computers and prefer a traditional desktop9 most out of their computers and prefer a traditional desktop
10 metaphor. With modest hardware requirements it is suitable for10 metaphor. <br />
11 With modest hardware requirements it is suitable for
11 modern workstations, single board computers and older hardware12 modern workstations, single board computers and older hardware
12 alike.</p>13 alike.
13 <br />14 </p>
15 </div>
16 <div>
14 <p>For users coming from other operating systems, Ubuntu MATE can17 <p>For users coming from other operating systems, Ubuntu MATE can
15 adapt the user interface with one-click to something more modern18 adapt the user interface with one-click to something more modern
16 or something that you might be more familiar with via19 or something that you might be more familiar with via
@@ -18,4 +21,4 @@
18 </div>21 </div>
19 </div>22 </div>
20 <img class="screenshot" src="screenshots/02_about.png"/>23 <img class="screenshot" src="screenshots/02_about.png"/>
21</div>
22\ No newline at end of file24\ No newline at end of file
25</div>
2326
=== modified file 'slideshows/ubuntu-mate/slides/icons/firefox.png'
24Binary files slideshows/ubuntu-mate/slides/icons/firefox.png 2018-08-13 19:41:51 +0000 and slideshows/ubuntu-mate/slides/icons/firefox.png 2020-03-12 01:37:20 +0000 differ27Binary files slideshows/ubuntu-mate/slides/icons/firefox.png 2018-08-13 19:41:51 +0000 and slideshows/ubuntu-mate/slides/icons/firefox.png 2020-03-12 01:37:20 +0000 differ
=== modified file 'slideshows/ubuntu-mate/slides/icons/welcome.png'
25Binary files slideshows/ubuntu-mate/slides/icons/welcome.png 2016-01-10 15:19:40 +0000 and slideshows/ubuntu-mate/slides/icons/welcome.png 2020-03-12 01:37:20 +0000 differ28Binary files slideshows/ubuntu-mate/slides/icons/welcome.png 2016-01-10 15:19:40 +0000 and slideshows/ubuntu-mate/slides/icons/welcome.png 2020-03-12 01:37:20 +0000 differ
=== modified file 'slideshows/ubuntu-mate/slides/link/base.css'
--- slideshows/ubuntu-mate/slides/link/base.css 2017-08-23 22:42:54 +0000
+++ slideshows/ubuntu-mate/slides/link/base.css 2020-03-12 01:37:20 +0000
@@ -27,15 +27,11 @@
27html, body {27html, body {
28 margin:0;28 margin:0;
29 padding:0;29 padding:0;
30
31 background-color:#F7F6F6;
32
33 font-family:'Ubuntu', 'UbuntuBeta', sans-serif;30 font-family:'Ubuntu', 'UbuntuBeta', sans-serif;
34 font-size:12px;31 font-size:12px;
35 line-height:1.4em;32 line-height:1.4em;
36 33 color: #ffffff;
37 color:#333333;34
38
39 /* no reason to expose this extra stuff to the user */35 /* no reason to expose this extra stuff to the user */
40 -webkit-user-select:none;36 -webkit-user-select:none;
41 -moz-user-select:none;37 -moz-user-select:none;
@@ -47,7 +43,7 @@
47Hyperlink-style text43Hyperlink-style text
48*/44*/
49a {45a {
50 color:#87a556;46 color: #ffffff;
51 text-decoration:none;47 text-decoration:none;
52 display:inline;48 display:inline;
53}49}
@@ -62,13 +58,14 @@
6258
63#wrapper {59#wrapper {
64 position:absolute;60 position:absolute;
65 61
66 width:752px;62 width:752px;
67 height:100%;63 height:100%;
68}64}
6965
70#slideshow {66#slideshow {
71 background-image:url('background2.png');67 background: #3a4724 radial-gradient( circle farthest-corner at 20% -120%, #3a4724 0%, #a3ba79 90% );
68 background-image:url('bg.jpg');
72 width:752px;69 width:752px;
73 min-height:442px;70 min-height:442px;
74 height:100%;71 height:100%;
@@ -83,12 +80,12 @@
83.control-arrow {80.control-arrow {
84 display:block;81 display:block;
85 position:absolute;82 position:absolute;
86 83
87 z-index:100;84 z-index:100;
88 top:218px;85 top:218px;
89 height:64px;86 height:64px;
90 width:33px;87 width:33px;
91 88
92 background-repeat:no-repeat;89 background-repeat:no-repeat;
93 cursor:pointer;90 cursor:pointer;
94}91}
@@ -120,18 +117,19 @@
120 top:0px;117 top:0px;
121 width:100%;118 width:100%;
122 height:68px;119 height:68px;
123 background-color:#3C3B37;120 /* background-color:#3C3B37;
121 background-image:url('background2.png'); */
124}122}
125123
126.header > .slidetitle {124.header > .slidetitle {
127 display:table-cell;125 display:table-cell;
128 padding:0px 25px;126 padding:0px 25px;
129 vertical-align:middle;127 vertical-align:middle;
130 128
131 font-size:24px;129 font-size:24px;
132 line-height:30px;130 line-height:30px;
133 font-weight:normal;131 font-weight:normal;
134 color:#DED9CB;132 color:#f8f8f8;
135}133}
136.header > .slidetitle img {134.header > .slidetitle img {
137 display: block;135 display: block;
@@ -139,18 +137,18 @@
139137
140.main {138.main {
141 position:absolute;139 position:absolute;
142 top:70px; /* 68px + 2px margin */140 top:50px; /* 68px + 2px margin */
143 bottom:2px;141 bottom:2px;
144 left:2px;142 left:2px;
145 right:2px;143 right:2px;
146 min-height:370px; /* 442px (from #slideshow) - 70px - 2px */144 min-height:370px; /* 442px (from #slideshow) - 70px - 2px */
147 145
148 /* move this to #slideshow if we don't want the background image to move with slides */146 /* move this to #slideshow if we don't want the background image to move with slides */
149 /* background-image:url('background2.png');*/147 /* background-image:url('background2.png');*/
150}148}
151149
152.main.wide {150.main.wide {
153 top:68px;151 top:48px;
154 left:0px;152 left:0px;
155 right:0px;153 right:0px;
156 bottom:0px;154 bottom:0px;
@@ -161,12 +159,54 @@
161A slide's body text goes inside here.159A slide's body text goes inside here.
162Inner space is 224px wide.160Inner space is 224px wide.
163*/161*/
162
163.welcome {
164 position:absolute;
165 z-index:10;
166 top: 40px;
167 left: 40px;
168 width: 700px;
169 overflow:auto;
170
171}
172.welcome > p {
173 background:none;
174 font-size:16px;
175 width: 400px;
176 line-height:1.5em;
177 font-family: 'ubuntu';
178}
179
180.whitebar {
181 height: 108px;
182 margin-top: 200px;
183 background: #ffffff;
184 width:100%;
185 background-repeat: no-repeat;
186 background-position: center;
187 background-image: url('welcome_logos.jpg');
188 }
189
190
191h1 {
192 clear: both;
193
194 font-size: 240%;
195 font-weight: normal;
196 line-height: 1.3em;
197
198 box-sizing: border-box;
199 margin-bottom: 1em;
200}
201
202
203
164.main > .text {204.main > .text {
165 position:absolute;205 position:absolute;
166 z-index:10;206 z-index:10;
167 top:25px;207 top:25px;
168 right:36px;208 right: 36px;
169 width:248px;209 width:250px;
170 bottom:35px;210 bottom:35px;
171 min-height:329px; /* 369 - 25 - 15 (for bottom) */211 min-height:329px; /* 369 - 25 - 15 (for bottom) */
172 overflow:auto;212 overflow:auto;
@@ -175,7 +215,8 @@
175.text > div {215.text > div {
176 margin-bottom:8px;216 margin-bottom:8px;
177 padding:6px 12px;217 padding:6px 12px;
178 /* background-color:#F7F6F6; */218 background-color: rgba(0, 0, 0, 0.35);
219 border-radius: 4px;
179}220}
180.text > div:last-child {221.text > div:last-child {
181 margin-bottom:0px;222 margin-bottom:0px;
@@ -187,7 +228,7 @@
187 font-size:inherit;228 font-size:inherit;
188 font-weight:normal;229 font-weight:normal;
189 text-decoration:none;230 text-decoration:none;
190 border-bottom:#333333 dotted 1px;231 border-bottom:#87a556 dotted 1px;
191}232}
192233
193.main.wide > .text {234.main.wide > .text {
@@ -195,13 +236,7 @@
195 width:650px;236 width:650px;
196}237}
197238
198.main.wide > .text > div {239
199 background:none;
200 font-size:24px;
201 line-height:1.5em;
202 color:#F7F6F6;
203 text-shadow:2px 2px 4px #333333;
204}
205240
206.featured ul {241.featured ul {
207 display:table;242 display:table;
@@ -234,124 +269,26 @@
234 position:absolute;269 position:absolute;
235 top:25px;270 top:25px;
236 left:-2px; /* offsets 2px margin of .main */271 left:-2px; /* offsets 2px margin of .main */
237
238 z-index:2;272 z-index:2;
239 273}
240 -webkit-box-shadow:#999999 0px 0px 5px;274
241 -moz-box-shadow:#999999 0px 0px 5px;275
242 box-shadow:#999999 0px 0px 5px;
243}
244
245/* Expects screenshot to be 748x370 px */
246.main.wide > .background {
247 top:0px;
248 right:0px;
249 width:100%;
250 height:auto;
251 -webkit-box-shadow:none;
252 -moz-box-shadow:none;
253 box-shadow:none;
254
255 z-index:0;
256}
257276
258.main.wide > .twitter-stream {277.main.wide > .twitter-stream {
259 display:none; /* always revealed by javascript */278 display:none; /* always revealed by javascript */
260 279
261 position:absolute;280 position:absolute;
262 width:334px;281 width:334px;
263 height:304px; /* 304 - 22 (for .twitter-stream-input) */282 height:304px; /* 304 - 22 (for .twitter-stream-input) */
264 top:25px;283 top:25px;
265 right:16px;284 right:16px;
266 z-index:2;285 z-index:2;
267 286
268 padding:0 6px;287 padding:0 6px;
269 288
270 color:#eee;289 color:#eee;
271}290}
272291
273.twitter-stream .twitter-stream-header {
274 display:block;
275 padding:6px 2px 0px 2px;
276}
277.twitter-stream .twitter-stream-header h2 {
278 display:inline;
279 color:#fff;
280
281 font-size:16px;
282}
283.twitter-stream .twitter-stream-header img {
284 opacity:0.6;
285 float:right;
286
287 margin-left:22px;
288
289 -webkit-transition:opacity 150ms linear;
290}
291.twitter-stream .twitter-stream-header:hover img {
292 opacity:0.8;
293}
294
295.twitter-stream .twitter-stream-tweets {
296 overflow:hidden;
297
298 height:100%;
299
300 /* Warning: this is non-standard, only works in Webkit, could break at any time */
301 -webkit-mask-image:-webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
302}
303
304.twitter-stream .tweet {
305 padding:6px 2px;
306 border-bottom:1px dotted rgba(255, 255, 255, 0.2);
307}
308.tweet .tweet-avatar {
309 display:table-cell;
310 vertical-align:top;
311 padding:0 6px;
312}
313
314.tweet .tweet-author-details {
315 display:inline-block;
316}
317
318.tweet .tweet-author-name {
319 color:#fff;
320 font-weight:bold;
321}
322.tweet .tweet-author-id {
323 color:#bbb;
324 font-weight:normal;
325 margin-left:1em;
326 font-size:0.9em;
327}
328
329.tweet .tweet-text {
330 display:block;
331}
332
333.tweet .tweet-text a {
334 color:#bbb;
335}
336
337.twitter-stream input.twitter-stream-input {
338 width:100%;
339
340 -webkit-box-sizing:border-box;
341 padding:4px 2px 4px 22px;
342
343 background-color:rgba(0, 0, 0, 0);
344 border:none;
345 outline:none;
346 color:#fff;
347
348 background-image:url('twitter-bird-16.png');
349 background-position:left center;
350 background-repeat:no-repeat;
351}
352.twitter-stream input.twitter-stream-input:focus {
353 background-color:rgba(0, 0, 0, 0.1);
354}
355292
356/*293/*
357This rule disables drag-and-drop for images. See bug #448703.294This rule disables drag-and-drop for images. See bug #448703.
@@ -410,4 +347,3 @@
410.l10n-string {347.l10n-string {
411 display:none;348 display:none;
412}349}
413
414350
=== added file 'slideshows/ubuntu-mate/slides/link/bg.jpg'
415Binary files slideshows/ubuntu-mate/slides/link/bg.jpg 1970-01-01 00:00:00 +0000 and slideshows/ubuntu-mate/slides/link/bg.jpg 2020-03-12 01:37:20 +0000 differ351Binary files slideshows/ubuntu-mate/slides/link/bg.jpg 1970-01-01 00:00:00 +0000 and slideshows/ubuntu-mate/slides/link/bg.jpg 2020-03-12 01:37:20 +0000 differ
=== added file 'slideshows/ubuntu-mate/slides/link/welcome_logos.jpg'
416Binary files slideshows/ubuntu-mate/slides/link/welcome_logos.jpg 1970-01-01 00:00:00 +0000 and slideshows/ubuntu-mate/slides/link/welcome_logos.jpg 2020-03-12 01:37:20 +0000 differ352Binary files slideshows/ubuntu-mate/slides/link/welcome_logos.jpg 1970-01-01 00:00:00 +0000 and slideshows/ubuntu-mate/slides/link/welcome_logos.jpg 2020-03-12 01:37:20 +0000 differ
=== removed file 'slideshows/ubuntu-mate/slides/screenshots/01_welcome.png'
417Binary files slideshows/ubuntu-mate/slides/screenshots/01_welcome.png 2017-08-23 22:42:54 +0000 and slideshows/ubuntu-mate/slides/screenshots/01_welcome.png 1970-01-01 00:00:00 +0000 differ353Binary files slideshows/ubuntu-mate/slides/screenshots/01_welcome.png 2017-08-23 22:42:54 +0000 and slideshows/ubuntu-mate/slides/screenshots/01_welcome.png 1970-01-01 00:00:00 +0000 differ
=== modified file 'slideshows/ubuntu-mate/slides/screenshots/02_about.png'
418Binary files slideshows/ubuntu-mate/slides/screenshots/02_about.png 2017-08-23 22:42:54 +0000 and slideshows/ubuntu-mate/slides/screenshots/02_about.png 2020-03-12 01:37:20 +0000 differ354Binary files slideshows/ubuntu-mate/slides/screenshots/02_about.png 2017-08-23 22:42:54 +0000 and slideshows/ubuntu-mate/slides/screenshots/02_about.png 2020-03-12 01:37:20 +0000 differ
=== modified file 'slideshows/ubuntu-mate/slides/screenshots/03_getting_started.png'
419Binary files slideshows/ubuntu-mate/slides/screenshots/03_getting_started.png 2017-09-23 16:06:34 +0000 and slideshows/ubuntu-mate/slides/screenshots/03_getting_started.png 2020-03-12 01:37:20 +0000 differ355Binary files slideshows/ubuntu-mate/slides/screenshots/03_getting_started.png 2017-09-23 16:06:34 +0000 and slideshows/ubuntu-mate/slides/screenshots/03_getting_started.png 2020-03-12 01:37:20 +0000 differ
=== modified file 'slideshows/ubuntu-mate/slides/screenshots/04_software.png'
420Binary files slideshows/ubuntu-mate/slides/screenshots/04_software.png 2017-09-23 16:06:34 +0000 and slideshows/ubuntu-mate/slides/screenshots/04_software.png 2020-03-12 01:37:20 +0000 differ356Binary files slideshows/ubuntu-mate/slides/screenshots/04_software.png 2017-09-23 16:06:34 +0000 and slideshows/ubuntu-mate/slides/screenshots/04_software.png 2020-03-12 01:37:20 +0000 differ
=== modified file 'slideshows/ubuntu-mate/slides/screenshots/05_tweak.png'
421Binary files slideshows/ubuntu-mate/slides/screenshots/05_tweak.png 2017-09-23 16:06:34 +0000 and slideshows/ubuntu-mate/slides/screenshots/05_tweak.png 2020-03-12 01:37:20 +0000 differ357Binary files slideshows/ubuntu-mate/slides/screenshots/05_tweak.png 2017-09-23 16:06:34 +0000 and slideshows/ubuntu-mate/slides/screenshots/05_tweak.png 2020-03-12 01:37:20 +0000 differ
=== modified file 'slideshows/ubuntu-mate/slides/screenshots/06_browse.png'
422Binary files slideshows/ubuntu-mate/slides/screenshots/06_browse.png 2017-09-23 16:06:34 +0000 and slideshows/ubuntu-mate/slides/screenshots/06_browse.png 2020-03-12 01:37:20 +0000 differ358Binary files slideshows/ubuntu-mate/slides/screenshots/06_browse.png 2017-09-23 16:06:34 +0000 and slideshows/ubuntu-mate/slides/screenshots/06_browse.png 2020-03-12 01:37:20 +0000 differ
=== modified file 'slideshows/ubuntu-mate/slides/screenshots/07_games.png'
423Binary files slideshows/ubuntu-mate/slides/screenshots/07_games.png 2017-09-23 16:06:34 +0000 and slideshows/ubuntu-mate/slides/screenshots/07_games.png 2020-03-12 01:37:20 +0000 differ359Binary files slideshows/ubuntu-mate/slides/screenshots/07_games.png 2017-09-23 16:06:34 +0000 and slideshows/ubuntu-mate/slides/screenshots/07_games.png 2020-03-12 01:37:20 +0000 differ
=== modified file 'slideshows/ubuntu-mate/slides/screenshots/08_music.png'
424Binary files slideshows/ubuntu-mate/slides/screenshots/08_music.png 2017-09-23 16:06:34 +0000 and slideshows/ubuntu-mate/slides/screenshots/08_music.png 2020-03-12 01:37:20 +0000 differ360Binary files slideshows/ubuntu-mate/slides/screenshots/08_music.png 2017-09-23 16:06:34 +0000 and slideshows/ubuntu-mate/slides/screenshots/08_music.png 2020-03-12 01:37:20 +0000 differ
=== modified file 'slideshows/ubuntu-mate/slides/screenshots/09_photos.png'
425Binary files slideshows/ubuntu-mate/slides/screenshots/09_photos.png 2017-08-23 22:42:54 +0000 and slideshows/ubuntu-mate/slides/screenshots/09_photos.png 2020-03-12 01:37:20 +0000 differ361Binary files slideshows/ubuntu-mate/slides/screenshots/09_photos.png 2017-08-23 22:42:54 +0000 and slideshows/ubuntu-mate/slides/screenshots/09_photos.png 2020-03-12 01:37:20 +0000 differ
=== modified file 'slideshows/ubuntu-mate/slides/screenshots/10_video.png'
426Binary files slideshows/ubuntu-mate/slides/screenshots/10_video.png 2019-09-28 11:30:41 +0000 and slideshows/ubuntu-mate/slides/screenshots/10_video.png 2020-03-12 01:37:20 +0000 differ362Binary files slideshows/ubuntu-mate/slides/screenshots/10_video.png 2019-09-28 11:30:41 +0000 and slideshows/ubuntu-mate/slides/screenshots/10_video.png 2020-03-12 01:37:20 +0000 differ
=== modified file 'slideshows/ubuntu-mate/slides/screenshots/12_accessibility.png'
427Binary files slideshows/ubuntu-mate/slides/screenshots/12_accessibility.png 2017-09-23 16:06:34 +0000 and slideshows/ubuntu-mate/slides/screenshots/12_accessibility.png 2020-03-12 01:37:20 +0000 differ363Binary files slideshows/ubuntu-mate/slides/screenshots/12_accessibility.png 2017-09-23 16:06:34 +0000 and slideshows/ubuntu-mate/slides/screenshots/12_accessibility.png 2020-03-12 01:37:20 +0000 differ
=== modified file 'slideshows/ubuntu-mate/slides/screenshots/13_community.png'
428Binary files slideshows/ubuntu-mate/slides/screenshots/13_community.png 2017-09-23 16:06:34 +0000 and slideshows/ubuntu-mate/slides/screenshots/13_community.png 2020-03-12 01:37:20 +0000 differ364Binary files slideshows/ubuntu-mate/slides/screenshots/13_community.png 2017-09-23 16:06:34 +0000 and slideshows/ubuntu-mate/slides/screenshots/13_community.png 2020-03-12 01:37:20 +0000 differ

Subscribers

People subscribed via source and target branches