mirror of
https://github.com/casjaysdevdocker/ifconfig
synced 2025-01-18 12:34:25 -05:00
🗃️ Committing everything that changed 🗃️
rootfs/opt/echoip/html/index.html rootfs/opt/echoip/html/styles.html
This commit is contained in:
parent
90b5f98afa
commit
49438a13c2
@ -335,8 +335,10 @@
|
|||||||
>https://github.com/mpolden/echoip</a
|
>https://github.com/mpolden/echoip</a
|
||||||
>. <br /><br />
|
>. <br /><br />
|
||||||
My modified code can be found at<br />
|
My modified code can be found at<br />
|
||||||
<a href="https://github.com/dockermgr/ifconfig" target="_blank"
|
<a
|
||||||
>https://github.com/dockermgr/ifconfig</a
|
href="https://github.com/casjaysdevdocker/ifconfig"
|
||||||
|
target="_blank"
|
||||||
|
>https://github.com/casjaysdevdocker/ifconfig</a
|
||||||
>.
|
>.
|
||||||
</p>
|
</p>
|
||||||
<br /><br /><br />
|
<br /><br /><br />
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
<style>
|
<style>
|
||||||
html,
|
html,
|
||||||
.pure-g [class*="pure-u"] {
|
.pure-g [class*='pure-u'] {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
font-family: "Open Sans", sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
font-family: "Monaco", "Menlo", "Consolas", "Courier New", monospace;
|
font-family: 'Monaco', 'Menlo', 'Consolas', 'Courier New', monospace;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
/* Since CSS 2.1 */
|
/* Since CSS 2.1 */
|
||||||
white-space: -moz-pre-wrap;
|
white-space: -moz-pre-wrap;
|
||||||
@ -66,7 +66,7 @@
|
|||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-table th[scope="row"] {
|
.info-table th[scope='row'] {
|
||||||
background-color: #d5d5d5;
|
background-color: #d5d5d5;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
@ -75,13 +75,13 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
border: 1px solid grey;
|
border: 1px solid grey;
|
||||||
font-family: "Courier New", Courier, monospace;
|
font-family: 'Courier New', Courier, monospace;
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widgetbox.input :first-child::before {
|
.widgetbox.input :first-child::before {
|
||||||
content: "$ ";
|
content: '$ ';
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -119,9 +119,8 @@
|
|||||||
|
|
||||||
/* DARK MODE OVERRIDES */
|
/* DARK MODE OVERRIDES */
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
|
||||||
html,
|
html,
|
||||||
.pure-g [class*="pure-u"],
|
.pure-g [class*='pure-u'],
|
||||||
a {
|
a {
|
||||||
background-color: #161719;
|
background-color: #161719;
|
||||||
color: #d8d9da;
|
color: #d8d9da;
|
||||||
@ -147,7 +146,7 @@
|
|||||||
color: #161719;
|
color: #161719;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-table th[scope="row"] {
|
.info-table th[scope='row'] {
|
||||||
background-color: #2e2e2e;
|
background-color: #2e2e2e;
|
||||||
color: rgb(220, 220, 220);
|
color: rgb(220, 220, 220);
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@ -197,5 +196,4 @@
|
|||||||
.debug {
|
.debug {
|
||||||
outline: 1px dotted pink;
|
outline: 1px dotted pink;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user