added html5 speedtest theme
This commit is contained in:
parent
cc0fba1cf2
commit
1625d3a80a
0
CSS/themes/html5speedtest_dark.css
Normal file
0
CSS/themes/html5speedtest_dark.css
Normal file
52
CSS/themes/html5speedtest_plex.css
Normal file
52
CSS/themes/html5speedtest_plex.css
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
|
||||||
|
/* dP dP dP */
|
||||||
|
/* 88 88 88 */
|
||||||
|
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||||
|
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||||
|
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||||
|
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||||
|
/* 88 */
|
||||||
|
/* dP */
|
||||||
|
|
||||||
|
/* Made by @gilbN */
|
||||||
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
|
/* HTML5 Speedtest Plex Theme */
|
||||||
|
|
||||||
|
html, body {
|
||||||
|
background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"),
|
||||||
|
url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light.png") !important;
|
||||||
|
background-repeat: repeat, no-repeat;
|
||||||
|
background-attachment: fixed, fixed;
|
||||||
|
background-position: center center, center center;
|
||||||
|
background-size: auto, cover;
|
||||||
|
-webkit-background-size: auto, cover;
|
||||||
|
-moz-background-size: auto, cover;
|
||||||
|
-o-background-size: auto, cover;
|
||||||
|
background-color: rgba(0,0,0,.0) !important;
|
||||||
|
color:#FFFFFF !important;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
div.meterText:empty:before {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#dlText {
|
||||||
|
color: #F44336;
|
||||||
|
}
|
||||||
|
#ulText {
|
||||||
|
color: #4CAF50;
|
||||||
|
}
|
||||||
|
#pingText, #jitText {
|
||||||
|
color: #2cabe3;
|
||||||
|
}
|
||||||
|
#startStopBtn {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #e5a00d;
|
||||||
|
border: 0.15em solid #e5a00d;
|
||||||
|
}
|
||||||
|
a:-webkit-any-link {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
18
README.md
18
README.md
@ -400,6 +400,24 @@ Based on https://github.com/Archmonger/Blackberry-Themes/blob/master/Themes/Blac
|
|||||||
</p>
|
</p>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
# HTML5 Speedtest - Dark Theme
|
||||||
|
|
||||||
|
Custom [HTML5 Speedtest](https://github.com/adolfintel/speedtest) CSS for consistent UI in [Organizr](https://github.com/causefx/Organizr).
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
#### The css is named `html5speedtest_dark.css`
|
||||||
|
|
||||||
|
### Screenshots
|
||||||
|
<details><summary>Expand</summary>
|
||||||
|
<p>
|
||||||
|
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/html5speedtest/html5speedtest_dark.png"></img>
|
||||||
|
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/html5speedtest/html5speedtest_plex.png"></img>
|
||||||
|
</p>
|
||||||
|
</details>
|
||||||
|
|
||||||
***
|
***
|
||||||
### Honourable mentions:
|
### Honourable mentions:
|
||||||
|
|
||||||
|
|||||||
BIN
Screenshots/html5speedtest/html5speedtest.png
Normal file
BIN
Screenshots/html5speedtest/html5speedtest.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 577 KiB |
BIN
Screenshots/html5speedtest/html5speedtest_dark.png
Normal file
BIN
Screenshots/html5speedtest/html5speedtest_dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 73 KiB |
BIN
Screenshots/html5speedtest/html5speedtest_plex.png
Normal file
BIN
Screenshots/html5speedtest/html5speedtest_plex.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 768 KiB |
Loading…
Reference in New Issue
Block a user