mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 12:50:53 +00:00
cover
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Sphinx build info version 1
|
# Sphinx build info version 1
|
||||||
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
|
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
|
||||||
config: 4d83dbf657548d8b11b50c29197b6958
|
config: ed627d63aa6850cf9d88cdaa4eefb5df
|
||||||
tags: 62a1e7829a13fc7881b6498c52484ec0
|
tags: 62a1e7829a13fc7881b6498c52484ec0
|
||||||
|
@@ -463,13 +463,13 @@ dl.class dl.field-list, dl.type dl.field-list, dl.function dl.field-list, dl.mem
|
|||||||
content: none; } }
|
content: none; } }
|
||||||
|
|
||||||
@page :first {
|
@page :first {
|
||||||
background: url(ESP32C3_Breadboard-Adapter.png) object-fit: fill;
|
background: url(ESP32C3_Breadboard-Adapter.png), object-fit: fill;;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
margin: 0; }
|
margin: 0; }
|
||||||
|
|
||||||
@media screen {
|
@media screen {
|
||||||
#cover {
|
#cover {
|
||||||
background: url(ESP32C3_Breadboard-Adapter.png) object-fit: fill;
|
background: url(ESP32C3_Breadboard-Adapter.png), object-fit: fill;;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
margin: 0; } }
|
margin: 0; } }
|
||||||
|
|
||||||
@@ -485,7 +485,7 @@ dl.class dl.field-list, dl.type dl.field-list, dl.function dl.field-list, dl.mem
|
|||||||
content: none; } }
|
content: none; } }
|
||||||
|
|
||||||
@page back_cover {
|
@page back_cover {
|
||||||
background: url(ESP32C3_Breadboard-Adapter.png) object-fit: fill;
|
background: url(ESP32C3_Breadboard-Adapter.png), object-fit: fill;;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: #ffffff; }
|
color: #ffffff; }
|
||||||
@@ -507,7 +507,7 @@ dl.class dl.field-list, dl.type dl.field-list, dl.function dl.field-list, dl.mem
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
height: 297mm;
|
height: 297mm;
|
||||||
background: url(ESP32C3_Breadboard-Adapter.png) object-fit: fill;
|
background: url(ESP32C3_Breadboard-Adapter.png), object-fit: fill;;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
margin: 0; }
|
margin: 0; }
|
||||||
#cover h1 {
|
#cover h1 {
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
ByteRider 06-2025 documentation
|
ByteRider 06-2025 documentation
|
||||||
</title>
|
</title>
|
||||||
<link href="_static/pygments.css?v=d75fae25" rel="stylesheet" type="text/css"/>
|
<link href="_static/pygments.css?v=d75fae25" rel="stylesheet" type="text/css"/>
|
||||||
<link href="_static/main.css?v=3fdbeafb" rel="stylesheet" type="text/css"/>
|
<link href="_static/main.css?v=5948ab3d" rel="stylesheet" type="text/css"/>
|
||||||
<script src="_static/documentation_options.js?v=84c8e5cb">
|
<script src="_static/documentation_options.js?v=84c8e5cb">
|
||||||
</script>
|
</script>
|
||||||
<script src="_static/doctools.js?v=9bcbadda">
|
<script src="_static/doctools.js?v=9bcbadda">
|
||||||
|
@@ -43,7 +43,7 @@ simplepdf_vars = {
|
|||||||
'primary-opaque': 'rgba(26, 150, 26, 0.8)',
|
'primary-opaque': 'rgba(26, 150, 26, 0.8)',
|
||||||
'primary': "#1A961A",
|
'primary': "#1A961A",
|
||||||
'secondary': "#379683",
|
'secondary': "#379683",
|
||||||
'cover-bg': 'url(ESP32C3_Breadboard-Adapter.png) object-fit: fill',
|
'cover-bg': 'url(ESP32C3_Breadboard-Adapter.png), object-fit: fill;',
|
||||||
# 'cover': "#FFFFFF",
|
# 'cover': "#FFFFFF",
|
||||||
'links': "#790000",
|
'links': "#790000",
|
||||||
'bottom-center-content': '"Getting RC onn the road"',
|
'bottom-center-content': '"Getting RC onn the road"',
|
||||||
|
Reference in New Issue
Block a user