|
8 | 8 |
|
9 | 9 | /*
|
10 | 10 | :Author: David Goodger ([email protected])
|
11 |
| -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ |
| 11 | +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ |
12 | 12 | :Copyright: This stylesheet has been placed in the public domain.
|
13 | 13 |
|
14 | 14 | Default cascading style sheet for the HTML output of Docutils.
|
| 15 | +Despite the name, some widely supported CSS2 features are used. |
15 | 16 |
|
16 | 17 | See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
17 | 18 | customize this style sheet.
|
|
274 | 275 | margin-left: 2em ;
|
275 | 276 | margin-right: 2em }
|
276 | 277 |
|
277 |
| -pre.code .ln { color: grey; } /* line numbers */ |
| 278 | +pre.code .ln { color: gray; } /* line numbers */ |
278 | 279 | pre.code, code { background-color: #eeeeee }
|
279 | 280 | pre.code .comment, code .comment { color: #5C6576 }
|
280 | 281 | pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
|
300 | 301 | span.pre {
|
301 | 302 | white-space: pre }
|
302 | 303 |
|
303 |
| -span.problematic { |
| 304 | +span.problematic, pre.problematic { |
304 | 305 | color: red }
|
305 | 306 |
|
306 | 307 | span.section-subtitle {
|
@@ -368,13 +369,13 @@ <h1 class="title">Require login to checkout</h1>
|
368 | 369 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
369 | 370 | !! source digest: sha256:f4aa5874b86951a397f97b64909f0f3ba4ccac0e7fafc10caeb6f9c70ffcfb90
|
370 | 371 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
371 |
| -<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/e-commerce/tree/14.0/website_sale_require_login"><img alt="OCA/e-commerce" src="https://img.shields.io/badge/github-OCA%2Fe--commerce-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/e-commerce-14-0/e-commerce-14-0-website_sale_require_login"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/e-commerce&target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p> |
372 |
| -<p>This module extends the functionality of eCommerce to force users |
373 |
| -to login before buying anything in the website and allow you to get rid of |
| 372 | +<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/e-commerce/tree/17.0/website_sale_require_login"><img alt="OCA/e-commerce" src="https://img.shields.io/badge/github-OCA%2Fe--commerce-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/e-commerce-17-0/e-commerce-17-0-website_sale_require_login"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/e-commerce&target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p> |
| 373 | +<p>This module extends the functionality of eCommerce to force users to |
| 374 | +login before buying anything in the website and allow you to get rid of |
374 | 375 | those duplicated entries of returning unauthenticated users.</p>
|
375 |
| -<p>If you do not allow external users to sign up, this can serve you to make |
376 |
| -checkout available only for those that have a user account, and make some sort |
377 |
| -of <em>members club</em>.</p> |
| 376 | +<p>If you do not allow external users to sign up, this can serve you to |
| 377 | +make checkout available only for those that have a user account, and |
| 378 | +make some sort of <em>members club</em>.</p> |
378 | 379 | <p><strong>Table of contents</strong></p>
|
379 | 380 | <div class="contents local topic" id="contents">
|
380 | 381 | <ul class="simple">
|
@@ -411,7 +412,7 @@ <h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
|
411 | 412 | <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/e-commerce/issues">GitHub Issues</a>.
|
412 | 413 | In case of trouble, please check there if your issue has already been reported.
|
413 | 414 | If you spotted it first, help us to smash it by providing a detailed and welcomed
|
414 |
| -<a class="reference external" href="https://github.com/OCA/e-commerce/issues/new?body=module:%20website_sale_require_login%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> |
| 415 | +<a class="reference external" href="https://github.com/OCA/e-commerce/issues/new?body=module:%20website_sale_require_login%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> |
415 | 416 | <p>Do not contact contributors directly about support or help with technical issues.</p>
|
416 | 417 | </div>
|
417 | 418 | <div class="section" id="credits">
|
@@ -441,11 +442,13 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
|
441 | 442 | <div class="section" id="maintainers">
|
442 | 443 | <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
|
443 | 444 | <p>This module is maintained by the OCA.</p>
|
444 |
| -<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> |
| 445 | +<a class="reference external image-reference" href="https://odoo-community.org"> |
| 446 | +<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /> |
| 447 | +</a> |
445 | 448 | <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
446 | 449 | mission is to support the collaborative development of Odoo features and
|
447 | 450 | promote its widespread use.</p>
|
448 |
| -<p>This module is part of the <a class="reference external" href="https://github.com/OCA/e-commerce/tree/14.0/website_sale_require_login">OCA/e-commerce</a> project on GitHub.</p> |
| 451 | +<p>This module is part of the <a class="reference external" href="https://github.com/OCA/e-commerce/tree/17.0/website_sale_require_login">OCA/e-commerce</a> project on GitHub.</p> |
449 | 452 | <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
450 | 453 | </div>
|
451 | 454 | </div>
|
|
0 commit comments