🗃️ Committing everything that changed 🗃️

rootfs/opt/echoip/html/index.html
rootfs/opt/echoip/html/styles.html
This commit is contained in:
casjay 2024-07-07 14:51:57 -04:00
parent 90b5f98afa
commit 49438a13c2
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
2 changed files with 12 additions and 12 deletions

View File

@ -335,8 +335,10 @@
>https://github.com/mpolden/echoip</a
>. <br /><br />
My modified code can be found at<br />
<a href="https://github.com/dockermgr/ifconfig" target="_blank"
>https://github.com/dockermgr/ifconfig</a
<a
href="https://github.com/casjaysdevdocker/ifconfig"
target="_blank"
>https://github.com/casjaysdevdocker/ifconfig</a
>.
</p>
<br /><br /><br />

View File

@ -1,12 +1,12 @@
<style>
html,
.pure-g [class*="pure-u"] {
.pure-g [class*='pure-u'] {
background-color: white;
font-family: "Open Sans", sans-serif;
font-family: 'Open Sans', sans-serif;
}
pre {
font-family: "Monaco", "Menlo", "Consolas", "Courier New", monospace;
font-family: 'Monaco', 'Menlo', 'Consolas', 'Courier New', monospace;
white-space: pre-wrap;
/* Since CSS 2.1 */
white-space: -moz-pre-wrap;
@ -66,7 +66,7 @@
word-wrap: break-word;
}
.info-table th[scope="row"] {
.info-table th[scope='row'] {
background-color: #d5d5d5;
text-align: left;
}
@ -75,13 +75,13 @@
width: 100%;
padding: 0.5rem;
border: 1px solid grey;
font-family: "Courier New", Courier, monospace;
font-family: 'Courier New', Courier, monospace;
margin-top: 0.5rem;
box-sizing: border-box;
}
.widgetbox.input :first-child::before {
content: "$ ";
content: '$ ';
white-space: pre;
}
@ -119,9 +119,8 @@
/* DARK MODE OVERRIDES */
@media (prefers-color-scheme: dark) {
html,
.pure-g [class*="pure-u"],
.pure-g [class*='pure-u'],
a {
background-color: #161719;
color: #d8d9da;
@ -147,7 +146,7 @@
color: #161719;
}
.info-table th[scope="row"] {
.info-table th[scope='row'] {
background-color: #2e2e2e;
color: rgb(220, 220, 220);
text-align: left;
@ -197,5 +196,4 @@
.debug {
outline: 1px dotted pink;
}
</style>