Skip to content

Commit ce290eb

Browse files
Deploying to gh-pages from @ ecef513 🚀
1 parent e638f16 commit ce290eb

42 files changed

Lines changed: 616 additions & 407 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/stylesheets/beeware_theme.css

Lines changed: 48 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,15 @@ body {
5454
font-family: var(--brand-font);
5555
}
5656

57-
nav.md-tabs, .md-header {
57+
.md-header {
5858
background-color: var(--md-primary-fg-color);
5959
}
6060

61+
/* Resolves header tabs color issue with search overlay */
62+
.md-tabs {
63+
background-color: unset;
64+
}
65+
6166
.md-header__title {
6267
font-size: 1.24rem;
6368
line-height: 3.3rem;
@@ -103,6 +108,7 @@ nav.md-tabs, .md-header {
103108
/* Search */
104109
.md-search {
105110
margin-left: 1rem;
111+
margin-right: 1rem;
106112
}
107113

108114
input.md-search__input,
@@ -126,12 +132,50 @@ input.md-search__input,
126132
height: 2.5rem;
127133
}
128134

135+
input.md-search__input, .md-search__suggest, .md-search-result__meta {
136+
font-family: var(--brand-font);
137+
}
138+
139+
.md-search__suggest {
140+
padding-top: 1px;
141+
}
142+
143+
.md-search-result .md-typeset h1 {
144+
font-size: 1.6rem;
145+
}
146+
147+
.md-search-result .md-typeset h2,
148+
.md-search-result .md-typeset {
149+
font-size: 1rem;
150+
}
151+
152+
/* The widths in the rest of this section are to correct rendering of the search input */
129153
@media screen and (min-width: 60em) {
130-
.md-search__inner {
131-
width: unset;
132-
}
154+
.md-search {
155+
max-width: 30rem;
156+
width: 100%;
157+
}
158+
}
159+
160+
@media screen and (min-width: 60em) and (max-width: 76.2344em) {
161+
.md-search__scrollwrap,
162+
[data-md-toggle="search"]:checked ~ .md-header .md-search__inner {
163+
width: 100%;
164+
}
133165
}
134166

167+
@media screen and (min-width: 76.25em) {
168+
.md-search__scrollwrap,
169+
[data-md-toggle="search"]:checked ~ .md-header .md-search__inner {
170+
width: 100%;
171+
}
172+
}
173+
174+
.md-search__inner {
175+
width: 100%;
176+
}
177+
178+
135179
/* Link colors */
136180
/* Remove link color from section headers that are not links */
137181
.md-nav__link[for]:focus,
@@ -587,24 +631,6 @@ svg.copy-icon {
587631
padding-left: 8px;
588632
}
589633

590-
/* Search */
591-
input.md-search__input, .md-search__suggest, .md-search-result__meta {
592-
font-family: var(--brand-font);
593-
}
594-
595-
.md-search__suggest {
596-
padding-top: 1px;
597-
}
598-
599-
.md-search-result .md-typeset h1 {
600-
font-size: 1.6rem;
601-
}
602-
603-
.md-search-result .md-typeset h2,
604-
.md-search-result .md-typeset {
605-
font-size: 1rem;
606-
}
607-
608634
/* Footer and footer navigation color */
609635
.md-footer, .md-footer-meta {
610636
background-color: light-dark(#f5f5f5, #343A40);

de/assets/stylesheets/beeware_theme.css

Lines changed: 48 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,15 @@ body {
5454
font-family: var(--brand-font);
5555
}
5656

57-
nav.md-tabs, .md-header {
57+
.md-header {
5858
background-color: var(--md-primary-fg-color);
5959
}
6060

61+
/* Resolves header tabs color issue with search overlay */
62+
.md-tabs {
63+
background-color: unset;
64+
}
65+
6166
.md-header__title {
6267
font-size: 1.24rem;
6368
line-height: 3.3rem;
@@ -103,6 +108,7 @@ nav.md-tabs, .md-header {
103108
/* Search */
104109
.md-search {
105110
margin-left: 1rem;
111+
margin-right: 1rem;
106112
}
107113

108114
input.md-search__input,
@@ -126,12 +132,50 @@ input.md-search__input,
126132
height: 2.5rem;
127133
}
128134

135+
input.md-search__input, .md-search__suggest, .md-search-result__meta {
136+
font-family: var(--brand-font);
137+
}
138+
139+
.md-search__suggest {
140+
padding-top: 1px;
141+
}
142+
143+
.md-search-result .md-typeset h1 {
144+
font-size: 1.6rem;
145+
}
146+
147+
.md-search-result .md-typeset h2,
148+
.md-search-result .md-typeset {
149+
font-size: 1rem;
150+
}
151+
152+
/* The widths in the rest of this section are to correct rendering of the search input */
129153
@media screen and (min-width: 60em) {
130-
.md-search__inner {
131-
width: unset;
132-
}
154+
.md-search {
155+
max-width: 30rem;
156+
width: 100%;
157+
}
158+
}
159+
160+
@media screen and (min-width: 60em) and (max-width: 76.2344em) {
161+
.md-search__scrollwrap,
162+
[data-md-toggle="search"]:checked ~ .md-header .md-search__inner {
163+
width: 100%;
164+
}
133165
}
134166

167+
@media screen and (min-width: 76.25em) {
168+
.md-search__scrollwrap,
169+
[data-md-toggle="search"]:checked ~ .md-header .md-search__inner {
170+
width: 100%;
171+
}
172+
}
173+
174+
.md-search__inner {
175+
width: 100%;
176+
}
177+
178+
135179
/* Link colors */
136180
/* Remove link color from section headers that are not links */
137181
.md-nav__link[for]:focus,
@@ -587,24 +631,6 @@ svg.copy-icon {
587631
padding-left: 8px;
588632
}
589633

590-
/* Search */
591-
input.md-search__input, .md-search__suggest, .md-search-result__meta {
592-
font-family: var(--brand-font);
593-
}
594-
595-
.md-search__suggest {
596-
padding-top: 1px;
597-
}
598-
599-
.md-search-result .md-typeset h1 {
600-
font-size: 1.6rem;
601-
}
602-
603-
.md-search-result .md-typeset h2,
604-
.md-search-result .md-typeset {
605-
font-size: 1rem;
606-
}
607-
608634
/* Footer and footer navigation color */
609635
.md-footer, .md-footer-meta {
610636
background-color: light-dark(#f5f5f5, #343A40);

de/sitemap.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,70 +2,70 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://tutorial.beeware.org/de/</loc>
5-
<lastmod>2026-03-13</lastmod>
5+
<lastmod>2026-03-19</lastmod>
66
</url>
77
<url>
88
<loc>https://tutorial.beeware.org/de/SUMMARY/</loc>
9-
<lastmod>2026-03-13</lastmod>
9+
<lastmod>2026-03-19</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://tutorial.beeware.org/de/tutorial/tutorial-0/</loc>
13-
<lastmod>2026-03-13</lastmod>
13+
<lastmod>2026-03-19</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://tutorial.beeware.org/de/tutorial/tutorial-1/</loc>
17-
<lastmod>2026-03-13</lastmod>
17+
<lastmod>2026-03-19</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://tutorial.beeware.org/de/tutorial/tutorial-2/</loc>
21-
<lastmod>2026-03-13</lastmod>
21+
<lastmod>2026-03-19</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://tutorial.beeware.org/de/tutorial/tutorial-3/</loc>
25-
<lastmod>2026-03-13</lastmod>
25+
<lastmod>2026-03-19</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://tutorial.beeware.org/de/tutorial/tutorial-4/</loc>
29-
<lastmod>2026-03-13</lastmod>
29+
<lastmod>2026-03-19</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://tutorial.beeware.org/de/tutorial/tutorial-6/</loc>
33-
<lastmod>2026-03-13</lastmod>
33+
<lastmod>2026-03-19</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://tutorial.beeware.org/de/tutorial/tutorial-7/</loc>
37-
<lastmod>2026-03-13</lastmod>
37+
<lastmod>2026-03-19</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://tutorial.beeware.org/de/tutorial/tutorial-8/</loc>
41-
<lastmod>2026-03-13</lastmod>
41+
<lastmod>2026-03-19</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://tutorial.beeware.org/de/tutorial/topics/</loc>
45-
<lastmod>2026-03-13</lastmod>
45+
<lastmod>2026-03-19</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://tutorial.beeware.org/de/tutorial/topics/camera-access/</loc>
49-
<lastmod>2026-03-13</lastmod>
49+
<lastmod>2026-03-19</lastmod>
5050
</url>
5151
<url>
5252
<loc>https://tutorial.beeware.org/de/tutorial/topics/custom-icons/</loc>
53-
<lastmod>2026-03-13</lastmod>
53+
<lastmod>2026-03-19</lastmod>
5454
</url>
5555
<url>
5656
<loc>https://tutorial.beeware.org/de/tutorial/topics/testing/</loc>
57-
<lastmod>2026-03-13</lastmod>
57+
<lastmod>2026-03-19</lastmod>
5858
</url>
5959
<url>
6060
<loc>https://tutorial.beeware.org/de/tutorial/tutorial-5/</loc>
61-
<lastmod>2026-03-13</lastmod>
61+
<lastmod>2026-03-19</lastmod>
6262
</url>
6363
<url>
6464
<loc>https://tutorial.beeware.org/de/tutorial/tutorial-5/android/</loc>
65-
<lastmod>2026-03-13</lastmod>
65+
<lastmod>2026-03-19</lastmod>
6666
</url>
6767
<url>
6868
<loc>https://tutorial.beeware.org/de/tutorial/tutorial-5/iOS/</loc>
69-
<lastmod>2026-03-13</lastmod>
69+
<lastmod>2026-03-19</lastmod>
7070
</url>
7171
</urlset>

de/sitemap.xml.gz

0 Bytes
Binary file not shown.

es/404.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@
718718

719719
<!-- Typeset title -->
720720

721-
Tutorial 4 - Actualización de la aplicación
721+
Tutorial 4 - Actualizar tu aplicación
722722

723723

724724

@@ -939,7 +939,7 @@
939939

940940
<!-- Typeset title -->
941941

942-
Tutorial 5 - Para móviles: iOS
942+
Tutorial 5 - Movilidad: iOS
943943

944944

945945

@@ -1086,7 +1086,7 @@
10861086

10871087
<!-- Typeset title -->
10881088

1089-
Tutorial 8 - Suavizar
1089+
Tutorial 8 - Suavizarlo
10901090

10911091

10921092

0 commit comments

Comments
 (0)