From d4d5482b5f66209d17b9d786ffe0a13cf352fb15 Mon Sep 17 00:00:00 2001 From: navewindre Date: Wed, 15 Nov 2023 02:20:31 +0100 Subject: cleanup halftime plugin, remove money string from bot plugin, push website --- web/style.css | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 web/style.css (limited to 'web/style.css') diff --git a/web/style.css b/web/style.css new file mode 100644 index 0000000..a9eba1c --- /dev/null +++ b/web/style.css @@ -0,0 +1,43 @@ +body { + background-image: linear-gradient(to right, purple , #008F8F); + background-attachment: fixed; + text-shadow: 0px 0px 1px rgba(255,0,0,0); + font-smooth: never; + -webkit-font-smoothing : none; +} + +h1, h2, h3, h4 { + text-align: center; + font-family: "Lucida Console", monospace; + color: white; +} + +h5, h6 { + text-align: center; + font-family: "Lucida Console", monospace; + color: white; + margin: 0%; +} + +a { + background: -webkit-linear-gradient(#FF00FF, #00FFFF); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + text-decoration:none; + font-weight: bold; +} + +.statusbox { + font-family: "Monaco", monospace; + font-size: 14px; + text-align: center; + color: white; + border: 1px solid white; + margin: 1%; + padding: 20px; + display: table; + margin-right: auto; + margin-left: auto; + white-space: pre-wrap; + background: #2F2F2F; +} -- cgit v1.2.3