RTFM! Seriously, I worked hard on it
BIN
docs/assets/img/banner.png
Normal file
After Width: | Height: | Size: 465 KiB |
BIN
docs/assets/img/banner_narrow.png
Normal file
After Width: | Height: | Size: 421 KiB |
BIN
docs/assets/img/blocks/cartridge_blue.png
Normal file
After Width: | Height: | Size: 361 B |
BIN
docs/assets/img/blocks/digital_tardim_interface.png
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
docs/assets/img/blocks/food_machine.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
docs/assets/img/blocks/fuel_storage.png
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
docs/assets/img/blocks/jammer.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
docs/assets/img/blocks/redstone_tardim_input.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
docs/assets/img/blocks/rotor.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
docs/assets/img/blocks/scanner.png
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
docs/assets/img/blocks/tardim_dock.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
docs/assets/img/crafting/digital_interface.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
docs/assets/img/crafting/redstone_input.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
docs/assets/img/icon.png
Normal file
After Width: | Height: | Size: 58 KiB |
36
docs/assets/style.css
Normal file
|
@ -0,0 +1,36 @@
|
|||
@font-face {
|
||||
font-family: 'ComputerCraft';
|
||||
src: url('fonts/ComputerCraft.woff2') format('woff2'),
|
||||
url('fonts/ComputerCraft.woff') format('woff');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: ComputerCraft, monospace;
|
||||
}
|
||||
|
||||
.wy-side-nav-search {
|
||||
background-color: #d2651d;
|
||||
}
|
||||
|
||||
.wy-side-nav-search input[type="text"] {
|
||||
border-color: #d96b25;
|
||||
}
|
||||
|
||||
.wy-menu-vertical header, .wy-menu-vertical p.caption {
|
||||
color: #e78e53;
|
||||
}
|
||||
|
||||
.section > h1 > img {
|
||||
max-width: 15%;
|
||||
}
|
||||
|
||||
|
||||
.rst-content img {
|
||||
image-rendering: pixelated;
|
||||
image-rendering: -moz-crisp-edges;
|
||||
image-rendering: crisp-edges;
|
||||
width: 50px;
|
||||
}
|