Skip to content

barionleg eorRbußellellioTT

Bankn8II©$A edited this page Sep 26, 2024 · 1 revision

Welcome to the barionlegeorRbußellellioTT wiki!

https://barionleg.github.io/eorbussellelliott/calendar/converter/3way.html

image

https://barionleg.github.io/eorbussellelliott/calendar/index-old.html

image

background repeat or no-repeat

https://developer.mozilla.org/en-US/docs/Web/CSS/background-repeat

image

to change index-old view

`<style>

  |     | body {   | background-image: url('https://raw.githubusercontent.com/barionleg/eorbussellelliott/main/calendar/SOLRESOL.GIF');   | background-repeat: no-repeat;   | background-attachment: fixed;   | background-size: cover;   | }   |     |     |     | table, th, td {   | border: 1px solid black;   | vertical-align: top;   | }   | input[type=number]{   | width: 60px;   | }   | </style>`

https://barionleg.github.io/eorbussellelliott/calendar/indexI.html

image

or

`<style> body { background-image: url('https://raw.githubusercontent.com/barionleg/eorbussellelliott/main/calendar/SOLRESOL.GIF'); background-repeat: repeat; background-attachment: fixed; background-size: cover; }

table, th, td { border: 1px solid black; vertical-align: top; } input[type=number]{ width: 60px; }   </style>`

https://barionleg.github.io/eorbussellelliott/calendar/indexI.html

image

Clone this wiki locally