style.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. /*
  2. * Copyright (c) 2016, 2024, 5 Mode
  3. * All rights reserved.
  4. *
  5. * This file is part of BoxToBox.
  6. *
  7. * Permission is hereby granted, free of charge, to any person obtaining a copy of this software
  8. * and associated documentation files (the "Software"), to deal in the Software
  9. * without restriction, including without limitation the rights to use, copy, modify, merge, publish,
  10. * distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
  11. * Software is furnished to do so, subject to the following conditions:
  12. *
  13. * The above copyright notice and this permission notice shall be included in all copies or
  14. * substantial portions of the Software.
  15. *
  16. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
  17. * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  18. * PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  19. * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  20. * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  21. * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  22. *
  23. * style sheet.
  24. *
  25. * @author Daniele Bonini <my25mb@aol.com>
  26. * @copyrights (c) 2021, 2024, 5 Mode
  27. */
  28. @import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
  29. body {
  30. font-size:11px;
  31. margin-top:20px;
  32. background:#000000;
  33. }
  34. #boxHtml {
  35. float:left;
  36. width:50%;
  37. height:50%;
  38. font-size:12px;
  39. background: #333;
  40. border:1px solid lightgray;
  41. text-align: center;
  42. }
  43. #boxCss {
  44. float:left;
  45. width:50%;
  46. height:50%;
  47. font-size:12px;
  48. background: #333;
  49. border:1px solid lightgray;
  50. text-align: center;
  51. }
  52. #boxRendering {
  53. float:left;
  54. width:50%;
  55. height:50%;
  56. font-size:12px;
  57. background: #333;
  58. border:1px solid lightgray;
  59. text-align: center;
  60. }
  61. #boxJs {
  62. float:left;
  63. width:50%;
  64. height:50%;
  65. font-size:12px;
  66. background: #333;
  67. border:1px solid lightgray;
  68. text-align: center;
  69. }
  70. .code {
  71. width:98%;
  72. height:92%;
  73. color:#FFFFFF;
  74. background:transparent;
  75. border: 1px solid lightgray;
  76. resize:none;
  77. }
  78. #coding {
  79. float:left;
  80. width:100%;
  81. }
  82. #content {
  83. font-size:11px;
  84. }
  85. #finalResult {
  86. width:98%;
  87. height:92%;
  88. border: 1px solid lightgray;
  89. background:transparent;
  90. margin:auto;
  91. margin-top:22px;
  92. color:#FFFFFF;
  93. }
  94. #footerCont {
  95. position: fixed;
  96. top: 2000px;
  97. left:-10px;
  98. width: 102%;
  99. border: 1px solid #C2DBF2;
  100. padding: 7px;
  101. background: white;
  102. opacity: 0.3;
  103. color:white;
  104. font-family: Arial,Sans,Vardana;
  105. font-size: 12px;
  106. text-align: center;
  107. z-index: 99998;
  108. }
  109. #footer {
  110. position: fixed;
  111. float: right;
  112. top: 2000px;
  113. left:-10px;
  114. width: 100%;
  115. border: 0px solid #C2DBF2;
  116. padding: 7px;
  117. opacity: 1.0;
  118. color:black;
  119. font-family: Arial,Sans,Vardana;
  120. font-size: 12px;
  121. font-weight: 400;
  122. text-align: right;
  123. margin-top:8px;
  124. z-index: 99999;
  125. }
  126. #hashMe {
  127. position:relative;
  128. left:-2px;
  129. top:+5px;
  130. font-size:18px;
  131. font-weight:900;
  132. color:#000000;
  133. }
  134. #header {
  135. background: #222;
  136. color:#FFFFFF;
  137. height: 43px;
  138. padding:3px;
  139. padding-top:8px;
  140. border:1px solid lightgray;
  141. }
  142. #Password {
  143. font-size:18px;
  144. background:transparent;
  145. width: 60%;
  146. border-radius:3px;
  147. font-weight:900;
  148. }
  149. #passworddisplay {
  150. float:left;
  151. position:fixed;
  152. top:680px;
  153. left:50px;
  154. width:255px;
  155. height:120px;
  156. background:darkgray;
  157. text-align:left;
  158. white-space:nowrap;
  159. font-family:Arial,Sans,Verdana;
  160. color:#000000;
  161. font-weight:900;
  162. z-index:99999;
  163. }
  164. #resizeBanner {
  165. text-align:center;
  166. vertical-align:middle;
  167. margin-top:38%;
  168. width:100%;
  169. height:100%;
  170. }
  171. #Salt {
  172. position:relative;
  173. top:+5px;
  174. font-size:18px;
  175. background:transparent;
  176. width: 90%;
  177. border-radius:3px;
  178. font-weight:900;
  179. }
  180. #side-bar {
  181. float:left;
  182. background: #222;
  183. color:#FFFFFF;
  184. width: 18%;
  185. height: 1200px;
  186. border:1px solid lightgray;
  187. padding: 8px;
  188. padding-top: 6px;
  189. }
  190. .title {
  191. float:left;
  192. width:100%;
  193. font-size:11px;
  194. color: #FFFFFF;
  195. margin-top:6px;
  196. margin-left:8px;
  197. text-align:left;
  198. }