squeejs.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. /**
  2. * Copyright (c) 2021, 2024, 5 Mode and other contributors
  3. * Released under the MIT license
  4. *
  5. * This file is part of Squeejs.
  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. * squeejs.css
  24. *
  25. * Squeejs style sheet.
  26. *
  27. * @author Daniele Bonini <my25mb@aol.com>
  28. * @copyrights (c) 2016, 2024, 5 Mode
  29. * @license https://opensource.org/licenses/BSD-3-Clause
  30. */
  31. #SQJSappMenu {
  32. position: absolute;
  33. background-color:#ffffff;
  34. border: 2px solid darkgray;
  35. margin:0;
  36. padding:0;
  37. width:380px;
  38. height:fit-content;
  39. display: none;
  40. font-family: Arial,Sans,Verdana;
  41. font-size:12px;
  42. font-weight:600;
  43. z-index: 99997;
  44. }
  45. #SQJSappMenuIco {
  46. float:left;
  47. position:relative;
  48. t-op:40px;
  49. le-ft:30px;
  50. margin:0;
  51. padding:0;
  52. cursor: pointer;
  53. z-index: 99999;
  54. }
  55. .SQJSbanner-absolute {
  56. position:absolute;
  57. float:left;
  58. margin-top:35px;
  59. width:472px;
  60. height:62px;
  61. z-index:99990;
  62. }
  63. .SQJSbanner-fixed {
  64. position:fixed;
  65. float:left;
  66. margin-top:35px;
  67. width:472px;
  68. height:62px;
  69. z-index:99990;
  70. }
  71. .SQJSbanner-relative {
  72. position:relative;
  73. float:left;
  74. margin-top:35px;
  75. width:472px;
  76. height:62px;
  77. z-index:99990;
  78. }
  79. .SQJSclose-button {
  80. position:absolute;
  81. background: transparent;
  82. border: 0;
  83. color: gray;
  84. cursor: pointer;
  85. }
  86. .SQJSclose-button :hover {
  87. color: black;
  88. }
  89. .SQJSfooterCont {
  90. position: relative;
  91. left:-10px;
  92. width: 100%;
  93. border: 1px solid #C2DBF2;
  94. padding: 7px;
  95. background: white;
  96. opacity: 0.4;
  97. border:0px solid green;
  98. z-index: 99998;
  99. }
  100. .SQJSfooter {
  101. position: relative;
  102. top:-32px;
  103. width: fit-content;
  104. margin:auto;
  105. margin-bottom:0;
  106. padding: 7px;
  107. padding-left: 0px;
  108. color:black;
  109. font-family: Arial,Sans,Vardana;
  110. border:0px solid red;
  111. font-size: 12px;
  112. z-index: 99999;
  113. }
  114. #SQJSuserTransMenu {
  115. position: absolute;
  116. background-color:#ffffff;
  117. border: 2px solid darkgray;
  118. margin:0;
  119. padding:15px;
  120. width:370px;
  121. height:fit-content;
  122. display: none;
  123. font-family: Arial,Sans,Verdana;
  124. font-size:12px;
  125. font-weight:600;
  126. z-index: 99997;
  127. }
  128. #SQJSuserTransMenuIco {
  129. float:left;
  130. position:relative;
  131. t-op:40px;
  132. le-ft:30px;
  133. margin:0;
  134. padding:0;
  135. cursor: pointer;
  136. z-index: 99999;
  137. }
  138. #SQJSuserTransTB {
  139. width:370px;
  140. height:400px;
  141. resize:none;
  142. }
  143. #SQJSuserTransBUT {
  144. float:right;
  145. margin-top:10px;
  146. padding:0;
  147. }