commit f51d79da0711ee549da7c615cc1ad62f6ffc7f88
parent fa47ab78e071920bb57c203271b3b28595340324
Author: rob <rob@tarina.org>
Date: Sat, 16 Oct 2021 08:26:35 +0300
more stuff
Diffstat:
1 file changed, 228 insertions(+), 0 deletions(-)
diff --git a/public_html/static/style.css b/public_html/static/style.css
@@ -0,0 +1,228 @@
+@font-face{
+font-family: "Latin-Mono-Regular";
+src: url('fonts/lmmono10-regular.otf'),
+url('fonts/lmmono10-regular.otf'); /* IE */
+}
+
+@font-face{
+font-family: "Latin-Mono-Italic";
+src: url('fonts/lmmono10-italic.otf'),
+url('fonts/lmmono10-italic.otf'); /* IE */
+}
+
+@font-face{
+font-family: "Roberta";
+src: url('fonts/roberta.ttf'),
+url('fonts/roberta.ttf'); /* IE */
+}
+
+/*use line-height*/
+.font{
+ line-height: 1px;
+ letter-spacing: 1px;
+}
+
+@viewport
+{
+ width: device-width ;
+ zoom: 1.0 ;
+}
+
+html {
+ scroll-behavior: smooth;
+}
+
+body
+{
+ margin: 20px auto;
+ font-size: 16px;
+ width: 100%;
+ text-align: center;
+ background-color:#000;
+ color: #f5f5f5;
+ font-family: "Latin-Mono-Regular";
+}
+
+p{
+ margin:1px 0;
+}
+
+h1{
+ margin:1px 0;
+ font-size: 60px;
+ font-family: "Latin-Mono-Regular";
+ font-style: none;
+ line-height: 42px;
+ font-margin: 0px;
+}
+
+h2{
+ margin:1px 0;
+ color:#FCD612;
+ font-size: 30px;
+ font-family: "Latin-Mono-Regular";
+ line-height: 30px;
+ font-margin: 0px;
+}
+h3{
+ margin:1px 0;
+ font-size: 30px;
+ font-family: "Latin-Mono-Regular";
+ font-style: none;
+}
+h4{
+ margin:1px 0;
+ font-size: 20px;
+ font-family: "Latin-Mono-Italic";
+ font-style: none;
+}
+
+a{
+ color:#FCD612;
+}
+
+#logocontainer
+{
+ margin: 0px auto;
+ width: 100%;
+ height: 100%;
+ text-align: center;
+ vertical-align: middle;
+}
+
+#logo
+{
+ margin: 0px auto;
+ font-weight: normal;
+ width: 90%;
+}
+
+#logo2
+{
+ margin: 0px auto;
+ width: 200px;
+}
+
+
+#container
+{
+ margin: 0px auto;
+ width: 100%;
+ text-align: center;
+ vertical-align: middle;
+}
+
+#bag
+{
+ margin: 0px auto;
+ position:fixed;
+ bottom:0;
+ width:100%;
+ background:#800080;
+}
+
+#insidebag
+{
+ margin: 10px auto;
+ font-size: 16px;
+ width:100%;
+}
+
+table, tbody, tr, td
+{
+ width: 100%;
+}
+
+input, select
+{
+ padding: 4px;
+ color: #ff0000;
+ background-color: #111;
+ font-size: 18px;
+ border: 0px;
+ width: 100%;
+}
+
+textarea
+{
+ padding: 4px;
+ color: #ff0000;
+ background-color: #111;
+ font-size: 18px;
+ border: 0px;
+ width: 100%;
+ height: 20px;
+}
+
+button
+{
+ margin:10px;
+ padding: 4px;
+ font-size: 18px;
+ color: #ff0000;
+ background-color: #222;
+ width: 90%;
+}
+
+.logo
+{
+ max-width: 345px;
+ width: 90%;
+ height:auto;
+}
+
+#payid
+{
+ margin: 0px auto;
+ color: #888;
+ text-decoration: normal;
+ background-color: #111;
+ border: 0px;
+ width: 20vw;
+ height: 2vw;
+ font-size: 1.5vw;
+ text-align: center;
+ white-space: pre-wrap; /* CSS3 */
+ white-space: -moz-pre-wrap; /* Firefox */
+ white-space: -pre-wrap; /* Opera <7 */
+ white-space: -o-pre-wrap; /* Opera 7 */
+ word-wrap: break-word; /* IE */
+}
+
+#payreq
+{
+ margin: 0px auto;
+ color: #888;
+ background-color: #111;
+ border: 0px;
+ width: 45vw;
+ height: 4vw;
+ font-size: 1.5vw;
+ text-align: center;
+ white-space: pre-wrap; /* CSS3 */
+ white-space: -moz-pre-wrap; /* Firefox */
+ white-space: -pre-wrap; /* Opera <7 */
+ white-space: -o-pre-wrap; /* Opera 7 */
+ word-wrap: break-word; /* IE */
+}
+
+#copybutton
+{
+ color: #333;
+ text-decoration: bold;
+ background-color: #111;
+ border: 0px;
+ padding: 5px;
+ width: auto;
+}
+
+#backbutton
+{
+ color: #333;
+ text-decoration: bold;
+ background-color: #111;
+ border: 0px;
+ padding: 5px;
+ width: auto;
+}
+